/* CSS Document */

#nav a {
	display: block;
	width: 130px;
	font-family: Georgia;
	color: #FFFFFF;
	text-decoration: none;
}

#nav li {
	float: left;
	width: 7em;
	list-style-type: none;
}

#nav li ul {
	width: 160px;
	left: -999em;
	background-color: #F0F8FF;
	position: absolute;
	height: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none; 
	line-height: normal;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}

#header {
	background-image: url(../images/westCoast_header.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 251px;
	width: 800px;
	margin-right: auto;
	margin-bottom: auto;
	background-color: #FFFFFF;
}

body {
	background-color: #003366;
}

#body {
	height: auto;
	width: 700px;
	margin-right: auto;
	margin-left: 100px;
	margin-top: 20px;
}

#header_menu{
	height: auto;
	width: 675px;
	float: right;
	top: 226px;
	position: relative;
}
#header_flag{
	height: auto;
	width: 30px;
	float: left;
	top: 226px;
	position: relative;
	margin-left: 30px;
}
#header_menu_sub1 ul {
	background-color: F0F8FF;
	width: 100px;
	margin-left: 15px;
}
#header_menu_sub1 a {
	color: #006699;
	font-family: Georgia;
	font-size: 12px;
	text-decoration: none;
	background-color: F0F8FF;
	width: 150px;
	margin-left: 5px;
}

#header_menu_sub1 a:hover {
	color: #000000;
	font-family: Georgia;
	font-size: 12px;
	text-decoration: underline;
}

#footer {
	height: 100px;
	background-color: 006699;
	text-align: center;
}

#wrapper {
	width: 800px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: #FFFFFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-color:#003366;
}
