/* Dr James Vitale screen styles

			Table of Contents:
				generic styles
				layout
				typography
				nav
				news
				gallery
				footer
				clearfix	
*/

/* generic styles
----------------------------------------------*/
* {
	margin: 0; 
	padding: 0;
}
/*this margin makes lists viewable in CMS*/
ul, ol{
	margin: 0 0 7px 20px;
}
img{ 
	border: none;
	margin: 6px;
}

/* layout
----------------------------------------------*/
body {
	font-family: 'trebuchet ms', Arial, sans-serif;
	font-size: 14px;
	color: #003d4a;
	background: white;
	behavior: url("csshover.htc");	/*Menu behavior for IEWin */
} 
body.colored {
	background: #cfe1e6;
}
#page{
	width: 678px;
	background: #7dbed2;
	margin: 30px auto;
}
#header{
	position: relative;
	background: #91cee0 url(/media/headerbg.jpg) bottom left no-repeat;
	height: 173px;
}
#header h1#logo{
	width: 178px;
	position: absolute;
	top: 20px;
	left: 45px;
	margin: 0; 
	padding-top: 77px; 
	overflow: hidden; 
	background: url(/media/logo.gif) top no-repeat;
	/* WIN IE5 hack */ 
	voice-family: "\"}\""; 
	voice-family:inherit; 
	height: 0; 
}
#header address{
	font-style: normal;
	position: absolute;
	top: 105px;
	left: 45px;
}
#header p{
	position: absolute;
	top: 118px;
	left: 55px;
}
#contentarea{
	background: #7dbed2 url(/media/contentareabg.jpg) top left repeat-x;
}
#leftcol{
	float: left;
	width: 134px;
}
#nav{}
#newsletter{
	width: 134px;
	height: 115px;
	padding-top: 5px;
	background: url(/media/newsletterbg.gif) no-repeat;
	clear: both;
	position: relative;
	top: 20px; 
}
#rightcol{
	float: right;
	width: 515px;
	padding-right: 10px;
}
#content-home{
	float: left;
}
#weather-photo{
	float: right;
	width: 246px;
}	
#content{
	width: 510px;
	float: right;
	padding: 0 20px 10px 0;
}
#map{
	float: right;
	margin-right: 5px;
}	
#footer{
	clear: both;
}

/* typography
----------------------------------------------*/
h1, h2, h3, h4, h5{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-bottom: 0.2em;
	color: #095b6c;
}
h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.4em;
}
h3{
	font-size: 1.2em;
}
h4{
	font-size: 1.1em;
}
h5, h6{
	font-size: 1.1em;
}
p{	
	margin-bottom: 0.4em;
}
#header{
	font-family: verdana, sans-serif;
	font-size: 0.8em;
}
#content, #content-home{
	line-height: 1.6;
}
#leftcol{
	font-weight: bold;
	font-size: 0.8em;
}
#nav{}
#newsletter {
	text-align: center;
}	
#footer{
	text-align: center;
}
#footer p{
	margin: 0;
	font-size: 0.9em;
	color: #003d4a;
}
a:link {color: white;}
a:visited {color: white;}
a:hover {color: #666;}
a:active {color: white;}

/* nav
----------------------------------------------*/
#nav {
	width: 134px; 
	position: relative; 
	margin: 0; 
	font-size: 11px; 
}
#nav ul li a, #nav ul li a:visited {
	display: block; 
	text-decoration: none; 
	width: 134px;
	height: 30px;
	text-align: center; 
	line-height: 30px; 
}
#nav ul {
	padding:0; 
	margin:0; 
	list-style-type: none; 
}
#nav ul.level0 li.nav-first{
	background: #003d4a url(/media/nav_top.gif) no-repeat;
}
#nav ul.level0 li {
	float:left; 
	position: relative;
	border-bottom: 1px solid #0e5362;
	background: #003d4a;
}
#nav ul.level0 li:hover {
background: #0e5362;
}
#nav ul.level0 li.nav-last{
	background: #003d4a url(/media/nav_bot.gif) bottom no-repeat;
	border: 0;
	border-bottom: 1px solid #7dbed2;
}
#nav ul.level0 li.nav-first:hover{
	background: url(/media/nav_top_hover.gif) no-repeat;
}
#nav ul.level0 li.nav-last:hover {
	background: url(/media/nav_bot_hover.gif) no-repeat;
}
#nav ul.level0 li ul {display: none;}

/* specific to non IE browsers */
#nav ul li:hover a {
	color:#fff;
	}
#nav ul li:hover ul {
	display: block; 
	position: absolute; 
	top:0;
	left:135px; 
	width:130px;
}

#nav ul li:hover ul li a{}
#nav ul li:hover ul li:hover a{
	width: 140px;
}
#nav ul li:hover ul li a {
	display: block; 
	width: 140px;
}
#nav ul li:hover ul li a:hover{
	background: #003d4a; 
}
#nav a:link {color: white;}
#nav a:visited {color: white;}
#nav a:hover {color: white;}
#nav a:active {color: white;}
#nav a.current {color: white;}


/* footer 
----------------------------------------------*/
#footer ul.topLevelNav {
	padding: 0;
	margin-bottom: 0.3em;
	list-style: none;
}
#footer ul.topLevelNav li {
	display: inline;
}
#footer a {
	padding: 0 0.5em;
	font-size: 0.9em;
	text-decoration: none;
	white-space: nowrap;
}
#footer a.cperry{
	padding: 0;
	font-weight: bold;
}
#footer a:link{color: #095b6c;}
#footer a:visited{color: #095b6c;}
#footer a:hover{color: #095b6c;}
#footer a:active{color: #095b6c;}

/* clearfix
----------------------------------------------*/
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}
* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}