/* FLMB.org */
body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	color: #515151;
	background: #ffffff url(../images/body_back.jpg) no-repeat top center;
	margin: 0;
	padding: 0;
}
html img
{
	border: none;
}
h1, h2, h3
{
	margin: 0;
	padding: 0;
}
#page
{
	width: 969px;
	margin: 0 auto;
}
#header
{
	background: url(../images/header_back.png) no-repeat top center;
	height: 345px;
	position: relative;
}
#logo
{
	position: absolute;
	top: 86px;
	left: 104px;
}
#headerSeparator
{
	position: absolute;
	top: 29px;
	left: 364px;
}
#tagline
{
	position: absolute;
	top: 64px;
	left: 453px;
	width: 465px;
	color: #C8DEFF;
	font-family: Georgia;
	font-size: 180%;
	font-style: italic;
}
#tagline span
{
	color: #ffffff;
}
#btnLearnBack
{
	position: absolute;
	top: 244px;
	left: 435px;
}
#btnLearn
{
	position: absolute;
	top: 270px;
	left: 555px;
}

#content
{
	background: url(../images/content_back.png) repeat-y top center;
	width: 961px;
	padding: 0 4px;
}
#contactBar
{
	color: #6F83A0;
	background-color: #DBE2EC;
	border-bottom: 1px solid #A9B6C9;
	width: 931px;
	padding: 12px 15px;
	overflow: hidden;
}
.contactBarLeft
{
	float: left;
	width: 75%;
	font-size: 95%;
	padding-top: 3px;
}
.contactBarRight
{
	float: right;
	width: 25%;
	font-size: 140%;
	font-weight: bold;
	text-align: right;
}
.contactBarRight span
{
	color: #AB0000;
}
#contentColumns
{
	padding: 27px 25px 27px 36px;
	overflow: hidden;
}
.columnWide
{
	float: left;
	width: 640px;
}
.columnNarrow
{
	float: right;
	width: 236px;
}
#contentColumns h1
{
	color: #a50000;
	font-family: Georgia;
	font-size: 180%;
	border-top: 8px solid #EEF0F4;
	padding-top: 10px;
}
.resources
{
	border-bottom: 1px dashed #CCD1D9;
	color: #001D49;
	font-weight: bold;
	font-size: 95%;
	padding: 10px 0;
}
.resources p
{
	margin: 0;
}
.resources a
{
	text-decoration: none;
	color: #ACACAC;
	font-weight: normal;
}
.resources a:hover
{
	text-decoration: none;
	color: #0F2E5F;
}
.sideBox
{
	color: #7689A5;
	background-color: #EEF0F4;
	border-top: 1px solid #A9B6C9;
	border-bottom: 1px solid #A9B6C9;
	padding: 15px;
	margin-bottom: 25px;
}
.sideBox h2
{
	font-family: Georgia;
	font-size: 135%;
}
.sideBox p
{
	margin: 8px 0;
	font-size: 95%;
}
#footer
{
	position: relative;
	width: 100%;
	padding: 45px 3px 20px;
	overflow: hidden;
	color: #b7b7b7;
	font-size: 95%;
	line-height: 150%;
}
#footerLeft
{
	float: left;
	width: 46%;
	border-top: 1px solid #E3E6EA;
	text-align: left;
	padding-top: 8px;
}
#footerRight
{
	float: right;
	width: 46%;
	border-top: 1px solid #E3E6EA;
	text-align: right;
	padding-top: 8px;
}
#logoFooter
{
	position: absolute;
	top: 17px;
	left: 434px;
}
#footer a
{
	color: #b7b7b7;
	text-decoration: none;
}
#footer a:hover
{
	color: #0F2E5F;
	text-decoration: none;
}
#footer ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer ul li
{
	list-style: none;
	display: inline;
	margin: 0;
	padding-right: 9px;
	font-weight: bold;
}

/******** Main tab menu section **********/
#topMenu
{
	height: 60px;
	width: 100%;
	overflow: hidden;
}
.maintabs{
float:left;
width:100%;
font-size: 110%;
font-family: Georgia;
padding-left: 400px;
padding-top: 18px;
}

.maintabs ul{
list-style-type: none;
margin:0;
padding:0;
}

.maintabs li{
display:inline;
margin:0;
padding:0;
}

.maintabs a{
display: block;
float: left;
padding: 5px 12px 10px;
margin:0;
font-weight:bold;
color:#ffffff;
text-decoration:none;
}
.maintabs li a.current, .maintabs li a:hover { 
background: url(../images/mainmenu_hover.png) repeat-x top left;
}
/********* End main tab menu ***********/
