/*************************************************/
/*'Created By Mark Davenport**********************/
/*'Oct 2008***************************************/
/*set body to white*/
.clear{
	clear:both;
}

/* Top Menu */

#menu-container{
	float:left;
	width:100% !important;
	background:#006;
	text-align:center;
	margin:0;
	padding:0;
} 
#menu-level1 {
	background:#fff;
	margin:0 0 0 0px;
	padding:0;
}
#menu-level1 ul {
	list-style-type: none;
	font-size: 85%;
	margin: 0 auto;
	padding:0;
}
#menu-level1 li {
	padding: 1px;
	margin: 0 auto;
	float:left;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
} 
#menu-level1 a {
	display: block;
	width:100px;
	height:32px;
	margin:0;
	padding:0;
	text-decoration: none;
	color: #fff;
	background: #006;
}
#menu-level1 a:hover { 
	background: #FF0000;
}
#menu-level1 li.selected a {
	background: #2385c2;
} 
/* Side Menu */ 


#sub-menu-container {
	float:left;
	width:1% !important;
	background:#fff; 
	text-align:center;
	margin:0 0 0 0px;
	padding:0; 
	position:absolute;
	top:320px;
	left:10px;
}
#sub-menu-level1 {
	background:#fff;
	margin:0 0 0 0px;
	padding:0;
}
#sub-menu-level1 ul {
	background:#fff;
	list-style-type: none;
	font-size: 75%;
	margin: 0 auto;
	padding:0;
}
#sub-menu-level1 li { 
	padding: 1px;
	margin: 0 auto;
	float:left;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	border-bottom: 1px solid #fff;
}
#sub-menu-level1 a {
	display: block;
	width:85px;
	height:32px;
	margin:0;
	padding:0;
	text-decoration: none;
	color: #fff;
	background: #000066;
}
#sub-menu-level1 a:hover { 
	background: #FF0000;
}
#sub-menu-level1 li.selected a {
	background: #2385c2;
}

/* Bottom Menu */

#bottom-banner{
	width:100% ;
	text-align:center;
}
#bottom-banner a{
	text-decoration: none; 
	font-weight: bold; 
	font-size: 20px;
	color: #000066;
}
#bottom-banner a:link {
	text-decoration: none;
	color: #000066;
}
#bottom-banner a:visited {
	text-decoration: none;
	color: #000066;
}
#bottom-banner a:hover {
	text-decoration: none;
	color: #FF0000;
}
#bottom-banner a:active {
	text-decoration: none;
	color: #000066;
}

/* Main Content No Side Menu */

#content{
	width:85%;
	background:#fff; 
	text-align:left;
	margin:0;
	padding:0;
	position:absolute;
	top:312px;
	left:20px; 
}    
#content h3{
	background:#fff; 
	text-align:left;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 150%;
	font-weight: bold;
	color: #006;
} 

/* Main Content With Side Menu */ 

#content-parts{
	width:85%;
	background:#fff;
	text-align:left;
	margin:0;
	padding:0;
	position:absolute;
	top:331px;
	left:176px;
	height: 1865px;
}   
#content-parts h3{
	background:#fff; 
	text-align:left;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 150%;
	font-weight: bold;
	color: #006;
} 
/* Target Image And Title */  

#marker{
	width:100%;
	background:#fff; 
	text-align:left;
	margin:0;
	padding:0;
	position:absolute;
	top:220px;
	left:0px; 
}

/* Default Style For Text */   

#main-text p {
	color: #000066; 
	font-weight: 700; 
	font-family: Arial; 
	font-size: 16px; 
}
#main-text a{
	text-decoration: none;
	font-weight: bold; 
	font-size: 16px; 
	color: #FF0000;
}
#main-text a:link {
	text-decoration: none;                 
	color: #FF0000;
}
#main-text a:visited {
	text-decoration: none;
	color: #FF0000;
}
#main-text a:hover {
	text-decoration: none;
	color: #FF0000;
}
#main-text a:active {
	text-decoration: none;
	color: #FF0000;
}
#main-text hr {
	color: #FF0000;
}
#main-text h4{
	background:#fff; 
	text-align:left;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #006;
} 

main-text-hr {
	color: #FF0000;
}
.main-text{
	color: #000066; 
	font-weight: 700; 
	font-family: Arial; 
	font-size: 16px; 
} 

/* Error Style For Changing Top Menu */

.error{
	color: #FF0000;
	font-weight: bold;
}

/* Images Styles */  

#image-container{
		float:left;
		margin:0;
		padding:0;
}
#image-text p {
	color: #000066;
	font-weight: 800; 
	font-family: Arial; 
	font-size: 20px; 
}
#image-text a{
	text-decoration: none;
	font-size: 22px; 
	color: #000066;
}     
#image-text a:active {
	text-decoration: none; 
	color: #000066;
}
#image-text td {
	color: #000066;
	font-weight: 700; 
	font-family: Arial; 
	font-size: 22px; 
} 
#image-text h3{
	background:#fff; 
	text-align:left;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #006;
} 

/* h2 Style */ 

h2{
	color: #006;
}
