/*--- Hurricane Events styles ---*/

body, html {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	background-color: #33A02C;
	text-align: center;
}

p {
	line-height: 130%;
	margin-top: 22px;
	margin-bottom: 0px;
	width: 98%;
	color: gray;
}

a {
	text-decoration: none;
	color: #FFFFFF;
}

img {
	border: 0;
}

input {
	margin-top: 3px;
	padding: 1;
}

.subscribe_checkbox {
	margin-top: 8px;
}

#container {
	width: 747px;
	left:50%;
	margin-left: -373px;
	padding: 0;
	text-align: left;
	height:580px;
	top:50%;
	margin-top:-290px;
	position:absolute;
}

#home_container {
	width: 747px;
	padding: 0;
	left:50%;
	margin-left: -373px;
	height:467px;
	top:50%;
	margin-top:-233px;
	position:absolute;
}

/*--- Header ---*/

#header {
	width: 100%;
	height: 50px;
	padding: 0;
}

/*-- Copyright --*/

#copyright {
	width: 100%;
	height: 15px;
	padding: 3 0 0 10;
	font-size: 9px;
	color: white;
	background-color: #33A02C;
}

/*-- Nav --*/

#middle_section {
	width: 100%;
	height: 190px;
	clear: both;
}

#nav_left {
	width: 186px;
	height: 186px;
	float: left;
	overflow: hidden;
	background-color: black;
	color: #FFFFFF;
}

#nav_left_title {
	width: 166px;
	height: 20px;
	padding: 18 18 0 18;
}

#nav_left_text {
	width: 166px;
	padding: 0 18 18 18;
	margin-top: 20%;
	vertical-align: bottom;
	overflow: hidden;
}

#nav_left a {
	font-size: 10.5px;
	text-decoration: none;
	display: block;
	padding: 0 0 8 0;
	vertical-align: text-bottom;
}

#nav_left a:hover {
	color: #33A02C;
}

#nav_left_text a:hover {
	color: #33A02C;
}

.nav_title {
	font-size: 11px;
	color: #33A02C;
}

.nav_table {
	margin: 18 18 24 18;
}

/*-- Content --*/

#page_images {
	width: 558px;
	height: 186px;
	padding: 0;
	margin-bottom: 10px;
	float: right;
}

#page_content {
	width: 100%;
	height: 290px;
	padding: 0;
	margin-top: 18px;
	clear: both;
	background-color: white;
}

#page_content_logo {
	width: 186px;
	height: 289;
	float: left;
	background-color: white;
}

#page_content_logo img {
	margin: 90 0 0 49;
}

#page_content_text {
	width: 558px;
	height: 290px;
	padding: 0;
	float: right;
	background-color: white;
}

#page_content_text_title_box {
	width: 100%;
	height: 45px;
	margin-top: 18px;
}

.page_content_text_title {
	font-size: 14px;
	font-weight: bolder;
	word-spacing: 0.99px;
	letter-spacing: .22px;
	color: #33A02C;
}

.page_content_text_sub_title {
	font-family: Helvetica, sans-serif;
	font-size: 14px;
	word-spacing: 0.99px;
	letter-spacing: .22px;
	color: gray;
}

#text_box {
	width: 100%;
	height: 215px;
	padding: 0;
	overflow : auto;
}

#text_box a {
	color: #33A02C;
	line-height: 1.5;
}

#text_box a:hover {
	color: black;
}

#text_box p {
	width: 500px;
}

#form_left {
	width: 290px;
	float: left;
}

#form_right {
	width: 205px;
	float: right;
	padding-left: 0;
	margin-left: 0;
}

.contact_table {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	padding: 0;
	color: gray;
}

.contact_table_a {
	margin-top: 3px;
}

.table_cell {
	border-bottom: 1px dotted silver;
}


