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

/* ---------- main blocks ----------  */
/* page wraps all served pages */
#page
{
	/* set width to % for flexible width, set to px for constant width */
	vertical-align: top;
	width: 820px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	border-left: thin solid #cfb66b;
	border-right: thin solid #cfb66b;
	border-bottom: thin solid #cfb66b;
}

/*----------- New Styles -------------*/
.navbars {
	text-align: center;
	font-size: 13px;
	font-family: Arial, sans-serif;
	margin-left: auto;
	margin-right: auto;
	height: 19px;
	width: 800px;
	background-color: #fe681c;
	color: #ffffff;
}

.navbars a {
	color: #ffffff;
	}

.center {
	vertical-align: middle;
	color: #ffffff;
	}

.topright {
	background: url(/art/clientlogin.jpg);
	width: 501px;
	}
	
.login {
	text-align: right;
	margin-right: 50px;
	margin-top: 8px;
	}
	
.login a {
	color: #ffffff;
	text-decoration: underline;
	}
	
#bodytext {	
	color: #696969; 
	font-size: 12px;
	}

.bottom {
	margin-bottom: 10px;
	}

.brownbar {
	background-color: #a48527;
	height: 14px;
	width: 800px;
	}
	
.mainimg {
	margin-top: 1px;
	margin-bottom: 1px;
	}
	
.dots {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}

.repeatdots {
	background: url(/art/dots.jpg);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 6px;
}

.sect1 {
	width: 221px;
	padding-top: 7px;
	padding-left: 15px;
	padding-bottom: 10px;
	font-size: 12px;
}

.sect2 {
	width: 174px;
	padding-top: 7px;
}

.homeimage {
	width: 130px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: thin solid #b2ae72
}
	
.explore {
	text-align: right;
	font-style: italic;
	font-size: 14px;
	vertical-align: middle;
}

.explore a {
	color: #a48527;
}

.arrow {
	margin-right: 20px;
	}

.middle {
	margin-left: auto;
	margin-right: auto;
}

.align {
	vertical-align: middle;
}

.info {
	font-size: 10px;
	color: #bca661;
}

.info a {
	color: #fe681c;
}

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


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

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

#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;
	margin-left: 1px;
	font-family: verdana;
}


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

/* ---------- header ---------- */
/* header container */
#header
{   }
#header .logo
{	margin: 0px 10px; }
#header #searchform
{	margin-top: 30px; padding: 0px; float: right; display: block;}
#searchform input.searchtext
{ width: 90px; border: 1px solid #ccc; color: #898989; margin-bottom: 4px; }


/* ---------- footer ---------- */
#footer
{
	text-align: center;
	color: #bca661;font-size: 12px; font-weight: normal;	
	padding-top: 10px;
}
#footer a:link, #footer a:visited
{	text-decoration: none;}
#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: #FF6923; margin-bottom: 10px; font-size: 16px; }

#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-left:10px;
	margin-right:10px;
	background: #fe681c;
	/* background: url(/images/uploaded/layout/nav_bg_default.gif);  */
	width:800px;
	height:19px;
	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-left:10px;
	margin-right:10px;
	background: #fe681c;
	/* background: url(/images/uploaded/layout/nav_bg_default.gif);  */
	width:800px;
	height:19px;
	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: 164px; margin-right: 0px; padding-right: 0px;}

#submenu h1
{
	color: #fff; 
	font-size: 12px;
	margin: 0px;
	padding: 5px 5px;
	background: #a1883b; 
	border-bottom: 1px solid #fff;
	display: block;
}

#submenu h1 a
{ 
	color: #fff; 
}

#submenu a
{	text-decoration: none; }

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

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

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

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

#submenu li a:hover
{	background: #dac28f; color: #ffffff; }

#submenu li a.current
{	background: #778C36; color: #ffffff;}

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


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

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