/*Summit Builders of Florida, Inc.*/

.fix:after{
	 visibility:hidden;
	 display:block;
	 font-size:0;
	 content:" ";
	 clear:both;
   	 height:0;}
		
.fix{
	 display:inline-block;
	 clear:both;}
	
*html.fix{
	 height:1%;}/*start commented backslash hack*/ 
	
.fix{
	 display:block;}/*close commented backslah hack */

body{
	background:#000000 url(images/body_bg.png); 
	padding: 0px;
	margin: 0px;}
	
#header_wrapper{background:url(images/header_bg.png);
	width:100%;
	height:50px;}	
	
#caption_wrapper{
    height:100px;
    width:1500px;
    margin:20px auto;
	position:relative;
    background:transparent;}/*Keeps the caption in the upper left of each slide*/		
	
#caption{
    width:300px;
	overflow: hidden;
	display: block;
	float: left; 
	position:relative;
    top:auto;
    right:auto; 
    bottom:auto; 
    left:auto;   
    padding-top:5px;
    padding-bottom:5px;
    position:relative;
    background:url(images/caption_bg.png);
    border:1px solid #000000;
   -webkit-border-radius:8px;
   -moz-border-radius:8px;
    border-radius: 8px;
   -webkit-box-shadow: #000000 0px 0px 10px;
   -moz-box-shadow:#000000 0px 0px 10px;
    box-shadow:#000000 0px 0px 50px;
    behavior: url(/PIE.htc);}/*Home page slider logo*/
   
#caption h1{
	font-size:52px;
	font-family:'smythe';
	text-align:center;
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #FFF;}
	
#caption h2{
	font-style: italic;
	font-family:'smythe';
	font-size: 32px;
	text-align:center;
	margin:-10px 0px 0px 0px;
	padding: 0;
	font-weight: normal;
	color: #FFF;}		   	
	
#content_wrapper{
	width:990px;
	height:auto;
	background-color:#403535;
	margin:0 auto;}	

.content{
	float:right;
	margin:0px auto;
	padding-bottom:80px;
	width:712px;
	height:auto;
    min-height:696px;
    background-color:#403535;
    border-right:2px solid #1c1817;
    border-top:2px solid #1c1817;
    border-bottom:2px solid #1c1817;}	

.content p{
	font-family:georgia;
	font-size:18px;
	color:#fff;
	padding:0px 50px 0px 50px;
	line-height:30px;}

.content h1{
	font-family:'smythe';
	font-size:46px;
	color:#fff;
	font-weight: normal;
	text-align:center;
	margin:0px;
	padding:30px 50px 0px 0px;}
	
.content h2{	
	font-family:'smythe';
	font-size:32px;
	color:#fff;
	font-weight: normal;
	text-align:center;
	padding:30px 50px 0px 0px;}

.content ul{
	margin:0px 0px 0px 80px;}
		
.content li{
	font-family:georgia;
	font-size:18px;
	color:#fff;
	line-height:25px;
	list-style:url(images/bullet.png);}
	
/***** Start Navigation******/	   
	   	   
#navigation{	
	float:left;
	width:275px;
	height:auto;
	min-height:555px;
	background:#1c1817 url(images/nav_bg.png);background-repeat:no-repeat;background-position:0px 0px;}
	
#nav ul{
    list-style:none; 
    margin:5px 0px 0px 0px;}
    
#nav li{
	margin:10px 0px 5px 0px;list-style:none;}
	
#nav li a{
    background-color:#403535;
    overflow:visible !important;
	font-size: 26px; 
	padding: 4px; 
	width: 215px; 
	display:block; 
	color:#ffffff; 
    white-space:nowrap;
    position:relative; 
    top:150px;
    left:-5px; 
    text-indent:16px; 
    text-decoration:none;
    font-weight:bold;
    font-family:'smythe'; 
   -webkit-box-shadow: #eee 0px 0px 5px;
   -moz-box-shadow: #eee 0px 0px 5px;
    box-shadow: #eee 0px 0px 5px;
   -webkit-border-radius:3px;  
   -moz-border-radius:3px; 
    border-radius:3px;   
    behavior: url(/PIE.htc);}
    
#nav li a:hover {
	text-decoration:none; 
	background:#403535 url(images/hover_bg.png);
    color:#fff;}
    
#current a {
	background:#403535 url(images/hover_bg.png);}
                                                    	                                                                   	  		  
/***** End Navigation******/

#portfolio{
	margin:0px auto;
	width:990px;
	height:auto;
    min-height:696px;
    background-color:#403535;
    border-right:2px solid #1c1817;
    border-top:2px solid #1c1817;
    border-bottom:2px solid #1c1817;}	
    
#portfolio h1{
	font-family:'smythe';
	font-size:46px;
	color:#fff;
	text-align:center;
	margin-top:20px;} 
	
#portfolio h2{
	font-family:'smythe';
	font-size:36px;
	color:#fff;
	text-align:center;
	margin-top:0px;}	
	
#infobox{
      position:relative;
      border:2px solid #ff0000;
      width:500px;
      height:auto;
      min-height:390px;
      margin-left:100px;
      margin-top:80px;
      padding-top:20px;
     -webkit-border-radius: 8px;
     -moz-border-radius:8px;
      border-radius: 8px;
     -webkit-box-shadow: #666666 0px 0px 50px;
     -moz-box-shadow: #666666 0px 0px 50px;
      box-shadow: #000000 0px 0px 50px;
      background: #403535 url(images/contactbox_bg.png);
      behavior: url(PIE.htc);}/*Use for availabale properties page*/
      
#infobox h2{
	background:url(images/caption_bg.png);
	font-family:'georgia';
	font-size:18px;
	color:#fff;
	text-align:center;
	margin:-20px 0px 0px 0px;
	padding:20px 0px 20px 0px;}	
	
.testimonialbox{
    position:relative;
    height:auto;
    width:500px;
    min-height:170px;
    margin-left:90px;
    margin-top:50px;
    padding:4px 0px 4px 0px;
   -webkit-border-radius:8px;
   -moz-border-radius:8px;
    border-radius: 8px;
   -webkit-box-shadow: #000000 0px 0px 50px;
   -moz-box-shadow: #000000 0px 0px 50px;
    box-shadow: #000000 0px 0px 50px;
    background: #403535;
    behavior: url(PIE.htc);}/*Testimonials page*/     
      
.testimonialbox p{
	margin-top:5px;
	font-family:georgia;
	font-size:18px;
	color:#fff;
	padding:0px 50px 0px 50px;
	line-height:30px;}      	

#contactbox{
      position:relative;
      border:2px solid #ff0000;
      height:auto;
      max-width:550px;
      height:auto;
      min-height:390px;
      margin-left:100px;
      margin-top:30px;
      padding-top:20px;
     -webkit-border-radius:8px;
     -moz-border-radius:8px;
      border-radius:8px;
     -webkit-box-shadow:#000000 0px 0px 50px;
     -moz-box-shadow: #000000 0px 0px 50px;
      box-shadow:#000000 0px 0px 50px;
      background:#403535;
      behavior: url(PIE.htc);}/*Contact us page*/
      
#contactbox h2{	
	font-family:georgia;
	font-size:22px;
	color:#fff;
	text-align:left;
	padding:0px 0px 0px 50px;}		
	
#contactbox p{
	font-family:georgia;
	font-size:18px;
	color:#fff;
	padding:0px 50px 0px 50px;
	line-height:30px;}
	
#contact_form p{
	font-family:georgia;
	font-size:18px;
	color:#fff;
	padding:0px 50px 0px 50px;
	line-height:30px;}/*Contact form text*/	

#footer_wrapper{
	width:100%;
	height:130px;
	background:#403535 url(images/footer_bg.png);
	margin-top:0px;}

#footer{
	width:990px;
	height:130px;
	background-color:transparent;
	margin:0 auto;}

#footer h1{
	font-family:'smythe';
	font-size:20px;
	color:#fff;
	text-align:center;
	margin-top:10px;}

#footer p{
	margin-top:-20px;
	font-family:georgia;
	font-size:18px;
	color:#fff;
	padding:0px 0px 0px 0px;
	text-align:center;
	line-height:30px;}

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

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

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

a{
	text-decoration:none;}
	
	
a{
	color:#ff0000;
	text-decoration:none;}

a:visited{
	color:#ff0000;
	text-decoration:none;}

a:hover{
	color:#fff;
	text-decoration:none;}	
		
img{
	border:0;}

.alignleft{
	float:left;
	padding:10px 10px 0px 0px;}
	
.alignright{
	float:right;
	padding:10px 10px 0px 0px;}	

.aligncenter{
	margin:5px 0px 0px 80px;}
	
	
	
#show{
	float:right;
	width:700px;
	height:500px;
	margin:20px 5px 0px 5px;
	position:relative;
   -webkit-box-shadow: #000000 0px 0px 10px;
   -moz-box-shadow:#000000 0px 0px 10px;
    box-shadow:#000000 0px 0px 50px;
    behavior: url(/PIE.htc);}	
	
.enter{
	width:300px;
	height:20px;
	margin:0 auto;}
	
	
	
	


