/* ----------- begin global ----------- */

body {
	background-color: #cbcbcb;
	margin:20px 0px 65px 25px;
}
.page{
	width: 1000px;
	text-align:center;
	background-color: #cbcbcb;
	margin: 0px 0px 0px 0px;
	-moz-box-shadow: 0 0 5px 5px #888;
	-webkit-box-shadow: 0 0 5px 5px #888;
	box-shadow: 0 0 5px 5px #888;
	border-radius:10px 10px 10px 10px;
	-moz-border-radius-topleft:10px 10px 10px 10px;
}
.header{
	width:1000px;
	height:110px;
	text-align:left;
	background:#6699cc;
	border-radius:10px 10px 0px 0px;
	-moz-border-radius: 10px 10px 0 0;
	background: -webkit-gradient(linear, left top, left bottom, from(#006699), to(#6699cc));
	background: -moz-linear-gradient(top,  #006699,  #6699cc);
}
#logo{
	position:absolute;
	text-align:left;
	margin:15px 0px 0px 30px;
}
.chat{
	position: relative;
	top: -140px;
	right:-100px;
	height:0px;
	float:right;
}
.chatindex{
	position: relative;
	top: 0px;
	right:-100px;
	height:0px;
	float:right;
	z-index:1;
}
#menu{
	width:1000px;
	height:25px;
	padding:3px 0px 0px 0px;
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top, #000000 0%, #000000 75%, #7F7F7F 93%, #7F7F7F 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(75%,#000000), color-stop(93%,#7F7F7F), color-stop(100%,#7F7F7F)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #000000 0%,#000000 75%,#7F7F7F 93%,#7F7F7F 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #000000 0%,#000000 75%,#7F7F7F 93%,#7F7F7F 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #000000 0%,#000000 75%,#7F7F7F 93%,#7F7F7F 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#7F7F7F',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #000000 0%,#000000 75%,#7F7F7F 93%,#7F7F7F 100%); /* W3C */
	font-family:Arial, Helvetica, sans-serif;
	color:#FFF;
	text-align:center;
}
#nav{
	margin:0;
	padding:0;
}
#nav li{
	display:inline;
	margin:0;
	padding:0;
}
#home #nav-home a,
#apply_now #nav-apply_now a,
#mortgage_info #nav-mortgage_info a,
#financing_info #nav-financing_info a,
#purchasing #nav-purchasing a,
#loan_process #nav-loan_process a,
#faq #nav-faq a,
#about_us #nav-about_us a,
#staff #nav-staff a{
	color:#ffcc00;
	font-weight:bold;
}
#nav a:link,
#nav a:visited{
	color:#FFF;
	text-decoration:none;
	padding:0 14px 0 14px;
}
#nav a:hover{
	color:#F00;
}
#nav a:active{
	color:#F00;
}
#sidebar{
	width: 40px;
	height: 175px;
	background: #111;
	position: fixed;
	top: 120px;
	left: 0px;
	border-top: 2px solid #5ab6e7;
	border-right: 2px solid #5ab6e7;
	border-bottom: 2px solid #5ab6e7;
	-moz-box-shadow: 0 0 5px 5px #888;
	-webkit-box-shadow: 0 0 5px 5px #888;
	border-radius: 0 10px 10px 0;
	-moz-border-radius: 0 10px 10px 0;
}
.bbb{
	position: fixed;
	top: 129px;
	left: 4px;
}
.email{
	position: fixed;
	top: 183px;
	left: 2px;
}
.facebook{
	position: fixed;
	top: 221px;
	left: 3px;
}
.twitter{
	position: fixed;
	top: 259px;
	left: 3px;
}
.footer{
	width: 1000px;
	text-align: left;
	text-indent:1em;
	height:25px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	font-weight: bold;
	line-height: 18px;
	background:#6699cc;
	background: -webkit-gradient(linear, left top, left bottom, from(#6699cc), to(#006699));
	background: -moz-linear-gradient(top,  #6699cc,  #006699);
	padding:10px 0px 0px 0px;
	float:none;
	clear:both;
	border-radius:0px 0px 10px 10px;
	-moz-border-radius:0px 0px 10px 10px;
}
.footer a:link,
.footer a:visited{
	font-family:Verdana, Geneva, sans-serif;
	color: #FFF;
	text-decoration: none;
}
.footer-2{
	position: fixed;
	bottom: 0;
	left: 0;
	padding: 0px 0px 0px 15px;
	border-top: 2px solid #5ab6e7;
	-moz-box-shadow: 0 0 5px 5px #888;
	-webkit-box-shadow: 0 0 5px 5px #888;
	width: 100%; 
	height: 40px;
	background: #111;
	color: #fff;
	font-size:32px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}
img{
	border-style:none;
}
a{
	outline-style:none;
	text-decoration:none;
}

h1{
	font-size:24px;
	margin:0px 0px 5px 0px;
}
h2{
	font-size: 18px;
	margin:0px 0px 5px 0px;
}
h3{
	font-size:14px;
	font-weight:normal;
}
h4{
	font-size:10px;
	font-weight:normal;
}
h5{
}
h6{
}
sup{
	vertical-align: text-top;
	font-size: 40%;
	color:#75df41;
}

/* ----------- begin fonts ----------- */

@font-face {
    font-family: 'MolotRegular';
    src: url('fonts/Molot-webfont.eot');
    src: url('fonts/Molot-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Molot-webfont.woff') format('woff'),
         url('fonts/Molot-webfont.ttf') format('truetype'),
         url('fonts/Molot-webfont.svg#MolotRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FreestyleScriptRegular';
    src: url('fonts/freescpt-webfont.eot');
    src: url('fonts/freescpt-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/freescpt-webfont.woff') format('woff'),
         url('fonts/freescpt-webfont.ttf') format('truetype'),
         url('fonts/freescpt-webfont.svg#FreestyleScriptRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ----------- begin base ----------- */

.base{
	width: 1000px;
	height: auto;
	text-align: left;
	background-color: #333;
	border-top: solid;
	border-top-width: thin;
	border-top-color: #4F4F4F;
	float: left;
}
.base_box1{
	background-image:url(images/basebox1_bg.jpg);
	color: #333333;
	float: left;
	text-align: left;
	width: 190px;
	height: 190px;
	padding: 0px 0px 10px 0px;
}
.base_box1 img:hover{
	opacity:0;
}
.base_box2{
	background-image: url(images/basebox2_bg.jpg);
	float: left;
	text-align: left;
	width: 190px;
	height: 190px;
	padding: 0px 0px 10px 0px;
}
.base_box2 img:hover{
	opacity:0;
}
.base_box3{
	background-image:url(images/basebox3_bg.jpg);
	float: left;
	text-align: left;
	width: 190px;
	height: 190px;
	padding: 0px 0px 10px 0px;
	border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
}
.base_box3 img:hover{
	opacity:0;
}
.quick_contact{
	width: 320px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	height: auto;
	float: right;
	color: #DDD;
	text-align: right;
	background-color: #333;
	margin:0px 10px 5px 0;
}
.contact_us{
	padding:0 0 0 0;
	margin:0 0 5px 0;
	font-size: 32px;
	color:#FFF;
	text-align:center;
	font-weight:bold;
	text-stroke: 1px black;
	-webkit-text-stroke: 1px black;
	width: 200px;
	height: 42px;
	position:relative;
	right:-115px;
	background:#bd0102;
	background: -webkit-gradient(linear, left top, left bottom, from(#bd0102), to(#670000));
	background: -moz-linear-gradient(top,  #bd0102,  #670000);
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	border-radius: 0 0px 10px 10px;
	-moz-border-radius: 0 0px 10px 10px;
}
.submit{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 30px;
	color:#FFF;
	text-align:center;
	font-weight:bold;
	text-stroke: 1px black;
	-webkit-text-stroke: 1px black;
	width: 135px;
	height: 42px;
	position:relative;
	right:33px;
	padding: 0 0 0 0;
	background:#00CD00;
	background: -webkit-gradient(linear, left top, left bottom, from(#00CD00), to(#333));
	background: -moz-linear-gradient(top,  #00CD00,  #333);
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
}
.submit:hover{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 30px;
	color:#bd0102;
	text-align:center;
	font-weight:bold;
	text-stroke: 1px black;
	-webkit-text-stroke: 1px black;
	width: 135px;
	height: 42px;
	position:relative;
	right:33px;
	padding: 0 0 0 0;
	background:#fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ddd));
	background: -moz-linear-gradient(top,  #fff,  #ddd);
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
}

/* ----------- begin index flash ----------- */

#index_flash{
	width:100%;
	position:absolute;
}
.index_movie{
	height:303px;
}

/* ----------- begin content ----------- */

.content_image{
	width:1000px;
	height:139px;
}
.content{
	width:1000px;
	height:auto;
	padding:20px 0 0 0;
	background-color:#333;
	border-top: solid;
	border-top-width: thin;
	border-top-color: #4F4F4F;
	border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
	border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
}
.title_full{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 24px;
	color: #41c4dd;
	height: auto;
	float: left;
	margin:0 0 20px 20px;
	background-color: #3F3F3F;
	text-align: left;
	width:950px;
	border: solid;
	border-width: thin;
	border-color: #666;
	padding: 4px 0px 6px 8px;
	border-radius:10px 10px 10px 10px;
	-moz-border-radius:10px 10px 10px 10px;
}
.title_full a:link,
.title_full a:visited{
	color:#ffcc00;
	font-weight:bold;
	text-decoration:none;
}
.content_full{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #CCC;
	height: auto;
	float: left;
	margin-top: 10px;
	width:925px;
	list-style-image: url(images/check.png);
}
.content_full a:link,
.content_full a:visited{
	color:#ffcc00;
	font-weight:bold;
	text-decoration:none;
}
.title_half{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 24px;
	color: #41c4dd;
	height: auto;
	float: left;
	margin:0 0 20px 20px;
	background-color: #3F3F3F;
	text-align: left;
	width:460px;
	border: solid;
	border-width: thin;
	border-color: #666;
	padding: 4px 0px 6px 8px;
	border-radius:10px 10px 10px 10px;
	-moz-border-radius:10px 10px 10px 10px;
}
.title_half a:link,
.title_half a:visited{
	color:#ffcc00;
	font-weight:bold;
	text-decoration:none;
}
.content_half{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #CCC;
	height: auto;
	float: left;
	margin-top: 10px;
	width:435px;
	list-style-image: url(images/arrow.png);
}
.content_half a:link,
.content_half a:visited{
	color:#ffcc00;
	font-weight:bold;
	text-decoration:none;
}

/* ----------- begin apply now only ----------- */

.application_form{
	width: 915px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #CCC;
	float: left;
	text-align: left;
	line-height: 16px;
	padding-right: 8px;
	margin-bottom: 10px;
	padding-top: 20px;
}
.form-box{
	float: left;
	margin-right: 10px;
	width: auto;
	height: auto;
}
.fieldsetprop{
	border:solid;
	border-width: 1px;
	border-color: #707070;
	color: #FFF;
	padding-bottom: 10px;
	padding-left: 5px;
}
.apply{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 30px;
	color:#FFF;
	text-align:center;
	font-weight:bold;
	text-stroke: 1px black;
	-webkit-text-stroke: 1px black;
	width: 135px;
	height: 45px;
	padding: 0 0 5px 0;
	background:#00CD00;
	background: -webkit-gradient(linear, left top, left bottom, from(#00CD00), to(#333));
	background: -moz-linear-gradient(top,  #00CD00,  #333);
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
}
.apply:hover{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 30px;
	color:#00CD00;
	text-align:center;
	font-weight:bold;
	text-stroke: 1px black;
	-webkit-text-stroke: 1px black;
	width: 135px;
	height: 45px;
	padding: 0 0 5px 0;
	background:#fff;
	border-left: 2px solid #000;
	border-right: 2px solid #000;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
}

/* ----------- begin RateGuard ----------- */

.rg_title{
	font-family: MolotRegular, Georgia, "Times New Roman", Times, serif;
	font-style: normal;
	font-size: 40px;
	color: #75df41;
	height: auto;
	float: left;
	margin:0 0 20px 20px;
	background-color: #3F3F3F;
	text-align: left;
	width:950px;
	border: solid;
	border-width: thin;
	border-color: #666;
	padding: 4px 0px 6px 8px;
	border-radius:10px 10px 10px 10px;
	-moz-border-radius:10px 10px 10px 10px;
}
.rg_content{
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 14px;
	color: #CCC;
	height: auto;
	float: left;
	margin-top: 10px;
	width:920px;
	list-style-image: url(images/arrow.png);
}
.rg_list1{
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:14px;
	color:#CCC;
	height:auto;
	float:left;
	width:325px;
	list-style-image: url(images/arrow.png);
}
.rg_list2{
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-size:14px;
	color:#CCC;
	height:auto;
	float:left;
	width:585px;
	list-style-image: url(images/arrow.png);
}
rg{
	color:#75df41;
	font-family: MolotRegular, Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
}
rg:hover{
	text-decoration:underline;
}
rg_sup{
	vertical-align: text-top;
	font-size: 90%;
	color:#f00;
	font-family: FreestyleScriptRegular, Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
}
rg_sup:hover{
	text-decoration: none;
}

/*----------- begin staff table --------------*/

.faq_topic{
	color:#41c4dd;
}
table.staff-table {
	width: 920px;
	border: 1px solid #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin:20px 0 10px 10px;
}
.staff-table td {
	padding:4px 12px 4px 12px;
	margin: 3px;
	border: 1px solid #ccc;
	font-size: 16px;
	color: #FFF;
	text-decoration: none;
}
.staff-table th {
	background-color: #006699;
	color: #FFF;
	font-weight: bold;
	text-align:center;
}
.staff-table tr.alt {
	background-color: #555555;
	color: #FFF;
	font-weight: bold;
	text-align: left;
}
.staff-table a:link {
	color:#ffcc00;
	font-weight:normal;
	text-decoration:none;
}

/* ----------- begin slideshow test ----------- */

applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, ins, kbd, q, s, samp, small, strike, strong, tt, var, dl, dt, dd, ol, ul, caption, tbody, tfoot, thead, {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/*Page style*/

#container {
	background:#333;
	width: 1000px;
	height:375px;
	padding: 0px;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}
#example {
	background:url(images/intro_bg.png);
	width: 1000px;
	height: 350px;
	position: relative;
}
#ribbon {
	position: absolute;
	top: -3px;
	left: -15px;
	z-index: 500;
}
#frame {
	position: absolute;
	z-index: 0;
	width: 1000px;
	height: 350px;
	top: -3px;
	left: -80px;
}
/*Slideshow*/
#slides {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
}
/*Slides containerImportant:Set the width of your slides containerSet to display none, prevents content flash*/
.slides_container {
	width: 1000px;
	overflow: hidden;
	position: relative;
	display: none;
}
/*Each slideImportant:Set the width of your slidesIf height not specified height will be set by the slide contentSet to display block*/
.slides_container a {
	width: 1000px;
	height: 350px;
	display: block;
}
.slides_container a img {
	display: block;
}
/*Next/prev buttons*/
#slides .next, #slides .prev {
	position: absolute;
	top: 107px;
	left: -39px;
	width: 24px;
	height: 43px;
	display: block;
	z-index: 101;
}
#slides .next {
	left: 585px;
}
/*Pagination*/
.pagination {
	margin: 6px auto 0;
	width: 100px;
}
.pagination li {
	float: left;
	margin: 0 1px;
	list-style: none;
}
.pagination li a {
	display: block;
	width: 12px;
	height: 0;
	padding-top: 12px;
	background-image: url(images/pagination.png);
	background-position: 0 0;
	float: left;
	overflow: hidden;
}
.pagination li.current a {
	background-position: 0 -12px;
}
/*Footer*/

#footer p {
	margin: 4.5px 0;
	font-size: 1.0em;
}
/*Anchors*/
a:link, a:visited {
	color: #599100;
	text-decoration: none;
}
a:hover, a:active {
	color: #599100;
	text-decoration: underline;
}
