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

/* style body tag, affects all pages, font styles, etc set in content.css */
body
{ background: white; }

form {
	display: inline;
	position: relative;
	margin-bottom: 0px;
}
img {
	display: block;
}


/* ---------- main blocks ----------  */
/* page wraps all served pages */
#page
{
	/* set width to % for flexible width, set to px for constant width */
	width: 788px;
	min-width: 760px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}



/* ---------- index page style ----------- */
/* container for content in index page */
#index
{	background: #fff; font-size: 11px; margin-left:auto;margin-right:auto; width: 788px}
#index h1
{ 	color: white; font-size: 22px; margin: 4px 4px;
	padding-left: 8px;
}

#index h2
{ 	color: gray; font-size: 16px; margin: 4px 4px;
	padding-left: 8px;
}

#index h3
{ 	color: gray; font-size: 12px; margin: 4px 4px;
	padding-left: 8px;
}

#index h4
{ 	color: black; font-size: 12px; margin: 4px 4px;
	padding-left: 8px;
}
#index p
{ 	margin: 4px 0px; color: black;
	font-size: 12px;
	padding-right: 10px;
	padding-left: 10px;
}

#index .blueblock {
	color: #FFFFFF;
}


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

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

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

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

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


/* 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 */
.contentblock
{ width: 788px;
}

/* ---------- header ---------- */
/* header container */
#header
{   }
#header .logo
{	margin: 0px 10px; }
#header #searchform
{	margin: 0px; padding: 0px;}
#searchform input.searchtext
{ width: 150px; border: 1px solid #ccc; }


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



/* ---------- calendar ----------- */
/* calendar container... styles for the calendar itself are in calendar.css */
#cal
{ 	margin: 0px 0px; }


/* ---------- 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 results page ---------- */
/* container for search results on results page */
#search_results
{ 	background: #fff; color: #000; padding: 10px;}
/* each search result */
.search_result
{ }


/* ---------- sitemap ---------- */
.sitemap
{ 	padding: 15px; font-size: 12px; font-weight: bold; }
.sitemap li
{ 	list-style: none; }
.sitemap a, .sitemap a:link, .sitemap a:active, .sitemap a:visited
{ 	text-decoration: none; }
.sitemap a:hover
{ 	text-decoration: underline; }
.sitemap .section
{ 	border: 1px solid #ccc; margin: 10px; padding: 10px; }
.sitemap .article
{ 	font-size: 10px; font-weight: normal; }



/* ---------- right bar ---------- */
#rightbar
{	margin: 0px; padding: 0px; width: 260px; background: #cde;}



/* ---------- main nav ---------- */
.nav
{
	text-align: center;
	font-size: 11px;color: #76A4E3;
	background: #fff;
	margin: 2px 0px;padding: 3px 0px;
	width: auto;
	border-right: 2px solid #76A4E3;
	font-weight: bold;
}

.navright
{
	text-align: center;
	font-size: 11px;color: #76A4E3;
	background: #fff;
	margin: 2px 0px;padding: 3px 0px;
	width: auto;
	border-right: 2px solid #FFFFFF;
	font-weight: bold;
}

.nav table
{	margin-left: auto; margin-right: auto; width: 0; }

.navright table
{	margin-left: auto; margin-right: auto; width: 0; }

.nav td
{	vertical-align: middle; text-align: center; }

.navright td
{	vertical-align: middle; text-align: center; }


.nav a, .nav a:visited, .nav a:link
{	color: #76A4E3; text-decoration: none;}

.navright a, .navright a:visited, .navright a:link
{	color: #76A4E3; text-decoration: none;}


.nav a:hover
{	text-decoration: underline; }

.navright a:hover
{	text-decoration: underline; }


/* divider between nav items */
.nav .divider
{ 	margin: 0px 2px; }

.navright .divider
{ 	margin: 0px 2px; }


.navline {
	background-position: 0 center;
}

.navlinespace {
	width: 788px;
	padding-top: 0;
	padding-bottom: 2px;
}

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

#submenu
{	width: 187px; margin: 0px; padding: 0px;}

#submenu h1
{
	color: #fff; font-size: 14px;
	padding: 5px 5px; margin: 0px;	
	background: #336699; border-bottom: 1px solid #fff;
}
#submenu h1 a
{ color: #fff; height: 100%; width: 100%; display: block; }

#submenu a
{	text-decoration: none; }

#submenu ul
{
	width: 100%; height: 100%;
	margin: 0px; padding: 0px;
	font-size: 12px;
	list-style: none;
}

#submenu li
{
	height: 100%;	
	margin: 0px; padding: 0px;
	display: inline;
}

#submenu li a
{
	display: block;
	text-decoration: none;
	border-collapse: collapse; border-bottom: 1px solid #fff;
	padding: 10px 5px; margin: 0px; height: 100%;
}

#submenu li a:link,
#submenu li a:visited
{	color: #fff; }

#submenu li a:hover
{	background: #fff; color: #336699; }

#submenu li a.current
{	background: #336699; color: white;}

.subnav_cell
{	 background: #99999C; padding: 0px; margin: 0px;}


/* image caption under headline image */
.imagecaption
{ text-align: right; padding: 2px 5px;font-style: italic;}

/* convenience style for stacking columns or other block elements to the left 
	ensure you clear:both after the columns for proper display */
.stackleft
{ float:left; }
/* specific styles for the setup site as examples on stacking columns */
/*  with this type of stack ensure you set a clear:both after the floated elements*/



.verSpacer {
	width: 8px;
	border-right: thin solid gray;
	height: 333px;
	border-style: solid;
}
.WhNavText {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.WhNavText a, .WhNavText a:visited, .WhNavText a:link {
	font: bold 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: white; 
	text-decoration: none;
}

#jumpmenu {
	margin-left: auto;
	margin-right: auto;
	margin: auto;
	width: auto;
}

#newsletterSignup {
	margin-bottom: 0px;
}

#headFormsTable {
	height: 76px;
	width: 155px;
	/* align="left" border="0" cellpadding="0" cellspacing="0" */
}

#emailSignUpFormFull td {
	padding-bottom: 7px;
	padding-right: 7px;
	vertical-align: middle;
}

#emailSignUpFormFull th {
	align: right;
	padding-right: 7px;
	vertical-align: middle;
}

#bodysubtitle h2 {
	padding-bottom: 14px;
}

#photogallery table {
	width: 100%;
}

#photogallery table tr td {
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
}

.photoGalleryCaption {
	font-style: italic;
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 3px;
	padding-bottom: 5px;
}

.photoGalleryImg {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.photoGalleryLargerLink {
	text-align: center;
	font-size: 11px;
}

.blue {
	background: #4683BA;
	width: 190px;
	height: 216px;
	}

.blue img {
	padding-top: 50px;
}

.green {
	background: #7AA02F;
	width: 190px;
	height: 216px;
}

.green img {
	padding-top: 15px;
	}

.red{
	background: #EF3327;
	width: 190px;
	height: 216px;
}

.red img {
	padding-top: 30px;
	}

.purple{
	background: #7A69AF;
	width: 190px;
	height: 216px;
}

.purple img {
	padding-top: 40px;
	}