/* CSS Document */

/* Fix IE. Hide from IE \*/
* html .fwPopupMenuV ul li { float: left; height: 1%; }
* html .fwPopupMenuV ul li a { height: 1%; }
/* this stops the menus from jumping in IE */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 19px;
	font-size: 11px;
	background-image: url('img/bg_main.jpg');
	background-repeat: repeat-x;
	background-position: top;
	background-color: #eaeea8;
}

/*h3 {
	font-size:18px;
	font-weight: bold;
	color: #00457d;
	margin-left: 33px;
	margin-top:19px;
}*/
h4 {
	margin-top: 2px;
	margin-bottom: 8px;
	line-height: 18px;
	font-size: 11px;
	font-weight: bold;
	color: #0094d0;
}

#container {
	margin: auto;
	width: 799px;/*
	position: absolute;
	top:19px;*/
	border-top: 1px solid #B4B9B2;
	border-right: 2px solid #B4B9B2;
	border-bottom: 1px solid #B4B9B2;
	border-left: 2px solid #B4B9B2;
}

#banner {
	height: 110px;
}

.mainmenu ul {
	height: 30px;
	background-image: url('img/menu_bg.jpg');
	background-repeat: repeat-x;
	list-style-type: none;
	margin:0px;
	padding-left:26px;
}

.mainmenu li {
	float: left;
}
.mainmenu li a {
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-top: 7px;
	padding-left: 7px;
	padding-right: 32px;
}

.mainmenu li a:hover {
	color: #CFD784;
}
.currentpage {
	color: #00457d;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding-top: 7px;
	padding-left: 7px;
	padding-right: 32px;
}
.mainmenu ul li {
	position: relative;
}

.mainmenu li:hover > ul {
	display: block; 
}

.mainmenu li ul {
	position: absolute;
	top: 26px;
	left: 0px;
	display: none;
	background-color: #DDDDDD;
}

.mainmenu li ul li {
	width: 150px;
}

.mainmenu li ul li a {

}

.mainmenu li a.mute {	
	cursor: default;
}


#header{
}

#content{
	width: 799px;
	background-image: url('img/bg_content.jpg');
	background-repeat: repeat-y;
	background-position: top;
	overflow: auto;
}

#contentLeft {
	width: 270px;
	margin: 0px;
	float: left;
}
#leftcolHeader {
	font-size:18px;
	font-weight: bold;
	color: #00457d;
	padding-left: 33px;
	padding-top:19px;
}

#leftcolContent {
	padding-left: 33px;
	padding-right:22px;
	padding-top:19px;
}
#leftcolContent .redText {
	left: 90px;
}
#leftcolContent img {
	padding-top: 8px;
	padding-right: 11px;
	float:left;
}
.redText {
	color: #e11029;
	font-weight: bold;
	/*display:inline;*/
	width:164px;
	float: left;
	margin-top:5px;
	line-height: 12px;
}
.blackText {
	color: #000000;
	font-weight: bold;
	/*display:inline;*/
	width:164px;
	float: left;
	margin-top:5px;
	line-height: 12px;
}

#leftcolContent p {
	margin-top: 2px;
	margin-bottom: 8px;
	line-height: 18px;
	font-weight: bold;
	color: #0094d0;
}

#contentRight {
	margin:0px;
	left: 272px;
	width: 502px; /* subtract the padding width */
	float: left;
	padding-left: 17px;
	padding-top: 8px;
	margin-left: 6px;
	margin-top: 7px;
}
/* Fix IE. Hide from FF \*/
* html #contentRight { margin-left: 6px; margin-top: 17px; }
/* repositions the copy in the right content area */

#contentRight #col1
{
float:left;
width:200px;
margin-right:5px;
}

#contentRight #col2
{
float:left;
width:280px;
}
#contentRight #col1 ul {
list-style-image: url('img/bullet_yellow.jpg');
background-repeat: no-repeat;
/*background-position: 0 .1em;
padding-left: .6em;*/
}
#contentRight #col1 ul li {
	/*list-style-image: url('img/bullet_yellow.jpg');*/
	list-style-type: none;
	/*padding-top: 3px;*/
	margin-left: -20px;
	margin-bottom: 7px;
}
#contentRight #col2 ol li {
	margin-left: -12px;
	margin-top: -5px;
	margin-bottom: 7px;
}
ol {
	margin-bottom:-5px;
}
#footer {
	clear:both;
	height: 40px;
	background-color: #FFFFFF;/*
	font-size: 11px;
	color: #999999;*/
}
#footerLeft {	
	float: left;
	padding-left: 17px;
	padding-top: 8px;
font-size: 11px;
color: #999999;
}

#footerRight {
	float: right;
	padding-right: 17px;
	padding-top: 8px;
font-size: 11px;
color: #999999;
}
#footerRight a {
	color:#999999;
	text-decoration:none;
}
#footerRight a:hover {
	color:#e11029;
	text-decoration:none;
}


