/* layout styles */
/* styles that affect the wysiwyg and general styling are in content.css */




.zone3 
{
	width: 253px;
	height: 51px;
	background: url(../art/zone3_header.jpg) no-repeat;
}

.zone3 tr td h1 {
	padding-top: 15px;
	text-align: center;
	color: #6E2A8D;
	padding-right: 0;
	padding-left: 20px;
}

.zone4 
{
	width: 254px;
	height: 51px;
	background: url(../art/zone4_header.jpg) no-repeat;
}
.zone4 tr td h1 {
	padding-top: 15px;
	text-align: center;
	color: #6E2A8D;
	padding-right: 0;
	padding-left: 20px;
}
.zone5 
{
	width: 253px;
	height: 51px;
	background: url(../art/zone5_header.jpg) no-repeat;
}

.zone5 tr td h1 {
	padding-top: 15px;
	text-align: center;
	color: #6E2A8D;
	padding-right: 0;
	padding-left: 20px;
}

.zone3b 
{
	width: 253px;
	height: 191px;
	background-repeat: no-repeat;
}

.zone4b 
{
	width: 254px;
	height: 191px;
	background-repeat: no-repeat;
}

.zone5b 
{
	width: 253px;
	height: 191px;
	background-repeat: no-repeat;
}

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



/* ---------- index page style ----------- */
/* container for content in index page */
#index
{	background: #fff; font-size: 11px; margin-left:auto;margin-right:auto; width:100%}
#index h1
{ 	color: white; font-size: 15px; margin: 4px 4px;
	text-align: center;
	vertical-align: middle;
}
#index p
{ 	margin:0px 6px; color: gray;
	font-size: 10px;
}


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

#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;
	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;}

/* 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 {
	background: url(../art/header.jpg) no-repeat;
}

#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: gray;font-size: 10px;font-weight: bold;	
	padding-top: 10px;
}
#footer a:link, #footer a:visited
{	text-decoration: none;	color: #6E2A8D;}
#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; }



/* ---------- 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: 200px; background: #28145B;}



/* ---------- main nav ---------- */
.nav
{
	text-align: center;
	font-size: 11px;font-weight: bold;color: white;
	margin: 4px 0px;padding: 5px 0px;	
	border-top: 1px #fff solid;
	border-bottom: 1px #fff solid;
	background: #8cc63f no-repeat;
}

.nav table
{	margin-left: auto; margin-right: auto; width: 90%;
	color: white;
}

.nav td
{	vertical-align: middle; text-align: center;
	color: black;
}

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

.nav a:hover
{	text-decoration: underline;
	color: white;
}
/* divider between nav items */
.nav .divider
{ 	margin: 0px 5px; }


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

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

#submenu h1
{
	color: #fff; font-size: 14px;
	padding: 5px 5px; margin: 0px;	
	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
{	 background: #8cc63f none no-repeat; padding: 0px; margin: 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
{ min-height: 205px; max-height: 205px; height: 205px; background-position-y: 0px; background-position-x: 0px; width:170px; background: #ccc; 	background: url(../art/quick_links.jpg) no-repeat;
}
#index .col2
{ height: 205px; width: 590px; background: #d2dd16; }

#index .col3
{ height: 51px; width: 253px; text-align: center;
	background: url(../art/zone3_header.jpg) no-repeat;}
	
#index .col4
{ background-repeat: no-repeat; height: 51px; width: 254px; text-align: center;
	font: bold 16px Arial, Helvetica, Geneva, sans-serif;
	background: url(../art/zone3_header.jpg);
	color: #fff;vertical-align: middle;}
	
