/* Main Styles */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #000000;
	text-align: center;
	background-color: #1C4547;
	margin: 0px 20px 20px 20px;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: bold;
	color: #1C4547;
	margin: 30px 0px 22px 0px;
	padding: 0px 0px 6px 0px;
	border-bottom: 1px solid #DBE7E5;
	display: block;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #1C4547;
	margin: 15px 0px 9px 0px;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
	margin: 9px 0px 9px 0px;
	line-height: 1.3em;
}
p.noheader {
	margin: 15px 0px 9px 0px;
}
p.small {
	font-size: 70%;
}
a:link, a:visited, a:active {
	color: #1C4547;
	text-decoration: underline;
}
a:hover {
	color: #1C4547;
	text-decoration: none;
}
a.gray:link, a.gray:visited, a.gray:active {
	color: #404040;
	text-decoration: none;
}
a.gray:hover {
	color: #404040;
	text-decoration: underline;
}
ul {
	margin: 0px 0px 12px 30px;
	padding: 0px 0px 1px 0px; /* Need padding for cross-browser differences */
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000000;
	margin: 0px 0px 3px 0px;
	text-align: left;
}
img.quote66 {
	margin: 0px 8px 0px 0px;
}
img.quote99 {
	vertical-align: top;
	margin:3px 0px 0px 8px;
}



/* LAYOUT STYLES */
#centerdiv {
	width: 740px;
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align: left;
}
#header {
	position: relative;
	width: 100%;
	height: 80px;
}
#logo {
	position: absolute;
	top: 0px;
	right: 10px;
}
#page {
	position: relative;
	width: 740px;
	background: #FFFFFF url(images/page.gif) top left repeat-y;
	padding: 0px;
}
#WorkArea {
	position: relative;
	float: left;
	width: 465px;
	margin: 0px 25px 0px 0px;
	padding: 0px 0px 0px 35px;
}
html>body #WorkArea {
	width: 430px;
}
#OptionArea {
	position: relative;
	float: left;
	width: 240px;
	margin: 0px 0px -20px 0px;
	z-index: 2;
}
#footer {
	position:relative;
	clear: both;
	width: 100%;
}
#footer p {
	font-size: 70%;
	margin: 5px 35px 0px 35px;
	color: #8DA2A3;
}
#footer a:link, #footer a:visited, #footer a:active {
	color: #8DA2A3;
	text-decoration: none;
}
#footer a:hover {
	color: #8DA2A3;
	text-decoration: underline;
}
.fright {
	float: right;
}
#Top {
	position: relative;
	width: 740px;
	height: 20px;
	margin: 0px 0px -20px 0px;
	background: url(images/top.gif) top left no-repeat;
}
#Base {
	position: relative;
	clear: both;
	width: 740px;
	height: 30px;
	background: url(images/base.gif) top left no-repeat;
}
#Arrow {
	position: absolute;
	left: 0px;
	width: 9px;
	height: 17px;
	background: url(images/arrow.gif) top left no-repeat;
}
.aboutus	{ top: 30px; }
.aboutyou	{ top: 190px; }
.faqs		{ top: 350px; }
.contactus	{ top: 510px; }
#map {
	width: 430px;
	height: 280px;
	margin: 15px 0px 9px 0px;
	border: 1px solid #D2DADA;
}
html>body #map {
	width: 428px;
	height: 278px;
}
#quote {
	position: absolute;
	bottom: 0px;
	width: 420px;
	margin: 0px 0px 20px 35px;
	z-index: 5;
}



/* NAV STYLES */
#nav {
	position: absolute;
	top: 50px;
	left: 0px;
	width: 484px;
	height: 30px;
	background: url(images/tabs.gif) 0px -30px no-repeat;
	margin: 0px 0px 0px 10px;
}
#nav li {
	float: left;
	list-style: none;
	font-size: 70%;
	text-align: center;
	margin: 0px 4px 0px 0px;
	width: 117px;
}
#nav li.on {
	background: url(images/tabs.gif) 0px 0px no-repeat;
}
#nav a {
	height: 30px;
	display: block;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
	padding: 9px 15px 0px 15px;
}