/*
  jQuery MegaMenu Plugin Examples CSS
  Author: GeekTantra
  Author URI: http://www.geektantra.com
*/

html, body {
  height: 90%;
  text-align:left;
}



@font-face {
    font-family: 'TrajanProRegular';
    src: url('fonts/trajanpro-regular-webfont.eot');
    src: url('fonts/trajanpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/trajanpro-regular-webfont.woff') format('woff'),
         url('fonts/trajanpro-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'Optima';
    src: url('fonts/optima-webfont.eot');
    src: url('fonts/optima-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/optima-webfont.woff') format('woff'),
         url('fonts/optima-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}




h1 {
	font-family: 'Optima', Arial, Helvetica;
	font-size: 20pt;
	color: #333;
	text-transform:uppercase;
}

h2 {
	font-family: 'TrajanProRegular', 'Optima', Arial, Helvetica;
	font-size: 16pt;
	color: #FFF;
	font-weight: normal;
	line-height: 90%;
}



h3 {
	margin: 0px;
	font-size: 24pt;
	color: #666;
	padding: 5px 0px 2px;
	font-family: 'Optima', Arial, Helvetica;
	font-style: normal;
	border-bottom: 1px solid #ecdfdf;
	margin-bottom: 5px;
}

h4 {
	font-family: 'TrajanProRegular', 'Optima', Arial, Helvetica;
	font-size: 16pt;
	color: #FFF;
	font-weight:normal;
	line-height:90%;
}


.title {
	font-family: 'TrajanProRegular', 'Optima', Arial, Helvetica;
	font-size: 42pt;
	color: #6d8995;
	line-height: 70%;
}

/* menu */	
.menuHome { padding:15px 0px 0 0; margin:0; width:300px; float:right;}
.menuHome ul { text-align: right; padding:0; margin:0; list-style:none; border:0; float:right;}
.menuHome ul li { float:left; margin:0; padding:0; border:0;}
.menuHome ul li a { border-right:1px solid #999; text-align:left; float:left; margin:0; padding:6px 5px; color:#c6c6c6; font:normal 12px Arial, Helvetica, sans-serif; text-decoration:none;}
.menuHome ul li a.last { border:0;}
.menuHome ul li a span { font: normal 9px Arial, Helvetica, sans-serif; color:#000; text-decoration:none;}
.menuHome ul li a:hover {
	color:#333;
}
.menuHome ul li a:hover span {
	color:#090;
}
.menuHome ul li a.active {
	color:#393;
}
.menuHome ul li a.activeLast { color:#fffefe; border:0;}
.menuHome ul li a.active span {
	color:#97C1A3;
}




.header_block {
	 background: url(images/top-banner001.jpg);
	 background-size:cover;
	 background-repeat:no-repeat;
	height:140px;
	width:100%;
	text-align:left;
	vertical-align:middle;
	
}
.header_content {
	position:relative;
	width: 1000px;
	text-align: center;
	height: 140px;
}

.logo {
	VISIBILITY: VISIBLE;
	Z-INDEX: 40;
}
.header-gray-bar {
	height:90px;
	width:100%;
	text-align:left;
	background-color:rgba(31,31,31,1);
	padding-top:10px;
}

.header-tranparent-black-bar {
	height:20px;
	width:100%;
	text-align:left;
	background-color:rgba(0,0,0,.7);
}

.padding-left {
	padding-left:15%;
	
}



.footer-container {
	bottom:0px;
	width:100%;
	height:200px;
	left:0;
	background-color:rgba(0,0,0,.7);
	
}

.footer_block {
	/*background: url(images/beach-back001.gif);
	background-repeat:repeat;
	behavior: url(iepngfix.htc);
	height:50px;*/
	background-color: #b74018;
	width: 100%;
	/*bottom:0px;
  position:fixed;*/
	vertical-align: middle;
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: center;
	display:inline;
  }
  .footer-left-content {
	  padding-top:20px;
	  float:left;
	  padding-left:15%;
	  width:300px;
	  text-align:left;
  }
  
  .footer-right-content {
	  padding-top:20px;
	  float:right;
	  padding-right:15%;
	  width:200px;
	  text-align:left;
  }
  
  
  div.img {
    margin: 5px;
	width:300px;
    /*border: 1px solid #0000ff;*/
    height: auto;
    width: auto;
    float: left;
    text-align: center;
}	


div.img img {
    display: inline;
    margin: -4px;
    /*border: 1px solid #ffffff;*/
}


div.img a:hover img {
    /*border: 1px solid #0000ff;*/
}

div.desc {
  text-align: left;
  font-weight: normal;
  width: 300px;
  font-family: 'Optima', "Century Gothic";
	font-size: 9pt;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
	height: 40px;
	padding-top: 20px;
	
}

.max-width {
	max-width: 310px;
}

.max-width2 {
	max-width: 250px;
}

.max-width3 {
	min-width:350px;
	max-width: 350px;
}
  
  
.content_block { 
  background: url(images/back80.png);
	background-repeat:repeat;
	behavior: url(iepngfix.htc);
  width:100%;
  }
  


.bottomMenu A:link, .bottomMenu A:visited, .bottomMenu A:active {
	color: #cfb276;
	text-decoration: none;
	font-family: Verdana;
	font-size: 9pt;
} 

.bottomMenu A:hover {
	color: #FFCA0A;
	text-decoration: none;
	font-family: Verdana;
	font-size: 9pt;
}
.bottomMenu {
	font-family: Verdana;
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
}

.body A:link, .body A:visited, .body A:active{
	color: #B2AC6D;
	text-decoration: none;
	font-family: 'Optima', "Century Gothic";
	font-size: 9pt;
	font-weight: normal;
} 

.body A:hover {
	color: #614905;
	text-decoration: none;
	font-family: 'Optima', "Century Gothic";
	font-size: 9pt;
	font-weight: normal;
}

.body {
	font-family: 'Optima', "Century Gothic";
	font-size: 9pt;
	color: #CCC;
	text-decoration: none;
	font-weight: normal;
	text-align: justify;
}



.company-number {
	font-family: 'Optima', "Century Gothic";
	font-size: 8pt;
	color: #666;
	text-decoration: none;
	font-weight: normal;
	
	text-align:justify;
}



.headings {
	font-family: 'Optima', "Century Gothic";
	font-size: 11pt;
	color: #b74018;
	text-decoration: none;
	
	text-align:justify;
}

.body-intro {
	font-family: 'Optima', "Century Gothic";
	font-size: 18pt;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	text-shadow: 2px 2px 5px #000;
	text-align:justify;
}


.body-intro2 {
	font-family: 'Optima', "Century Gothic";
	font-size: 12pt;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	
	text-shadow: 2px 2px 5px #000;
	
	text-align:justify;
}



.body-intro3 {
	font-family: 'Optima', "Century Gothic";
	font-size: 24pt;
	color: #f28c00;
	text-decoration: none;
	font-weight: normal;
	text-shadow: 2px 2px 5px #000;
}


.body-intro3-left {
	font-family: 'Optima', "Century Gothic";
	font-size: 14pt;
	color: #f28c00;
	text-decoration: none;
	font-weight: bold;
	text-shadow: 2px 2px 5px #000;
	text-align:left;
}




.body-intro4 {
	font-family: 'Optima', "Century Gothic";
	font-size: 18pt;
	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	text-align: justify;
}

.body3 {
	font-family: Optima;
	font-size: 10pt;
	color: #999999;
	text-decoration: none;
	font-weight: normal;
}


.body4-inactive A:link, .body4-inactive A:visited, .body4-inactive A:active{
	font-family: 'Optima', 'TrajanProRegular', Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color:rgba(153,204,51,.5);
	font-weight: normal;
	line-height:80%;	
}

.body4 A:link, .body4 A:visited, .body4 A:active{
	font-family: 'Optima', 'TrajanProRegular', Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color:rgba(153,204,51,1);
	font-weight: normal;
	line-height:80%;	
}
.body4 A:hover{
	font-family: 'Optima', 'TrajanProRegular', Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color:rgba(153,255,0,1);
	font-weight: normal;
	line-height:80%;	
}

.body4 {
	font-family: 'Optima', 'TrajanProRegular', Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #FFF;
	font-weight: normal;
	line-height:80%;	
}



.body-openHouse {
	font-family: 'Optima', "Century Gothic";
	font-size: 10pt;
	color: #333;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
}

.separator {
	width:100%;
	border-bottom:solid 1px #666666;
	height:10px;
	display:inline-block;
	
}

.si_marginTop {margin-top:1em;}
.si_marginBottom {margin-bottom:10px;}
.si_marginLeft {margin-left:1em;
text-align:left;}
.si_marginRight {
	margin-right: 10px;
}

.image_marginRight {
	margin-right:2px;
}


 
 
.contentCell1 {
    background: url(images/white90.png);
	behavior: url(iepngfix.htc);
	text-align:left;
	background-repeat:repeat;
	padding: 30px 30px 30px 60px;
	overflow:auto;

}

 
.contentCell2 {
	background: url(images/white90.png);
	behavior: url(iepngfix.htc);
	text-align: center;
	background-repeat: repeat;
	overflow: auto;
	padding-top: 30px;
	padding-right: 25%;
	padding-bottom: 30px;
	padding-left:25%;
	}
 
  
.contentCell3 {
	background: url(images/white90.png);
	behavior: url(iepngfix.htc);
	text-align: center;
	background-repeat: repeat;
	overflow: auto;
	min-height: 150px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30%;
}
  
.contentCell4 {
	background-color:#FFF;
	text-align:center;
	overflow: auto;
	padding: 30px 30px 30px 30%;
	min-height:150px;

}
.contentCellMain1 {
	text-align: left;
	width: 500px;
	float: right;
	vertical-align: top;
	margin-right: 150px;
	margin-top: 8%;
	background-image:url(images/black60.png);
	padding:30px 30px 30px 30px;
}

 
.contentCellMain2 {
	text-align:left;
	width:850px;
	float:right;
	min-height:200px;
	
	

}


 
.contentCellMain3 {
	text-align: left;
	width:65%;
	float: center;
	vertical-align:top;
	min-width:400px;
	z-index:1000;

}

 
.contentCellContact1 {
	text-align:left;
	width:300px;
	float:left;
	

}


 
.contentCellContact2 {
	text-align:left;
	width:460px;
	float:right;
	

}




.contentCellContact3 {
	text-align: left;
	width: 900px;
	float: right;
	vertical-align: top;
	margin-right: 150px;
	margin-top: 8%;
	background-image:url(images/black60.png);
	padding:30px 30px 30px 30px;
}

.contentContactLeft1 {
	text-align: left;
	width:420px;
	float: left;
	vertical-align:top;
	min-width:400px;

}


 
.contentContactRight3 {
	text-align: left;
	width:450px;
	float: right;
	vertical-align:top;
	min-width:400px;

}


 
.contentCellMainRight1 {
	text-align: left;
	width: 40%;
	float: right;
	text-align: center;
}

 
 
td.contentTopCell1 {
    background: url(images/bottom-top60.png);
	behavior: url(iepngfix.htc);
	background-repeat:no-repeat;
	height:110px;

}
 
 

.main-slides {
	width: 100%;
	background-image:url(images/curve90.png);
	background-repeat:no-repeat;
	background-position:bottom;
	background-size:contain;
	margin-bottom: 0;
	/*height:350px;*/
	text-align: left;
}

.image-holder1 {
	width:100%;
	background-image:url(images/orange70.png);
	background-repeat:repeat;
	margin-bottom:0;
	height:300px;
}


.main-links {
	width: 100%;
	/*background-image: url(images/curve80.png);
	background-position:bottom;
	background-size:100%;
	height:120px;
	background-repeat:no-repeat;*/
	text-align: center;
	vertical-align: middle;
	/*padding-top: 20px;
	padding-bottom: 20px;*/
}

.content-holder {
	width: 100%;
}


.mainpage-content-holder {
	width: 100%;
	text-align: center;
	
	
}


/* top_text */
.top_text { font: normal 11px Arial, Helvetica, sans-serif; color:#882238; padding:15px 15px 0 0; margin:0; width:300px; float:right;
text-align:right;}
.top_text a { color:#53d5ff; text-decoration:none;}


.top_menu_back {
	 background: url(images/menu_images/topRed50.png);
	
	behavior: url(iepngfix.htc);
	padding-top:0px;
	/*padding-left:15px;
	padding-bottom:15px;*/
}



td.cell2 A:link, td.cell2 A:visited, td.cell2  A:active {
	
    font-family: 'Optima', Century Gothic;
	font-size: 8pt;
	color: #32b3dc;
	font-weight: bold;
	
}

td.cell2 A:hover {
	
    font-family: 'Optima', Century Gothic;
	font-size: 8pt;
	color: #000000;
	font-weight: bold;
	
}

td.cell2 {
	background-color: #e1e1e1;
	/*filter:alpha(opacity=75);
   -moz-opacity:0.75;
   opacity: 0.75;*/
    font-family: 'Optima', Century Gothic;
	font-size: 8pt;
	color: #333;
	font-weight: normal;
	padding: 5px 3px 5px 3px;	/*line-height:80%;*/
}

.copyright A:link, .copyright A:visited, .copyright A:active {
	color: #666666;
	text-decoration: none;
	font-family: 'Optima', Verdana;
	font-size: 7pt;
} 

.copyright A:hover {
	color: #FFCA0A;
	text-decoration: none;
	font-family: 'Optima', Verdana;
	font-size: 7pt;
}
.copyright {
	font-family: 'Optima', Verdana;
	color: #999999;
	font-size: 7pt;
	text-decoration: none;
	font-weight: normal;
}

ul.bullet2 {
    list-style-image:url(images/bullet001.gif);
    font-family: 'Optima';
	font-size: 11pt;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
    padding-left: 20px;
}

ol.lower-alpha {list-style-type:lower-alpha;

}

.input-field {
	background-color: #666666;
	width: 98%;
	height: 25px;
	border: 0px;
	font-family: 'Optima', Verdana;
	font-size: 9pt;
	color: #CCCCCC;
	text-decoration: none;
	padding-left:5px;
  }
  
.input-field-message {
	background-color: #666666;
	width: 98%;
	height: 100px;
	border: 0px;
	font-family: 'Optima', Verdana;
	font-size: 9pt;
	color: #CCCCCC;
	text-decoration: none;
	padding-left:5px;
  }
  
.input-field-message2 {
	background-color: #666666;
	width: 98%;
	height: 50px;
	border: 0px;
	font-family: 'Optima', Verdana;
	font-size: 9pt;
	color: #CCCCCC;
	text-decoration: none;
	padding-left:5px;
  }
  
  .contact A:link, .contact A:visited, .contact A:active{
	color: #ABE3F7;
	text-decoration: none;
	font-family: 'Optima';
	font-size: 12pt;
	font-weight: normal;
} 

.contact A:hover {color: #322e22; text-decoration: none; font-family: Century Gothic; font-size: 12pt; font-weight: bold;}
.contact {
	font-family: 'Optima';
	font-size: 12pt;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

.title-white {
	/*position:absolute;*/
	font-family: 'Optima', Arial, Helvetica;
	font-size: 26pt;
	color: #fff;
	text-transform:uppercase;
	/*left: 60px;*/
	margin-bottom:-10px;
	/*top: 468px;*/
	margin-left:60px;
	text-align:left;
	
}


.title-black{
	/*position:absolute;*/
	font-family: 'Optima', Arial, Helvetica;
	font-size: 26pt;
	color: #333;
	text-transform:uppercase;
	/*left: 60px;*/
	margin-bottom:-10px;
	/*top: 468px;*/
	margin-left:60px;
	
}

	.title-sub {
	font-family: 'Optima', Arial, Helvetica, sans-serif;
	font-size: 14pt;
	margin: 0px;
	color:#333;
	font-weight:bold;
}

.blank {
	width:100%;
	
	
}
.connect-with-us {
	position:absolute;
	right:150px;
	margin-top:50px;
	border:none;
}


.contentCurve {
	/*position:fixed;
	bottom:0px;*/
	margin-bottom:0px;
	width:100%;
	left:0;
	
}

.home {
	position:absolute;
	right:50px;
	top:80px;
	color:rgba(204,255,51,1);
}

.openHouse-img {
	width:100%;
	min-width:200px;
	max-width:400px;
	margin-right: 10px;
}
