/* -------------------------------------------------------------- 
  
   Boilerplate Screen Styles
   * Version:   0.5 (2007-11-19)
   
-------------------------------------------------------------- */

@import "lib/reset.css";
@import "lib/typography.css";
@import "lib/forms.css";
@import "lib/plugins/tabs.css";


/* Page
-------------------------------------------------------------- */

#page {
	margin: 0 auto;
	width: 850px;
	border-color: white;
	
	border-width: 4px;
	
	border-style: solid;


}


/* Header
-------------------------------------------------------------- */

#header {
	border-top-color: white;
	border-top-width: 6px;
	border-top-style: solid;
	background-color:#FDBE56;
	height: 192px;
	width: 850px;





}


/* Body
-------------------------------------------------------------- */


#body {

	background-color: #F4F2F2;
	
}


#nav {
background-color: #FDBE56;
padding-left: 10px;
padding-right: 10px;
height: 38px;	
color: #00418B;	
}


#operator{
	height: 148px;
	width: 256px;
	margin: 20px 0px 20px 0px;
	border-color: #b3b3b3;
	border-width: 1px;
	border-style: solid;
	background-color: #FFFFFF;
	
}





#sb1{
	width: 256px;
	margin-top: 20px;
	border-color: #b3b3b3;
	border-width: 1px;
	border-style: solid;
	background-color: #FFFFFF;
	
}


#sb2{
	width: 256px;
	margin-top: 20px;
	margin-bottom: 50px;
	border-color: #b3b3b3;
	border-width: 1px;
	border-style: solid;
	background-color: #FFFFFF;
	padding-bottom: 20px;
	
}



#sb3{
	background: #FEE0AF;
	margin-top: 20px;
	margin-bottom: 50px;
	padding: 15px;
}


.chead{
	text-align: center;
	padding: 15px;
	
}



.chead2{
	text-align: center;
	width: 500px;
float: left;

}



.c2{
	float: left;
	width: 200px;
	background: #ffffff;
	margin-top: 20px;
	padding: 15px;
	
}


.c3{
	float: left;
	width: 200px;
	background: #ffffff;
	margin-top: 20px;
	padding: 15px;
	margin-left: 20px;
}

.c1{
	
	float:left;
	background: #FEE0AF;
	width: 130px;
	padding: 15px;
	


}

#contact .c1 p {
	font-size: 12px;


}


#contact {
	float: left;
	width: 500px;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 40px;
	color: #000;
}



#contact  p {
	font-size: 13px;
	color: #000;
}


#contact a { font-size: 13px; color: #A50E1F; text-decoration: none; }
#contact a:hover { text-decoration: underline; }





#sb3 p {
	font-size: 13px;
	font-style: italic;
	color: #000;
	
}


#caption{
	font-style: italic;
	font-size: 13px;
	margin-left: 15px;
	margin-right: 10px;
	color: #00418B;
}



#introduction #companylogos{
	margin-left: 8px;
	margin-right: 0px;
	margin-top: 8px;
}


#companylogos img{
padding-right: 5px;
	margin-bottom: 15px;
}


#flashcontent {
width: 548px;
height: 192px;
z-index: 10;
left: 302px;
top: -198px;
position: relative;
	

}


#logo {
width: 302px;
height: 192px;
z-index: 9;
left: 0px;
top: -6px;
position: relative;
	
}



#marquee {

font-weight: bold;
font-size: 19px;
color: #00418B;
z-index: 9;
padding-left: 100px;
padding-right: 100px;	
	



}





#introduction {
	float: left;
	width: 500px;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 40px;
	color: #000;
}


#introduction  p {
	font-size: 14px;
	color: #000;
}





#introduction  li {
	
	font-style: italic;
	
	list-style-position: outside;
	list-style-type: none;
	margin-left: 30px;
	font-size: 14px;
	color: #000;
}


#introduction a { font-size: 12px; color: #A50E1F; text-decoration: none; }
#introduction a:hover { text-decoration: underline; }


#testimonials {
	float: left;
	width: 500px;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 40px;
	color: #000;
}

#testimonials em {
	font-size: 14px;
	color: #000;
}

#testimonials p {
	font-size: 14px;
	color: #A50E1F;
}


#rotator {
	padding-top: 70px;
	color: #00418B;
}


#rotator em{
	color: #00418B;
	font-style: italic;
	font-size: 13px;
}

	
#resources {
	color: #000;
	font-size: 10px;
	float: left;
	width: 254px;
	padding-right: 10px;
	padding-left: 10px;
	
	
	}
#resources h5 { color: #000;}
#resources ul, #resources ol { color: #888; }
#resources ul a { color: #555; }



.button a { display:block; height:31px; width:254px; overflow:hidden; }
.button a:hover { display:block; text-indent:-254px; }


.button2 a { display:block; height:54px; width:254px; overflow:hidden; }
.button2 a:hover { display:block; text-indent:-254px; }





/* Footer
-------------------------------------------------------------- */
#footer {
	background-image: url(../img/footer_bckgrnd.gif);
	background-repeat: repeat-x;
	
	
	height: 176px;
	text-align: center;
	padding-top: 25px;
}



#footer p { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000; }


