@charset "utf-8";

/* Devron CSS StyleSheet */

html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;

}
body {
	background-color: #b5b5b3;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	vertical-align:top;
	background-image:url(../img/bgMain.jpg); 
	background-repeat:repeat-x;
	background-position:top;	
}

form {
	margin: 0px;
	padding: 0px;
}

#header {

	height: 116px;
	/*background-position:center;
	background-repeat:repeat-y;
	background-image: url(../img/bgHeader.jpg); */
	/* background-color: #c6c5c5; */
	margin-left: auto;
	margin-right:auto;
	width: 850px;
	
}

.slogan
{
	margin-left: 70px;

}

#spacer {
	height: 32px;
	background-image: url(../img/bgPipe.jpg);
	text-align:center;
}


#nav {
	margin-left:auto;
	margin-right:auto;
	width: 850px;
	height: 41px;
	background-color: #141414;
}

#main {
	margin-left:auto;
	margin-right:auto;
	width: 850px;
	color: #000;
	background-color: #f0f0f0;
	border-left: solid 1px #b5b5b3;
	border-right: solid 1px #b5b5b3;
	border-bottom: solid 1px #000;
}

#content {
	overflow:auto;
	padding: 20px;
	width: 810px;
	height:auto;
	float: left;
	background-color: #f0f0f0;

}

#footer {
	float: left;
	color: #fff;
	height: 67px;
	width: 100%;
	background-image: url(../img/bgFooter.jpg);
}


#footer .topleft {
	font-size: 18px;
	padding-left: 20px;
	padding-top: 6px;
	font-weight: bold;
	height: 37px;
	width: 70%;
	float:left;
}
#footer .botleft{
	text-align: center;
	font-size: 14px;
	padding-left: 20px;
	width: 100%;
	height: 28px;
	float:left;
}

#footer .topright {
	text-align: right;
	font-size: 18px;
	padding-right: 20px;
	padding-top: 6px;
	height: 37px;
	width: 20%;
	float:right;
}
#footer .botright{
	text-align:right;
	font-size: 14px;
	padding-right: 20px;
	width: 20%;
	height: 28px;
	float:right;
}

#end {
	float: left;
	width: 100%;
	height: 2px;
	margin-top: 1px;
	background-color:#6a6a6a;
	background-repeat: repeat-x;
	background-image: url(../img/bgEndBar.jpg);
}

/* CLASSES */

#content h2 {
	font-size: 24px;
	color: #007948;
}

.promoImg {
	margin-left:auto;
	margin-right:auto;
	background-image: url(../img/imgPromo1.jpg);
	width: 850px;
	height: 308px;
}

.promoImgSm {
	margin-left:auto;
	margin-right:auto;
	background-image: url(../img/imgPromo1Sm.jpg);
	width: 850px;
	height: 119px;
}


.navLink a {

	padding-top: 12px;
	padding-left: 42px;
	padding-right: 41px;
	border: solid 1px #141414;	
	text-decoration: none;
	color: #fff;
	height: 28px;
	float: left;
}

.navLink a:hover {
	color: #000;
	text-decoration:underline;
	background-color: #666;
	background-image:url(../img/bgNav.jpg);
	background-position:center;
	height:28px;
	border: solid 1px #545454;	
}

.imgContainer {
	margin: 25px;
	float:right;
	border: 1px solid #999;
}

.imgContainer .description {
	color: #fff;
	border-top: 1px solid #999;
	background-color: #7f7f7f;
	padding: 9px;
	text-align:center;
}

