html, body {
	height: 100%;
}

body {
	margin: 0px auto;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	background: #92a2b6 url(../images/fannin_background.gif) repeat-x top;
	text-align: center;
}

/* MAIN IDs */
/* -------------- wrapper id tags --------------- */
#wrapper {
	margin: 0px auto;
	width:765px;
	background-color:#EEE;
	text-align:left;
	border: 1px solid #3b6192;
}
/* -------------- logo id tags --------------- */
#logo {
	position: relative;
	left: 32px;
	margin: 0px;
	padding: 0px;
	background: url(../images/fannin_logo.gif) no-repeat top;
	width: 205px;
	height: 109px;
}

.hide{
	display: none;
}
/* -------------- header id tags --------------- */
#header {
	height: 90px;
	width: 765px;
	margin:0px;
	padding:0px 0px 0px 0px;
	background-color:#EEE;
	background-image:url(../images/top_banner_gradient.jpg);
	background-repeat:no-repeat;
	display:block;
}
/* -------------- left column id tags --------------- */
#leftcol {
	float:left;
	margin-top:6px !important; margin-top: 0px;
	padding:0px 0px 0px 40px;
	min-height: 100%;
}

/* -------------- footer id tags ---------------- */
#footer {
	width: 765px;
	height: 32px;
	padding:24px 0px 10px 0px;
	clear: both;
	background:url(../images/bottom_footer_bkgd.jpg) no-repeat top;
	text-align:center;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #C9C9C9;
}

#footer ul {
	margin:0px;
	padding:0px;
	display:inline;
} 
#footer ul li {
	margin:0px;
	padding: 0px 15px;
	border-left: 1px solid #C9C9C9;
	list-style: none;
	display: inline;
}
#footer ul li.last {
	margin:0px;
	padding: 0px 15px;
	border-left: 1px solid #C9C9C9;
	border-right: 1px solid #C9C9C9;	
	list-style: none;
	display: inline;
}
#footer ul li:first-child {
	border-left: none;
}
#footer ul li a {
	text-decoration: none;
	color:#C9C9C9;
}
#footer ul li a:hover {
	color:#FFF;
	text-decoration: underline;
}

#footer p{
	margin-top: 8px;
}
	
/* ------------ main navigation ------------- */
#navlists {
	float:left;
	margin-top:6px !important; margin-top: 0px;
	padding:0px 30px 0px 30px;
	width:86px;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em !important; font-size: 0.85em;
	font-weight:bold;
	text-align:right;
	color:#747474;
}

#navlists ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}	
#navlists li {
	margin: 0px;
	padding:4px;
}
#navlists li a {
	display:block;
	padding:0px 0px 0px 0px;
	color:#747474;
	text-decoration: none;
	width:auto;
	border-bottom: 1px solid #eee;
	font-weight: bold;
}
#navlists li a:hover {
	color: #0D2C4F;
	border-bottom: 1px dashed #7187a2;
	font-weight: bold;
}
/* -------------- main content --------------- */
h1 {
	font-family:Verdana, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	letter-spacing:0px;
	text-transform:uppercase;
	color:#0D2C4F;
	margin-bottom: -5px !important; margin-bottom: -10px;
}

h2 {
	font-family:Verdana, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	letter-spacing:0px;
	text-transform:uppercase;
	color:#5a7494;
	margin-bottom: 3px !important; margin-bottom: 6px;
}

h3 {
	font-family:Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	letter-spacing:0px;
	text-transform:uppercase;
	color:#7489a4;
	margin-bottom: 0px !important; margin-bottom: -2px;
}

#content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#707070;
	width: 400px;
	float:left;
	margin:0px;
	padding:0px 30px 10px 0px;
	font-size: 1em !important; font-size: 0.85em;
}

#leftinfo{
	float: left;
	padding-left: 35px;
	text-align: right;
}

#rightinfo{
	float: left;
	padding-left: 20px;
}

label,input {
margin-top: 10px;
	display: block;
	width: 170px;
	float: left;
	margin-bottom: 5px;
}

label {
	text-align: right;
	width: 80px;
	padding-right: 20px;
}

label.comments{
	width: 205px;
	text-align: left;
	margin-right: 20px;
}

br {
	clear: left;
}

input.bigtextarea{
	width: 260px;
	height: 100px;
}

#commentsbox{
	margin-left: 10px;
}

input.button, input.button1{
	float: center;
	height: 20px;
	width: 60px;
	margin-top: -10px !important; margin-top: 5px;
}

#form{
	clear: both;
}

#contactcontainer{
	margin-top: 20px;
	width: 400px;
	height: 300px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	height: auto;
	padding: 10px 0px 10px 0px;
}

#clear{ clear:both;}

form{
	padding-left: 30px;
}

a, a:visited {
	font-size: 1em;
	color: #213773;
	tetx-decoration: none;
}

a:hover{
	font-size: 1em;
	color: #bebebe;
	text-decoration: underline;
}

#image{margin-top: 0 !important; margin-top: -19px;}