/* 
WebAdmin Theme: nobleton
Designed by: Lewis Media - Kelly Baker
Date: May 22 2008

Common colours:
Green: #7c9a3f
Blue: #00007a
*/


body
{
	background: #7c9a3f;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;	
}

a
{
	color: #00007a;
}

a:hover
{
	color: #7c9a3f;
}

#mainDiv
{
	text-align: left;
	width: 100%;
	background: #ffffff;
	min-width: 800px;
}

#headerDiv
{
	width: 100%; 
	height: 227px;
	background: url(../images/headerBg.jpg) top left no-repeat;
	position: relative;
}

#headerImg
{
	position: absolute;
	top: 0px;
	right: 0px;
	background: url(../images/headerImg.gif) top left no-repeat;
	width: 327px;
	height: 227px;
}

#contentDiv
{
	width: 100%;	
	background: url(../images/mainDivBg.jpg) top left repeat-y;
	min-height: 350px;
	padding-top: 1px;
	padding-bottom: 1px;
}

#menuDiv
{
	float: left;
	width: 203px;
}

#menuDiv ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#menuDiv li
{
	margin: 0px;
	padding: 0px;
}

#menuDiv li a
{
	display: block;
	width: 203px;
	height: 34px;
	border-bottom: 1px solid #ffffff;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 18px;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	padding-top: 10px;	
}

.menuIcon
{
	border: 0px;
	margin: -5px 10px 0px 6px;
	float: left;
}

#contactInfo
{
	margin: 10px 0px 0px 10px;
	font-size: 11px;
	color: #ffffff;
}

#contactInfo a
{
	color: #ffffff;
}

#mainContent
{
	text-align: left;
	margin: 20px 20px 20px 230px;
	font-size: 0.8em;
	color: #000000;
	padding-top: 1px;
}

#footerDiv
{
	width: 100%;
	background: #7c9a3f url(../images/footerBg.gif) top right repeat-x;
	position: relative;
	padding-top: 1px;
}

#footerCurve
{
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(../images/footerCurve.jpg) top left no-repeat;
	width: 266px;
	height: 38px;
}

#footerText
{
	float: right;
	margin: 40px 10px 10px 10px;
	text-align: right;
	font-size: 11px;
	color: #ffffff;
}

#footerText a
{
	color: #ffffff;
}

#flash
{
	float: right;
	margin: 10px;
}

.spacer
{
	clear: both;
}

/* headers */

h1, h2, h3, h4, h5, h6
{
	margin: 10px 0px;
	padding: 0px;
	color: #00007a;
}

h1
{
	font-size: 20px;
}

h2
{
	font-size: 18px;
}

h3
{
	font-size: 18px;
	font-weight: normal;
}

h4
{
	font-size: 14px;
}

h5
{
	font-size: 14px; 
	font-weight: normal;
}

h6
{
	width: 98%;
	background: #7c9a3f;
	border-bottom: 2px solid #00007a;
	padding: 4px;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	clear: both;
}

/* end headers */


/* submenu styles */

#subMenu
{
	float: right;
	margin: 10px;
	padding: 10px;
	background: #dbe4c9;
	border: 1px solid #7c9a3f;
	width: 180px;
}

#subMenu a
{
	color: #00007a;
	text-decoration: none;	
}

.subMenuHeader
{
	font-weight: bold;
	margin-bottom: 8px;
	font-size: 14px;
	border-bottom: 1px solid #00007a;
}

.subMenuItem
{
	font-size: 12px;
	margin-bottom: 4px;
}

/* end submenu styles */