/* layout styles */
/* styles that affect the wysiwyg and general styling are in content.css */

/* colors
#032b4b dk blue
#613628 dk red
#99553f med red
#84909b grey blue headline txt
#b19b6c footer text
#6a8259 green col
#8e8885 grey col
#4d494f dk grey col
#bc9b15 divider bar (yellowish)

#4d5e40 menu h1 bg
#6a8259 menu bg





*/

/* ---------- main blocks ----------  */
/* page wraps all served pages */
#page
{
	width: 80%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	background-color: black;
}

form {
	overflow:visible;
}

/* container for header and main top nav */
#top
{ border-bottom: none; margin-top: 0px;}

/* class for the middle content div or table of both content and index pages */
div.content
{ margin-left:auto; margin-right:auto; width: 836px; }

/* ---------- header ---------- */
/* header container */
#header
{   }

#header_topnav {
	margin: 0px;
	padding: 0px;
	background: white;
}


/* ---------- index ----------- */
/* container for content in index page */
#index
{	background: #fff; font-size: 11px; margin-left:auto;margin-right:auto; width:100%}
#index h1
{ color: #e6087b; font-size: 11px; margin: 4px 4px;
	font-weight: bold;
}
#index p
{ margin: 4px 0px; color: #666;}

.flashelement {
	margin: 0px;
	padding: 0px;
	text-align: left;
}


#home_flash_1 .flashed {
	margin: 0px;
	padding: 0px;
	width: 573px;
	text-align: left;
}

.logo {
	float: left;
	padding-left: 20px;
	vertical-align: middle;
	}

/* ---------- content ---------- */
/* container for content in content pages */
#content
{
	background: #fff;
	font-size: 12px;
	text-align: left;
}

#content .featureimg {
	margin: 0px -10px;
	padding-bottom: 10px;
}

#content #bodyimages
{	float: right; margin-left: 20px; }

#content .bodyimage
{	margin-bottom: 20px; }

#content .bodyimage
{	margin-bottom: 20px; }

#content .imagecaption
{	font-size: 10px; margin-bottom: 20px; text-align: right; padding-top: 10px; font-style: italic; color: gray; }

/* div or cell class for editable body text */
#content .body
{
	background: #fff;
	width: 100%;
	padding: 0px 10px;
	min-height: 400px;
	padding-bottom: 10px;
}


/* ---------- footer ---------- */
#footer
{
	text-align: center;
	color: #666;
	font-weight: bold;
	font-size: 10px;
	padding-top: 10px;
}
#footer a:link, #footer a:visited
{	text-decoration: none;	color: #036;}
#footer a:hover
{	text-decoration: underline;}


/* ---------- submenu left navigation ---------- */

.subnav_cell {
	text-align: left;
	width: 170px;
	margin: 0px;
	max-width:170px;
	color: #375c80;
	font-size: 14px;
	font-weight: bold;
	padding: 0px 10px 0px 0px;
	background: url('/art/subnav_item_bg.gif');
	background-repeat: repeat-y;
}

.subnav_cell h1 {
	padding: 0px;
	padding-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
	font-size: 14px;
	display: block;
	border-bottom: 1px solid #fff;
	color: #375c80;
	font-weight: bold;
	width: 150px;
}

.subnav_cell a
{text-decoration: none;
}

.subnav_cell ul
{
	width: 160px;
	margin: 0px;
	padding: 0px;
	padding-right: 10px;
	font-size: 11px;
	list-style: none;
	background: url('/art/subnav_item_bg.gif');
	background-repeat: repeat-y;
}

.subnav_cell li
{
	height: 15px;	
	margin: 0px; padding: 0px;
	display: inline;
}

.subnav_cell li a
{
	display: block;
	text-decoration: none;
	border-collapse: collapse;
	border-bottom: 1px solid #fff;
	padding: 5px 5px 5px 2px;
	margin: 0px 0px 0px 10px;
}

.subnav_cell li a:link,
.subnav_cell li a:visited {
	color: #375c80;
	text-decoration: none;
}

.subnav_cell li a:hover {
	background-color: #375c80;
	color: #fff;
	text-decoration: none;
}

.subnav_cell li.article a.current {
	background-color: #375c80;
	color: #fff;
	text-decoration: none;
}

.subnav_cell li a.current {
	background-color: #3baee6;
	color: #fff;
	text-decoration: none;
}

.subnav_cell ul li a.current {
	background-color: #375c80;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
}

.subnav_cell ul li a.hover {
	background-color: #375c80;
	font-size: 11px;
	color: white;
	text-decoration: none;
	
}

.subnav_cell ul li a.visted {
	background-color: #375c80;
	color: white;
	font-size: 11px;
	text-decoration: none;
}



/* ---------- calendar ----------- */
/* calendar container... styles for the calendar itself are in calendar.css */
#cal {
	margin: 0px;
	text-align: left;
	padding-left: 8px;
	background: #004890;
}

.calendar_widget {
	background: #004890;
}

.calendar_widget h1 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	padding-top: 5px;
	padding-bottom: 20px;
}

.calendar_widget_bottom {
	background: #004890;
	vertical-align: bottom;
}

.calendar_widget_bottom h2 {
	font-size: 12px;
	font-weight: normal;
	color: white;
	text-align: center;
	vertical-align: top;
	text-decoration: none;
}

.calendar_widget_bottom h2 a, .calendar_widget_bottom h2 a:link, .calendar_widget_bottom h2 a:visited {
	font-size: 12px;
	font-weight: normal;
	color: white;
	text-align: center;
	vertical-align: top;
	text-decoration: none;
}

.calendar_widget_bottom h2 a:hover {
	text-decoration: underline;
}



/* ---------- downloads section ----------- */
#downloads
{ border-top: 1px solid #ccc; margin-top: 10px;}

#downloads h1
{	font-size: 14px; color: #666; }

#downloads a
{	color: #666; }

#downloads .download
{	margin-bottom: 10px; }


/* ---------- search form ---------- */
/* search form usually in header */
#searchform {
	position: relative;
	top: 10px;
	margin: 5px;
	padding: 0px;
}

#keywordSearchField {
	position: relative;
	top: 5px;
	padding-right: 5px;
}

#keywordSearchSubmit {
	position: relative;
	top: 9px;
	padding-right: 5px;
}


/* ---------- search results page ---------- */
/* container for search results on results page */
#search_results { 
	padding: 25px;
	text-align: left;
}
/* each search result */
.search_result
{ }


/* ---------- right bar ---------- */
#rightbar
{	margin: 0px; padding: 0px; }


.navlesher {
	font: bold 9px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: gray;
	text-decoration: none;
	border-right: 1px solid #D6016D;
	text-align: center;
	background-position: center;
	padding: 3px;
}

.navcontact {
	font: bold 9px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: gray;
	text-align: left;
	padding-top: 3px;
	padding-left: 6px;
	text-decoration: none;
	padding-bottom: 3px;
}

.navlinetop {
	border-top-color: #D6016D;
	border-top-width: 2px;
}

.navlinebottom {
	border-bottom: 2px solid #D6016D;
	height: 10px;
}

.pinkline {
	border-bottom: 2px solid #D6016D;
	
}

.home_pinkline {
	border-top: 2px solid #D6016D;
	padding-bottom: 7px;
	height: 7px;
}

.bannerlinks {
	color: gray;
	font: 12px arial;
	bottom: 0;
	height: 0;
	padding-top: 5px;
	padding-left: 0;
	padding-right: 5px;
}

#blackblock_container {
	padding: 3px 0 0 10px;
	text-align: center;
	background: white;
}

#blackblock {
	margin: 0px;
	padding: 0 10px;
	width: 146px;
	height: 105px;
	color: white;
	background: black;
	font-size: 10px;
	text-align: left;
}

#blackblock h1 {
	color: white;
	font-size: 14px;
	font-style: italic;
	padding-bottom: 5px;
	margin: 0px;
}
#blackblock span div, #blackblock span div img {
	margin: 0;
	padding: 0;
	#display: inline;
}

#blueblock_container {
	padding: 4px 0 2px 10px;
	text-align: center;
	background: white;
}

#blueblock {
	margin: 0px;
	padding: 0 10px;
	width: 146px;
	height: 100px;
	color: white;
	background: #004890;
	font-size: 10px;
	text-align: left;
}
#blueblock span div, #blueblock span div img {
	margin: 0;
	padding: 0;
	#display: inline;
}


#blueblock h1 {
	color: white;
	font-size: 14px;
	font-style: italic;
	padding-bottom: 5px;
	margin: 0px;
}


.pinkboxleft {
	background: url(/art/pink_left.jpg) repeat-y;
}

.pinkboxright {
	background: url(/art/pink_right.jpg) repeat-y;
}

.orangeboxleft {
	background: url(/art/orange_left.jpg) repeat-y;
}

.orangeboxright {
	background: url(/art/orange_right.jpg) repeat-y;
}

.yellowboxleft {
	background: url(/art/yellow_left.jpg) repeat-y;
}

.yellowboxright {
	background: url(/art/yellow_right.jpg) repeat-y;
}

.horzboxright {
	background: url(/art/horzboxright.gif) repeat-y;
}

.horzboxleft {
	background: url(/art/horzboxleft.gif) repeat-y;
	padding-right: 7px;
}

.lower_txt_td {
	padding-right: 7px;
	padding-left: 10px;
	text-align: left;
}

.bluebottombox {
	background: url(/art/blue_bottom_notext.jpg) no-repeat;
}

.bluebottomtext {
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding-top: 4px;
	margin-top: 4px;
}

.\10pxDivider {
	color: white;
	width: 10px;
}

.colorboxtext {
	color: black;
	padding: 10px;
	font: 10px Arial;
}

.body {

}

.search {
	color: #4c4c4c;
	font-size: 10px;
	padding-top: 0;
	margin: 0;
	position: relative;
}

.footer {
	color: #666;
	font-size: 10px;
	text-align: center;
}

#index {	
	background: #fff; 
	font-size: 11px; 
	margin-left:auto;
	margin-right:auto; 
	width:100%
}




.leftfx {
	width: 38px;
	background: url('/art/left.gif') repeat-y;
}

.rightfx {
	background: url('/art/right.gif') repeat-y;
	width: 38px;
}

