@charset "UTF-8";
/* CSS Document */
html, body {
	margin:0;
	padding:0;
	background-color: #001a67;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	width: 100%;
}
/* Set the position and dimensions of the background image. */
#page-background {
	position:fixed;
	top:0;
	left:0;
	width:100%;
}
#wrapper {
	width: 875px;
	height: auto;
	margin: 0px auto;
	position:relative;
	z-index:1;
}
#mailist {
	width: 875px;
	height: 100px;
	clear: both;
	float: left;
	margin: 20px 0 20px 0;
	background-image: url(images/logo.png);
 	_background-image: url(images/logo.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#mailist .phone {
	position: absolute;
	top: 124px;
	left: 222px;
	font-family: Arial, Helvetica, sans-serif;
	color: red;
	width: 444px;
	height: 25px;
}
#nav {
	width: 900px;
	height: 35px;
 	_height: 75px;
	clear: both;
	float: left;
	padding-top: 20px;
}
#main {
	width: 873px;
	height: 350px;
	clear: both;
	float: left;
	border: 1px solid #b62b2b;
	background-color: #FFFFFF;
	overflow: hidden;
}
#maincontact {
	width: 873px;
	height: 395px;
	clear: both;
	float: left;
	border: 1px solid #b62b2b;
	overflow: hidden;
}
#content_left {
	width: 645px;
	height: auto;
	clear: both;
	float: left;
	padding: 30px 28px 0px 0px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #d3cbc2;
	line-height: 1.5em;
}
#content_left_wide {
	width: 875px;
	height: auto;
	clear: both;
	float: left;
	padding: 30px 0px 0px 0px;
	font: 12px Arial, Helvetica, sans-serif;
	color: #d3cbc2;
	line-height: 1.5em;
}
#content_right {
	width: 200px;
	height: auto;
	float: left;
	padding: 30px 0px 0px 0px;
}
#footer {
	width: 875px;
	height: auto;
	clear: both;
	float: left;
	font: 11px Arial, Helvetica, sans-serif;
	color: #798ca9;
	line-height: 1.2em;
	padding: 20px 0px 10px 0px;
}
h1 {
	font: 15px Arial, Helvetica, sans-serif;
	color: #ddd6ce;
	text-transform: uppercase;
	letter-spacing: .13em;
	padding: 0;
	margin: 0;
}
h2 {
	font: 14px Arial, Helvetica, sans-serif;
	color: #ddd6ce;
	text-transform: uppercase;
	letter-spacing: .11em;
	padding: 0px 0px 2px 0px;
	margin: 0;
}
h3 {
	font: bold 13px Arial, Helvetica, sans-serif;
	color: #ddd6ce;
	padding: 0px 0px 3px 0px;
	margin: 0;
}
hr {
	background-color: #b62b2b;
	border: 0;
	color: #b62b2b;
	height: 1px;
	width: 100%;
	margin:0;
	padding:0;
}
.h1gold {
	color: #b62b2b;
}
a {
	font: 12px Arial, Helvetica, sans-serif;
	color: #ddd6ce;
	text-decoration:underline;
}
a:hover {
	color: #f51414;
	text-decoration: none;
}
a.nav {
	font: 11px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #ddd6ce;
	text-decoration:none;
	letter-spacing: .15em;
}
a.nav:hover {
	color: #f51414;
}
a.nav2 {
	font: 11px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration:none;
	letter-spacing: .09em;
	padding: 0px 11px 0px 0px;
}
a.nav2:hover {
	color: #f51414;
}
a.nav2big {
	font: 12px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #ddd6ce;
	text-decoration:none;
	letter-spacing: .15em;
	padding: 0px 0px;
}
a.nav2big:hover {
	color: #f51414;
}
a.small_links {
	font: 10px Arial, Helvetica, sans-serif;
	color: #ddd6ce;
	text-decoration:none;
}
a.small_links:hover {
	color: #f51414;
}
.bullet {
	color: #895622;
	padding: 0px 4px;
}
.copyright {
	font: 10px Arial, Helvetica, sans-serif;
	color: #798ca9;
	line-height: 1.5em;
}
.line_large {
	width: 874px;
	display:block;
	_display: none;
	height: 1px;
	background-color: #b62b2b;
	border-bottom: 1px solid #b62b2b;
	margin: 2px 0px 10px 0px;
}
.line_medium {
	width: 645px;
	display:block;
	_display: none;
	height: 1px;
	background-color: #b62b2b;
	border-bottom: 1px solid #b62b2b;
	margin: 2px 0px 10px 0px;
}
.line_small {
	width: 201px;
	display:block;
	_display: none;
	height: 1px;
	background-color: #b62b2b;
	border-bottom: 1px solid #b62b2b;
	margin: 2px 0px 10px 0px;
}
img {
	margin:0;
	padding:0;
}
img.menu_btns {
	padding: 0px 0px 3px 0px;
}

