body {
	font-family: Verdana, Geneva, san-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	background-image:url(images/fbc-backgrd-tile.jpg);
	background-repeat:repeat-x;
	background-color:#2a8dd6;
	
} 

#wrap {
	height:auto;
	width: 856px;
	margin:auto;
	position:relative;
	background-color:#ffffff;
	background-image: url(images/wrap-tile.jpg);
	background-repeat: repeat-y;

}

/*#container{
width: 856px;
}*/

#header {
	width:856px;
	height: 160px;
	background-color:#ffffff;
	background-image: url(images/fbc-header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	
}

#headslideshow{
width:269px;
height:147px;
/*background-color:red;*/
padding-top:5px;
margin-left:261px;
}

#navtop {
	width: 856px;
	height: 57px;
}


	
#left {
	float:left;
	position: relative;
	width: 260px;
	min-height: 500px;
	text-align:left;
	background-image:url(images/left-col-bckgrd.jpg);
	background-repeat:no-repeat;
	font-size: 11px;
	color: #01253c;
	padding-top: 20px;
	/*padding-left: 20px;*/
	/*padding-right:10px;*/
	padding-bottom: 10px;
}


#leftinner{
width:200px;
margin-left:30px;
margin-right:30px;
}

#right {
	float:left;
	position: relative;
	width: 520px;
	height: auto;
	padding-top: 20px;
	padding-left: 20px;
	padding-right:20px;
	padding-bottom: 15px;
	/*margin-right: 50px;*/
	}
	
#mapcontainer{
width: 250px;
height: 250px;
}

#footer {
	width: 856px;
	height: 45px;
	background-image:url(images/footer-image.jpg);
	clear:both;
	font-family: Verdana, Geneva, san-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-top: 54px;
	padding-bottom: 4px;
	text-align:center;
    }



/* LINK STYLES----------------------------------------------------------- */

a:link {
	font-family: Verdana, Geneva, san-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-decoration: underline;
	color: #2d5ca6;
}

a:hover {  
font-family: Verdana, Geneva, san-serif; 
font-size: 11px; 
font-style: normal; 
font-weight: normal; 
color: #FF6600; 
text-decoration: none;
}

a:active {  
font-family: Verdana, Geneva, san-serif; 
font-size: 11px; 
font-style: normal; 
font-weight: normal; 
color: #DA5700; 
text-decoration: underline;
}

a:visited {
	font-family: Verdana, Geneva, san-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #21467E;
	}




#footer a:link{
color:#FFFFFF;
text-decoration:none;
}

#footer a:hover{
color:#A6BEE0;
text-decoration:underline;
}


#footer a:active{
color:#FF6600;
text-decoration:underline;
}


#footer a:visited{
color:#A6BEE0;
text-decoration:underline;
}

/* TYPE STYLES----------------------------------------------------------- */

h1 {
	font-family: Verdana, Geneva, san-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #00609F;
}

h2 {
font-family: Verdana, Geneva, san-serif; 
font-size: 10px; 
font-style: italic; 
font-weight: normal; 
color: #93735A;
}

.leftcolbold{
color: #01253c;
font-weight:bold;
}


.boldblue{
color: #00609F;
font-weight:bold;
}

.basicitalic{
font-style: italic; 
}

.basicbold{
font-weight: bold; 
}

.capssmall{
font-size:10px;
font-weight:bold;
}

.red {color:#ff0000;}

.iframe{border: solid 1px #cccccc;}

/* DROP DOWN MENU----------------------------------------------------------- */
#dropmenudiv{
position:absolute;
background-color: #aacbf6;
border:none;
border-bottom-width: 0;
line-height:18px;
z-index:100;
}
 
#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: none;
padding: 1px 0;
color:#2d5ca6;
text-decoration: none;

}
 
/*hovpic td a img:hover {

border-bottom: none;
background-image:url(images/wrap-image.jpg);
border-bottom-width:2px;

}*/

#dropmenudiv a:hover{ /*hover background color*/
background-color: #00609f;
color:#aacbf6;
}


/*FORM INPUT STYLE -------*/
#typein { }

#typein input
{
width:300px;
color: #00609F;
font-family: Verdana, Geneva, san-serif;
font-size: 11px;
background-color: #FFFFFF;
padding: 3px;
border: 1px solid #FF9900
}


#typein textarea {
width:375px;
color: #00609F;
font-family: Verdana, Geneva, san-serif;
font-size: 11px;
background-color: #FFFFFF;
padding: 3px;
border: 1px solid #FF9900
}


#typein select {
color: #00609F;
font-family: Verdana, Geneva, san-serif;
font-size: 11px;
padding: 3px;
border: 1px solid #FF9900
}