/* CSS Document */
html {
	height:100%;
}
body {
	padding:0; 
	margin:0; 
	height:100%; 
	background:#000000;
	font-size:62.5%;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	color:#333333;
	text-align:center;
}
#topleftbg {
	position:absolute;
	top:0;
	left:0;
	width:50%;
	height:204px;
	margin:0;
	padding:0;
	background:url(images/topleftbg.jpg) repeat-x top left;
	z-index:1;
}
#toprightbg {
	position:absolute;
	top:0;
	right:0;
	width:50%;
	height:204px;
	margin:0;
	padding:0;
	background:url(images/toprightbg.jpg) repeat-x top left;
	z-index:2;
}
/* ----------- HEADER STYLES ------------ */
h1 {
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-size:1.8em;
	font-weight:normal;
	color:#003850;
	padding:0px;
	margin:0;
	border-bottom:1px solid #003850;
	margin-bottom:20px;
}
h2 {
	font-weight:bold;
	font-size:1.1em;
	color:#003850;
	margin:0;
}
h3 {
	font-size:1.2em;
	font-weight:normal;
	color:#000;
	margin:0;
	background:url(images/arrow.jpg) no-repeat left center;
	padding-left:13px;
}
h3.twolines {
	font-size:1.2em;
	font-weight:normal;
	color:#000;
	margin:0;
	background:url(images/arrow.jpg) no-repeat 0 4px;
	padding-left:13px;
}
hr {
	width:100%;
	height:1px;
	border:none;
	border-top:1px dotted #666;
	background:none;
	margin:15px 0 15px 0;
}
img, a img { 
	border:0px;
}
ul {
	line-height:1.5em;
}
/* ------------ CHANGE LINK COLOR HERE ------------ */
a:link{
	color:#000;
	text-decoration:underline;
}
a:visited {
	text-decoration:underline;
	color:#000;
}
a:hover{
	text-decoration:none;
	color:#003850;
}
a:active {
	color:#003850;
	text-decoration:none;
}
h2 a:link, h2 a:visited {
	font-weight:bold;
	color:#003850;
	margin:0;
	text-decoration:none;
}
h2 a:hover {
	text-decoration:underline;	
}
.forms a {
	color:#91711d;
	text-decoration:none;
}
.forms a:hover {
	text-decoration:underline;
}
.forms {
	background-color:#ecf2ce;
	border:1px solid #666;
	border-collapse:collapse;
}
.forms td {
	border:1px solid #999;
	padding:10px;
}
.forms tr.color {
	background-color:#e3e3e3;
}
#wrapper {
	position:relative;
	margin:0 auto;
	padding:0;
	width:880px;
	height:auto;
	text-align:left;
	z-index:50;
}
#header {
	height:198px;
	width:880px;
	margin:0;
	padding:0;
	background:url(images/header.jpg) no-repeat top left;
}
#nav {
	position:absolute;
	top:169px;
	left:6px;
	width:868px;
	height:23px;
	margin:0;
	font-size:1.4em;
	padding:5px 0 0 0;
	text-align:center;
	color:#a0cfec;
}
#nav a {
	font-weight:normal;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	color:#a0cfec;
	text-decoration:none;
	margin:0 15px 0 15px;
	padding:3px 0 0 0;
}
#nav a:hover, #nav a.here {
	color:#FFF;
	font-weight:normal;
	border-top:2px solid #FFF;
}
#nav .noleft {
	margin-left:0;
}
#nav .noright {
	margin-right:0;
}
#body {
	width:875px;
	height:auto;
	margin:0;
	padding:0;
	background:url(images/bodybg.jpg) repeat-y top left;
	padding-left:5px;
}
#flash {
	width:649px;
	height:246px;
	margin:0;
	padding:0;
	margin-left:221px;
}
#sidebar {
	position:absolute;
	top:198px;
	left:6px;
	width:189px;
	height:auto;	
	color:#FFF;
	font-size:1.3em;
	background:url(images/sidetop.jpg) no-repeat top left;
	padding:35px 15px 0 15px;
}
#sidebar a {
	text-decoration:underline;
	color:#FFF;
}
#sidebar a:hover {
	text-decoration:none;
	color:#FFF;
}
#content {
	width:590px;
	height:auto;
	font-size:1.3em;
	line-height:1.4em;
	padding:25px 20px 25px 20px;
	margin:0;
	margin-left:232px;
	color:#333;
}
/* -------- TABLE STYLES ------- */
table.listing {
	width:450px;
	height:auto;
	border-collapse:collapse;
	border:1px solid #24483a;
	background:#e3e3e3;
	margin-bottom:15px;
}
table.listing td, table.listing th {
	padding:5px;
	border:1px solid #24483a;
}
table.even {
	background-color:#ecf2ce;
}
.title {
	font-size:1.2em;
	font-weight:bold;
	color:#24483a;
}
.links a {
	margin:0 12px 0 12px;
}
.images img {
	margin:0 8px 0 8px;
}
table.listing ul {
	margin:0;
	padding:0;
	margin-left:30px;
	margin-top:5px;
}
/* -------- END TABLE STYLES -------- */
#footer {
	width:880px;
	background:url(images/footer.jpg) no-repeat top left;
	height:30px;
	padding:0;
	padding-top:80px;
	color:#FFF;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	font-size:1em;
	text-align:right;
}	
#footer a {
	color:#FFF;
	text-decoration:none;
	margin:0 8px 0 8px;
}
#footer a:hover {
	text-decoration:underline;
}
.floatright {
	float:right;
	margin:0 0 10px 15px;
}
.floatleft {
	float:left;
	margin:0 15px 10px 0;
}
.smaller {
	font-size:10px;
	font-style:italic;
	line-height:1.4em;
}
.pic {
	border:1px solid #000;
}
.redtext {
	color:#FF0000;
	font-weight:bold;
}
.bluetext {
	color:#003850;
	font-weight:bold;
}
.noshow {
	display:none;
}
.input {
	border:1px solid #666;
}
.gallery img {
	border:1px solid #24483a;
}
fieldset {
	border:1px solid #666;
	width:560px;
}
legend {
	background-color:#FFF;
	font-weight:bold;
	font-size:1em;
	color:#003850;
}
.clear {
	clear:both;
}
.gallery tr {
	width: 550px;
}
.gallery td {
	float:left;
}
.noshow {
    display:none;
}
.contact  table {
    width:90%;
    border-collapse:collapse;
    border-top-width: 1px;
    border-right-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #CCCCCC;
    border-right-color: #CCCCCC;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}
.contact td {
    color:#333333;
    padding:0.5em;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-bottom-style: solid;
    border-left-style: solid;
    border-bottom-color: #CCCCCC;
    border-left-color: #CCCCCC;
}

.contact .input {
    padding: 2px;
    background-color: #F2F2F2;
    color: #333333;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #CCCCCC;
    border-right-color: #CCCCCC;
    border-bottom-color: #CCCCCC;
    border-left-color: #CCCCCC;
    width: 97%;
}
.contact .textarea {
    padding: 2px;
    background-color: #F2F2F2;
    color: #333333;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #CCCCCC;
    border-right-color: #CCCCCC;
    border-bottom-color: #CCCCCC;
    border-left-color: #CCCCCC;
    width: 97%;
    height:100px;
}
.input {
    border:1px solid #666;
}