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

/* ---------- main blocks ----------  */
/* page wraps all served pages */
#page
{
	/* set width to % for flexible width, set to px for constant width */
	width: 965px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding-right: 0px;
/*
	border-right: 1px solid #d5d5d5;
	border-left: 1px solid #d5d5d5;
	border-bottom: 1px solid #d5d5d5;
*/
	background: #fff;


}



/* ---------- index page style ----------- */
/* container for content in index page */
#index
{ background: #fff; font-size: 11px; margin-left:auto; margin-right:auto; width:100%}
#index p {  
	color: #696969;
	font-size: 13px;
	margin: 15px;
	line-height: 18px;
	}


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

#content .featureimg
{	margin: 0px; background: #fff; }

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

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

#content .bodyimages img {
	padding-right: 20px;
	}
	
#bodytext p {
	margin-left: 15px;
	color: #333333;
	font-family: arial;
	font-size: 12px;
	line-height: 1.5em;
	}

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


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

/* class for the middle content div or table of both content and index pages */
.contentblock
{ 
	background: #fff;
    margin-left:0px;
	margin-right:0px; 
	width:965px;
	margin-bottom: 0px;
	margin-top: 0px;
	}
	
.indexblock
{ 
	background: #fff;
    margin-left:0px;
	margin-right:0px; 
	width:965px;
	margin-bottom: 0px;
	margin-top: 0px;
	}

/* ---------- header ---------- */
/* header container */
#header
{  }
#header .logo
{ margin: 0px 0px; 0px 0px; }
#header #searchform
{ margin: 5px; padding: 0px;}
#searchform input.searchtext
{ width: 91px; border: 1px solid #ccc; color: #9e9d9d; }

.topLinks {
	color: #d5d5d5;
	padding-right: 20px;
	padding-bottom: 6px;
	}
.topLinks a, .topLinks a:hover, .topLinks a:visited, .topLinks a:active {
	color: #9e9d9d;
	}

/* ---------- additional styles---------- */

.navbars {
	text-align: right;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	margin-left: 40px;
	margin-right: 0px;
	width: 654px;
	background: #fff;
	color: red;
	vertical-align: top;
}

.navbars a

.navbars a:link, .navbars a:visited {
	color: red;
	text-decoration: none;
	font-weight: bold;
	}

.navbars a:hover{
	color: #000;
	font-weight: bold;
	text-decoration: none;
	}
	
.center {
    text-align: left;
    vertical-align: middle;
	padding-bottom: 0px;
	}
	
	
/* ---------- footer ---------- */
#footer
{
	text-align: center;
	color: #696969;
	font-size: 10px;
	padding-top: 10px;
	background: #000;
}

#footer strong {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	}
	
#footer a:link, #footer a:visited
{	text-decoration: none;	color: #fff;}
#footer a:hover
{	text-decoration: underline;}

.footerNav {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 10px;
	}


/* ---------- 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 form ---------- */
#searchform input.searchtext
{ width: 100px; border: 1px solid #ccc; }

#searchform input.btn
{
	border: 1px solid #696969;
	background-color: #BBBBBB;
	color: #ffffff;
	margin-left: 3px;
	font: arial, sans-serif;
}

/* ---------- search results page ---------- */
/* container for search results on results page */
#search_results
{ 	
    background: #fff;
    color: #ccc;
    padding: 10px;
    font-size: 12px;
    margin-bottom: 20px;
    margin-top: 0px;
    margin-right: 20px;
    margin-left: 60px;
    line-height: 150%; 
    }
/* each search result */
.search_result
{  
    background: #fff;
    color: #696969;
}


/* ---------- 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 {	
	padding-bottom: 10px;
	width: 251px; 
	background: #fff; 
	}
	
#rightbar {
		border-right: 1px solid #000000;
}

/* top navigation with dropdowns */

#topnav .sections { 
	position:left;
	font-weight: bold;
	left:40px;
	right:0px;
	top:0px;
	margin:0px;
	background: #fff;
	/* background: url(/images/uploaded/layout/nav_bg_default.gif);  */
	width:100%;
	padding-left:0px;
}

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

#topnav .sections li.section a { 
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	display:block;
	float:left;
	margin:0px;
	line-height:14px;
	padding: 0px 10px 0px 10px;
	color: red;
}


#topnav .sections li.over, #topnav .sections li.section:hover {
	background: #fff;
	color: red; 
	/* 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:none; }

#topnav .sections li.section ul { 
	position:absolute;
	top:0px;
	left:0px;
	padding:0px;
	margin:0px;
	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:red;
	font-weight: bold;
	background: #fff;
	line-height:12px;
	margin:0px;
	padding:3px;	
	display:block;
	width:100%;
}


#topnav .sections li.section ul li a:hover {
	background: #fff;	text-decoration: bold; 

}

/* footer navigation without dropdowns */

#footernav .sections { 
	position:left;
	font-weight: bold;
	left:40px;
	right:0px;
	top:0px;
	margin:0px;
	background: #fff;
	/* background: url(/images/uploaded/layout/nav_bg_default.gif);  */
	width:100%;
	padding-left:0px;
}

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

#footernav .sections li.section a { 
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	display:block;
	float:left;
	margin:0px;
	line-height:14px;
	padding: 0px 10px 0px 10px;
	color: red;
}

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

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

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

#submenu h1
{
	color: #fff; font-size: 14px;
	padding: 5px 5px; margin: 0px;	
	background: #ed7f2f; border-bottom: 1px solid #fff;
	text-align: center;
}
#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: #c6dc55; color: #000; }

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

.subnav_cell
{	 background: #ed7f2f; padding: 0px; margin: 0px; border-top: 1px solid #bebebe; border-right: 1px solid #bebebe; border-left: 1px solid #bebebe;}


/* 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:right; }
/* 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:270px; background: #fff; border-right: 1px solid #000000; float: left; }
#index .col2
{background: #fffff; }
#index .col3
{ width: 270px; background: #fff; }