@charset "UTF-8";

#basic-accordian{
	border:5px none #EEE;
	padding:0px;
	width:583px;
	left:50%;
	top:50%;
	z-index:2;
}

.accordion_headings{
	padding:5px;
	color:#FFFFFF;
	border:1px solid #FFF;
	cursor:pointer;
	font-weight:bold;
	background-color: #3D6F9F;
}

.accordion_headings:hover{
	background-color: #80ACC9;
}

.accordion_child{
	padding:15px;
}
.accordion_child h3 {
	font-size: 14px;
	padding: 0px;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}

.header_highlight{
	background-color: #80ACC9;
}

.glossymenu{
	padding: 0;
	width: 200px;
	border: 1px none #9A9A9A;
	margin-top: 0px;
	font-size: 12px;
	line-height: 16px;
	margin-left: 0px;
}

.glossymenu a.menuitem{
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 0;
	padding-left: 10px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	border: 1px none #FFFFFF;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #6eA3C5;
	color: #FFF;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
	color: #FFF;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
	background-color: #5993B7;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
background: white;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #867966;
}

.glossymenu div.submenu ul li a{
	display: block;
	color: black;
	text-decoration: none;
	padding: 2px 0;
	padding-left: 10px;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.glossymenu div.submenu ul li a:hover{
background: #DFDCCB;
colorz: white;
}

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-color: #002A53;
	background-image: url(../images/body_bg.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
	line-height: 18px;
}
#content h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #666;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #666;
}
#content h3 {
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	font-size: 16px;
	color: #036;
}
#content a {
	text-decoration: none;
	color: #326699;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #6EA3C5;
}
.accordion_child table {
	margin-bottom: 4px;
}
.accordion_child table td {
	margin-bottom: 4px;
	vertical-align: top;
}
.oneColFixCtrHdr #container {
	width: 850px; /* the auto margins (in conjunction with a width) center the page */
	border: 10px none #52ADCD;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(../images/container_bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#sidebar {
	float: right;
	margin: 0px;
	width: 200px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.mainnav_top {
	background-image: url(../images/mainnav_top.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	display: block;
	height: 8px;
	width: 200px;
}
.mainnav_btm {
	background-image: url(../images/mainnav_btm.gif);
	background-repeat: no-repeat;
	background-position: top;
	display: block;
	height: 8px;
	width: 200px;
}
#header .strapline {
	float: right;
	margin-right: 10px;
	margin-top: 15px;
}
#header .logo {
	padding: 10px;
}
#mainnav {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.oneColFixCtrHdr #header {
	height: 120px;
	padding-top: 0;
	padding-bottom: 0;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-top-color: #3D6F9F;
	border-right-color: #3D6F9F;
	border-bottom-color: #3D6F9F;
	border-left-color: #3D6F9F;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 10px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px;
}
#content ul {
	position: relative;
	padding-left: 15px;
	margin: 0px;
}
#content .clear{
	clear: both;
}
#content .highlight {
	background-color: #E9F3FF;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 8px;
	border: 1px dotted #528DE9;
}
#content .highlight p {
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}
#mainContent #content {
	width: 568px;
	padding-left: 10px;
}
.oneColFixCtrHdr #footer {
	border-top-width: 5px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #3D6F9F;
	border-right-color: #3D6F9F;
	border-bottom-color: #3D6F9F;
	border-left-color: #3D6F9F;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 10px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 10px;
}
#content .news {
	float: right;
	width: 250px;
	padding: 10px;
	background-color: #E7F1FD;
	margin-left: 10px;
	border: 1px dotted #52ADCD;
}
.news h2 {
	margin-top: 0px;
}
#sidebar a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content .news table {
	font-size: 11px;
}
