/* CSS Document */

html {
	height:100%;
}
#wrapper #container #body #locations {
	font-size: 13px;
	font-style: italic;
	text-align: center;
}


body {
	padding:0;
	margin:0;
	height:100%;
	background:url(images/bg.jpg) repeat top left;
	font-size:13px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.phone {
	font-weight: bold;
	color: #0A116A;
}
.phonethin {
	color: #0A116A;
}

a img {
	border:0;
}

/* ----------- HEADER STYLES ------------ */

h1 {
	font-size:14px;
	font-weight: normal;
	
}

h2 {
	display:inline;
	font-size: 13px;
	font-weight: normal;
}

h3 {
	font-size:14px;
	display: inline;
	font-weight: normal;
}
h4 {
	display: inline;
	font-size: 13px;
}


/* ------------ CHANGE LINK COLOR HERE ------------ */

a:link{
	color:#000;
	text-decoration:underline;
}
a:visited {
	text-decoratoin:underline;
	color:#000;
}
a:hover{
	text-decoration:none;
}
a:active {
	text-decoration:none;
}


#wrapper {
	position:relative;
	margin:0 auto;
	padding:0;
	width:1080px;
	height:auto;
	background-image: url(images/bgoverlay.jpg);
}

#container {
	width:1080px;
	height:auto;
	background:url(images/bgoverlay.png) repeat-y top left;
}

#header {
	width:421px;
	height:168px;
	margin:0;
	padding:0;
	background:url(images/logo.png) no-repeat top left;
}
#wrapper #container #flash {
	background-image: url(images/flash.png);
	background-repeat: no-repeat;
	height: 263px;
	width: 696px;
}


#flash {
	position:absolute;
	top:0;
	left:351px;
	height:263px;
	margin:0;
	padding:0;
}

#address {
	position:absolute;
	top:160px;
	left:60px;
	width:auto;
	height:auto;
	font-size:0.75em;
}

#body {
	width:1040px;
	height:auto;
	margin:0;
	padding:0;
}

/* NAVIGATION STYLES */

.leftcell {
}

#leftside {
	width:200px;
	height:auto;
	z-index:5;
}

#leftside ul {
	text-align:right;
	line-height:30px;
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
}

#leftside ul li {
	width:100%;
	border-bottom:1px solid #000;
}

#leftside li a {
	display:block;
	height:29px;
	width:192px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
	text-decoration:none;
	padding-right:8px;
}

#leftside li a:hover {
	color:#000;
	background:url(images/gator.jpg) no-repeat 3% 50% #FFF;
	border-right:1px solid #FFF;
}

#leftside .here {
	color:#000;
	background:url(images/gator.jpg) no-repeat 3% 50% #FFF;
	border-right:1px solid #FFF;
}

#leftside p {
	margin-top:5px;
}

/* ---------------- END NAVIAGTION STYLES ---------------- */

#content {
	width:557px;
	height:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	font-size:.75em;	
	line-height:1.3em;
	padding:35px 20px 15px 20px;
}

.content {
}

#footer {
	width:1050px;
	height:70px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#121DAD;
	font-size:12px;
	text-align:center;
	background:url(images/footerbg.png) no-repeat top left;
	padding-top: 35px;
}
.footer {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #8C715D;
}

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

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

.input {
	border:1px solid #000;
}

fieldset {
	border:1px solid #999;
	padding:20px 20px 20px 20px;
}

legend {
	background-color:#fff;
	font-weight:bold;
	font-size:1.1em;
	color:#003300;
}

.noshow {
	display:none;
}

.pic {
	border:2px solid #003300;
}
.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 25px;
	font-weight: bold;
	line-height: 27px;
}
.image {
	float: right;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 15px;
}

.subheader {
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 17px;
	font-weight: bold;
}



.floatright {
	float:right;
	margin:0 0 15px 15px;
}

.floatleft {
	float:left;
	margin:0 15px 15px 0;
}

hr {
	height:1px;
	background-color:#000;
	border:none;
	width:100%
}
#sidebar {
	position: absolute;
	top: 445px;
	left: 0px;
	width: 230px;
	height: 288px;
	z-index: 10;
}
