/* CSS Document */
html {
	background:#c7dbe7;
	margin:0;
	padding:0;
}
body {
	height:100%;
	margin:0;
	padding:0;
	background:url(images/topbg.jpg) repeat-x top left;
	color:#333333;
	font-size:62.5%;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	text-align:center;
}
h1 {
	margin:0;
	color:#0b479d;
	font-size:2em;
	font-weight:normal;
	margin-bottom:2px;
	border-bottom:1px solid #ee9600;
	padding-bottom:2px;
}
h2 {
	margin:0;
	padding:0;
	font-size:1em;
	font-weight:normal;
	font-style:italic;
	margin-bottom:15px;
}
h3 {
	color:#333333;
	font-size:1.1em;
	margin:0;
	font-weight:bold;
}
h4 {
	font-family:Helvetica, Arial, Verdana, sans-serif;
	margin:0;
	color:#0b479d;
	font-size:1.3em;
	font-weight:normal;
	margin-bottom:1px;
	border-bottom:1px solid #ee9600;
}
.cities {
	font-size:10px;
	font-style:italic;
}
ul {
	line-height:1.5em;
}
a:link, a:active, a:visited {
	color:#0b479d;
	text-decoration:none;
}
a:hover {
	color:#ee9600;
	text-decoration:underline;
}
h3 a:link, h3 a:visited, h3 a:hover {
	color:#333333;
	font-size:1em;
	margin:0;
	font-weight:bold;
	text-decoration:none;
}
#header {
	width:812px;
	height:126px;
	background:url(images/header.jpg) no-repeat top left;
	margin:0 auto;
	padding:0;
}
#bodybg {
	width:100%;
	height:auto;
	background:url(images/bodybg.jpg) repeat-x top left #d6d6d6;
	margin-top:1px;
	padding-top:8px;
}
#wrapper {
	position:relative;
	margin:0 auto;
	padding:0;
	width:812px;
	height:auto;
	text-align:left;
}
#navigation {
	width:812px;
	height:22px;
	text-align:center;
	margin-bottom:3px;
	padding:0;
}
#flash {
	width:812px;
	height:244px;
	margin:0;
	padding:0;
}
#contentbg {
	width:812px;
	height:auto;
	background:url(images/contentbg.png) repeat-y top left;
	margin:0;
	padding:0;
}
#sidebar {
	position:absolute;
	top:280px;
	left:23px;
	width:205px;
	height:auto;
	margin:0;
	padding:0 15px 0 15px;
	font-size:1.3em;
	color:#333;
}
#sidebar ul {
	margin:0;
	padding:0;
	margin-left:35px;
	margin-top:10px;
	margin-bottom:15px;
}
#content {
	width:525px;
	height:auto;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	color:#333;
	font-size:1.2em;	
	line-height:1.4em;
	padding:0;
	margin-left:280px;
	padding:20px 0 20px 0;
}
#footer {
	width:100%;
	height:71px;
	font-size:1.1em;
	text-align:center;
	background:url(images/bottombg.jpg) repeat-x top left;
}
#footertext {
	width:547px;
	height:71px;
	text-align:left;
	background:url(images/footerbg.jpg) no-repeat 18px 0px;
	padding-left:265px;
	padding-top:8px;
	margin:0 auto;
	line-height:1.6em;
}
#footertext a {
	color:#333;
	text-decoration:none;
	margin:0 7px 0 7px;
}
#footertext a:hover {
	text-decoration:underline;
}
.references {
	border:1px solid #666;
	border-collapse:collapse;
	width:100%;
	height:auto;
}
.references td {
	border:1px solid #666;
	padding:5px;
}
.references th {
	border:1px solid #000;
	padding:5px;
	font-weight:bold;
	font-size:1.1em;
	color:#FFF;
	text-align:center;
	background:#0d2443;
}
.references tr.even {
	background:#e4e4e4;
}
.input {
	border:1px solid #666;
	padding:3px;
	width: 100%;
}
fieldset {
	padding:10px;
	width:385px;
	border:1px solid #666;
}
legend {
	font-weight:bold;
}
.noshow {
	display:none;
}
.floatright {
	float:right;
	margin:0 0 10px 15px;
}
.floatleft {
	float:left;
	margin:0 15px 10px 0;
}
.pic {
	border:1px solid #0b479d;
}
.redtext {
	color:#FF0000;
	font-weight:bold;
}
.bluetext {
	color:#0000FF;
	font-weight:bold;
}

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