/* 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: #95885C;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 11px;
}

/* ---------- main blocks ----------  */
/* page wraps all served pages */
#page
{
	/* set width to % for flexible width, set to px for constant width */
	width: 754px;
	min-width: 754px;
	margin: 0px auto;
	color: #514D29;
	background: #fff;
}

/* ---------- index page style ----------- */
/* container for content in index page */
#index
{
	color: #968e4a;
	background: #fff;
	font-size: 11px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
}

#index h1
{
	color: #583352;
	margin: 0px;
	padding: 0px;
	font: normal 18px times, serif;
}

#index p
{
	margin: 4px 0px;
	color: #968E4A;
}

#index .line_dots {
	background: url("/images/uploaded/line_dots.gif");
	width: 15px;
}

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

/* class for the middle content div or table of both content and index pages */
.contentblock
{
	margin-left: auto;
	margin-right: auto;
	min-width: 482px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}

/* ---------- header ---------- */
/* header container */
#header
{
	width: 100%;
	background: #fff;
	margin: 0px 0px 0px 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

#header_table {
	background: url("/art/header_bg.gif");
	height: 95px;
}

.header table
{
	width: 200px;
	height: 95px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.header td
{
	vertical-align: middle;
	text-align: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#header .logo
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#header #searchform
{
	margin-left: 200px;
	margin-right: 20px;
	padding: 0px 0px 0px 0px;
}

#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: normal 12px arial, sans-serif;
}

/* ---------- content pages style---------- */
/* container for content in content pages */
#content
{
	width: 100%;
	background: #fff;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
}

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

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

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

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

/* ---------- footer ---------- */
#footer_nav {
	background-color: white;
	background-image: url("/art/nav_bg_footer.gif");
	background-repeat: repeat-x;
	height:30px;
	margin-left: 10px;
	margin-right: 10px;
}

#footer_nav .nav {
	padding-top: 9px;
}

#footer_block {
	width: 774px;
	background-color: #FFFFFF;
}

#footer {
	width: 774px;
	text-align: center;
	color: #583352;
	font-size: 12px;
	font-weight: normal;
	padding-top: 0px;
	background-color: #FFFFFF;
	text-align: center;
}

#footer a:link, #footer a:visited
{
	text-decoration: none;
	color: white;
}

#footer a:hover { text-decoration: underline; }

#footer_info {
	width: 774px;
	background-color: #95885C;
}


.info
{
	color: #583352;
	text-decoration: none;
	font-size: 10px;
	padding-left: 0px;
	padding-right: 0px;
}

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

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

#downloads a { color: #FF231e; }
#downloads .download { margin-bottom: 10px; }

/* ---------- search results page ---------- */
/* container for search results on results page */
#search_results
{
	background: #fff;
	color: #968E4A;
	padding: 10px;
	font-size: 12px;
	margin-bottom: 20px;
	margin-top: 20px;
	line-height: 150%;
}

/* 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: 175px;
	background: #fff;
}

/* ---------- main nav ---------- */

#nav_table {
	background: url("/art/nav_bg.gif");
	height: 30px;
}

.nav
{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 10px;
	font-weight:200;
	text-decoration: none;
	color: #fff;
	white-space: nowrap;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top: 0px;
	border-bottom: 0px;
}

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

.nav td
{
	vertical-align: middle;
	text-align: center;
	padding: 0px 0px;
	margin: 0px 0px;
}

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

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

/* divider between nav items */
.nav .divider
{
	margin: 0px 0px;
	padding: 0px 10px;
	text-align: center;
}

/* ---------- submenu left navigation ---------- */
#submenu
{
	width: 165px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
}

#submenu h1
{
	color: #583352;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 10px 0px 10px 10px;
	margin: 0px 0px 0px 0px;
	background: #583352;
	border-bottom: 1px solid #fff;
	letter-spacing: 1px;
}

#submenu h1 a
{
	color: #fff;
	height: 100%;
	width: 100%;
	display: block;
}

#submenu a
{
	text-decoration: none;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

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

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

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

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

#submenu li a:hover
{
	background: none;
	color: #fff;
	text-decoration: underline;
}

#submenu li a.current
{
	background: #62406C;
	color: #fff;
}

.subnav_cell
{
	background: #795D71;
	width: 165px;
}

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

/* image caption under inline images */
.imagecaption_inline
{
	text-align: right;
	padding: 0px 0px 0px 0px;
	font-style: italic;
	font-size: 10px;
	color: #696969;
}

/* 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*/
/*  form elements*/
.required { color: rgb(255, 0, 0); }

/*  index content areas*/
#index

#index .col1
{
	width: 204px;
	background: #fff;
	padding: 20px;
}

#index .col1 p
{
	color: #666666;
}

#index .col1 h3
{
font-style: italic;
font-weight: normal;
float:right;
}

#index .col1 img
{
vertical-align: text-bottom;
}

#index .col1 a
{
vertical-align: middle;
font-style:italic;
}

#col1td {
	background: url("/images/uploaded/home_vision_bg.gif");
}

#index .col2
{
	width: 165px;
	background: #fff;
	padding-left: 10px;
	padding-right: 10px;
}

#index .col3
{
	width: 165px;
	background: #fff;
	padding-right: 10px;
}

#index .col4
{
	width: 350px;
	background: #fff;
	padding-right: 10px;
}

#index .col4 p
{
	color: #666666;
}

