/* CSS Styles */

/* Generic Styles */

body {
	background-color: #021644;
	margin: 0px auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}

#sitebg {
	margin: 0px auto;
	background: url(../images/sitebg.jpg) #ffffff repeat-x;
}



/*  Header Styles  */

#header {
	width: 760px;
	margin: 0 auto;
}

.headerlogo {
/*	margin: 0px;
	padding: 0px;*/
	background: url(../images/headerbg.jpg) center no-repeat;
	height: 154px;
}

.menu {
/*	margin: 0px;
	padding: 0px;*/
	height: 56px;
	font-size: 12px;
	letter-spacing: 0.3px;
	font-family: Arial, Verdana, "Trebuchet MS", "Lucida Sans", Geneva, Helvetica;
	font-weight: bold;
	text-align: center;
	background: url(../images/menubg.jpg) center no-repeat;
	line-height: 60px;
}

.menu a {
	padding: 0px 12px;
	text-decoration: none;
}

.menu a:link {
	color: #000f4a;
}

.menu a:visited {
	color: #336699;
}

.menu a:hover {
	color: #9f3c00;
}


/* Index Page Styles */

/*   Body Content Styles   */

#contbox {
	width: 760px;
	background-color: #ffffff;
	margin: 7px auto 0px auto;
	padding: 3px 0px;
}

.fullbox {
	margin: 15px;
	padding: 10px;
	width: auto;
	border: thin solid #e9e9e9;
	text-align: justify;
	line-height: 16px;
	clear: both;
}

.fullboxh1 {
	margin: 10px 0px 18px 0px;
/*	width: 100%;*/
	font-size: 14px;
	font-weight: bold;
	color: #134082;
/*	display: block;*/
}

.fullboxh2 {
	margin: 10px 0px;
/*	width: 100%;*/
	font-size: 12px;
	font-weight: bold;
	color: #134082;
/*	display: block;*/
}

.fullboxcontact {
	width: auto;
/*	margin: 0px 156px 10px 0px;*/
	padding: 0px 159px 10px 0px;
	float: left;
}

.fullboximg {
	float: right;
	margin-top: 8px;
}

#halfboxleft {
	margin: 15px;
	padding: 10px;
	width: 315px;
	height: 125px;
	border: thin solid #dbc0a2;
	float: left;
}

#halfboxleft ul {
	margin: 10px 0px 0px 0px;
	list-style: none;
	line-height: 30px;
/*	clear: both;*/
}

#halfboxleft ul li a:link, a:active {
	text-decoration: underline;
}

#halfboxleft ul li a:visited, a:hover {
	text-decoration: none;
}

.contact {
	width: auto;
/*	margin: 0px 156px 10px 0px;
	padding: 0px 159px 10px 0px;*/
	float: left;
}

#halfboxright {
	margin: 15px;
	padding: 10px;
	width: 315px;
	height: 125px;
	border: thin solid #dbc0a2;
	float: right;
}

.homelistul {
	margin: 10px 0px 0px 0px;
/*	width: 300px;
	padding: 0px 0px 11px 5px;*/
	list-style-type: none;
	line-height: 16px;
	float: left;
}

/*.homelist {
	margin-left: 15px;
}*/

.p1 {
	padding: 0px 250px 9px 0px;
}

/*.full {
	margin: 0px 0px 10px 0px;
	width: 100%;
}*/

.p2 {
	line-height: 17px;
	clear: left;
}

.rmcmeb { /* RMC Members Table Style */
	margin: 0px;
	padding: 0px 30px 15px 0px;
	vertical-align: top;
}

.nmbrlist1 { /* RMC Numbered List */
	margin-left: -15px;
}

/* Page Heights */

.resourcesheight {
	height: 380px;
}

/*   Footer Styles   */

#copyright {
/*	margin: 0px;*/
/*	background-color: #ffffff;*/
	height: 30px;
}

#copyright p {
	font-size: 9px;
	color: #939292;
}

#copyright a:link, a:visited, a:active {
	text-decoration: none;
	color: #939292; 
}

#copyright a:hover {
	text-decoration: underline;
	color: #22608c;
}

.floatleft {
	width: auto;
	margin: 0px 0px 0px 25px;
	float: left;
}

.floatright {
	width: auto;
	margin: 0px 25px 0px 0px;
	float: right;
}

.floatcenter {
	width: auto;
	margin: 0px 0px 0px 102px;
	float: left;
}

.clearboth {
	clear: both;
}