@charset "utf-8";

/*Fonts*/
h1 {
	font-family: calibri;
	font-size: 22px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: none;
	color: #333;
	letter-spacing: normal;
	text-align: left;
	vertical-align: middle;
	word-spacing: normal;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 3px;
	padding-left:5px;
}
h2 {
	font-family: calibri;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666;
	vertical-align: text-bottom;
	text-align: left;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 3px;
}
h3 {
	font-family: calibri;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #999;
	vertical-align: text-bottom;
	text-align: left;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 3px;
}
h7 {
	font-family: calibri;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight:bold;
	font-variant: normal;
	text-transform: none;
	color: #666;
	vertical-align: text-bottom;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-top:0px;
	margin-right: 3px;
	margin-left: 3px;
}
h8 {
	font-family: calibri;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #666;
	vertical-align: text-bottom;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
	margin-right: 3px;
	margin-left: 10px;
}
.textbold {
	font-weight:bold;	
}
.AccordionPanelTab {
	padding-top:3px;
	padding-bottom:3px;
}
.AccordionPanelContent {
	padding-top:3px;
	padding-bottom:3px;
}

/*Backgrounds*/
body {
	background-color: #CCC;
}
.gridContainer.clearfix {
	background-color: #FFF;
}
.gridContainer2.clearfix {
	background-color: #FFF;
}
.gridContainer3.clearfix {
	background-color: #FFF;
}
.gradient-purple {
	background: -moz-linear-gradient(top,  							rgba(114,0,39,0.8) 0%, rgba(114,0,39,0) 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(114,0,39,0.8)), color-stop(50%,rgba(114,0,39,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(114,0,39,0.8) 0%,rgba(114,0,39,0) 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(114,0,39,0.8) 0%,rgba(114,0,39,0) 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(114,0,39,0.8) 0%,rgba(114,0,39,0) 50%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(114,0,39,0.8) 0%,rgba(114,0,39,0) 50%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b36e0031', endColorstr='#00a9034e',GradientType=0 ); /* IE6-9 */
}
.gradient-orange {
	background: -moz-linear-gradient(top,  rgba(245,128,37,0.8) 0%, rgba(245,128,37,0) 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,128,37,0.8)), color-stop(50%,rgba(245,128,37,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(245,128,37,0.8) 0%,rgba(245,128,37,0) 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(245,128,37,0.8) 0%,rgba(245,128,37,0) 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(245,128,37,0.8) 0%,rgba(245,128,37,0) 50%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(245,128,37,0.8) 0%,rgba(245,128,37,0) 50%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ff7b0d', endColorstr='#00ffa84c',GradientType=0 ); /* IE6-9 */
}
.gradient-blue {
	background: -moz-linear-gradient(top,  rgba(108,173,223,0.9) 0%, rgba(108,173,223,0) 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(108,173,223,0.9)), color-stop(50%,rgba(108,173,223,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(108,173,223,0.9) 0%,rgba(108,173,223,0) 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(108,173,223,0.9) 0%,rgba(108,173,223,0) 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(108,173,223,0.9) 0%,rgba(108,173,223,0) 50%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(108,173,223,0.9) 0%,rgba(108,173,223,0) 50%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b366b6fc', endColorstr='#00b2e1ff',GradientType=0 ); /* IE6-9 */
}
.gradient-grey {
	background: -moz-linear-gradient(top,  rgba(166,169,171,1) 0%, rgba(166,169,171,0) 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(166,169,171,1)), color-stop(50%,rgba(166,169,171,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(166,169,171,1) 0%,rgba(166,169,171,0) 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(166,169,171,1) 0%,rgba(166,169,171,0) 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(166,169,171,1) 0%,rgba(166,169,171,0) 50%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(166,169,171,1) 0%,rgba(166,169,171,0) 50%); /* W3C */
}

/*Animated Gradients*/
.box:hover .gradient-animated.gradient-purple {
	background: -moz-linear-gradient(top,  rgba(114,0,39,0.8) 0%, rgba(114,0,39,0.6) 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(114,0,39,0.8)), color-stop(50%,rgba(114,0,39,0.6))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(114,0,39,0.8) 0%,rgba(114,0,39,0.6) 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(114,0,39,0.8) 0%,rgba(114,0,39,0.6) 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(114,0,39,0.8) 0%,rgba(114,0,39,0.6) 50%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(114,0,39,0.8) 0%,rgba(114,0,39,0.6) 50%); /* W3C */
	z-index:59;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b36e0031', endColorstr='#b36e0031',GradientType=0 ); /* IE6-9 */
}
.box:hover .gradient-animated.gradient-orange {
	background: -moz-linear-gradient(top,  rgba(245,128,37,0.8) 0%, rgba(245,128,37,0.6) 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,128,37,0.8)), color-stop(50%,rgba(245,128,37,0.6))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(245,128,37,0.8) 0%,rgba(245,128,37,0.6) 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(245,128,37,0.8) 0%,rgba(245,128,37,0.6) 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(245,128,37,0.8) 0%,rgba(245,128,37,0.6) 50%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(245,128,37,0.8) 0%,rgba(245,128,37,0.6) 50%); /* W3C */
	z-index:59;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ff7b0d', endColorstr='#b3ff7b0d',GradientType=0 ); /* IE6-9 */
}
.box:hover .gradient-animated.gradient-blue {
	background: -moz-linear-gradient(top,  rgba(108,173,223,0.9) 0%, rgba(108,173,223,0.6) 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(108,173,223,0.9)), color-stop(50%,rgba(108,173,223,0.6))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(108,173,223,0.9) 0%,rgba(108,173,223,0.6) 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(108,173,223,0.9) 0%,rgba(108,173,223,0.6) 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(108,173,223,0.9) 0%,rgba(108,173,223,0.6) 50%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(108,173,223,0.9) 0%,rgba(108,173,223,0.6) 50%); /* W3C */
	z-index:59;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b366b6fc', endColorstr='#b366b6fc',GradientType=0 ); /* IE6-9 */
}
.box:hover h19 {
	opacity:1;
}
hr {
	background-color: #A5A5A5;
	padding: 0px;
	margin-top: 9px;
	margin-right: 0px;
	margin-bottom: 9px;
	margin-left: 0px;
}