/* CSS Document */
body {
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
 a {
	color:#0099FF;
	text-decoration:none;
}
.menublock a {
	display:block;
	color:#0099FF;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a:hover {
	color: #f5a90c;
	text-decoration:none;
}

#menu {
	color:#0099FF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	border-right: 0px solid #0099FF;
	width: 218px;
	float: left;
	border-bottom: 0px solid white;
	border-left: 0px solid white;
	border-top: 0px solid white;
	text-transform: capitalize;
}

#menu a {
		padding-left:6px;
		border-right:5px solid white;
		}

#menu a:hover {
		background-color:#0099FF;
		color:#FFFFFF;
		border-right:5px solid #f6af15;
		}

#header {
	border: 1px solid #0099FF;
	height: 341px;
	width: 667px;
	float: left;
	border-left: 2px solid #0099FF;
}

#bottom {
	width: 885px;
	height: 225px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0099FF;
	border-right-color: #0099FF;
	border-bottom-color: #0099FF;
	border-left-color: #0099FF;
}

.box1, .box2, .box3 {
	width: 293px;
	height:245px;
	border-left: 1px solid #f5a90c;
	border-right: 1px solid #f5a90c;
	border-bottom: 12px solid #f5a90c;
	position: absolute;
	border-top: 1px solid #f5a90c;
	
}

.box1 {left: 547px; top: 564px;}
.box2 {left: 916px; top: 297px;}
.box3 {left: 934px;	top: 25px;}

#legal {
	width: 642px;
	font-size: 0.8em;
	height: 62px;
	color: #999999;
	text-align: center;
	padding-top: 6px;
}


/* Styles for CMS content areas */
.content {
	color:#000000;
	font-size: 0.8em;
}

.content a{
	color: #0099FF;
}
.content a:hover{
	color: #000000;
}
.content h1 {
	color: #F6AF15;
	font-size:1.1em;
	margin: 0px;
	padding: 0px;
		}
		
.content h2 {
	color: #84A6D6;
	font-size:11px;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid black;
	display: block;
	width: 100%;
	text-transform:capitalize;
		}
.content p {
	margin: 0px;
	padding: 0px;
		}
		
		
/* home page CMS box styles */
.boxcontent {
	color:#000000;
	font-size: 11px;
	padding:4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.boxcontent a{
	color: #0099FF;
}
.boxcontent a:hover{
	color: #000000;
}
.boxcontent h1 {
	color: #F6AF15;
	font-size:16px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
		}
		
.boxcontent h2 {
	color: #84A6D6;
	font-size:9px;
	margin: 0px;
	padding: 0px;
		}
.boxcontent p {
	margin: 0px;
	padding: 0px;
		}
		
#underheader {
	border: 1px solid #0099FF;
	height: 200px;
	width: 666px;
	float: left;
	border-left: 2px solid #0099FF;
	left: 218px;
	position: absolute;
	z-index:1;
}
#underbottom {
	width: 669px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #0099FF;
	position: absolute;
	left: 218px;
	top: 202px;
}
#undermenu {
	color:#0099FF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	border-right: 0px solid #0099FF;
	width: 218px;
	float: left;
	border-bottom: 0px solid white;
	border-left: 0px solid white;
	border-top: 0px solid white;
	position: absolute;
	top: 25px;
	z-index:8;
}
#undermenu a {
	padding-left:12px;
		}

#undermenu a:hover {
		background-color:#0099FF;
		color:#FFFFFF;
		border-right:5px solid #f6af15;
		}
.submenu {
		text-align:center; 
		background-color:#84A6D6; 
		border-bottom:2px solid #0099FF; 
		border-top:2px solid #0099FF;
		font-weight:bold; 
		color:#FFFFFF; 
		padding:2px;
		}
.submenu a	{
		
		color:#333333;
		padding:2px;
		display:block;
		}
.submenu a:hover	{
		color:gold;
		padding:2px;
		
		}


/* Flyout menu styling */

/* CSS Document */

/* this defines the styles for the top level UL of the menu */
ul#nav{
	font-family:Arial,Sans-Serif;
	margin:0;
	padding:0;
	list-style-type:none; /* Removes the UL bullets */
	border:1px solid #666; /* unsure on this */
	background:;
	padding:0em;
	width:195px;
}
ul#nav li ul{
	background:; /* This defines the BG color for non link menu LI's */
	margin:0;
	padding:0;
}
ul#nav li{
	position:relative;
	margin:0;
	width:195px; /* Defines the width of the LI's and should be used to control the width of the menu */
	padding:0;
	list-style-type:none;
	background:transparent;
	color:#333;
	line-height:150%;
}
ul#nav a{
	border-bottom:1px solid #0099FF; /* defines the border around each top level LI element */
	color:#09f; /* anchor font color */
	text-decoration:none; /* removes font underline for anchors */
	display:block;
}
ul#nav a:hover{
	border-bottom:1px solid #0099FF;
	background:white;
	color:#333;
}
ul#nav li li a{
	padding-left:1em;
	color:#333; /* Sub menu link color */
	text-decoration:none;
	display:block;
}
ul#nav li li a:hover{
	background:red;
}


/* YADM flyout example */


.hiddenChild{
	left: -999em;
}
.shownChild{
	left:195px; /* This positions where the sub menu appears in relation to its parent. */
	top:0;
	z-index:5;
}
ul#nav.dhtml{
	border:0px solid #333; /* Menu border */
	position:relative; /* This positions the menu */
	top:0em;
	left:0em;
	z-index:20;
}

ul#nav.dhtml,ul#nav.dhtml ul{
	background:white; /* This is the main background color for the menu. */
	margin:0;
	padding:0em;
	list-style-type:none;
	width:10em;
}
ul#nav.dhtml li{
	position:relative;
}
ul#nav.dhtml ul{
	position: absolute;
	border:1px solid #333;
	background:#0099FF; /* The Background color for the submenus. */
	padding:0em;
	width:100px;
	z-index:10;
}

ul#nav.dhtml ul li{
	width:100%; /* Width of sub menu LI's */

}
ul#nav.dhtml li.isParent{
	background:url(horizarrow.gif) 100% 50% no-repeat #red; /* Top level LI background color */
}
ul#nav.dhtml li.isActive{
	background:url(horizarrow.gif) 100% 50% no-repeat #red; /* Top level LI background color */
}

/* style for top level LI element when its child UL is active */
ul#nav.dhtml li.isActive a{
	background:transparent;
	border-bottom:1px solid #0099FF; 
	border-right:5px solid #f6af15; 
	background-color:#09f;
	padding-left:1em;
	color:#FFFFFF;
}
ul#nav.dhtml li.isActive ul a{
	border:0px solid #dfa; /* Second level LI border color */
}
ul#nav.dhtml li.isActive ul a:hover{
	border:0px inset #be8; /* Second level LI border HOVER color */
	background:white;
	color:#000000;
	border-right:5px solid #f6af15; 
}
ul#nav.dhtml ul a{
	padding:0;
}
ul#nav.dhtml li a:hover{
	padding:0;
	border-bottom:1px solid #0099FF; /* defines the HOVER border around each top level LI element */
	border-right:5px solid #f6af15;
	background-color:#09f;
	padding-left:1em;
	color:#FFFFFF;
}
/* from FCKeditor CMS*/
.text {
	font-family: arial, sans-serif;
	font-size: 9pt;
	color: #000000;
}
.header {
	font-family: arial, sans-serif;
	font-size: 12pt;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.contentHdr {
	font-family: arial, sans-serif;
	font-size: 9pt;
	color: #1B70D0;
	text-align: justify;
}
