/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	margin: 20px 0px 20px 0px;
	padding: 0px;
	background-image: url(images/body_bg.gif);
}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h3, h4, h5, a, ul, li, ol, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	color: #888888;
}
/* Redefines the p tag */
p {
	font-size: 12px;
	text-align: left;
	line-height: 17px;
	font-weight: 100;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 20px;
	color: #000000;
}

.white {
	color: #ffffff;
}

h1 {
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin-top: 0px;
	margin-right: 30px;
	margin-left: 20px;
	text-align: left;
}

h2 {
	font: 21px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0b1e5e;
	margin: 0px 0px 0px 0px;
	text-align: center;
}

h3 {
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 20px;
	color: #000000;
	margin: 0px 0px 10px 0px;
	text-align: center;
}

h4 {
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 20px;
	color: #ffffff;
	margin: 10px 0px 10px 0px;
	text-align: center;
}

h5 {
	font: 16px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 20px;
	color: #0b1e5e;
	margin: 10px 0px 10px 0px;
	text-align: center;
}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link, a:visited {
	color: #1A51A7;
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

a:hover {
	text-decoration: none;
	color: #000000;
}

address {
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
	width: 160px;
	color: #000000;
	font-weight: 100;
	margin: 40px 10px 5px 0px;
	padding: 20px 10px 20px 10px;
	text-align: center;
	background-color: #E9E9E9;
	border: 1px solid #999999;
}
address a:link, address a:visited {
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	color: #334f7f;
}
address a:hover {
	font-size: 10px;
	padding: 0px;
	margin: 0px;
	text-decoration: underline;
	color: #000000;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

/* Creates DIV container for header. Setting the left and right margins to auto will center DIV. */
div#header {
	background: url(images/header.jpg) no-repeat;
	position: relative;
	width: 750px;
	height: 294px;
}

div#hurricanelogo {
	position: absolute;
	top: 0px;
	left: 9px;
	padding: 2px;
	margin: 10px 30px 15px 10px;
	z-index: 3;
}

div#ctabutton {
	position: absolute;
	top: 0px;
	left: 230px;
	padding: 2px;
	margin: 0px 0px;
	z-index: 3;
}

div#flash {
	position: relative;
	width: 750px;
	height: 231px;
	z-index: 1;
}

/* Creates the general link style for the audio link. */

div#audio {
	position: absolute;
	top: 263px;
	right: 29px;
}
	
	div#audio p {
		font-size: 10px; 
	}
	
	div#audio a {
	color: #015D2C;
	text-decoration: none;
	font-weight: bold;
	}
	
	div#audio a:hover {
		color: #000000; 
	}

/* NAVIGATION CONTAINER */
div#nav {
	width: 750px;
	top: 232px;
	left: 10px;
	position: absolute;
	text-align: left;
}
	
div#nav li a#current, div#nav li a#current:hover{
	color: #000000;
	background-color: #999999;
}

/* UL TAG */
div#nav ul {
	margin:0;
	padding:0;
	font-size:85%;
	list-style:none;
	text-transform:capitalize;

	} 

div#nav li {
	float:left;
	margin:0;
	padding:0;
	line-height:normal;
	text-indent:0;
	list-style-image: none;
	}

div#nav li a {
	display:block;
	padding: 8px 9px 7px 9px;
	color: #ffffff;
	text-decoration:none;
	font-weight: 100;
	text-align: center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0b1e5e;
	font-size: 10px;
}

* html #nav a {
	width: 1%;}

div#nav li a:hover {
	background: #0b1e5e;
	color: #fff042;
}

/* NAVIGATION CONTAINER */

/* Creates the div container for the site. */
div#container {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	border: 6px solid #0b1e5e;	
	position: relative;
	background-image: url(images/container_bg.gif);
}

/* Creates the div for the content */
div#content {
	float: left;
	width: 750px;
}

/* Creates the div for the columns on the welcome page */
div#column1 {
	float: left;
	width: 350px;
	padding: 0px 10px 0px 15px;
	border: 0px solid red;
}

div#column2 {
	float: left;
	width: 350px;
	border: 0px solid red;
}

/* Creates the div for the columns on the services page */
div#column3 {
	float: left;
	width: 410px;
	padding: 0px 10px 0px 15px;
	border: 0px solid red;
}

div#column4 {
	width: 740px;
	margin: 0px auto;
	border: 0px solid red;
}

div#column_right {
	float: right;
	width: 287px;
	margin-right: 10px;
	margin-top: 20px;
	padding: 0px;
}

div#column_right p {
	margin: 0px;
	padding: 0px;
}
div#listbox {
	float: left;
	width: 290px;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 0px; 
	background-color: #3d6b7a;
	border: 0px solid red;
}

.left {
	float: left;
	padding: 0px;
	margin: 0px;
}

.left2 {
	float: left;
	padding: 0px;
	margin: 5px 10px 5px 20px;
	border: 0px solid #999999;
}

.right {
	padding: 2px;
	margin: 5px auto;
	border: 1px solid #999999;
}

.right2 {
	padding: 2px;
	margin: 5px auto 17px auto;
	border: 0px solid #999999;
}

.right3 {
	float: left;
	padding: 0px 0px 0px 20px;
	margin: 5px auto 17px auto;
	border: 0px solid #999999;
}

.agclogo {
	float: right;
	padding: 0px 40px 0px 0px;
	margin: 0px auto 5px auto;
	border: 0px solid #999999;
}

.banners {
	float: left;
	padding: 0px 0px 0px 35px;
	margin: 5px auto 5px auto;
	border: 0px solid #999999;
}

.banners2 {
	float: left;
	padding: 10px 0px 10px 5px;
	margin: 5px auto 5px auto;
	border: 0px solid #999999;
}

.rightcta {
	float: left;
	padding: 0px 0px 0px 55px;
	margin: 5px  0px 0px  0px;
	border: 0px solid #999999;
}

/* Creates the div container for the footer. */
div#footer {
	color:#000000;
	clear: both;
	margin: 0px auto;
	padding: 0px;
	width: 750px;
	background-image: url(images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 67px;
}

div#footerholder {
	text-align: center;
	padding-top: 40px;
	padding-right: 0px;
}

div#footerholder a:link, div#footerholder a:visited, div#footerholder a:active {
	color:#000000;
	padding-right: 7px;
	padding-left: 7px;
	text-decoration: none;
	font-size: 10px;
	font-family: tahoma;
	text-decoration:underline;		
}

div#footerholder a:hover {
	color:#0b1e5e;
	text-decoration:none;		
}

/* Styles the copyright div */
div#copyright {
	text-align: center;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin: 0px auto;
	padding: 0px;
	clear: both;
}
div#copyright a {
	font-size: 12px;
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
}

/* ----------------- left side ----------------- */

div#leftside {
	float: right;
	width: 195px;
	vertical-align: top;
	border: 0px solid red;
}

ul {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color:#000000;
	line-height: 17px;
	margin-bottom: 5px;
}

li {
	font-size: 13px;
	color:#000000;
	font-weight: 100;
	list-style-image:url(images/ul-square.gif);
}

div#listbox ul#list li.white {
	font-size: 13px;
	color:#ffffff;
	font-weight: 100;
	list-style-image:url(images/ul-square2.gif);
}

div#iframe {
	width: 600px;
	padding: 0px;
	clear: left;
	margin: 0px auto;
}


div#iframe2 {
	width: 620px;
	padding: 0px;
	clear: left;
	margin: 0px auto;
}

.clear {
	clear: both;
	margin-top: 0px;
}

#translate{	width:192px;
height:17px;
position:absolute;
top:278px;
right:30px;}
