﻿/*//////COLOR PALETTE//////
Dark Blue = #356686
Medium Blue = #99BED7
Light Blue - images = #D1DDE4 
Light Blue - HTML = #D0DDE5
Faint Blue = #ECF1F4
Dark Brown = #393931
Medium Brown = #c8b995
Light Brown = #F7F5F2
Dark Mauve = #481e30
Medium Mauve = #843758
Dark Green = #03551f
Medium Green = #2f9652
Gold = #DB9A02
/////////////////////////*/

/*//////FONT//////
Geneva, Arial, Helvetica, sans-serif
Georgia, Times New Roman, serif
////////////////*/


/******** GENERAL TAGS ********/

.body{
	margin:0;
	background: #c8b995;
	height:100%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
a{
	color:#356686;
	text-decoration:none;
}
a:hover{
	color:#2f9652;
	text-decoration:underline;
}
p{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:10pt;
	line-height:14pt;
	color:#393931;
	font-weight:normal;
}
td{
	vertical-align:top;
}
.pagebackground{
	background-color:#F7F5F2;
	border: 4px #c8b995 outset;
}

.header{
	height:180px;
	width:1000px;
	border-width:0px;								
}

/******** TOP HEADER ********/

div.globalnavbar{
	background-image:url('/BrandingImages/Gradient-mauve-topbar.gif');
	height: 30px;				
}
div.globalnavbar a{
	color:#ffffff;
	font-size:12px;
}
 
 
/******** GLOBAL NAV ********/

div.navcontainer
{
	background-image:url('/BrandingImages/Gradient-blue-topmenu-restingstate.gif');
	background-color:#356686;
	background-repeat:repeat-x;
	height:35px;
	text-align:left;
	position:relative;
	z-index:1;
}
.topNav
{
    top:-2px;
}
.topNavItem
{
	font-family: Geneva, Arial, Helvetica, sans-serif;  
	font-size: 11pt; 
	font-weight:bold;
	text-align:left;
	color: #ffffff;
}
.topNavItem a
{
	display:block;
	padding:10px 18px 0px 18px;
	color:#ffffff;
	text-decoration:none;
}
.topNavSelected
{
	background-image:url('/BrandingImages/Gradient-blue-topmenu-selectedstate.gif');
	background-repeat:repeat-x;
	background-position:right top;
	color: #ffffff;
}
.topNavHover
{
	color:#ffffff;
	height:24px;	
	background-image:url('/BrandingImages/Gradient-blue-topmenu-hoverstate.gif');
	background-repeat:repeat-x;
	background-position:left top;
	background-color:#356686;
}
.topNavFlyOuts
{
	margin-top:8px;
	border-top:0px;
	background-color:#D0dde5;
	border:0px;
	text-align:left; 
	border-top-style: none;
}
.topNavFlyOutsItem
{	
	font-family: Geneva, Arial, Helvetica, sans-serif;  
	font-size:9pt; 
	font-weight:normal;
    padding:3px 5px 3px 5px;
}
.topNavFlyOutsItem a
{
    color:#393931;
    text-decoration:none;
}
.topNavFlyOutsHover
{
	background-color:transparent;
}
.topNavFlyOutsHover a:hover{
	text-decoration:underline;
}

.topNavRoundRight
{
    width:0px;
}
.topNavRoundLeft
{
    width:0px;
}
div.zz1_GlobalNav_0{
	border-right:1px #356686 solid;
	border-left:1px #356686 solid;
	border-bottom:1px #356686 solid;
}
div.zz1_GlobalNav_0 td{
	background-color:#D0dde5;
}


/******** CONTENT ********/

#spacer_1px {
	height: 1px;
	display: block;
	width: 100%;
}
div#container {
	margin: 0 auto;
	width: 1000px;
	background: white;
	height:100%;
}
div#content {
	height: 100%;
	text-align:left;
}

div#content_section {
	margin-top: 20px;
	height: 100%;
	text-align:left;
}
div#leftnav {
	padding: 10px;
	width: 290px;
	float: left;
	text-align: left;
	height:100%;
}

div#main {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 20px;
	font-size: 12pt;
	color: #312100;
	line-height: 24px;
	text-align: left;
	height:100%;
}
div#main_2_column {
	margin-left:300px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 20px;
	font-size: 12pt;
	color: #312100;
	line-height: 24px;
	text-align: left;
	min-height: 645px;
	height: 100%;
}
div#main_2_column1 {
	margin-left:10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 20px;
	font-size: 12pt;
	color: #312100;
	line-height: 24px;
	text-align: left;
	min-height: 75px;
	height: 100%;
}

div#main_2_column_section {
	margin-left:185px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	padding: 20px;
	font-size: 12pt;
	color: #312100;
	line-height: 24px;
	text-align: left;
	/* min-height: 737px; */
	height: 100%;
}
div#left_column {
	background-position: right;
	background-repeat: no-repeat;
	padding: 0px;
	width: 290px;
	float: left;
	text-align:left;
	min-height: 645px;
	height:100%;
	background-image: url('column_divider.gif');
}
div#left_column_section {
	padding: 0px;
	width: 176px;
	float: left;
	text-align:left;
	background-image:url('section_sidebar_background.jpg');
	height:500px;
}
div#left_column_section_inside {
	padding-top: 35px;
	height: 100%;
	min-height: 300px;
	clear: both;
}
#section_column_left {
	float:left;
	width:385px;
}

#section_column_left a:hover{ 
	text-decoration:underline; 
	color:#356686; 
}

#section_column_right {
	float:right;
	width:385px;
}

#section_column_right a:hover{ 
	text-decoration:underline; 
	color:#2f9652; 
}

#section_column_content {
	padding: 10px;
	background-position: right 20px;
	background-repeat:repeat-y;
	float:left;
	width:355px;
	/*background-image: url('CWCB.jpg');*/
}

#section_column_list ul {
	font-size: 12px;
	line-height: 30px;
	text-decoration: underline;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#356686;
	letter-spacing: 0;
	
}
#section_column_list ul a:hover {
	text-decoration:underline; 
	color: #2f9652;
}
#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
#nav { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}
#nav a {
	display: block;/*
width: 10em;

*/}
#nav li { /* all list items */
	float: left;
/* 	width: 10em; /* width needed or else Opera goes nuts */ 
}
#nav li ul { /* second-level lists */
	position: absolute;
	width: 150px;
	background: #D0dde5;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li ul li {
	border-color: #99BED7;
	border-style: solid;
	border-width: 1px;
	border-top: none;
}
#nav li ul a {
	width: 150px;
	text-align: left;
	background: #D0dde5;
	color: #356686;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
	padding-left: 20px;
	text-decoration: none;
}
#nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav li:hover ul { /* lists nested under hovered list items */
	left: auto;
}
#inner_page_title {
	width: 100%;
	display:block;
	padding-top: 10px;
	padding-bottom: 15px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#1f3e51;
}
#searchBox {
	font-style: normal;
	height: 12px;
	width: 130px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #cccccc;
}
.leadin {
	color:#1f3e51;
	font-size: 18pt;
}
/* left nav */
#section_column_title {
	letter-spacing: 2px;
	font-size: 20px;
	line-height: 40px;
	color:#1f3e51;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	list-style-image: url('leftnav_bullet1.gif');
}
#leftnav ul {
	letter-spacing: 2px;
	font-size: 20px;
	line-height: 40px;
	color:#1f3e51;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	list-style-image: url('leftnav_bullet1.gif');
}
#leftnav ul ul {
	font-size: 12px;
	line-height: 30px;
	list-style-image: url('leftnav_bullet2.gif');
	margin-left: -25px;
}
#leftnav ul ul a {
	text-decoration: underline;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color:#003885;
	letter-spacing: 0;
}
#leftnav ul ul a:hover {
	color: #79642d;
}
div#article_footer {
	margin-top: 20px;
	color: #1f3e51;
	float:right;
	clear:both;
	font-size: 18px;
}
div#blocks {
	margin-top: 30px;
	padding-top: 20px;
	margin-left:auto;
	margin-top: 20px;
	height: 402px;
	margin-right: -10px;
	clear:both;
}
div#block_pm {
	background-image:url('block_pm.gif');
	/*background:url("images/block_pm.gif") no-repeat 0 0;*/
	height: 402px;
	float:left;
	width: 320px;
	margin:0;
}
div#block_inside {
	font-family:  Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	color: #3b2800;
	padding-top: 50px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
}
div#block_nn {
	background-image:url('block_nn.gif');

	/*background:url("images/block_nn.gif") no-repeat 0 0;*/
	height: 402px;
	float:left;
	width: 315px;
	margin:0;
}
div#block_about {
	background-image:url('block_about.gif');

	/*background:url("images/block_about.gif") no-repeat 0 0;*/
	height: 402px;
	float:left;
	width: 315px;
	margin:0;
}
div#v_divider {
	background-color: #bca992;
	float:left;
	margin-top: 40px;
	height: 350px;
	width: 1px;
}
div#bottomSpacer {
	margin-top: 20px;
	margin-bottom: 5px;
}
div#bottomNav {
	color: #2c485a;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 15px;
	clear: both;
	font-family:  Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
div#bottomNav a {
	color: #2c485a;
}
#image_container {
	padding: 10px;
}
#image_caption {
	font-size: 0.6em;
	color: #1f3e51;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	margin-top: -10px;
}
.content_photo {
	border-width: 1px;
	border-color: #3d6711;
	border-style: solid;
}
div#topnav_right {
	float:right;
	vertical-align:middle;
	color:#ffffff;
}
div#topnav_left {
	float:left;
	vertical-align: middle;
	padding-top: 3px;
	color:#ffffff;
}
div#topnav_left a:hover{
	text-decoration:underline;
}
.topnav_links{
	vertical-align: top;
	color:#ffffff;
}
.topnav_links a{
	color:#ffffff;
}
.topnav_links a:hover{
	text-decoration:underline;
}
div#mainnav {
	background-repeat: repeat-x;
	background: url('nav_background.gif') 0px 0px;
	padding:0;
	margin:0;
}
div#mainnav a {
	margin:0;
	padding-right: 1px;
}
div#footer {
	padding-top: 15px;
	padding-bottom: 15px;
	letter-spacing: 1px;
	color: #393931;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-size: 18px;
	color: #810c1f;
}
div#sidebar_headline a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0426a3;
	font-weight: bold;
}

div#sidebar_headline {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0426a3;
	font-weight: bold;
}
div#sidebar_headline a:hover {
	text-decoration:underline;
}
div.thumbnail
{
    float: left;
    /*border: 1px solid #999;
    margin: 0 10px 15px 0;*/
    margin-right:0px;
    margin-left:25px;
    margin-top:5px;
    width:200px;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size:10pt;
}
div.thumbnailright
{
	float:right;
	width:500px;
	margin-top:5px;
	margin-right:250px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:10pt;
}
.InnerSectionBlank a:hover
{
    text-decoration:underline;
    color:green;
}
div.commissionerTop
{
	float:left;
	width:700px;
	margin-left:100px;
	margin-top:5px;
	margin-right:0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:10pt;
}





