﻿
/*Standard Rules*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, li,
dl, dt, dd, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family:Helvetica, Arial, sans-serif;
}


html, body {
	color: #000000;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11pt;
	letter-spacing:0;
	margin:0;
	padding:0;
	height:100%;
	background-color:#5A99BC;
	cursor:default;
}

a img{

border-style:none;

}

a, a:visited{
	color: #06C;
	text-decoration: none;
	font-weight: normal;
	
}

a:hover{
	color: #F60;
}

p {
	margin:0;
	margin-bottom:1em;
	padding:0;
 }
h1 , h2 
{
	font-size: 30pt;
	font-family:"Times New Roman", Times, serif;
	color:#00297A;
	font-weight: normal;
	letter-spacing:-2px;
	margin:0;
	margin-bottom:0.2em;
	padding:0;
}

h2 {
	font-size: 18pt;
	font-family: Tahoma, Geneva, sans-serif;
	letter-spacing:-1px;
	font-style: normal;
	color:#5ca032;
	margin:0.5em 0;
   }

h3 {
	color:#294F99;
	margin:1em 0;
	}

.wrapper {
	width: 960px;
	margin: 0 auto;
	padding:0;
	cursor:auto;
}

.quoteBlock{
	
 background:transparent url(/images_css/quote.png) no-repeat scroll 0 0;
font-family:Arial,Helvetica,sans-serif;
padding-left:55px;
padding-top:12px;
width:auto;
height:100%;
margin-bottom:10px;
}
.quoteBlock span
{
 display:block;
 font-style:italic;
 text-align:right;
 color:#0071BC;
 font-size:1.2em;
}

/*********************************** Header Section******************************************************/ 
#header {
	height: 150px;
	padding:0;
	background-image:url(/images_css/header_bg.png);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#5A99BC;
	
}
#logo 
{
	float:left;
}

#logo img 
{
 	
}
#nav_area 

{
width:535px;
height:110px;
float:right;
background:url(/images_css/h_contact_bubble.png) no-repeat;
background-position:right 73px;
}

#contact_area
{
	background:#FFFFFF;
	background-image:url(/images_css/h_contact_phone.png);
	background-repeat:no-repeat;
	background-position:26px 10px;
	height:38px;
	margin-bottom:27px;
	padding:15px 15px 20px;
	text-align:right;
	width:328px;
	color:#090;
	font-size:18px;
	float:right;
}

#contact_area a, 
#contact_area a:visited 
{
	color:#060;
	font-size:15px;
}
#contact_area a:hover
{
	color:#039;
}
#contact_area #contact_L1 span
{
color:#06C;
font-size:23px;
padding-left:9px;
}
#contact_L1 
{
margin-bottom:5px;	
}
/********************************** Navigation Bar*****************************************************/
#navBar {
	height:43px;
	width:100%;
	float:right;
}
#navBar ul {

	margin:0;
	padding:0;
	width:auto;
	
	
}

#navBar li {
	margin:0;
	padding:0;
	display: block;
	text-align:center;
    position:relative;
	padding-top:11px;
	display:block;
	height:29px;
	width:121px;
	float:right;
	
}

#navBar a,  #navBar a:visited
{
	
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	font-size:14pt;

}

#navBar a:hover
{
	color:#ABFF1C;		
}

#navBar li#tab_on

{
  color:#fff;
  background: url(/images_css/nav_current.png) no-repeat center bottom;
  height:40px;
}

#navBar .nav_drop
{

height:auto;

}
#navBar .nav_drop > a
{
  color:#FFF;
}
#navBar .nav_drop ul
{
display:none;
background:url(/images_css/nav_drop_bg.png) repeat-x center bottom #5A99BC;
margin:16px 0 0;
height:100%;
padding:0 0 10px;
border-left:1px solid #777777;
border-right:1px solid #777777;
border-bottom:1px solid #777777;
}

#navBar .nav_drop ul li
{

margin:0;
margin-bottom:0.3em;
padding:0;	
float:none;
}
#navBar .nav_drop ul li a
{
	color:#ABFF1C;
	font-size:0.8em;
	font-weight:bold;
	
	
}

#navBar .nav_drop ul li a:hover
{
	color:#FFFF00;
}


/***********************************End of Navigation Bar section*********************************************/


/***********************************End of Header section*********************************************/




/*********************************** Body Section**************************************/

#body_wrapper

{
	border-top:1px solid #777777;
	background-image: url(/images_css/body_bg.png);
	background-repeat:repeat-x;
	background-position: top;
	padding-top:35px;
	background-color:#FFF;
}

#B_header 
{
border-bottom: #0071BC 1px solid;
margin-bottom:1em;
}

#B_header #B_crumbs 

{
 color:#0071BC;
 
	
}

#B_header #B_crumbs a,
#B_header #B_crumbs a:visited

{
	color:#0071BC;
}

#B_header #B_crumbs a:hover

{
	color:#666;
}

#B_header #B_crumbs span
{
color:#66CC00;	
}



#B_header  #H_main 
{
font-size:40pt;
margin:0;
}

#B_header  #H_stittle
{
	color:#0071BC;
	font-size:1.1em;
	padding-left:3px;
	
}
#body_content
{
 min-height:350px;
 padding:0;
 padding-bottom:55px;
 overflow:auto;
 }

#image_quote 

{
 float:right;
 padding:15px;


}

/*****************************Content specif******************************************/

div.info_block 
{
font-size:10pt;
margin-bottom:3em;

}

.info_block span

{
	display:block;
	color:#C39;
	font-size:0.8em;
}
/*******************************************************************************/



/***********************************End of Body section********************************/


/*********************************** footer Section**************************************/

#footer

{
	background-image:url(/images_css/footer_bg.png);
	height:200px;
	padding:0;
	
	background-position: center top;
	background-repeat: repeat-x;
	
}

#footer .quoteBlock
{
	color:#FFF;
	font-size:14pt;
}
#footer .quoteBlock span
{
	color:#FFFF00;
		
}
#footer .quoteBlock a:hover span
{
color:#ABFF1C;
}

#footer_content

{
  padding-top:30px;
}

#leftSide,
#rightSide
{
	float:left;
	margin:0;
	width:480px;
	font-size:10pt;
	height:185px;
}

#leftSide h2
{
  color:#ABFF1C;
  font-size:17pt;
  font-family:Tahoma, Geneva, sans-serif;
	
}
#rightSide
{
	padding-top:20px;
}

#leftSide #F_awards

{
margin-top:10px;	
}

#leftSide #F_awards a {
  float:left;
  margin: 0 10px;
  width:90px;
  }
#leftSide #F_awards a div,
#leftSide #F_awards a:visited div 
{
 padding:0;
 margin:0;
 height:84px;
 border: solid 2px #ABFF1C;
 
}

#leftSide #F_awards a:hover div 
{
	border-color:#039;
}

#leftSide #F_awards a p 
{
 text-align:center;	
 margin-top:5px;
 color:#333;
}
#leftSide #F_awards a:hover p

{
	 color:#039;
	
}

#leftSide #F_awards a img 

{
 
  border:1px solid  #999;
	
}

#foot-menu
{
	color:#FFFFFF;
	font-size:12px;
	word-spacing:2px;
	padding-bottom:20px;
	text-align:center;
	line-height:1.5em;
	
}

#foot-menu a,
#foot-menu a:visited,
#foot-menu span
{
color:#333;	
}

#foot-menu a:hover
{
	text-decoration:underline;
	color:#ABFF1C;
}

.img_right {
border:1px solid #CCCCCC;
float:right;
margin:10px;
padding:5px;
}

.img_right p {
color:#666666;
font-size:0.9em;
margin:0.25em 0;
}


/***********************************End of footer section********************************/


/*----Classes-------*/

#company_logos img
{
	border:2px solid black;
	margin-bottom:10px;
}

