/* Start of CMSMS style sheet 'new' */
/* CSS Document */
.white {
margin: 3px 18px;
	height: 0;
	border-style: solid;
	border-width: 1px 0 0 0;
	border-color: #FFFFFF;
}
body {
	margin:0px;
	padding: 0px;
	background: url(images/pagebg.jpg) repeat-x #0190d2;
	font-family:Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 12px;
}
a {
	color: #00AEEF;
	font-weight: bold;
	text-decoration: none;
}
.tpic {
	margin: 0px 0px 5px 5px;
}
.maindiv {
	background-color:#0096D9;
	margin: 0 auto;
	width: 970px;
	background-repeat:repeat-x;
	background-image:url(images/topbg.gif);
}
.clear {
	clear: both;
	line-height: 0px;
	font-size: 0px;
}
.clogo {
	height: 56px;
	width: 266px;
	float: left;
	padding-left: 20px;
	padding-top: 10px;
}
.mainmenu {
	padding: 15px 18px 0px 150px;
	width: 514px;
	height: 26px;
	float: right;
text-align: right;
}
.banner {
	border-top: 5px solid #A4DFF9;
	border-bottom: 5px solid #A4DFF9;
}
.left {
	padding-left: 18px;
	width: 559px;
	float: left;
}
.right {
	padding-right: 18px;
	width: 360px;
	float: right;
}
h1 {
	font-size: 24px;
	color: #FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
	padding: 0;
	margin: 0;
}
.rbox {
	background: url(images/h2bg.gif) repeat-x #FFFFFF;
	padding: 0px 20px 10px 20px;
	margin: 0px 0px 10px 0px;
}
.rbox h2 {
	font-size: 18px;
	color: #FFFFFF;
	padding: 12px 0px 20px 0px;
	margin: 0px;
}
.rbox p {
margin: 0px;
padding: 5px;
}
.rbox hr, hr.dotted {
	height: 0;
	border-style: dashed;
	border-width: 1px 0 0 0;
	border-color: #666666;
}
.date {
	font-size: 12px;
	color: #FFFFFF;
	font-weight:normal;
	text-align:right;
padding: 5px 18px;
}
.whiteleft {
	background-color: #FFFFFF;
	padding: 20px;
width: 519px;
	margin: 0px 0px 10px 0px;
             overflow: auto;
             float: left;
}
.whiteleft h2 {
	color: #00AEEF;
	text-transform:uppercase;
	margin: 0px;
	padding: 0px;
}
.lbox {
	width: 250px;
	background: url(images/h2bg.gif) repeat-x #FFFFFF;
	padding: 0px 10px 8px 10px;
	margin: 0px 0px 10px 0px;
	text-align:left;
}
.lbox h2 {
	font-size: 18px;
	color: #FFFFFF;
	padding: 12px 0px 10px 0px;
	margin: 0px;
	text-align:left;
}
.footer {
	text-size: 9px;
	color: #ffffff;
	text-align:center;
}
.bluelink, h4 {
	color: #00AEEF;
	font-weight: bold;
	text-decoration: none;
}
.bluelink2 {
	display: block;
	color: #00AEEF;
	font-weight: bold;
	text-decoration: none;
	padding-bottom:5px;
}
.s {
line-height: 18px;
font-size: 14px;
}
.lbox ul {
padding: 0px; 
margin: 0 0 0 15px;
}

#flashContent {
margin: 0 18px;
}
form {
padding: 0px;
margin: 0px;
}
.policies {
font-weight: bold;
	color: #00AEEF;
font-size: 14px;
}
#policies li {
padding-top: 3px;
padding-bottom: 3px;
}
.margin {
float: left;
margin-top: 9px;
}
.margin2 {
float: left;
margin-right: 12px;
margin-top: 9px;
}
.margin a img, .margin2 a img {
border: 2px solid #00AEEF;
}
/* MENU */
#info {background:#f8f8f8; border:0;}

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.menu {
	position:relative;
	z-index:100;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.menu ul ul {
	width:149px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	position:relative;
	font-weight: bold;
}
/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	font-size:13px;
	text-decoration:none;
	color:#fff;
	padding:2px 10px 2px 10px;
text-align: left;
}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	height:0;
	left:0;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#56B1E3;
	color:#FFFFFF;
	height:auto;
	line-height:1em;
	padding:5px 10px;
	width: 150px;
}


/* style the top level hover */
.menu a:hover {border-bottom: 3px solid #A4DFF9;}
.menu ul ul a:hover {border-bottom:none; text-decoration: underline;}
.menu :hover > a {border-bottom: 3px solid #A4DFF9;}
.menu ul ul :hover > a {border-bottom:none; text-decoration: underline;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible;}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}

/* End of 'new' */

