/* styles for both homepage & secondary pages */
#masthead {
width:100%;
background-color: transparent;
background-image: url(../images/bg_horiz_repeat.gif);
background-repeat: repeat-x;
overflow:visible;
/* overflow: hidden; */
}
html>body #masthead {width: auto;}
#header {
	margin: 0;
	background-image: url(../images/bg_logo.gif);
	background-repeat: repeat-y;
	background-color: transparent;
	height:65px;
	overflow:visible;
	/* overflow: hidden; */
}
#headerLogo {
	margin-top: 20px;
	margin-left: 35px;
}
#headerTagline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	color: #FFFFFF;
	margin-left:440px;
	
}
#mainNav {
	height:33px;
	background-color: transparent;
	background: url(../images/bg_nav.gif);
	background-repeat: no-repeat;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
}
html>body #mainNav {height:34px;}

#menu {
margin:0;
padding:9px 0;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	display: inline;
	
                }
                
        #menu li {
                
				margin:0;
				padding:0;
				display: inline;
				list-style: none;
				font-wieght: normal;
				font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;			
	line-height:12px;	
                }
				#menu li a {
				 margin: 0 10px 0 0;
				padding: 4px 5px 4px 5px;
				display: inline;
				list-style: none;
				color:#ffffff;
				text-decoration:none;
				}
				html>body #menu li a {
				padding: 3px 8px 4px 8px;
				}
 #menu li a:hover,  #menu li a.active {
				background-color:#7495b4;
                }
				


	 #clearBoth {
margin:0;
height:0;
line-height:0px;
clear: both;
visibility:hidden;
}
	 /* basic styling */
	 h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	color: #4F7D5D;
	font-weight:normal;
}
h1 {font-size: 20px;}
h2 {font-size: 16px;}
h3 {font-size: 16px;}
h4 {	font: 11px/16px normal normal normal Arial,Helvetica,sans-serif;
margin: 0px 0px 10px 0px;
padding: 0px;}
p, li {

	padding: 0px;
	font: 11px/16px normal normal normal Arial,Helvetica,sans-serif;
}
p {margin: 0px 0px 10px 0px;}
li {margin: 0px 0px 5px 0px;}
ul, ol {margin: 10px 0px 10px 20px;}


a:link {color: #7495b4}     /* unvisited link */
a:visited {color: #7495b4}  /* visited link */
a:hover {color: #666}   /* mouse over link */
a:active {color: #7495b4}   /* selected link */
