/* CSS Document */

html {
	height:100%;
}

body {
	padding:0; 
	margin:0; 
	height:100%; 
	background:url(images/bg.jpg) repeat top left;
	font-size:1em;
    font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
}

a img {
	border:0;
}

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

h1 {
    font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	font-size:20px;
	padding-bottom:3px;
	border-bottom:1px solid #000;
	margin-bottom:3px;
	
}

h2 {
	font-size:1em;
	font-weight:normal;
	display:inline;
	margin:0;
	padding:0;
}

h3 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:4px;
}


/* ------------ 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:824px;
	height:auto;
}

#container {
	width:824px;
	height:auto;
	background:url(images/containerbg.png) repeat-y top left;
	padding-left:13px;
}

#header {
	width:800px;
	height:250px;
	margin:0;
	padding:0;
	background:url(images/header.jpg) no-repeat top left;
}

#flash {
	position:absolute;
	top:0;
	left:407px;
	height:298px;
	width:404px;
	margin:0;
	padding:0;
}

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

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

/* NAVIGATION STYLES */

.leftcell {
	background:url(images/sidebg.jpg) repeat-x top left #093303;
	border-right:1px solid #000;
}

#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 {
	background:url(images/contentbg.jpg) no-repeat bottom right #FFF;
}

#footer {
	width:824px;
	height:5px;
	font-family:Verdana, sans-serif;
	color:#fff;
	font-size:10px;
	text-align:center;
	background:url(images/footerbg.jpg) no-repeat top left;
	margin-bottom:40px;
	padding-top:65px;
}

#footer a {
	color:#fff;
	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;
}

.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%
}
