@charset "UTF-8";

/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
}

body {
	background-color: #1a5493;
	background-image: url(images/background2.jpg);
	background-repeat: repeat-x;
}

#page {
	width: 1046px;
	height: 804px;
	margin-top: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}

/* @group Dropshadows */

div.wrapper-l {
	width: 100%;
	height: 100%;
	background-image: url(images/bg_border_left.png);
	background-repeat: repeat-y;
	background-position: 0 0;
}

div.wrapper-tl {
	width: 100%;
	height: 100%;
	background-image: url(images/bg_border_topleft.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

div.wrapper-b {
	width: 100%;
	height: 100%;
	background-image: url(images/bg_border_bottom.png);
	background-repeat: repeat-x;
	background-position: 0 100%;
}

div.wrapper-bl {
	width: 100%;
	height: 100%;
	background-image: url(images/bg_border_bottomleft.png);
	background-repeat: no-repeat;
	background-position: 0 100%;
}

div.wrapper-br {
	width: 100%;
	height: 100%;
	background-image: url(images/bg_border_bottomright.png);
	background-repeat: no-repeat;
	background-position: 100% 100%;
}

div.wrapper-r {
	width: 100%;
	height: 100%;
	background: url(images/bg_border_right.png) 100% 0 repeat-y;
}

div.wrapper-tr {
	width: 100%;
	height: 100%;
	background-image: url(images/bg_border_topright.png);
	background-repeat: no-repeat;
	background-position: 100% 0;
}

/* @end */

#pagewrapper {
	width: 1024px;
	margin: auto;
}

#header {
	height: 115px;
	background-color: #ffffff;
	background-image: url(images/header_bg.jpg);
}

#logo {
	float: left;
	padding-left: 30px;
	width: 293px;
	height: 95px;
}

#logo img {
	border: none;
	padding-top: 25px;
}

#headerright {
	float: right;
	padding-left: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6d7399;
	padding-right: 65px;
}

#headerright ul {
	list-style-type: none;
}

.marTop {
	margin-top: 2px;
}

#menu-container {
	clear: both;
	position:relative;
	height: 31px;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	line-height: 31px;
	color: #fff;
	background: #010d49 url(images/navbg.jpg) no-repeat;
}
#drop_down_menu {
	display:block;
	position:absolute;
	z-index:2;
	padding:0px;
	text-align:left;
	list-style-type:none;
	text-align:left;
	width:100%;
	float:none;
	left:0px;
	top:0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
#drop_down_menu a {
margin:0px;
	padding:0px;
	text-decoration: none;
	
	color: #fff;
}
#drop_down_menu a:hover {
	color:#FF9900;
	font-weight:bold;
}
#drop_down_menu li {
margin:0px;
	padding:0px;
	float:left;
	cursor:pointer;
	width:128px;
	font-size: 10px;
	text-align: left;
	
}
#drop_down_menu li ul {
	margin:0px;
	padding:0px;
	background-image: url(images/transparent.png);
	background-repeat: repeat;
	list-style-type:none;
	line-height: 10px;
}
#drop_down_menu li ul li {
	padding:0px;
	margin:0px;
	float:none;
		
}
#drop_down_menu li ul li a {
	color:#FFFFFF;
	padding:3px;
	margin:0px;
	font-weight:normal;
	text-decoration:none;
	display:block;
}
#drop_down_menu li ul li a:HOVER {
	color:#1d508b;
	font-weight:normal;
	background-color:#FFCC00;
}
.notvisible {
visibility:hidden;
height:1px;
font-size:1px;

}

#flashcontent {
z-index:1;
	height: 201px;
	width: 1024px;
	
	color: #fff;
}

#footer {
	height: 25px;
	color: #c7c7c7;
	line-height: 25px;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #010d49;
}

#footer a {
	color: #c7c7c7;
	text-decoration: none;
	line-height: 25px;
}

#footer a:hover {
	color: #FFFFFF;
}

#footernav {
	float: left;
	padding-left: 20px;
	width: 600px;
}

#siteby {
	float: right;
	text-align: right;
	padding-right: 20px;
}

#yellowbar {
	width: 1024px;
	background-image: url(images/yellowbar.jpg);
	height: 25px;
	margin: 0px;
	padding: 0px;
}

#yellowbar ul {
	margin: 0px;
	padding: 0px 0px 0px 30px;
}

#yellowbar ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	padding-top: 5px;
	font: bold 13px Verdana, Arial, Helvetica, sans-serif;
	height: 25px;
	width: 195px;
	float: left;
	display: block;
}
#yellowbar ul li a {
	text-decoration: none;
		color: #1d508b;
}
#yellowbar ul li a:hover{
	color: #150d6a;
}

div#contentarea {
	margin: 0px;
	height: 330px;
	
	background: #FFFFFF url(images/mopman.gif) no-repeat 930px bottom;
}

#contentarea ul {
	margin: 0px;
	padding: 0px 0px 0px 30px;
}

#contentarea ul li {
	display: inline;
	list-style-type: none;
	width: 170px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6c6b64;
	float: left;
	border-right: 2px dashed #fded9e;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 13px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#contentarea ul li p{
margin:0px;
}
#contentarea ul li.last{
	border: none;
}
#contentarea ul li a{
		text-decoration: none;
		font-weight: bold;
		color: #6c6b64;
}
#contentarea ul li a:hover{
		color: #150d6a;
	
}
.bluebold {
			color: #1d508b;
font-weight: bold;
	
}
#bottom {
	background-image: url(images/bottombg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 95px;
}
#bottom img {
border:none;
}

#cmagma {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	height: 30px;
	padding-top: 60px;
	padding-left: 25px;
	float: left;
}
#cmagma img {
vertical-align:middle;
}
#cmagma a{
		color: #FFFFFF;
		text-decoration: none;
		
}
#cmagma a:hover{
	color: #bfbfbf;
}

#memberships {
	padding-top: 50px;
	padding-right: 15px;
	float: right;
}
.joinus {
width:100%;
background-image:url(images/joinusbg.png);
background-repeat:no-repeat;
height:55px;
padding-top:5px;
padding-left:5px;
margin-bottom:10px;
font-size:10px;


}
.joinus p{
padding:0px;
margin: 0px;
font-size:10px;
height:12px;

}
.form{
padding:0px;
margin: 0px;
font-size:10px;

}