/* 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: #ffffff; 
	margin-top: 0px; 
	background-image: url(/art/bg.gif);
	background-repeat: repeat-x;
	}

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

#topnav {
	width: 760px;
	padding-left: 5px;
	}


/* ---------- index page style ----------- */
/* container for content in index page */
#index
{	font-size: 11px; margin-left:auto;margin-right:auto; width:760px;}
#index h1
{ 	color: #555; font-size: 18px; margin: 4px 4px;}
#index p
{ 	margin: 4px 0px; color: #666;}


/* ---------- content pages style---------- */
/* container for content in content pages */
#content {
	background: #fff;
	font-size: 12px;
	width:74 0px;
	margin-left: auto;
	margin-right: auto;
}

#content .featureimg
{	margin: 0p; }

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

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

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


/* 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
{ margin-left:auto; margin-right:auto;min-width: 500px; margin-bottom: 15px;}

.navbars	{
	color: #ffffff;
	font-size: 10px;
	}
	
.greenBox {
	color: #ffffff; 
	background-color: #7ac142; 
	padding-top: 9px; 
	padding-bottom: 5px;
	font-size: 13px;
	}
	
.greenBox a, .greenBox a:visited, .greenBox a:hover, greenBox a:link, greenBox a:active {
	color: #ffffff;
	}
	
.indexLeft {
	background-image: url(/art/shadowTransL.png);
	background-repeat: repeat-y;
	width: 12px;
}

.indexRight {
	background-image: url(/art/shadowTrans.png);
	background-repeat: repeat-y;
	width: 13px;
}

.contentRight {
	background-image: url(/art/shadowTrans.png);
	background-repeat: repeat-y;
	width: 12px;
}

/* ---------- header ---------- */
/* header container */
#header
{   }
#header .logo
{	margin: 0px 10px; }
#header #searchform
{	margin-top: 5px; padding: 0px;}
#searchform input.searchtext
{ border: 1px solid #ccc; padding-right: 3px;}
#emailform input.emailtext
{ border: 1px solid #ccc; padding-right: 3px;}


/* ---------- footer ---------- */
#footer
{
	text-align: center;
	color: #5487bb;
	font-size: 10px;
	color: #828282;
}
#footer a:link, #footer a:visited
{	text-decoration: none;	color: #f7a260; }
#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; }


/* --------- photo gallery ---------- */
#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;
}


/* ---------- search results page ---------- */
/* container for search results on results page */
#search_results
{ 	background: #fff; color: #000; padding: 10px; margin-left: auto; margin-right: auto;}
/* 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;}



/* top navigation with dropdowns */

#topnav .sections { 
	position:relative;
	left:0px;
	top:0px;
	margin:0px;
	background: #333;
	/* background: url(/images/uploaded/layout/nav_bg_default.gif);  */
	width:100%;
	height:34px;
	padding-left:5px;
}

#topnav .sections li.section { 
	position:relative;
	list-style:none; 
	float:left;
	padding:0px;
} 

#topnav .sections li.section a { 
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	display:block;
	float:left;
	margin:0px;
	height:34px;
	line-height:34px;
	padding: 0px 10px 0px 10px;
	color:#fff;
}


#topnav .sections li.over, #topnav .sections li.section:hover {
	background: white;
	color: black; 
	/* background: url(/images/uploaded/layout/nav_bg_hover.gif); */
}

#topnav .sections li.section ul { display:none; }
#topnav .sections li.section:hover ul, 
#topnav .sections li.over ul { display:block; }

#topnav .sections li.section ul { 
	position:absolute;
	top:33px;
	left:0px;
	padding:0px;
	margin:0px;
	border-top: 1px solid #666;
	width:180px;
}

#topnav .sections li.section ul li {
	list-style:none;
	margin:0px;
	padding:0px;
	float:left;
	width:100%;
}

#topnav .sections li.section ul li a {
	color:white;
	background: #999;
	border-right: 1px solid white;
	border-left: 1px solid white;
	border-bottom: 1px solid white;
	line-height:15px;
	margin:0px;
	padding:3px;	
	display:block;
	width:100%;
}


#topnav .sections li.section ul li a:hover {
	background: #333;
}

/* footer navigation without dropdowns */

#footernav .sections { 
	position:relative;
	left:0px;
	top:0px;
	margin:0px;
	background: #333;
	/* background: url(/images/uploaded/layout/nav_bg_default.gif);  */
	width:100%;
	height:34px;
	padding-left:5px;
}

#footernav .sections li.section { 
	position:relative;
	list-style:none; 
	float:left;
	padding:0px;
} 

#footernav .sections li.section a { 
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	display:block;
	float:left;
	margin:0px;
	height:34px;
	line-height:34px;
	padding: 0px 10px 0px 10px;
	color:#fff;
}

#footernav .sections li.over, #footernav .sections li.section:hover {
	background: white;
	color: black; 
	/* background: url(/images/uploaded/layout/nav_bg_hover.gif); */
}

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

#submenu
{	width: 175px; margin: 0px; padding: 0px;  min-height: 450px;}

#submenu h1 {
	color: #5f8eb0;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	padding: 10px 15px; 
	margin: 0px;	
	background: #fed478; 
	border-bottom: 1px solid #fff;
}
#submenu h1 a
{ color: #5f8eb0; height: 100%; width: 100%; display: block; }

#submenu a
{	text-decoration: none; }

#submenu ul
{
	width: 100%; height: 100%;
	margin: 0px; padding: 0px;
	font-size: 11px;
	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 15px; margin: 0px; height: 100%;
}

#submenu li a:link,
#submenu li a:visited {	
	color: #5f8eb0;
	background: #ffecc3 url(/art/li.gif) no-repeat; 
	padding-left: 35px;
	}

#submenu li a:hover
{	background: #B5DFFC url(/art/liOver.gif) no-repeat; color: #fff; }

#submenu li a.current
{	background: #fed478 url(/art/liCurrent.gif) no-repeat; color: #000;}

.subnav_cell
{	 background: #fed478; padding: 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*/


#index .col1
{ width:250px; background: #ccc; }
#index .col2
{ width: 250px; background: #ddd; }
#index .col3
{ width: 260px; background: #eee; }