/* CSS Document Colors
Background #00A885
Green #004E34 
Blue #0076CC
LT Blue #8CC1E8
Red #EE3B33
LT Red #F7A7A3
Green #00A886
LT Green #8CD8C8
*/

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, img, hr {
margin: 0;
padding: 0;
border: 0;
}
/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	background-color:#CCCCCC;
	line-height: 16px;
}

a{text-decoration:none;color:#0E2E83; font-weight:bold;}
a:hover, a:focus{text-decoration:underline;}

.boldText{font-weight:bold;}

h1{font-size:14px; font-family:"Times New Roman", Times, serif; text-transform:uppercase;}
h2{color:#004E34; font-size:20px; font-family:"Times New Roman", Times, serif; text-transform:uppercase;}
h3{font-size:14px; font-family:"Times New Roman", Times, serif;}

li{margin-left:25px;}
li#bigGap{margin-bottom:10px;}
#clearit{clear:both;}

/***********************************************/
/*            Page Layout Divs                 */
/***********************************************/
#wrapper{width:850px; background-color:#FFFFFF; margin:0px auto; margin-top:20px;}
#border{width:100%; line-height:15px; background-color:#0076CC; padding:0;}
#nav{}
#nav_over{width:130px; height:35px; float:left;}
#nav_over a:hover{/*background-color:#8CC1E8;*/ width:130px; height:35px; float:left;}

/**** Main Nav ****/

#nav ul{list-style-type: none;margin: 0;padding: 0;}
#nav ul li a{color: #808080;display: block;padding: 0px 10px;text-decoration: none;}
/*#nav a:hover, #nav a:focus{background-color: #B48F6A;color: #FFFFFF;}*/


#border_nav{width:100%; height:15px; background-color:#8CC1E8;}
#border_shadow{line-height:10px; padding:0; background-image:url(images_site/shadow_top.jpg); background-repeat:repeat-x;}
#content{margin:20px; text-align:left;}
#contact{ position:absolute; top:570px; left:0; padding:0 10px; z-index:100; text-align:center; width:180px;}
#pagefooter{text-align:center; margin-bottom:25px; font-size:10px;}

	
