@charset "utf-8";
/* CSS Document */

html, body, form {
/*height:100%;*/
}
/*CSS RESET SHEET - THIS RESETS MOST BROWSERS DEFAULT MARGIN AND PADDING VALUES TO ENSURE CROSS BROWSER CONSISTANCY*/
body, h1, h2, h3, h4, h5, h6, p, img {
	margin:0px;
	padding:0px;
	border:none;
}
img {
	display:block;
	border:0px;
}
body {
	background-color:#f3f3ec;
}
/*--------------------- VISIONSCAPE MENU SETTINGS ---------------------*/
html {
	overflow: -moz-scrollbars-vertical;
	overflow-x: auto;
	overflow-y: scroll;
}
/*--------------------- BASIC TEXT STYLING ---------------------*/

p, li, ol, ul {
	font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#5f5f5f;
}
p, ol, ul, h1, h2, h3, h4, h5, h6 {
	margin-bottom:18px;
}
a:link, a:visited {
	color: #395666;
	text-decoration: none;
	font-weight:normal;
}
a:hover, a:visited:hover {
	color: #395666;
	text-decoration:underline;
	font-weight:normal;
}
strong {
	color:#000000;
}
h1 {
	font-size:44px;
	font-family: "Bickham Script Pro", "Times New Roman", Times, serif;
	color:#c4a02e;
	font-weight: normal;
	background-image:url(../images/grey.gif);
	background-repeat:repeat-x;
	background-position:0px 45px;
}
h2 {
	font-size:36px;
	font-family: "Bickham Script Pro", "Times New Roman", Times, serif;
	color:#395666;
	font-weight: normal;
}
#home_rightcol h2 {
	font-size:36px;
	font-family: "Bickham Script Pro", "Times New Roman", Times, serif;
	color:#c4a02e;
	font-weight: normal;
	padding-top:6px;
	padding-bottom:4px;
	background-image:url(../images/grey.gif);
	background-repeat:repeat-x;
	background-position:0px 45px;
}
h3 {
	font-size:19px;
	font-family: Helvetica, "Times New Roman", Times, serif;
	color:#395666;
	font-weight: normal;
	line-height:34px;
	margin-top:-8px;
}
h4 {
	font-size:13px;
	font-family: "Bickham Script Pro", "Times New Roman", Times, serif;
	color:#c4a02e;
	font-weight: normal;
}
h5 {
}
h6 {
}
/*--------------------- PAGE STYLING ---------------------*/

#wrapper {
	position:relative;
	left: 50%;
	margin-left: -480px;
	width: 960px;
}
#content_wrapper {
	position:relative;
	width:960px;
}
.contentbg {
	background-image:url(../images/grey.gif);
	background-repeat:repeat-x;
	background-position:0px 45px;
}
.spacer {
	position:relative;
	height: 54px;
	clear:both;
}
#header {
	position:relative;
	margin-top:25px;
}
#logo {
	position:absolute;
	top: 26px;
	left: 0px;
	z-index:2;
}
#home_banner {
	position: relative;
	width:960px;
	height:503px;
}
#content_banner {
	position: relative;
	width:960px;
	height:255px;
}
#home_leftcol {
	float:left;
	width:300px;
}
#home_leftcol h1 {
	margin-bottom:14px;
}
#home_rightcol {
	float:right;
	width:620px;
}
#home_rightcol p {
	position:absolute;
	top: 21px;
	right: 0px;
}
#content_leftcol {
	float:left;
	width:720px;
}
#content_rightcol {
	float:right;
	width:200px;
	margin-top:75px;
}
.clear {
	position:relative;
	clear:both;
	height:0px;
	width:960px;
}
/* ------------------- hotboxes ------------------- */

.hotbox {
	float:left;
	margin-right:9px;
}
.hotboxlast {
	float:left;
}
/*--------------------- FOOTER STYLING ---------------------*/

#footer {
	position:relative;
	clear:both;
	height:62px;
	background-image:url(../images/footer-bg.gif);
	margin-top:10px;
}
#footer p {
	color: #9e9e9d;
	padding-top:47px;
	margin-bottom:0px;
	text-align:right;
	letter-spacing:0px;
}
#footer span {
	color: #c4a02e;
}
#footer a:link, #footer a:visited, #footer a:hover, #footer a:visited:hover {
	color: #9e9e9d;
}

