
body{
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(/images/template/shadow.jpg);
	background-repeat:repeat-x;
	background-position: 0 80px;
	}

*{
	padding:0px;
	margin:0px;
	}

img{
	border:none;
	}

.imgLeft{
float: left;
margin-right:10px;}

a:link, a:visited{
	text-decoration: none;
	color: #FF6600;
	}

a:hover{
	text-decoration: underline;
	}


/* CENTERED PAGE CONTAINER */

#pageContainer, #footer P {
	width:740px;
	margin:0px auto;
	}

/* HEADER */

.headerLogo{
	margin-top:15px;
	float:left;
	}

.headerContact{
	float:right;
	height:165px;
	width:480px;
	text-align:right;
	margin-top:2px;
	}

.headerContact .topLinks{
	float: right;
	margin-top: 15px;
	text-align: right;
	width: 185px;
	}

.headerContact FORM{
	float: right;
	width: 250px;
	margin: 10px 10px;
	padding: 0px;
	text-align: right;
	}

.searchBtn{
	vertical-align: middle;
	}

#headerBtns{
	clear: both;
	}
	
.headerContact_btn{
	float: right;
	width: 185px;
	margin:33px 20px 0 0;
	}

.headerContact_btn IMG{
	margin-bottom:5px;
	}

.headerContact_info{
	float: right;
	margin-top:38px;
	}

.headerContact P{
	font-size:70%;
	color:#666666;
	line-height:5px;
	padding-left:3px;
	margin: 4px 0 0 0 ;
	}
.headerContact_info P{
	font-weight:bold;
	font-size:100%;
	line-height: 10px;
	color:#ff5c00;
	padding-bottom:5px;
	}
.headerContact P a:link, .headerContact P a:visited{
	text-decoration:none;
	color:#666666;
	}

.headerContact P a:hover{
	color:#ff5c00;
	}

/* NAVIGATION */

#navigation{
	clear: both;
	height:44px;
	padding-top: 20px;
	}
	
/*#navigation ul{
	height:30px;
	}

#navigation li{
	list-style: none;
	float: left;
	margin: 0 5px 0 0px;
	padding-left: 0px;
	font-size:75%;
	text-align: center;
	}

#navigation li a:link, #navigation li a:visited{
	display: block;
	height:25px;
	width:118px;
	text-decoration:none;
	color:#666666;
	background-image:url(/images/template/navigate-gray.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	}

#navigation li a:hover{
	color:#ff5c00;
	background-image: url(/images/template/navigate-orange.jpg);
	}*/

/*---- main ----*/


#navigation ul{
	height: 30px;
	}
	
#navigation a {
    display: block;
	} 

#navigation ul li{
	list-style: none;
	float: left;
	margin: 0 5px 0 0px;
	padding-left: 0px;
	font-size:75%;
	text-align: center;
	}

#navigation li a:link, #navigation li a:visited {   
	display: block;
	height:25px;
	width:118px;
	text-decoration:none;
	color:#666666;
	background-image:url(/images/template/navigate-gray.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	}
#navigation li a:hover{
	color:#ff5c00;
	background-image: url(/images/template/navigate-orange.jpg);
	}
#navigation li:hover ul, #navigation li.sfhover ul {
    left: auto;
	
	} 

/*---- main nav level 2 drop down----*/

#navigation ul.dropDown {
	position: absolute;
	text-align: left;
	clear: both;
	left: -999em; 
	background-image: none;
}
#navigation ul.dropDown li{
	clear: both;
	display: block;
	height: 16px;
	width:114px;
	margin: 0px;
	padding: 2px 2px 0 2px;
	font-size: 100%;
	background-image: none;
	background-color: #eeeeee;
	border-bottom: 1px solid #fff;
	}

#navigation ul.navServices li{
	width:190px;
	}

#navigation ul.navServices li a:link, #navigation ul.navServices li a:visited {   
	width:190px;
	}
	
#navigation ul.dropDown li a:link, #navigation ul.dropDown li a:visited{
	color: #000000;
	line-height: 14px;
	height: 10px;
	background-image: none;
	}

#navigation ul.dropDown li a:hover{
	color: #ff5c00;
	}

/* LEFT COL */

#leftCol{
	margin: 25px 30px 0 0;
	width: 175px;
	float: left;
	}

#leftCol ul{
	border: 1px solid #ccc;
	border-bottom: 3px solid #ccc;
	margin-bottom: 30px;
	padding: 5px 10px 0 10px;
	}
	
#leftCol li{
	list-style: none;
	margin: 2px 0;
	line-height: 16px;
	border-bottom: 1px dotted #ccc;
	}

#leftCol li a:link, #leftCol li a:visited{
	display: block;	
	margin: 4px 0 6px 0;
	padding: 0 0 0px 10px;
	color: #666666;
	background-image: url(/images/template/bullet_greyArrow.gif);
	background-repeat: no-repeat;
	background-position: left 6px ;
	}

#leftCol li a:hover{
	color: #FF6600;
	background-image: url(/images/template/bullet_orangeArrow.gif);
	}
	
/* LEFT COL - pdf list */

#leftCol ul.pdfList{
	border: 1px solid #ccc;
	border-bottom: 3px solid #ccc;
	margin-bottom: 30px;
	padding: 0 10px;
	}
	
#leftCol ul.pdfList li{
	list-style: none;
	border-bottom: 1px dotted #ccc;
	}

#leftCol ul.pdfList li a:link, #leftCol ul.pdfList li a:visited{
	display: block;	
	margin: 4px 0 6px 0;
	padding: 2px 0 2px 14px;
	color: #666666;
	background-image: url(/images/template/bullet_pdf.gif);
	background-repeat: no-repeat;
	background-position: left 4px;
	}

#leftCol ul.pdfList li a:hover{
	color: #CC0000;
	}

/* MAIN COL */

#mainCol{
	margin: 10px 0 0 0;
	width: 520px;
	float: left;
	}

#icons{
	float: right;
	left: 450px;
	}

#icons IMG{
	margin-left: 8px;
	}

#mainCol ul{
	margin: 0 0 20px 40px;
	}

#mainCol li{
	list-style: none;
	padding: 0 0 0 12px;
	margin: 2px 0;
	line-height: 16px;
	background-image: url(/images/template/navigate_bulletOrange.jpg);
	background-position: left 5px ;
	background-repeat: no-repeat;
	}

/* FOOTER */

#footer{
	clear: both;
	height: 50px;
	margin-top: 20px;
	padding-top: 27px;
	background-image: url(/images/template/bg_footer.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#footer P{
}
	
/* FONTS STYLE*/

p, li, th, td, label{
	font-size:75%;
	color:#666666;
}

p{
	margin-bottom: 15px;
	line-height: 17px;
	}

h1{
	font-weight: normal;
	font-size:180%;
	color:#333;
	padding-top:10px;
	margin-bottom: 25px;
	}

h2{
	font-weight:normal;
	font-size:100%;
	color: #666;
	line-height: 22px;
	margin-bottom: 10px;
	}

h3{
	font-weight:bold;
	font-size:75%;
	color: #FF6600;
	padding:5px 0 2px 0;
	clear: both;
	}

#leftCol h4, #leftCol h5{
	font-size:80%;
	color: #FFF;
	padding:5px 0 2px 6px;
	background-position: top left;
	background-repeat: no-repeat;
	}

#leftCol h4{
	background-image: url(/images/template/bg_leftNavH2.jpg);
	}

#leftCol  h5{
	background-image: url(/images/template/bg_leftNavH3.jpg);
	}

.greyTxt, .greyTxt a{
	color:#333333;
	}

HR{
	clear: both;
	height: 1px;
	border: 0;
	margin: 3px 0;
	color: #ccc;
	background-color:#ccc;
	}

/**************************
TABLE PROPERTIES
**************************/

TABLE
	{
	text-align: left;
	border-collapse: collapse;
	margin: 15px 0;
	border: 1px solid #ccc;
	}
th
	{
	color: #000000;
	padding: 2px 5px 4px 5px;
	background-color: #eeeeee;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	vertical-align: top;
	}
	
td
	{
	color:#666666;
	padding: 2px 2px 2px 5px;
	background-color: #fff;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
	vertical-align: top;
	}
/**************************
FORM PROPERTIES
**************************/
	
Fieldset {
	clear: both;
	padding: 5px 15px 10px 20px;
	margin: 5px 0;
	}

Fieldset DIV{
	clear: both;}

legend{
	font-size: 75%;
	font-weight: bold;
	color: #333333;
	padding: 0 5px 5px 0;
	margin-bottom: 0px;
	}

label{
	display: block;
	float: left;
	width: 170px;
	margin-bottom: 5px;
	padding: 3px 4px 0 0;
	}
.button 	{
  	float: right;
  	margin: 15px 20px 0 0;
  	} 
	
Input.textBox{  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	color: #333333; 
	border: 1px solid #ccc; 
	width: 200px;
	height: 17px;
	padding-left: 2px;
	}
	
	
	
	
/*---- main nav level 1 ----*/

/*-#NavBarCont ul.navLevelTop {
	height: 32px;
	width: 569px;
	margin: 0px;
	background-image: url(/images/generic/bg_topNavl1.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	}
	
#NavBarCont ul.navLevelTop li{
	height: 25px;
	width: 81px;
	margin: 0 1px 0 0;
	padding-top: 7px;
	text-align: center;
	font-weight: bold;
	background-image: url(/images/generic/bg_navLevelTop.gif);
	background-repeat: no-repeat;
	}
	
#NavBarCont ul.navLevelTop li a:link, #NavBarCont ul.navLevelTop li a:visited{
	color: #000000;
	}
	
#NavBarCont ul.navLevelTop li.navLevelTopLeft{
	width: 76px;
	background-image: url(/images/generic/bg_navLevelTopLeft.gif);
	background-repeat: no-repeat;
	}*/
	
/*---- main nav level 1 ON ----*/

/*#NavBarCont ul.navLevelTop li.navLevelTopOn{
	background-image: url(/images/generic/bg_navLevelTopOn.gif);
	background-repeat: no-repeat;
	}
	
li.navLevelTopOn a:link, li.navLevelTopOn a:visited{
	color: #990134;
	}*/


