/* 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 { 
	margin-top: 0px;
	background: url(/art/bodyBG.gif);
	background-repeat: repeat-y;
	background-color: #000000;
	margin-right: auto;
	margin-left: auto;
	}

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



/* ---------- index page style ----------- */
/* container for content in index page */
#index {	
	font-size: 11px; 
	margin-left:auto;
	margin-right:auto; 
	margin-top: 35px;
	background: url(/art/body.gif);
	background-repeat: no-repeat;
	height: 828px;
	}
	
#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: 925px;
	margin-left: 38px;
	height: 387px;
	vertical-align: top;
}

#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;
	padding: 0px 10px;
	width: 740px;
	height: 387px;
	vertical-align: top;
}


/* 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 { 
	padding-left: 38px;
}

/* ---------- header ---------- */
/* header container */
#header
{   }
#header .logo
{	margin: 0px 10px; }
#header #searchform
{	margin: 5px; 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;
}
#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; }


/* --------- 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;}
/* 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 {
	background: #444; 
	min-height:375px;
	width: 200px; 
	margin: 0px; 
	padding: 0px;
	}

#submenu h1
{
	color: #fff; font-size: 14px;
	padding: 5px 5px; margin: 0px;	
	background: #666; 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: 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: 5px 5px; margin: 0px; height: 100%;
}

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

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

#submenu li a.current
{	background: #ccc; color: #000;}

.subnav_cell
{ padding: 0px; margin: 0px; vertical-align: top; padding-left: 50px; width: 100px;}


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