body {
	margin: 0;
	padding: 0;
    background-color: #4a7182;
    background-image: url(../images/bg-bar.jpg);
    background-repeat: repeat-x;
    background-position: left top;
	color: #000;
	font: 0.8em "Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
	color: #333;
	text-align: center;
}
/* Main Structure, wrap the whole layout in a div to keep it narrow and centered */
#wrapper {
	width: 770px;
	margin: 0 auto;
	background: #f8f8ff url(../images/columns.gif) top center repeat-y;
	text-align: left;
}
/* Header */
#header {
	clear: both;
	background: #FFF;
	position: relative;
}
#masthead {
	width: 490px;
	padding: 1px 0 1px 0;
}
/* Secondary Navigation, a styled list */
#topNav {
	margin: 0;
	padding: 0;
	clear: both;
	list-style: none inside;
	background: #580000;
	height: 0;
}
#topNav li {
	width: 191px;
	float: left;
	background: #580000;
	text-align: center;
}
#topNav li:first-child {
	border: none;
	padding-left: 1px;
}
#topNav li a {
	color: #FFF;
	display: block;
	width: 191px;
	padding: 3px 0;
}
#topNav li a:hover {
	color: #580000;
	background: #CFB141;
}
#topNav2 {
	margin: 0;
	padding: 0;
	clear: both;
	list-style: none inside;
	background: #580000;
	height: 4em;
	text-align: center
}
/* Main Content Area */
#main {
	clear: both;
	margin-left: 10px;
}
#content {
	float: left;
	width: 565px;
	margin: 10px 20px 10px 0;
	line-height: 1.3;
	text-align: justify;
}
#boxes {
	width: 575px;
	display: inline;
	text-align: center;
}
.boxes { padding:0 20px 0 20px;}
ul, li {
	line-height: 1.5em;
	text-align: left;
}
.cap {
	line-height: 1.3em;
	font: bold 2em "Georgia, "Times New Roman", Times, serif", sans-serif;
}
.features {
	font-size: 1.3em;
}
.bullet {
	color: #580000;
	font-weight: bold;
}
.burgundy {
	color: #580000;
	font-weight: bold;
}
.table {
	width: 500px;
	text-align: center;
	font-family: Georgia, Verdana, "Times New Roman", Times, serif;
	font-size: 110%;
}
.table th {
	background: #CDEAF2;
	text-align: left;
	font-size: 130%;
	color: #C1272D;
}
.table td, .table p, .table ul {
	text-align: left;
	vertical-align: top;
}
/* Sidebar */
#navigation {margin: 8px 5px 15px 600px; text-align: right; font-size: 12px;}
#navigation li {list-style: none; }

/* Right Sidebar Blue Box */
#rightSide {text-align: right; border: 3px outset #FFF; background: #4A7182; padding: 5px; margin: 7px 7px 0 0; line-height: 2em;}
#rightSide a {color: #FFF; text-decoration: underline; } #rightSide a:hover {color: #580000; text-decoration: none; }
/* Right Sidebar Black Box */
#links {text-align: center; border: 3px outset #FFF; background: #000; padding: 5px 5px 5px 5px; margin: 8px 8px 0 0; color: #FFF; }
#links a {color: #FFF; text-decoration: underline; } #links a:hover {color: #FFF; text-decoration: none; }
/* Right Sidebar Black Box */
#featuredFP {text-align: center; border: 3px outset #FFF; background: #e7d8a0; padding: 5px 5px 5px 5px; margin: 8px 8px 0 0; color: #FFF; }
#featuredFP a {color: #FFF; text-decoration: underline; } #links a:hover {color: #FFF; text-decoration: none; }
.featureTitle {color: #4a7182; font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 14px; }

/* Footer */
#footer {clear: both; background: #000; color: #fff; font-weight: bold; border-top: 3px solid #CFB141; font-size: 11px;}
#footer p {margin: 0; padding: 7px 9px; text-align: right; } p#vroom {float: left; width: 540px; text-align: center; }
#footer a.more {color: #fff; font-weight: bold; } #footer a.more:active {color: #fc0; }

/* Headings */
h1 {margin: 15px 0 0 5px; font: bold 2.2em "Georgia, "Times New Roman", Times, serif", sans-serif; color: #000; text-align: center; }
h2 {padding: 2px 0 0 0; font: bold 1.5em "Lucida Sans", "Lucida Sans Unicode", sans-serif; color: #D37A07; letter-spacing: 1px; }
h3 {padding: 2px 0 0 0; font: bold 1.2em "Lucida Sans", "Lucida Sans Unicode", sans-serif; color: #4A7182; }
h4 {padding: 15px; font: bold 1em "Lucida Sans", "Lucida Sans Unicode", sans-serif; color: #580000; }
h5 {font: bold 3.2em "Georgia, "Times New Roman", Times, serif", sans-serif; color: #FFF; text-align: center}

/* Notes */
.note {background-color: #580000; color: #fff; margin: 10px 4%; padding: 0 10px; border: 3px #D37A07 solid; font-size: 1.2em;}
.note big {display: block; border-bottom: 1px dashed #fff; margin-bottom: 1em; font: italic 1.2em "Trebuchet MS" }
.note p {margin: 0.7em; line-height: 1.5; } .note a:link, .note a:visited {color: #fff; font-weight: bold; }

#note2 {background-color: #CFB141; color: #000; margin: 10px 4%; padding: 0 10px; border: 3px #580000 solid; font-size: 1.2em;}
#note2 big {display: block; border-bottom: 1px dashed #fff; margin-bottom: 1em; font: italic 1.3em "Trebuchet MS" }
#note2 p {margin: 0.7em; line-height: 1.5; } .note a:link, .note a:visited {color: #fff; font-weight: bold; }

.leftImage { float: left; padding-right: 5px; }

/* Links */
a:link {color: #D37A07; }
a:visited {color: #D37A07; }
a:active {color: #4A7182; }
a:hover {color: #000; text-decoration: none }

a.nav:link {color: #FFF; text-decoration: none; }
a.nav:visited {color: #FFF; text-decoration: none; }
a.nav:active {color: #FFF; }
a.nav:hover {color: #580000; }

#footer a:link {color: #D37A07; }
#footer a:visited {color: #D37A07; }
#footer a:active {color: #4A7182; }
#footer a:hover {color: #FFF; text-decoration: none }

#featuredFP a:link {color: #4a7182; text-decoration: none; }
#featuredFP a:visited {color: #4a7182; text-decoration: none; }
#featuredFP a:active {color: #4a7182; text-decoration: none; }
#featuredFP a:hover {color: #000; text-decoration: none; }

/* Vaultware */
a.checkavailability { background-color:#4A5173; color:#FFF; border-width: 2px; border-style: solid; border-top-color: #DFDFDF; border-right-color: #666666; border-bottom-color: #333333; border-left-color: #858585; text-decoration: none; display: block;
padding: 0 5px 0 5px; width: 160px; text-align: center;}

a:link.checkavailability { color:#FFF; text-decoration:none; }
a:active.checkavailability { color:#FFF; text-decoration:none; }
a:visited.checkavailability { color:#FFF; text-decoration:none; }
a:hover.checkavailability { color:#999; text-decoration:none; }