body {
	font-family: Arial;
	background-color: #004e8e;
	background-image: url(images/body_backgroud.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
img {border:0;}
a {color:#f90; text-decoration:underline;}
a:hover {color:#ff0; text-decoration:none;}
#container {
	position: absolute;
	left: 23px;
	top: 0px;
	width: 700px;
}
#content {
	position: relative;
	/*background-image: url(images/content_background.png);
	background-repeat: repeat;*/
	background-color:#002647;
	width: 698px;
	border-top: 10px solid #00354f;
	border-right: 1px solid #00354f;
	border-bottom: 25px solid #00354f;
	border-left: 1px solid #00354f;
	margin: 0px;
	padding-bottom: 20px;
	padding-top: 20px;
}
#content h1 {
	font-family: Georgia, serif;
	font-size: 20px;
	font-style: italic;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
}

#copy {
	font-size: 12px;
	color: #FFFFFF;
	margin: 20px;
	position: relative;
}
.footer {
	font-family: Arial;
	/* background-color: #00354F; */
	position: relative;
	margin: 1em auto 0 auto;
	/*margin-bottom: 300px;*/
	width:90%;
	/*border-top: 1px solid #001A2F;*/
}
.footer p, #legal p {
	font-size: 10px;
	color:#4F7B9F;
}
.footer #address {
	font-size: 10px;
	text-align: center;
	position: relative;
	/* display: inline; */
	float: right;
	width: 220px;
	margin: 10px 10px 10px 5px;
	/* background-color: #00354F; */
}
.footer #legal {
	font-size: 10px;
	position: relative;
	/* display: inline; */
	float: left;
	width: 430px;
	margin: 10px 5px 10px 10px;
	/* background-color: #00354F; */
}
#legal h1, .footer h1, #cities {
	font-family: Arial!important;
	font-style: normal!important;
	font-size: 10px;
	line-height: 12px !important;
	margin-bottom: 10px;
	color:#4F7B9F;
}
h1 {
	line-height: 22px;
	/* margin-top: 30px; */
	margin-bottom: 30px;
	font-weight: bold;
}
h1, h2, h3, b {
	color: #fefe00;
}
.thumb {
	font-size: 9px;
	text-align: center;
	background-color: #083256;
}
/* image placement
----------------------------------------------- */
p img.left, img.left, div.left {float:left; margin:0 1em 1em 0; padding:0;}
p img.right, img.right, div.right {float:right; margin:0 0 1em 1em; padding:0;}
p img.middle, img.middle, div.middle { text-align:center; margin:0 auto 2em auto; padding:0;}
div.left, div.right, div.middle {font-size:.8em; line-height:10px;}
div.left ul li, div.right ul li, div.middle ul li {margin:0;}
html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear
{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* Nav List */
#navcontainer {
	background: #00354f;
	border-top: 1px solid #00354f;
	font: normal normal 11px Verdana;
	margin: 0;
	padding: 0;
}

#navlist {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}

@media all {
#navlist {
	text-align: right;
}
}

#navlist li {
	bottom: 11px;
	display: inline;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
	position: relative;
}

html>body #navlist li {
	background: #000;
	margin: 0 2px 0 0;
	padding: 2px 0px 2px 0;
}

#navlist a, #navlist a:link, #navlist a:visited {
	background: #e9e900;
	border: 1px solid #ffffcc;
	bottom: 2px;
	color: #000;
	cursor: pointer;
	display: inline;
	height: 1em;
	margin: 0;
	padding: 2px 3px 2px 3px;
	position: relative;
	right: 2px;
	text-decoration: none;
}

#navlist a:hover {
	background: #ffffcc;
	bottom: 1px;
	color: #000;
	position: relative;
	right: 1px;
}

#navlist a:active {
	background: #cccc99;
	bottom: 0px;
	color: #ffffcc;
	position: relative;
	right: 0px;
}

#navlist li#active {
	background: #369;
	bottom: 13px;
	display: inline;
	margin: 0 3px 0 0;
	padding: 0;
	position: relative;
}

html>body #navlist li#active {
	background: #000;
	margin: 0 4px 0 4px;
}

#navlist #active a, #navlist #active a:link, #navlist #active a:visited, #navlist #active a:hover {
	background: #00354f;
	border-bottom: none;
	border-left: 1px solid #00354f;
	border-right: 1px solid #00354f;
	border-top: 1px solid #00354f;
	bottom: 0;
	color: #ffffcc;
	cursor: text;
	margin: 0;
	padding: 2px 5px 0 5px;
	position: relative;
	right: 0;
}


