/*************** Standard Pages ***************/
#container
{
	width: 1000px;
	margin: 5px auto;
	text-align: justify;
	border-style: solid;
	border-width: 1px;
	border-color: #B1B4A1;
	background-color: #AFC0CA;
	font-size: 0.9em;
}

#container #header {
	background-image: url(../img/site_header.png);
}

/********** Navigation **********/
#navigation
{
	margin: 0;
	padding: 0px;
	list-style-type: none;	
	background: #FFF;
}

#navigation li
{
	/* Hack to fix ie issue with LI white space and additional line height bug */
	display: inline;
}

#navigation li a
{
	display: block;
	margin: 5px 10px 0px 10px;
	padding: 0px 10px 2px 10px;
	color: #320966;	
	border: 1px solid #AFA3B3;
	border-bottom: 1px solid #988C9E;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration: none;
}

#container #navigation li a.selected {
	padding-bottom: 1px;
	color: #FFF;
	background-color: #320966;
	border-color: #98c71d;
	border-bottom-width: 2px;
}

#navigation li a:hover
{
	color: #320966;
	background-color: #fff;
	padding-bottom: 1px;	
	border-color: #320966;
	border-bottom-width: 2px;
}

#navgivation li a.selected:hover {
	padding-bottom: 1px;
	border-bottom: 2px;	
}

/******* Inline Tabs *******/
ul#inlinetabs {
	background: #FFF;
	border-bottom: 1px solid #98c71d;
	margin: 0px;
	margin-bottom: 4px;	
	padding-left: 10px;
}
#inlinetabs ul, 
#inlinetabs li {
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#inlinetabs a:link, 
#inlinetabs a:visited {
	background: #FFF;
	border: 1px solid #98c71d;
	color: #320966;
	float: left;
	font-size: small;
	font-weight: normal;
	line-height: 14px;
	margin-right: 8px;
	padding: 2px 10px 2px 10px;
	text-decoration: none;
}
#inlinetabs a:link#current, 
#inlinetabs a:visited#current {
	background: #98c71d;
	color: #320966;
	font-weight: bold;
}
#inlinetabs ul a:hover {
	font-weight: bold;
}

/************** End Navigation *************/

/************** Floating Blocks ************/
#content .floating_block {
	display: block;
	float: left;
	width: 250px;
	margin-left: 40px;
	height: 220px;
}

#content #floating_blocks {
	width: 750px;
	margin: auto;
}
#container_admin .floating_block {
	height: 110px;
	width: 400px;
}

#container_admin #floating_blocks {
	width: 950px;
	margin: auto;
}
/************** End Floating Blocks ************/
#seccontent {
	float: left;
	width: 180px;
	padding: 10px 0px 10px 0px;
	margin-right: 20px;
	font-size: 11px;
	background-color: #FFF;
	border-top: 10px solid;
	border-bottom: 10px solid;
	border-color: #320966;
}

#top_nav {
	border-style: solid;
	border-width: 1px;
	border-color: #320966;
	padding: 5px;
	padding-top: 2px;
	font-size: 0.8em;
}

/********** Page Style Declarations *********/
#container #content {
	border-top-color: #320966;
	border-bottom-color: #320966;
}

#related_pages #links {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 30px;
	height: 15px;
}

#related_pages .link {
	float: left;
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 5px;
} 

#container #footer {
	border-color: #320966;
}

#container #footer #disclaimer p {
	font-size: 0.8em;
	line-height: 0.9em;
}

#container #images {
	width: 100%;
}

#container #images .image {
	float: left;
	width: 50%;
}

/********** Heading Styles *********/
h1 {
	margin: 10px 0 10px 0;
	padding: 5px 5px 5px 5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-indent: 5px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1.2em;
	color: #320966;
	border-bottom-color: #98c71d;
}

h2 {
	margin: 0 0 10px 0;
	padding: 5px 5px 3px 5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-indent: 5px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 1em;
	color: #320966;
	border-bottom-color: #98c71d;
}

h3 {
	margin: 0 0 10px 0;
	padding: 5px 5px 3px 5px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	text-indent: 5px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 0.8em;
	color: #320966;
	border-bottom-color: #98c71d;
}
/********** End Heading Styles *********/
#mainbody {
	margin: 15px 10px;
}

body
{
	margin: 0;
	padding: 0;	
	font-family: Verdana, Helvetica, Arial, sans-serif;
	text-align: center;
	background-color: #EEE;
}

#header {
	width: 1000px;
	height: 120px;
	margin: 0px;
}

#content {
	margin-left: 200px;
	margin-bottom: 14px;
	padding: 10px 10px;
	background: #FFF;
	border-top-style: solid;
	border-top-width: 10px;
	border-bottom-style: solid;
	border-bottom-width: 10px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.0em;
	text-align: justify;
	line-height: 1.3em;
}

#content a
{
	color: #46374B;
	border-bottom: 1px solid #aaa;
	text-decoration: none;
	padding: 0px;
}

#content a:hover
{
	color: #000;
}

#content p
{
	margin: 10px 20px;
}

#content img
{
	display: block;
	margin: auto;
	border: 1px solid #000;
}

#content ul
{
	margin: 10px 0 20px 0;
	list-style-type: square;
}

#content li
{
	padding: 4px 0 0 0;	
}

#content #maincontent
{
	margin-right: 160px;	
}

#footer {
	text-align: center;
	background-color: #FFF;
	border-top-style: solid;
	border-top-width: 5px;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	padding: 5px;
}

#footer a {
	color: #46374B;
}

hr {
	color: #98c71d;
	background: #98c71d;
	border: none;
	height: 1px;
}

/*************** Gallery ***************/
.galleryimage {
	float: left;
	display: block;
	width: 120px;
		
	margin: 15px;
	color: #000;
}

.galleryimage a {
	padding: 0;
	margin: 0;
	border: none;
	text-decoration: none
}

.galleryimage img {
	border: 1px solid #000;
	display: block;
	margin: 0 0 5px 0;
}

.prevandnext {
	margin: 10px 20px;
	padding: 3px 10px 5px 10px;
	
	border: 1px solid #666;
	text-align: center;
}

/*************** End Gallery ***************/

/*************** Standard Table Style ***************/
table.tbox {
	background: #FFF;
	width: 95%;
	margin-left: 15px;
	margin-right: 15px;
	border: none;
}

table.tbox tr th {
	background: #320966;;
	color: #FFF;
	text-align: center;
}

table.tbox tr.row_even {
	background: #BEBEBE;	
}

table.tbox tr.row_odd {
	background: #E2E2E2;
}

table.tbox tr td {
	padding: 2px;
	border: none;
	margin: 0;
}

table td.date {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	width: 10%;
}

td.form_label {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-align: right;
}

#container_admin .tbox {
	font-size: 0.8em;
}

#container_admin .tbox h3 {
	font-size: 1.0em;
}

/*************** End Standard Table Style ***************/

/******************** CSS Hacks *************************/

/* Hides from IE-Mac \*/
* html #mainbody {height: 1%;}
* html #content {height: 1%;}
 /* End hide */

/* IE Asterik Hack to align the unordered list elements correctly */
#content ul li {*margin-left: 50px;}
/******************** Admin Area *************************/
#container_admin {
	width: 1000px;
	margin: 5px auto;
	text-align: justify;
	border-style: solid;
	border-width: 1px;
	border-color: #B1B4A1;
	background-color: #AFC0CA;
	font-size: 0.9em;
}

#container_admin #content {
	margin-left: 5px;
	margin-bottom: 14px;
	padding: 10px 8px;
	background: #FFF;
	border-top-style: solid;
	border-top-width: 10px;
	border-bottom-style: solid;
	border-bottom-width: 10px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1.0em;
	text-align: justify;
	line-height: 1.3em;
	border-top-color: #320966;
	border-bottom-color: #320966;
}

#container_admin #mainbody {
	margin: 5px;
}

/******************** Admin Area *************************/

#content .user_login {
	width: 300px;
	margin: auto;
}
#content .user_login div.input,
#content .user_login div.submit {
	font-size: 12px;
	padding: 2px 10px 1px 10px;
}
#content .user_login div.input input,
#content .user_login div.submit input {
	border: 1px solid #444;
	background: #DDD;
	padding: 2px;
	font: bold 12px sans-serif;
}
#content .user_login div.label {
	padding-left: 10px;
	font-weight: bold;
}
#content .user_login div.input input {
	width: 274px;
}
#content .user_login div.submit {
	text-align: right;
	padding: 6px 10px;
	padding-bottom: 0px;
}
#content .user_login div.submit input {
	font-weight: bold;
}

#container_admin #footer {
	border-color: #320966;
}

#container_admin #header {
	background-image: url(../img/site_header.png);
}

#content div.notice, #content div.message, #content div.error {
	color: #000;
	background: #DDD;
	border: 3px solid #BBB;
	border-left: none;
	border-right: none;
	padding: 2px 4px;
	font-weight: bold;
	margin: 4px 0px;
}

		/********************** Standard Messages *********************/

#content div.message {
	color: #FFF;
	background: #560FAF;
	border-color: #320966;
}


		/********************** Error Messages *********************/

#content div.error {
	color: #FFF;
	background: #F66;
	border-color: #F00;
}
