/*********************************************
GENERIC STYLES
*********************************************/
html, body{
	margin:0;
	padding:0;
	background:url(/images/bg.jpg) no-repeat top center #fff;
	position:relative;
}

body { 
	font: 11px/1.3em Verdana, Geneva, sans-serif; 
	color: #000;
}

		
a {
	color:#7e0206;
	text-decoration: none;
}
	
	a:hover{
		text-decoration: underline;
	}

.wrapper{ 
	margin:0 auto;
	width:1002px;
	background:url(/images/bg-content.png) repeat-y top center;

}

.header { 
	z-index: 9000;
	position: relative;
	background:url(/images/bg-header.png) no-repeat top center;
	height:239px;
}

.content { 
	position: relative;
	z-index: 10;
}

h1, h2, h3, h4{
	font-family: 'Bevan', arial, serif;	
	font-weight:normal !important;
}

h1 { 
	font-size:20px;
	line-height:28px;
	color:#ad3030;
	display:block;
	margin-bottom:10px;
}

h2,h3{
	font-size:14px;
	line-height:30px;
	color:#939392;
}


.breadcrumbs {
	color: #9A9BA0;
	font-size:9px;
	margin:0 0 5px;
}

.breadcrumbs a{
	color:#9A9BA0;	
}



/*********************************************
HOME STYLES
*********************************************/

body.home{
	background:url(/images/home-bg.jpg) no-repeat top center;
	min-height:1200px;
}

.logobar{
	padding:0 25px;	
}

.logo{margin-left:50px;}

.content .inner{padding:0 30px;}
.content .third .inner {padding:10px !important;}



/*********************************************
GENERIC STYLES
*********************************************/



.inner-content{
	overflow:hidden;
}


.col{
	float:left;
	margin-bottom:-3000px;
	padding-bottom:3000px;
}
	.col-1 { 
		width: 650px;
		float: left;
		margin-right:30px;
	}
	
	.col-2 { 
		width: 250px;
		float: left;
	}
	
	.sub .col-2{		padding-top:45px;}
	
	.col-3 { 
		width: 100px;
		float: left;
	}
	
	
.videoplayer{
	width:207px;
	margin:0 auto;	
}

.script{font-family: 'Pacifico', arial, serif;}

/*********************************************
ROTATE STYLES
*********************************************/

.rotate{
	margin:-47px 13px 25px 13px;
	background:url(/images/bg-rotate.jpg)top right no-repeat;
	height:401px;
	position:relative;
}

.project .script{font-size:15px;line-height:25px;color:#062d73;}
.rotate-nav .script{font-size:20px;color:#ffffff;}

.rotate-nav a.script:hover{text-decoration:none !important;}

.project{margin:30px 10px 0 60px;}

.rotate-position{
	width:281px;
	bottom:0;
	right:0;
	position:absolute;
	height:395px;
	overflow:hidden;
}

.rotate-nav{
	bottom:75px;
	right:0;
	position:absolute;
}

.rotate-nav ul{
	list-style-type:none;
	padding:0;
	margin:0;	
}

.rotate-nav ul li{
	dispaly:block;
	height:70px;
	width:282px;
	background:url(/images/bg-rotatenav.png) no-repeat bottom left;
}

.rotate-nav ul li a{
	display:block;
	padding-left: 75px;
	line-height:70px;
}

.rotate-nav ul li a.selected{padding-left:45px;background:url(/images/bg-rotatenav.png) no-repeat top left;}

.rotate-nav ul li a:hover{
	padding-left: 45px;
	background:url(/images/bg-rotatenav.png) no-repeat top left;
}

/*********************************************
FOOTER STYLES
*********************************************/
.footer { 
	font-size:10px;
	color:#fff;
	position:relative;
	background:url(/images/bg-footer.png) no-repeat top center;
	height:286px;
}

.footer a {
	color: #fff;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.footer ul.nav { 	
	text-align:center;
	margin:0 auto 5px;
}
	
.footer ul.nav li { 
	position:relative;
	display: inline;
	float:none;
	border-left: 1px solid #008c9a;
	padding:0 5px 0 10px;
}
		
ul.arrow{
	padding:0 10px 0 5px;	
}

ul.arrow li{
	list-style-type: none;
	margin:0;
	background:url(/images/arrow.gif) no-repeat left 5px;
	padding:0 0 0 7px;
}

		
.footer .section{
	padding:95px 0 0 0;
}

.enews, .quicklinks, .address{
	z-index:1000;
	position:relative;
}

.noborder{border:none !important;}

.enews{width:376px;margin:9px 30px 0 20px;}
.quicklinks{width:240px;margin:9px 10px 0 0;}
.address{width:316px;margin:9px 10px 0 0 ;}

.address p, .enews  p{
	padding:10px 0;	
}

.copyright p{
	font-size:9px !important;
}

.footer .inner{
	padding:13px;
}

.property .footer .inner{
	padding:26px 13px 13px 13px;
}


.frm-row{
	margin:5px 0 !important;
	padding:0 !important;
}

input.formbut{
	background:url(/images/but-joinnow.gif)	no-repeat top left;
	height:22px;
	width:73px;
	border:none;
	text-indent:-9999px;
	cursor:pointer;	
}

.innerf{padding-top:50px;}


/*********************************************
BUTTON STYLES
*********************************************/

a.button {
    background: url(/images/button.png) no-repeat scroll right top transparent;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    height: 22px;
    line-height: 13px !important;
    margin: 0;
    padding-right: 9px!important;
    text-decoration: none;
	text-transform:uppercase;
	font-weight:bold;
}

a.button span {
    background: url(/images/button.png) no-repeat scroll 0 0 transparent;
    display: block;
    padding: 4px 0 5px 7px;
	font-size:9px !important;
}

a.button:hover span {
    background-position: left -21px;
}

a.button:hover {
    background-position: right -21px;
}

.buttonpos{margin-left:20px;}


ul.star{padding:0;margin:0 0 0 20px;}

.client .right{width:440px;}

.client{border-bottom:1px solid #999;padding-top:10px;}

ul.redarrow{
	padding:0 10px 0 5px;	
}

ul.redarrow li{
	list-style-type: none;
	margin:0;
	background:url(/images/arrow-red.gif) no-repeat left 5px;
	padding:0 0 0 7px;
}

ul.redarrow li a{font-size:10px;}





.video-top{
	width:220px;
	height:150px;
	position:absolute;
	right:180px;
	top:1px;
}

#selectableImages a{
	cursor:default;	
}

.lightred, .darkred{	font-family: 'Bevan', arial, serif;font-size:17px;line-height:20px;	}

.lightred{color:#B03337 !important;}
.darkred{color:#7E0206 !important;}
.topspace{margin-top:10px;}

.bevan{font-family: 'Bevan', arial, serif;font-size}

.bigger{font-size:1.2em;}


.contact-form{
	float:right;
}

.contact-pic{
	background-color: #fff; 
	margin: 0px 5px; 
	border: #999 1px solid; 
	padding: 5px;
	float:left;
}

.contactnums {
	float:left;
	width:300px;
}
/*------------------------------
----------MODAL----------------*/
/* Z-index of #mask must lower than #boxes .window */
#mask {
  position:fixed;
  z-index:9000;
  background-color:#000;
  display:none;
  left:0;
  top:0;
  width:100%;
  height:100%;
}
   
#boxes .window {
  position:absolute;
  width:100%;
  height:400px;
  display:none;
  z-index:9999;
  padding:20px;
}
 
 
/* Customize your modal window here, you can add background image too */
#boxes #dialog {
  width:50%;
  height:auto;
  background:#fff;
}

.close {
	position: absolute;
    right: -25px;
    top: -20px;
}


.quote-button {
  background: #7a0004 none repeat scroll 0 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
  margin: 0;
  padding: 15px 21px;
  text-decoration: none;
  text-transform: uppercase;
}
.quote-button:hover {
  background-color: #620408;
  text-decoration: none;
}
.quote-button span {
  display: block;
  font-size: 16px;
}
.content .inner .col-2 {
	text-align: center;
}
.content .inner .col-2 img {
	margin: 0 auto;
}

.js2_galleries_gallery_container {
	margin: 0 109px;
}