/*----------------------------------------------------*/
/*Main Content - Specific to all pages*/
/*----------------------------------------------------*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3a3c3c;
	background-color: #f0f0f0;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
}

.tcenter {
	margin-right: auto;
	margin-left: auto;
}

.imgBorderMargin {
	border: 2px solid #e1e1e1;
	margin-right: 20px;
}

#footer {
	font-size: 12px;
	color: #FFF;
	background-color: #850900;
	text-align: center;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

ul {
	color: #850900;
}

ul span { 
 color: #3a3c3c; 
}

.newsLink {
	font-size: 14px;
	color: #850900;
	text-decoration: none;
	font-weight: bold;
}

.learnMore {
	color: #3a3c3c;
	font-weight: bold;
	text-decoration: none;
}

.FooterLink {
	color: #FFF;
}

/*----------------------------------------------------*/
/*Home Content - Home Page Specific*/
/*----------------------------------------------------*/

#HomePrime {
	background-color: #ffffff;
	border: 1px solid #e1e1e1;
}

#ContentBlock1 {
	background-image: url(images/btn_home_technology.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #f3f4f4;
	padding-top: 40px;
	padding-left: 95px;
	padding-right: 15px;
	height: 100px;
}

#ContentBlock2 {
	background-image: url(images/btn_home_saftey.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #f3f4f4;
	padding-top: 40px;
	padding-left: 95px;
	padding-right: 15px;
	height: 100px;
}

#ContentBlock3 {
	background-image: url(images/btn_home_green.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #f3f4f4;
	padding-top: 40px;
	padding-left: 95px;
	padding-right: 15px;
	height: 100px;
}

#ContentBlock1 h3 {
	font-size: 22px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

#ContentBlock2 h3 {
	font-size: 22px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

#ContentBlock3 h3 {
	font-size: 22px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}

#ContentBlock1 p {
	margin: 0px;
	padding: 0px;
}

#ContentBlock2 p {
	margin: 0px;
	padding: 0px;
}

#ContentBlock3 p {
	margin: 0px;
	padding: 0px;
}

#RightBlock {
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
}

#LeftBlock {
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 30px;
}

#RightBlock h1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	padding-bottom: 3px;
	font-weight: normal;

}

#LeftBlock h1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	padding-bottom: 3px;
	font-weight: normal;
}

/*----------------------------------------------------*/
/*Subpage Content - Controls the look of subpages*/
/*----------------------------------------------------*/

#headerTitle h1 {
	padding-bottom: 20px;
	font-weight: normal;
	color: #FFF;
	padding-left: 30px;
	font-size: 28px;
}

#SubPrime {
	background-color: #ffffff;
	border: 1px solid #e1e1e1;
}

#SubComposite {
	margin-top: 25px;
	margin-right: 65px;
	margin-bottom: 20px;
	margin-left: 40px;
}

#SubComposite h1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	padding-bottom: 3px;
	font-weight: normal;
}


#SubComposite h2 {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
}



#SideBlock {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	padding-bottom: 3px;
	font-weight: normal;
	padding-top: 25px;
}

#SideBlock h3 {
	padding-bottom: 3px;
	font-weight: normal;
	font-size: 20px;
	padding-left: 10px;
}

#SideBlock p {
	padding-bottom: 3px;
	font-weight: normal;
	color: #9a9a9a;
	padding-left: 10px;
	padding-right: 15px;
}
#CaseStudies h2 {
	color: #850900;

}

#CaseStudies p {
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 20px;
}
.gal {
	border: 2px solid #850900;
	margin-right: auto;
	margin-left: auto;
}
