html { min-height:100%; margin-bottom:1px; height:100%;}
body {
	margin: 0;
	font:normal 83% "Century Gothic", Arial, Verdana, Helvetica, sans-serif;
	background: #fff;
	color:#000;
	margin-top:5px;
}

a:link, a:visited, a:active {
	color: #0202ff;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	font-weight:bold;
}

hr {
	margin: 5px 0px 5px 0px;
	color: #0B0B69;
	border: 0;
	border-top: 1px solid #0B0B69;
	height: 1px;
}
/* Page Headings */
h1, h2, h3, h4, h5, h6 {color: #000;font-weight:normal; margin-top:0;}
h1  	{font-size:2.2em;margin:0;padding:0;}
h2  	{font-size:1.8em;}
h3  	{font-size:1.3em;margin:0;padding:0;}

blockquote 	{
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	color: #666;
	border-left: 2px solid #666;
	padding-left: 10px;
	font-size: 1.2em;
}

#layout {
	width: 976px;
	margin:0pt auto;
	border-top:solid 1px #000099;
}

#top {
	width:100%;
	overflow:hidden;
	margin-top:7px;
}

#top_left {
	width:25%;
	float:left;
	position:relative;
	display: inline;
}

img {
	border:0;
}

#top_right {
	width:75%;
	float:left;
	text-align:right;
	font-size:8pt;
	color:#333;
	position:relative;
	height:87px;
	display: inline;
}

#address {
	margin-top:57px;
}

#banner {
	margin-top:5px;
}

#banner img {
	border:0;
}

#content {
	margin-top:5px;
	text-align: justify;
}

#disclaimer { 
	border-top:1px solid #005747;
	padding: 10px 5px 10px 5px;
	clear: both;
	margin-left:2px;
	width:778px;
}

#footer {
	text-align: center;
	margin-top:5px;
	border-top:solid 1px #000099;
	padding-top:5px;
}


#navContainer
{
	width:976px;
	display:block;
	margin:0pt auto;
	clear:both;
}

.container {
	overflow:hidden;
	position:relative;
	clear:both;
}

.float-left {
	float:left;
	width:47%;
	position:relative;
	margin-left:1%;
}

.content-left {
	border-right:solid 1px #999;
	padding-right: 5px;
}

#nav #header_menu a{
	border-left:solid 1px #999;
}

#nav #header_menu .menu-first a, #nav #header_menu ul a {
	border:0;
}

ul.menu,li.menu
{
	list-style-type:none;
	margin:0;
	padding:0;
}

#header_menu
{
	position:absolute;
	margin-left:20px;
}

#header_menu li
{
	line-height:normal;
}

ul#header_menu
{
	z-index:10;
	clear:both;
}

#nav
{
	margin-top:5px;
}

#nav ul
{
	list-style-type:none;
	width:auto;
	position:relative;
	margin:0;
	padding:0;
}

#nav ul li
{
	float:left;
	text-align:center;
}

#nav ul li a a
{
	width:157px;
}

#nav ul li a
{
	display:block;
	background:#666 url('../images/navbg.png') repeat-x;
	color:#74759d;
	text-decoration:none;
	padding:9px 19px 8px;
	font-size: 12pt;
}

#nav .menu li ul
{
	position:absolute;
	text-transform:none;
	margin:0;
	filter:alpha(opacity=01);
	-moz-opacity:.01;
	opacity:.01;
}

#nav .menu li ul li
{
	text-align:left;
	font-weight:400;
	line-height:1.2em;
	margin:0;
	padding:0;
}

#nav .menu li ul a
{
	background:#eee;
	border:0;
	color:#006;
	padding: 9px 5px 8px;
	width:155px;
}

#nav .menu li ul a:hover
{
	background:#999;
	color:#006;
	text-decoration:none;
	font-weight:normal;
}

#nav .menu li ul li ul li a
{
	background:#fff;
	border:0;
}

#nav a:link, #nav a:visited
{
	color:#fff;
}

#nav li
{
	position:relative;
}

#nav ul li ul li a {
	border:0;
}

#nav ul ul ul
{
	position:absolute;
	top:1px;
	left:100%;
}

#nav ul ul a:visited {
	color:#020264;
}

#nav ul li a:hover,#nav li a:focus,#nav li a:active,#nav ul li a.active
{
	color:#020264;
	text-decoration:none;
	font-weight:normal;
	background:transparent url('../images/navhover.png') repeat-x;
}

#nav .menu li:hover ul,#nav .menu li a:focus ul,#nav .menu li.subMenu ul,#nav .menu li:hover ul,#nav .menu li li:hover ul,#nav .menu li.subMenu ul,#nav .menu li li.subMenu ul
{
	display:block;
}

/* 3rd Child Menu Appreances */
#nav .menu li ul li ul li a 	{ width: 157px; background: #969696; color: #fff; }

/* Positioning the Pop-out Drops */
#nav li {position: relative;}

#nav ul ul ul {
	position: absolute;
	top: 1px;
	left: 100%;
}

/* end menu */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */



/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
	Custom Classes (Re-useables)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
	
/*  Float containers fix: */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.stealth {visibility:hidden; display:none;} /* hides from normal css enabled browsers */

/* Inline font Styles */
.important	{font-weight:bold;color:#f00;}
.code				{font-family: "Courier New", Courier, mono; color:#093;letter-spacing: 1px;}

.info-box		{border: 1px solid #cc3; background-color:#F9F8E2;padding:4px;}
