/*
================================================
	Yahoo GUI Reset CSS
	http://developer.yahoo.com/yui/reset/
================================================
*/


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* common styles */
/*img { 
	behavior: url(/css/iepngfix.htc) ;
	}*/

.clearDiv {
	height: 0;
	clear:both;
	overflow:hidden;
}

strong {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

em {
	font-style: italic;
}

ul
{
list-style: disc outside;
margin-left: 40px;
} 

p {
	margin-bottom: 8px;
}

a {
	text-decoration: none;
	color: #1d669c;
}

a:hover {
	text-decoration: underline;
	color: #666666;
}

h1 {
	font-family: Arial, sans-serif;
	color: #666666;
	font-size: 34px;
	/*font-weight: bold;*/
	/*margin-bottom: 8px;*/
}

h1.mainHeading {
	line-height: 40px;
	font-size: 18px;
	font-weight: bold;
	color: #1d669c;
	margin-bottom: 10px;
}

h2 {
	font-family: Arial, sans-serif;
	color: #E47210;
	/*text-transform: uppercase;*/
	font-size: 18px;
	margin-bottom: 4px;
}

h3 {
	font-family: Arial, sans-serif;
	color: #E47210;
	font-size: 16px;
	font-weight: bold;
}

h4 {
	font-family: Arial, sans-serif;
	color: #206b29;
	font-size: 14px;
	font-weight: bold;
}
/* end common styles */

body {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	background: url(/media/122/siteback.jpg) repeat-x #a1a8ad;
	text-align: left;
}

#container {
	margin: 0 auto;
	width: 956px;
	background: url(/media/147/containerback.png) no-repeat center 120px;
	behavior: url(/css/iepngfix.htc);
}

#insideContainer {
	margin: 0 auto;
	width: 956px;
	background: url(/media/778/insidecontainerback.png) no-repeat center 120px;
}

#header {
	margin: 0 auto;
	width: 905px;
	height: 120px;
}

#logo {
	float: left;
	width: 290px;
	height: 105px;
	padding-top: 10px;
}

#logo img {
	behavior: url(/css/iepngfix.htc);
}



#tagline {
	float: right;
	width: 290px;
	height: 50px;
	padding-top: 45px;
	text-align: right;
	padding-right: 15px;
}

#tagline img {
	behavior: url(/css/iepngfix.htc);
}

#navBar {
	margin: 0 auto;
	width: 905px;
	height: 36px;
	text-align: right;
}

#navBar ol {
	list-style-type:none;
	width: 900px;
	float: right;
}

#navBar ol li {
	float: right;
	display: inline;
	margin-right: 20px;
	height: 36px;
	line-height: 36px;
}

#navBar ol li a {
	padding: 10px 20px 9px 20px;
	height: 36px;
	line-height: 36px;
	color: #FFFFFF;
	text-decoration: none;
}

#navBar ol li a:hover {
	height: 36px;
	line-height: 36px;
	background: url(/media/292/navhoverback.jpg) repeat-x #a52429;
}

#flashBar {
	position:relative;
	margin: 0 auto;
	width: 905px;
	height: 679px; /*352px;*/
	/*margin-left: 25px;*/
	overflow: hidden;
	/*border: 1px solid #ff0000;*/
	padding: 0;
}


.picSlide {
	position: relative;
	width: 905px;
	height: 352px;
	margin: 0 auto;
	text-align: left;
}

.infoBox {
	position: absolute;
	top: 500px; /* 80px; */
	right: 30px;
	/*width: 564px;*/
	/*height: 72px;*/
	padding: 15px 20px 10px 20px;
	background: rgb(0,0,0);
	background: rgba(0,0,0, .8);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-box-shadow: 0px 0px 5px #666666;
	-webkit-box-shadow: 0px 0px 5px #666666;
	z-index: 100;
}

.infoBox p {
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	/*text-shadow: 1px 1px 2px #999999;*/
	text-align: left;
	line-height: 24px; 
}

.infoBox p.learnMore {
text-align: right;
}

.infoBox p.learnMore a {
	
	font-size: 11px;
	color: #ffffff;
	text-transform: uppercase;
}

.infoBox p.learnMore a:hover {
	color: #ef4135;
	text-decoration: none;
}

#flashRotator {
	margin: 0 auto;
	width: 905px;
	height: 352px;
	margin-left: 25px;
	/*border: 1px solid #FF0000;*/
}

#lowerHome {
	margin: 0 auto;
	width: 905px;
	margin: 30px auto 30px auto;
}

#lowerinside {
	margin: 0 auto;
	width: 905px;
	margin: 30px auto 30px auto;
}

#alertBox {
	margin: 0 auto 30px auto;
	border: 1px solid #ff3b3b; 
	background: #fec1c1; 
	color: #ff3030; 
	font-style: italic; 
	padding: 20px; 
	width: 700px;
}

#alertBox h2 {
	color: #000000;
}

#alertBox a {
	color: #ff3b3b;
	text-decoration: underline;
}

#alertBox a:hover {
	background-color: #ff3b3b;
	color: #FFFFFF;
	text-decoration: none;
}

#homeLeft {
	float: left;
	width: 290px;
	height: 250px;
	background: url(/media/216/frontbucketback.png) no-repeat;
	behavior: url(/css/iepngfix.htc);
	margin-right: 17px;
}

#homeLeft h3 {
	color: #1d669c;
	width: 250px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 50px;
	height: 50px;
	font-weight: normal;
	font-style: normal;
}

#homeLeft h4 {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 13px;
	width: 250px;
	margin: 0 auto;
	font-weight: bold;
	font-style: normal;
}


#homeLeft p {
	width: 250px;
	margin: 0 auto;
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 15px;
	}


#homeMiddle {
	float: left;
	width: 290px;
	height: 250px;
	background: url(/media/216/frontbucketback.png) no-repeat;
	behavior: url(/css/iepngfix.htc);
	/*margin-right: 10px;*/
}

#homeMiddle h3 {
	color: #1d669c;
	width: 250px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 50px;
	height: 50px;
	font-weight: normal;
	font-style: normal;
}

#homeMiddle h4 {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 13px;
	width: 250px;
	margin: 0 auto;
	font-weight: bold;
	font-style: normal;
}


#homeMiddle p {
	width: 250px;
	margin: 0 auto;
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 15px;
	}

#homeRight {
	float: right;
	width: 290px;
	height: 250px;
	background: url(/media/216/frontbucketback.png) no-repeat;
	behavior: url(/css/iepngfix.htc);
}

#homeRight h3 {
	color: #1d669c;
	font-size: 18px;
	margin: 10px 0 0 12px;
	font-weight: normal;
	font-style: normal;
}

#footer {
	margin: 0 auto;
	width: 905px;
	height: 60px;
	border-top: 1px solid #FFFFFF;
}

#footerLeft {
	float: left;
	width: 600px
}

#footerLeft p {
	height: 60px;
	line-height: 60px;
	color: #FFFFFF;
	font-size: 11px;
}

#footerRight {
	float: right;
	width: 280px;
}

#footerRight p {
	height: 60px;
	line-height: 60px;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: bold;
	text-align: right;
}

#homeMiddle p.readMore {
	text-align: right;
	width: 250px;
	margin: 0 auto;
	background-color:transparent;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
}

#homeMiddle p.readMore a {
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
}

#homeMiddle p.readMore a:hover {
	background-color:transparent;
	border: 0px solid #d9531e;
	color: #1d669c;
	text-decoration: none;
	cursor: pointer;
}


#homeLeft p.readMore {
	text-align: right;
	width: 250px;
	margin: 0 auto;
	background-color:transparent;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
}

#homeLeft p.readMore a {
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
}

#homeLeft p.readMore a:hover {
	background-color:transparent;
	border: 0px solid #d9531e;
	color: #1d669c;
	text-decoration: none;
	cursor: pointer;
}

.bucketContent {
	height: 159px;
	overflow: hidden;
	color: #ffffff;
}

#interiorLeft {
	float: left;
	width: 590px;
	color: #000000;
	background-color: #ffffff;
	/*padding: 0 20px 15px 20px;*/
}

.content {
	width: 540px;
	margin: 0 auto;
	padding: 40px 0px 40px 0px;
}

#interiorLeft h1 {
	color: #1d669c;
	font-size: 24px;
	margin: 0 0 15px 0;
	font-weight: normal;
	font-style: normal;
}

#interiorLeft h2 {
	font-family: Arial, sans-serif;
	color: #000000;
	/*text-transform: uppercase;*/
	font-size: 18px;
	margin-bottom: 4px;
}


#interiorRight {
	float: right;
	width: 310px;
}


#interiorRightContact {
	margin: 0 auto;
	width: 290px;
	height: 250px;
	background: url(/media/216/frontbucketback.png) no-repeat;
}



#interiorRightContact h3 {
	color: #1d669c;
	width: 265px;
	margin: 0 auto;
	font-size: 18px;
	line-height: 27px;
	height: 27px;
	font-weight: normal;
	font-style: normal;
}

#interiorRightContent {
	margin: 15px 0 10px 0;
}

#interiorRightContent ul {
	list-style-type: none;
	color: #000000;
	font-size: 12px;
}

#interiorRightContent ul li {
	margin-bottom: 8px;
}

#interiorRight h4 {
	width: 265px;
	margin: 0 auto;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
}

.equipmentProvider {
	float: left;
	width: 250px;
	height: 160px;
	text-align: center;
}























































































































/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

