
/* ******************* MENU ************************** */

div#page
  	{ margin-bottom: 0}


div#header
  	{ background-color: #ffffff; }

div#logo 
	{ }

div#menu 
	{ }


div#contentarea 
	{ height: 532px; }

div#content 
	{width: 800px; border-top: 1px solid #95a3ab; height: 532px;}

div#article
	{position: absolute; left: 0px; width: 550px; margin-left: 24px; margin-right: 36px; float: left; height: 520px; }

div#photo 
	{position: absolute; left: 604px; top: 85px; width: 191px; height: 520px; 
	margin: 2px 2px 2px 2px; float: left; }

div#footer 
	{height: 70px; width: 783px; background-color: #0d90ec; border: 0; 
	margin-left: 3px;  margin-top: 0px; }

div#footer {padding: 12px 0 0 20px  }





div.clearfloats {clear:both;}

/* ensure footer appears properly */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.clearfix {display: inline-block;} <!-- fix for IE Mac -->
* html .clearfix {height: 1%;} <!-- Holly hack for IE6 Windows bug -->
.clearfix {display: block; background-color: #ffffff;}



.topMenu li a {
	background: #ffffff;
	color: #888888;
}
.topMenu li a:hover {
	background: #ffffff;
	color: #0d90ec;
}
.topMenu li a.active {
	color: #0d90ec;
} 
/* ******************* SUBMENU ************************** */

.subMenu {
	position: relative; top: 0px; left: 0px;
	border: 0;
	text-align: left; 
	margin: 0;
	height: 12px;
	padding: 0px;
	font-weight: normal;

}
* html .subMenu {
	margin: 1px 6px 5px 10; /* IE hack */
}


.subMenu li {
	position: relative; top: 20px; left: 100px; right: 160px;
	border: none;
	margin: 0px 4px 0px 0px; 
	display: inline;
}
.subMenu li a {
	border: 0px solid #cccccc;
	background: #ffffff;
	margin: 0 0 0 0;
	padding: 0px 12px 0px 12px; 
	color: #888888;
	text-decoration: none;
}

.subMenu li a:hover {
	background: #ffffff;
	color: #0d90ec;
}
.subMenu li#subActive {
	font-weight: bold;
	margin: 0 4px 0 0;
	padding: 0px 12px 0px 12px; 
	background: #ffffff;
	color: #0d90ec;
}

.link	{
	color: #cc6600;
	text-decoration: none;
}

/* ******************* QUOTE ************************** */
div#cquote p 
	{color: white; align: center; font-size: 24px; margin: 24px; }


/* ******************* ARTICLE BODY ************************** */


div#article h1 
	{font-size: 18px; margin-top: 12px; color: #0d90ec;}

div#article h2 
	{font-size: 12px; margin-top: 12px; color: #404040;}

div#article p 
	{margin-top: 12px; color: #6e6e6e; }

div#article ul 
	{margin-top: 12px; margin-left: 12px}

div#article p.P1 
	{margin-top: 6px; margin-left: 12px; font-size: 11.5px}

div#footer p.addressline 
	{ color: white }
