/* CSS Document */

body {
	text-align: center; /* center things in pre-IE6 */
	min-width:800px;
    }
/* Start of Skip Nav */
.awt-skipNav {
	position: absolute;
	left: -999px;
	width: 990px;
}
/* End of Skip Nav */
#blank_space{
width:100%;
height:35px;}

#container {
margin: 0px auto;
float:none;
	width: 800px;
	text-align: left;
	border: 1px solid; border-color:#003366 #003366 #003366 #003366;
}

/*----------------------------------background----------------------*/
#background{
	width:100%;
	background: url(../images/background.gif) repeat-x #FDFEFF;
	color:#6B6854;
	}

/*------------------header----------------*/
#header {
	width:800px;
	height:200px;

	position:relative;
	background-image:url(../images/high_seas_motel_bar_harbor_tall.gif);
	margin: 0px;
	padding: 0px;
}

#awt-header tr, #awt-header td, #awt-header img { margin: 0; padding: 0; }

#awt-logo img { margin: 0; padding: 0; border: none;}
/* End of Header */

/*------------------navigation----------------*/
#navigation {width:800px; display:block; height:24px; background-color:#003366; border-top: 1px solid; border-top-color:#ffffff; border-bottom: 1px solid; border-bottom-color:#ffffff;
}
#navigation ul{
    margin:0;
    padding:0;
    list-style:none;
    }
#navigation li{
    display:inline;
    margin:0;
    padding:0;
    }
#navigation a.nav{
	text-indent:0px; color:#F5FAFF; text-decoration:none; display:block; height:22px; float:left;
	font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:11px; line-height:22px;
	padding:0px 17px 0px 17px; margin:2px 0 2px 0; background-color:#003366; 
	}
#navigation a.nav:hover{
	text-decoration:underline;
	}

/* End of Navigation */

/*------------------two column----------------*/
#two_column {
	width: 800px;
	background-image:url(../images/blue_background.gif);
	float:left;
}

/* End of Two Column */
/*------------------left panel----------------*/
#left_panel {
float:left;
width:340px;
height:100%;
padding:20px 10px 10px 10px;
}
/* End of Left Panel */

/*------------------right panel----------------*/
#right_panel {
	width: 420px;
	float:right;
	padding:10px 10px 10px 10px;
}
/* End of Right Panel*/


/*------------------main content----------------*/
#main_content {
	width:780px;
	height:100%;
	padding:10px 10px 10px 10px;
	background:url(../images/white_background.gif);
	background-repeat:repeat;
}
/* End of Main Content*/

/*------------------feature box----------------*/
#feature_box {
	width:200px;
	}
#feature_box h1 {
	text-indent:0px; color:#F5FAFF; text-decoration:none; vertical-align:top; display:block; height:22px;
	font-family:Arial, Helvetica, sans-serif; width:200px; font-weight:bold; font-size:14px; line-height:22px;
	background-color:#003366;
	}
/* End of Feature Box*/



/*------------------footer----------------*/
#footer {width:800px; display:block; height:24px; background-color:#003366; border-top:1px solid; border-top-color:#ffffff; clear:both;
	}
	
#footer a.nav{
	text-indent:0px; color:#F5FAFF; text-decoration:none; display:block; height:22px;
	font-family:Arial, Helvetica, sans-serif; font-weight:bold; font-size:11px; line-height:22px;
	padding:0px 12px 0px 12px; margin:2px 0 2px 0; background-color:#003366; 
	}
#footer a.nav:hover{
	}
/* End of Footer */

h1,h2,h3 { font-weight: bold; }

h1 {
	font-family:Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: 1.2em;
	padding: 7px 0 0 0;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: .95em;
	padding: 0;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: .95em;
	font-style: italic;
	padding: 0;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: .90em;
	color:#333333;
	}
li {font-family:Arial, Helvetica, sans-serif;
	font-size: .90em;
	color:#333333;}
	
input {
	font-size: .85em;
}

/* End General Site Wide */

/* Start of Agency Website Top Nav */

#awt-topNav {
	margin: 1px 0;
	border: 1px solid #000;
	background: #003399;
	color: #FFF;
}

#awt-topNav-links {
	padding: 4px 1px 4px 15px;
	font-size: .85em;
	font-weight: bold;
}

#awt-topNav-links a {
	color: #FFF;
	text-decoration: underline;
}

#awt-topNav-links a:hover { text-decoration: none; }

#awt-topNav-links .awt-on { text-decoration: none;
	color: #FC0;
}
/* End of Agency Website Top Nav */
