@charset "UTF-8";
html, body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	letter-spacing: .05em;
	color: #ececec;
	font: 100% Helvetica, Geneva, sans-serif;
	text-align: center;
	background-color: #0d0d0d;
}

#bg_image {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	}

#scrollable { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 2; }

 

a {
	text-decoration: none;
	color: #fff;
	border-style: none;
	outline-style: none;
	outline-width: 0px;
	outline: none;
}

a:visited {
	text-decoration: none;
	color: #ececec;
}
a:hover {
	text-decoration: none;
	color: #009beb;
}
a:active {
	text-decoration: none;
	color: #ececec;
}

td {
	font-family: Helvetica, sans-serif;
	text-decoration: none;
}

th {
	font-family: Helvetica, sans-serif;
	text-decoration: none;
}


/* container */

#container {
    width: 980px;
	margin: 0 auto;
	visibility: visible;
	overflow: visible;
	background-color: #000;
}

/* end */

/* header */

#header {
	width: 980px;
	display: block;
	position: relative;
	visibility: visible;
	overflow: visible;
	background-color: #000;
	margin: 0 auto;
}

#hdr_img {
	margin: auto auto 2px;
}

/* end */

/* main menu navigation */
#content {
	width: 980px;
	background-color: #000;
	margin: 0 auto;
	display: block;
}



ul#navi {
	background: #000 url(../images/nav_bg.jpg) repeat-x;
	height: 34px;
	width: 974px;
	margin: 0 auto;
	padding: 0;
}

li.navi_btn {
	visibility: visible;
	overflow: visible;
	list-style-type: none;
		padding-top: 5px;
	display: block;
	float: left;
	width: 140px;
	height: 26px;
	margin-left: 15px;
}

li.navi_btn a {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-size: 95%;
	letter-spacing: .07em;
}

li.navi_btn a:hover {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #bcbcbc;
}

/* end */

/* website body and content */
#row {
	width: 980px;
	display: block;
	position: relative;
	visibility: visible;
	overflow: visible;
	float: left;
	padding-bottom: 2px;
	margin: 0 auto;
	text-align: center;
	background-color: #000;
}

#bnr_left {
	width: 420px;
	margin-left: 3px;
}

#bnr_right {
	width: 550px;
	margin-right: 3px;
	margin-left: 3px;
}

#btm_row {
	width: 980px;
	display: block;
	position: relative;
	visibility: visible;
	overflow: visible;
	float: left;
	background-color: #000;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2px;
	padding-bottom: 2px;
}

.btn_lrg {
	width: 235px;
	background: url(../images/btn_lrg_bg.jpg) repeat-x 0 top;
	height: 81px;
	text-align: left;
	visibility: visible;
	overflow: visible;
	display: block;
	margin-left: 3px;
	letter-spacing: .05em;
	padding-left: 10px;
}

.btn_copy {
	font-size: 105%;
	letter-spacing: .05em;
	width: 225px;
	position: relative;
	display: block;
	padding-top: 10px;
}

.btn_lrg a {
	color: #009beb;
	font-size: 115%;
	letter-spacing: .07em;
	width: 225px;
	display: block;
	background: url(../images/blue_arrows_off.jpg) no-repeat;
	background-position: right;
	position: relative;
}

.btn_lrg a:hover {
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	color: #156da6;
	background: url(../images/blue_arrows_on.jpg) no-repeat;
	background-position: right;
}

#bnr_lrg_1 {
	height: 241px;
	width: 362px;
	background: #000 url(../images/bnr_lrg_bg.jpg) repeat-x 0 top;
	visibility: visible;
	overflow: visible;
	text-align: left;
	float: right;
	display: block;
	position: relative;
	right: 3px;
}

.bnr_lrg_copy {
	padding: 12px 15px 15px;
}

.bnr_lrg_txt {
	font-size: 85%;
	letter-spacing: .03em;
	line-height: 167%;
}

.bnr_lrg_txt a {
	color: #009beb;
	font-size: 100%;
	letter-spacing: .01em;
	display: block;
	width: 100px;
	position: relative;
	margin-top: 3px;
}

.bnr_lrg_txt a:hover {
	color: #009beb;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}

.bnr_title {
	font-size: 145%;
	color: #cccccc;
	letter-spacing: .07em;
}

.brn_sm_title {
	font-size: 115%;
	line-height: 145%;
}

#bnr_lrg_2 {
	width: 360px;
	height: 241px;
	background: #000 url(../images/brn_bg_cash.jpg) no-repeat;
	text-align: left;
	float: right;
	padding-right: 3px;
}

/* end */

/* Leftside Navigation of Interior Pages */

ul#left_nav {
	width: 235px;
	text-align: left;
	display: block;
	font-size: 100%;
	letter-spacing: .05em;
	list-style-type: none;
	position: relative;
	float: left;
	margin: 0;
	padding: 0 0 0 3px;
	visibility: visible;
	overflow: visible;
}

li.btn_sm {
	background: url(../images/btn_sm_bg.jpg) repeat-x 0 top;
	height: 30px;
	display: block;
	width: 235px;
	margin-bottom: 1px;
}

li.btn_sm a {
	color: #fff;
	font-size: 115%;
	letter-spacing: .07em;
	width: 220px;
	display: block;
	background: url(../images/white_arrows_off.jpg) no-repeat right 8px;
	position: relative;
	padding-left: 8px;
	padding-top: 2px;
	height: 30px;
	visibility: visible;
	overflow: visible;
}

li.btn_sm a:hover {
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	color: #bcbcbc;
	background: url(../images/white_arrows_on.jpg) no-repeat right 8px;
}

/* end */

/* body copy and content */

#page_content_container {
	display: block;
	width: 705px;
	padding: 5px 20px 20px 15px;
	text-align: left;
	font-size: 90%;
	letter-spacing: .05em;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	visibility: visible;
	overflow: visible;
	position: relative;
	float: right;
	line-height: 135%;
	color: #ececec;
}

#page_title {
	font-size: 145%;
	color: #cccccc;
	letter-spacing: .07em;
	width: 95%;
	margin-bottom: 3px;
}

#body_content_container {
	display: block;
	width: 922px;
	text-align: left;
	font-size: 90%;
	letter-spacing: .05em;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	visibility: visible;
	overflow: visible;
	position: relative;
	line-height: 135%;
	color: #ececec;
	background-color: #fff;
	padding-right: 25px;
	padding-top: 15px;
	padding-left: 25px;
	margin: auto auto 15px;
}

#body_title {
	font-size: 145%;
	color: #ececec;
	letter-spacing: .07em;
	width: 100%;
	margin-bottom: 3px;
}

.body_copy {
	font-size: 100%;
	line-height: 125%;
	letter-spacing: .05px;
	margin-bottom: 10px;
	padding-bottom: 20px;
}

.body_copy a {
	color: #009beb;
	letter-spacing: .01em;
	font-size: 100%;
}

.body_copy a:hover {
	color: #009beb;
	font-weight: normal;
	font-style: normal;
	text-decoration: underline;
}


/* end */



/* Contact Page and Forms */

#sendbtn {
	width: 105px;
	height: 39px;
	margin: 0;
	border-style: none;
	outline-style: none;
	outline-width: 0px;
	outline: none;
	background: url(../images/btnsend.jpg) no-repeat;
	padding: 0;
}

#sendbtn:hover {
	background: url(../images/btnsend_on.jpg) no-repeat;
}

#contact_block {
	padding-right: 15px;
	width: 390px;
	padding-bottom: 10px;
	margin: auto 10px 10px 25px;
}

#contact_error {
	visibility: visible;
	overflow: visible;
	display: block;
	position: relative;
	padding: 10px;
	text-align: center;
	width: 700px;
	margin: auto;
}

#contact_error a {
	color: #ececec;
	}

#contact_error a:hover {
	color: #009beb;
	text-decoration: underline;
}

#contact_bnr {
	position: relative;
	width: 505px;
	height: 340px;
	background: url(../images/contact_bnr.jpg) no-repeat;
	display: block;
	visibility: visible;
	overflow: visible;
	float: right;
	margin-top: 25px;
}

.messagebox {
	width: 245px;
	height: 65px;
	padding: 3px;
	border: 1px solid #2d2d2d;
	font: 100%/120% Helvetica, Geneva, sans-serif;
	letter-spacing: .05em;
}

.formbox {
	width: 247px;
	border: 1px solid #2d2d2d;
	padding: 3px;
	font: 100%/120% Helvetica, Geneva, sans-serif;
	letter-spacing: .05em;
}

.body_copy1 {
	visibility: visible;
	overflow: visible;
	font-size: 100%;
	letter-spacing: .05em;
	color: #0d0d0d;
	line-height: 140%;
}

.body_copy1 a {
	color: #0d0d0d;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
}

.body_copy1 a:hover {
	color: #009beb;
	text-decoration: underline;
}

#map_link {
	color: #009beb;
	font-size: 85%;
	letter-spacing: .05em;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

/* end */

/* footer */

#footer {
	width: 980px;
	color: #5b5b5b;
	letter-spacing: .1em;
	visibility: visible;
	overflow: visible;
	font-size: 85%;
	display: block;
	margin: auto;
}

#footer a {
	color: #969696;
	font-size: 90%;
}

#footer a:hover {
	color: #009beb;
	text-decoration: underline;
}

.footer_text {
	font-size: 90%;
}

ul.footer_links {
	display: block;
	visibility: visible;
	overflow: visible;
	position: relative;
	margin: 10px auto auto 50px;
}

ul.footer_links li {
	font-size: 95%;
	letter-spacing: .05em;
	list-style-type: none;
	overflow: visible;
	visibility: visible;
	display: block;
	float: left;
	padding-left: 13px;
	padding-right: 13px;
	margin: auto;
}

ul.footer_links li a {
	color: #a2a2a2;
}

ul.footer_links li a:hover {
	text-decoration: underline;
	color: #009beb;

}

/* end */

/* pre-loaded images */

#preloaded-images {
   position: absolute;
   overflow: hidden;
   left: -9999px; 
   top: -9999px;
   height: 1px;
   width: 1px;
}

/* end */
