@charset "utf-8";



body

{
	font-family:"Arial", sans-serif;
	font-size: 13px;
	line-height: 1.6em;
	margin-top: 10px;
	text-align: center;
	vertical-align: top;
	background-color: #ad7c4e;
	color: #7e4300;
}

td
{
	font-family:"Arial", sans-serif;
	vertical-align:top;
	font-size: 13px;
	text-align: left;
	color: #7e4300;
}
ul
{
	margin-top: 0px;
}
li 
{
	margin-bottom: .3em;
}
a
{
	color: #011656;
}

a:hover
{
	color: #7e4300;
}

/* pages */
#header
{	
	width: 961px;
	height: 290px;
	left: auto;
	right: auto;	
	text-align: left;
	padding: 0px;
	margin: 0px auto;
	border-bottom: 1px solid #004387;
	background-image: url(images/fba_header.jpg);
	background-position: left;
	background-repeat: no-repeat;
}

#wraptext
{
	width: 961px;
	background-color: #fff;
	left: auto;
	right: auto;	
	text-align: left;
	padding: 0px;
	margin: 0px auto;
	z-index: 1;
	background-image: url(images/left_button_filler_bg.jpg); 
	background-repeat: repeat-y;
}

/* top buttons */
#topbuttons
{
	position: absolute;
	z-index: 10;
	top: 301px;
	width: 961px;
	left: 50%;
	margin-left: -480px;
}

.buttonlive
{
	text-transform: uppercase; 
	font-weight: bold;
	display: inline;
	font-size: 1.1em;
}
/* left buttons */
#leftbtndiv /* for blue background in button area */
{
	background-image: url(images/left_button_btm_bg.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	position: relative; 	 
	width: 222px;
	margin: 0px;
	padding: 0px;
}

#leftbtntop /* left button top area */
{
	background-image: url(images/left_button_top_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;	
	width: 222px;
	text-align:center;
	padding-top: 80px;
}

#leftbtntop .buttons
{
	text-align: center;
	margin: 0 25px 0 10px;
}

#leftbtntop .buttons a
{
	padding: 7px 10px;
	font-size: 13px;
	line-height: 1em;
	color: white;
	text-decoration: none;
	width: 165px;
	display: block;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 3px;
}

#leftbtntop .buttons a:hover
{
	background-color: #1b429a;
}

#leftbtnmid /*left button mid with white line area */
{
	background-image: url(images/left_button_mid_bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 400px;
	color: white;
	padding-left: 25px;
}



/* main text area */
#textarea
{
	width: 739px;
	background-image:url(images/wraptext_btm_bg.jpg);
	background-repeat:no-repeat;
	background-position: bottom;
}

#textarea .textright
{
	float: right;
	width: 235px;
	border-left: #ad7c4e 1px solid;
	margin-top: 80px;
	margin-bottom: 10px;
}
#textarea .textright .text
{
	padding: 0 10px 0 10px;
}

#textarea .centertext
{	
	float: left;
	width: 490px;
	margin-top: 80px;
	margin-bottom: 10px;
}

#textarea .centertextlg
{	
	float: left;
	width: 708px;
	margin-top: 80px;
	margin-bottom: 10px;
}

#textarea .centertext .text, #textarea .centertextlg .text
{
	padding: 0 10px 0 10px;
}

/* text areas */
.textboxes
{
	background-color: #26831a;
	border: 1px solid #51973a;
	padding: 0 15px 15px 15px;
}


/* font options */
h1 /* like headers on sub pages */
{
	font-size: 20px;
	font-weight: bold;
	color: #011656;
	line-height: 1.2em;
}

h2 /* like headers on home page */
{
	font-size: 17px;
	font-weight: bold;
	color: #011656;
	line-height: 1.2em;
}

.emph
{
	color: #46243d;
	font-size: 1.2em;
	font-weight: bold;
}

.emph_left_buttons
{
	color: #011656;
	font-size: 1.2em;
	font-weight: bold;
}

a.empha
{
	font-size: 1.1em;
	font-weight: bold;
}


/* footer */
#footer
{
	position: relative;
	color: #ffffff;
	text-align: left;
	font-weight: normal;
	font-size: 12px;
	background-image: url(images/bottom_bg.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 961px;
	left: auto;
	right: auto;
	padding: 0px;
	margin: 0px auto;
}

#footerdiv
{
	padding-top: 5px;
	text-align: center;
}

#footer a
{
	color: white;
	text-decoration: none;
}

#footer a:hover
{
	text-decoration: underline;
}



