/* FRENCHMANS BEND MAIN CSS */

body {
	text-align: center;
	background-repeat: no-repeat;
	background-color: #2F4D79;
	background-attachment: fixed;
	background-position: center top;
	z-index: 0;
	background-image: url('images/bg5.jpg');
}


#wrapper {
	position: relative;
	width: 950px;
	margin: 10px auto 0 auto;
	text-align: left;
}

#content {

	padding: 10px;
	position: relative;
	width: auto;
	height: auto;
	background-color: #BCB9A5;
}


/* HEADER */
#header {
	position: relative;
	width: 950px;
	height: 90px;
}

#logo {
	width: 490px;
	height: 90px;	
	float: left;
}

#top_nav {
	float: right;
	width: auto;
	height: auto;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 8pt;
	text-align: right;
	color: #FFFFFF;
}

#main_nav {
	float: right;
	width: 450px;
	height: auto;
	font-size: 10.5pt;
	text-align: right;
	color: #FFFFFF;
	margin-top: 42px;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}

/* BODY */
#mastimage {
	
}

#whitebar {
	height: 6px;
	width: 930px;
}

#redbar {
	height: 9px;
	width: 930px;
}

#main {
	height: 265px;
	background-color: #FFFFFF;
	background-image: url('images/content_bg.jpg');
	padding: 10px;
}

#left-col {
	height: auto;
	width: 590px;
	float: left;
	margin-right: 10px;
}
#right-col {
	height: auto;
	width: 300px;
	float: right;
	margin-left: 10px;
}

#right-subcol {
	height: auto;
	width: 250px;
	float: right;
	margin-left: 10px;
	background-image: url('images/sidebg.jpg');
	background-repeat: repeat-x;
}


#inline-box-lft {
	border-top-color: #435D7B;
	border-top-width: 1px;
	border-top-style: solid;
	margin-left: 5px;
	padding: 5px 0px 0px 5px;
	float: left;
	width: 283px;
	height: 55px;
}

#inline-box-rht {
	border-top-color: #435D7B;
	border-top-width: 1px;
	border-top-style: solid;
	padding: 5px 0px 0px 5px;
	float:right;
	width: 278px;
	height: 55px;
}

/* FOOTER */

#footer {
	position: relative;
	width: inherit;
	top: 10px;
	margin-bottom: 10px;
}

#footlinks {
	float: left;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	position: relative;
	top: -2px;
	width: auto;
}

#footinfo {
	float: right;
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	position: relative;
	top: -2px;
	width: auto;
}




/* TEXT FORMATTING */

.bodytext {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	text-align: justify;
	letter-spacing: 0px;
	margin-left: 5px;
	margin-top: 0px;
}


.h2 {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 18px;
	color: #2F4D79;
}
.h3 {
	font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 11px;
	color: #2F4D79;
	font-weight: normal;
	font-style: italic;
}
a {
	color: #FFFFFF;
	text-decoration: none;
}

a:visited {
	color: #FFFFFF;
}

a:link {
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
}

