html, body {
	background: transparent url(/images/bg-gradient.jpg) repeat-x;
	background-color: rgb(85,121,143);
	margin: 0;
	border: 0;
	padding: 0;
	font-family: <?=$Arial?>;
	min-height: 100%;
	position: relative;
	color: white;
}


#header {
	background:white url(/images/hurricane.jpg) no-repeat scroll left top;
	height:185px;
	text-align: left;

}

#container {
	background:white url(/images/bg-content-home.png) repeat-y scroll left top;
	border-bottom:8px solid #CF010D;
	color:white;
	margin:0pt auto;
	text-align:left;
	width:984px;
	height: 100%;
}
#container2 {
	background:white url(/images/bg-content.png) repeat-y scroll left top;
	border-bottom:8px solid #CF010D;
	color:white;
	margin:0pt auto;
	text-align:left;
	width:984px;
	height: 100%;
}
#content {
	color: black;

}
#logo {
	display: inline;
	float: right;
	height: 116px;
	margin: 5px 0px 0pt 0pt;
	padding-bottom: 7px;
	width: 381px;

}

#infoBar {
	background:transparent url(/images/swoosh-home.png) no-repeat scroll left top;
	clear:right;
	font-weight:bold;
	height:25px;
	padding:5px 57px 35px 650px;
	
}

#infoBar2 {
	background:transparent url(/images/swoosh.png) no-repeat scroll left top;
	clear:right;
	font-weight:bold;
	height:25px;
	padding:5px 57px 35px 650px;
	
}

#infoBox {
	height: 20px;
	#overflow: hidden;
	text-align: center;
	font-family: "Trebuchet MS","Trebuchet","Arial","Helvetica",sans-serif;
	font-size: larger;
}

.free {
	color: red;
}


.clear {
	clear:both;
	font-size:10%;
	height:1px;
	line-height:1px;
}

#footer {
	font-size:90%;
	padding-top:1em;
	text-align: center;
	height: 50px;
	color: white;
}
.footerTextlinks a {
	padding: 0pt 10px;
	text-decoration: none;
}

.footerTextlinks A:link {text-decoration: none; color: white; border: none;}
.footerTextlinks A:visited {text-decoration: none; color: white;}
.footerTextlinks A:active {text-decoration: underline; color: white;}
.footerTextlinks A:hover {text-decoration: underline; color: white;}

#nav_column {
	width: 163px;
	height: 100%;
	font-family: "Trebuchet MS","Trebuchet","Arial","Helvetica",sans-serif;
	font-size: 25px;
	padding: 20px 10px 30px 10px;
	float: left;

}

#nav_column A:link {text-decoration: none; color: white; border: none;}
#nav_column A:visited {text-decoration: none; color: white;}
#nav_column A:active {text-decoration: none; color: beige;}
#nav_column A:hover {text-decoration: none; color: Red;}

#content_main {
	height:100%;
	width: 508px;
	float: left;
	padding: 20px 10px 30px 10px;

}
#content_main2 {
	height:100%;
	width: 780px;
	float: left;
	padding: 20px 10px 30px 10px;
	color: black;

}

#feature_column {
	color: white;
	width: 253px;
	height: 100%;
	font-family: "Trebuchet MS","Trebuchet","Arial","Helvetica",sans-serif;
	font-size: larger;
	padding: 20px 10px 30px 10px;
	float: left;
	clear: right;
	text-align:center;
}
#feature_column a img {
  border: none;
}
#content_main a img {
  border: none;
}
#FlashAltContent {
	color: black;
}


