/* CSS Document */

body {
font-size:67.5%;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#222;
margin:0;
padding:0;
}

h1.pagetitle {
text-align:left;
background: url(../images/pagetitle_bg.gif) top left repeat-x;
line-height:44px;
height:44px;
text-indent:140px;
color:#fff;
margin-bottom:0px!important;
}

h1 {
font-size:1.7em;
font-family:'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
color:#555;
letter-spacing:1px;
}

h2 {
font-size: 1.3em;
font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif; 
color:#777;
letter-spacing:1px;
}

p, ul, li, a, th, td, h3 {
font-size:1.1em;
}

#wrapper {
width:900px;
margin:130px auto;/* top margin may need adjust if font-size change on "topnav ul li a" jkfdg */
position:relative;
}

#bottomwrapper {
margin:0 auto;
background:#2D4271;
color:#FFFFFF;
}

#main {
text-align:left;
border-left:1px solid #999;
border-right:1px solid #999;
background: url(../images/main_bg.gif) top left repeat-y;
}

#mainright {
padding:10px;
float:right;
width:640px;;
}

#mainleft {
width:230px;
float:left;
}

#header {
	height:90px;
	width:900px;
	background: url(../images/header_bg.jpg) top left no-repeat;
	position:absolute;
	top:-87px;
	left:0px;
}

#footer {
width:40%; /* this value needs to be adjusted based upon the physical length of the footer text */
		   /* adjust to smallest % possible until menu is centered jkfdg */

margin:0 auto;
}

.clear {
clear:both;
}

/*  Navigation  */

#topnav {
	position:absolute;
	top:-117px;/* may need adjust if font-size change on "topnav ul li a" jkfdg */
	left:-1px;
	width: 212px;
}

#topnav ul {
list-style-type:none;
padding:0;
margin:0;
}

#topnav ul li {
float:left;
display:block;
background: url(../images/nav_bg_left.gif) top left no-repeat;
line-height:30px;
}

#topnav ul li span {
display:block;
background: url(../images/nav_bg_right.gif) top right no-repeat;
}

#topnav ul li a:link, #topnav ul li a:visited {
padding:10px 5px; 
text-decoration:none;
color:#fff;
font-weight:bold;
font-size:1.2em;
font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
}

#topnav ul li a:hover {
text-decoration:underline;
}

#bottomnav {
width:16%;       /* this value needs to be adjusted based upon the physical length of bottomnav menu items */
				 /* adjust to smallest % possible until menu is centered jkfdg */
height:20px;    
margin:0 auto;
overflow:visible;
}

#bottomnav ul {
list-style-type:none;
padding:0;
margin:0;
}

#bottomnav ul li {
float:left;
display:block;
}

#bottomnav ul li {
display:block;
}

#bottomnav ul li a:link, #bottomnav ul li a:visited {
padding:10px 5px; 
text-decoration:none;
color:#fff;
font-weight:bold;
font-size:1em;
font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
}

#bottomnav ul li a:hover {
text-decoration:underline;
}

#mainleft ul {
list-style-type:none;
margin:0;
padding:0;
}

#mainleft ul li {
display:block;
border-bottom:1px #466cc1 solid;
line-height:1.5em;
}

#mainleft ul li a:link, #mainleft ul li a:visited {
display:block;
text-decoration:none;
text-indent:10px;
font-weight:bold;
color:#fff;
}

#mainleft ul li a:hover {
background:#466cc1;
color:#fff;
}
