@charset "UTF-8";
body
{
	margin-top:0px;
	margin-left:0px;
	margin-bottom: 0px;
	background-color: #848c8b;
	background-image: url(images/background.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}
#header {
	background-color: #FFF;
	clear: both;
	height: 140px;
	width: 100%;
	background-image: url(images/clouds.png);
	background-repeat: no-repeat;
	z-index: 2;
}
#logo {
	clear: left;
	height: 100px;
	width: 180px;
	float: left;
	padding-left: 30px;
	padding-top: 35px;
}
#twitter_widget {
	width: 180px;
	float: left;
	background-color: #FFF;
	clear: both;
	margin-bottom: 30px;
}
#content {
	width: 730px;
	background-color: #FFF;
	float: right;
}
#icons {
	padding-top: 10px;
	float: left;
	clear: both;
}

#icons ul{
	padding:0px;
	list-style: none;
	width: 180px;
}

#icons ul li{
	display: inline;
	padding-right: 10px;
}

#catch {
	width: 960px;
	background-color: #FFF;
	overflow: hidden;
}
#left_col {
	float: left;
	background-color: #FFF;
	z-index: 2;
	overflow: hidden;
	padding-left: 30px;
	width: 200px;
}
#main_content {
	margin-top: 0px;
	width: 490px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	background-color: #FFF;
	padding-bottom: 0px;
}
#main_content a {
	color: #00aae6;
	text-decoration: none;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.5em;
	text-align: center;
	background-color: #FFF;
	width: 960px;
	padding-bottom: 5px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	float: none;
	z-index: 1;
}

#footer a {
	color: #848c8b;
	text-decoration:none;
}

#weather_widget {
	margin-left: 30px;
	height: 150px;
	width: 180px;
}
#ad_one {
	float: right;
	height: 150px;
	width: 180px;
	font-size: 1em;
	font-weight: bold;
	text-transform: none;
	color: #848c8b;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 2em;
	margin-bottom: 40px;
}
#right_col {
	float: right;
	height: 380px;
	width: 180px;
	padding-right: 30px;
}
#bottom_nav {
	width: 490px;
	margin-top: 40px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	text-transform: uppercase;
}

#bottom_nav ul {
	padding-left: 0;
	margin-left: 0;
	list-style: none;
	margin-left: 0px;	
}

#bottom_nav ul li {
	display: inline;
	padding-right: 20px;
	margin-left: 0px;
}

#bottom_nav ul li a {
	list-style-type: none; 
	color: #000;
	text-decoration: none;
	height: 30px;
	width: 490px;
}

#bottom_nav a:hover, #bottom_nav a:active{
	color: #00aae6;
	text-decoration: underline;
	font-weight: bold;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#google_map {
}
#press_item {
	padding-bottom: 20px;
}
#slideshow {
	position:relative;
	height:400px;
	margin-bottom: 30px;
}

#slideshow DIV {
	margin-bottom:0px;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
	opacity:0.0;
	height: 400px;
	background-color: #FFF;
}

#slideshow DIV.active {
    z-index:3;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:2;
}

#slideshow DIV IMG {
    height: 400px;
	width:900px;
    display: block;
    border: 0;
    margin-bottom: 10px;
	margin-left: 30px;
	margin-right: 30px;
}
.floatleft {
  float: left;
  margin-right: 14px;
  margin-bottom:10px;
}
.h3 {
  margin-top:0px;
}

form {
	width: 460px;
	background: #848c8b;
	color: #FFF;
	border: 10px solid #848c8b;
	text-align: left;
}
label {
	clear: left;
	float: left;
	width: 100px;
	margin: 6px 0 10px 0;
}
fieldset {
	border: 0;
}
legend {
	display: none;
}
input, select, textarea {
	float: left;
	margin-bottom: 10px;
	max-width: 430px;
	width: 430px;
	background: #c5d2d0;
	color: #555;
	border: 0px solid #aaa;
	font-family: Arial, Helvetica, sans-serif;
}
input.button {
	clear: both;
	color: #555;
	float: none;
	display: block;
	margin:0px;
	width: auto;
	cursor: hand;
	cursor: pointer;
}

#container #catch #content #main_content table {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	font-size: 0.9em;
	text-align: left;
	color: #FFF;
}

#container #catch #content #main_content table th{
	font-size: 0.9em;
	text-align: left;
	color: #FFF;
	vertical-align: top;
}

#container #catch #content #main_content table td{
	font-size: 0.9em;
	text-align: left;
	color: #FFF;
	vertical-align: top;
}
