/* Morgan Akens */
/* Copyright 2006 Morgan Akens. */


/* HTML Styles */
/* These control the main HTML elements. */

body {
	
	background-color: #000;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0 auto 0 auto;
	padding: 0px;
	
}



h2 {
	font-family: "arial", "arial narrow", "helvetica";
	color: #FFF;
	font-size: 12pt;
	margin-left: 20px;
	margin-top: 0;

}

h3 {
	font-family: "arial", "arial narrow", "helvetica";
	color: #FFF;
	font-size: 12pt;
	margin-left: 140px;
	margin-top: 0;

}




img {
	
	padding: 0px;
	float: left;
}


hr 
{
    margin-left: auto;
    margin-right: auto;
    width: 45%;
}

/* Rounded Corners */
/* rounded corners for divs */
div#top
{
        margin-bottom: 0px;
	height: 74px;
	position: static;
	max-width: 680px;
	background-repeat: no-repeat;
	float: left;
	padding: 0px;
	
}

div#verytop
{
        margin-bottom: 0px;
    	background-image: url(images/topbanner.jpg);
	height: 71px;
	position: inherit;
	max-width: 800px;
	background-repeat: no-repeat;
	padding: 0px;
	
	
}



div#ul
{
        margin-bottom: 0px;
	position: relative;
	float: left;
	background-color: #99c;
	margin-left: 0px;
	margin-right: 0px;
	width: 680px;
	padding: 0px;
}

div#bottom
{
    
	position: relative;
	width: 800px;
	height: 29px;
	background-repeat: no-repeat;
	margin: 0 auto 0 auto;
}

div#header
{
	margin-top: 0px;
    	background-image: url(images/webhead.jpg);
	position: relative;
	width: 680px;
	max-width: 680px;
	height: 176px;
	background-repeat: no-repeat;
	float: left;
	padding: 0px;
	position: inherit;
}


/* Division Styles */
/* These control the layout of the site. */

div#wrapper 
{
	margin: 0px auto 0 auto;
	position: inherit;
	max-width: 800px;
	min-width: 800px;
	width: 800px;
	background-color: #666;	
	min-height: 500px;
	background-image: url(images/leftback.jpg);
	background-repeat: repeat-y;
}



div#content {
	
	padding: 0px;
	position: relative;
	width: 680px;
	max-width: 680px;
	min-width: 680px;
	float: left;
	
	
}



div#leftnavigation{
	margin: 0px 0px 0px 0px;
	position: relative;
	width: 120px;
	max-width: 120px;
	max-height: 278px;
	float: left;
	font-size: 11px;
	font-weight: bold;
	background-color: #333;
	padding: 0px;
	
}

div#clear{
clear:both;
}

/* Content DIV Styles */
/* These control the appearence of the content div's content. */


img.head {
	margin: 0px;
	padding: 0px;
	float: left;
}


p.content1 {
	color: #FFF;
	font-size: 11px;
	text-align: justify;
	float: none;
	position: inherit;
	width: 605px;
	max-width: 605px;
	margin-left: 160px;
	padding: 0px;


}



p {
	color: #FFF;
	margin-left: 30px;
	margin-right: 30px;
	font-size: 11px;
	text-align: justify;
	float: none;
	position: relative;

}

div#wrapper ul {
	color: #FFF;
	float: none;
	position: relative;

}

ul.content1 {
	color: #FFF;
	float: none;
	position: relative;
	margin-left: 180px;
	text-align: justify;
	
	

}

ul {
	color: #FFF;
	float: none;
	position: relative;
	margin-left: 40px;

}

div#bottom p {
	color: #FFF;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	font-size: 11px;
	text-align: center;
	float: none;
	position: relative;

}

div#wrapper img {
	
	font-weight: bold;
	border: none;
	padding: 0px;
}



div#content img {
	margin: 0px;
	float: left;
	padding: 0px;
	
}

div#header img {
	margin: 8px 10px 0px 385px;
	padding: 0px;
	float: left;

	
}



div#wrapper a {
	font-family: Arial, "arial narrow", helvetica, sans-serif;
	color: #C17F0B;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	
}
div#wrapper a:hover {
	
	font-family: Arial, "arial narrow", helvetica, sans-serif;
	color: #F1C736;
	font-size: 11px;
	text-align: left;
	font-weight: bold;
	margin-top: 0px;
	
}


div#bottom a {
	font-family: Arial, "arial narrow", helvetica, sans-serif;
	color: #C17F0B;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	
}
div#bottom a:hover {
	font-family: Arial, "arial narrow", helvetica, sans-serif;
	color: #F1C736;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}

div#top a {
	font-family: Arial, "arial narrow", helvetica, sans-serif;
	color: #C17F0B;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
	
}
div#top a:hover {
	font-family: Arial, "arial narrow", helvetica, sans-serif;
	color: #F1C736;
	text-decoration: none;
	font-weight: bold;
	font-size: 11px;
}





/* Navigation UL Styles */
/* These control the appearence of the navigation div's content. */

ul#navigation {
	font-family: Arial, "arial narrow", helvetica, sans-serif;
	font-size: 11px;
	padding: 7px 7px 7px 7px;
	position: relative;
	text-align: left;
	margin-left: 7px;
	background-color: #99c;
	color: #FFF;
	margin-bottom: 0px;
	margin-top: 0px;
	
	
}

ul#navigation li {
	display: inline;
	list-style-type: none;
	position: relative;
	
}

ul#navigation a 
{
	font-family: Arial, "arial narrow", helvetica, sans-serif;
	color: #FFF;
	padding: 7px 7px 7px 7px;
	text-decoration: none;
	font-size: 11px;
}

li#active a {
	font-family: Arial, "arial narrow", helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
	font-size: 11px;
	color: #0ff;
}

ul#navigation a:hover 
{
font-family: Arial, "arial narrow", helvetica, sans-serif;
	padding: 7px 7px 7px 7px;
	text-decoration: none;
	font-size: 11px;
	color: #F1C736;

}



/* Navigation LEFT UL Styles */
/* These control the appearence of the navigation div's content. */

ul#leftnavigation {
	margin:  5px 0px 0px 20px;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	text-align: left;
	padding: 0px;
	float: left;


	
}

ul#leftnavigation li {
	list-style-type: none;
	position: relative;
	line-height: 15px;
	height: 30px;
    	text-align: left;
	vertical-align: middle;
}

ul#leftnavigation a 
{
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	vertical-align: middle;
	text-align: left;
}

li#leftnavigation active a {
	text-align: center;
	text-decoration: none;
	font-weight: bolder;
	font-size: 12px;

}

ul#leftnavigation a:hover 
{
	font-family: Arial, "arial narrow", helvetica, sans-serif;
	
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: #FC3;

}



