body{
    background: #DFE7FF url('/images/3/background.png') repeat-x 0 800px;
    font-family: Helvetica, Arial, Sans-Serif;
    margin: 0;
}

div#header{
    height: 450px;
    position: relative;
    width: 900px;
    margin: 0 auto;
}

div#banner_text{
    width: 436px;
    height: 71px;
    background: transparent url('/images/3/banner_text.png') no-repeat;
    text-indent: -10000px;
    position: absolute;
    top: 180px;
    right: 0px;
}

div#banner_consumer {
	background:transparent none repeat scroll 0 0;
	color:#222222;
	font-size:33px;
	font-weight:bold;
	height:71px;
	position:absolute;
	right:0;
	text-indent:0;
	top:180px;
	width:436px;
}

div#banner_info{
    width: 436px;
    font-size: 20px;
    color: #1B6EA4;
    font-family: Georgia, Times;
    position: absolute;
    top: 240px;
    right: 0;
}



h1{
    text-indent: -10000px;
    background: transparent url('/images/3/venuemirror2.png') no-repeat;
    width: 350px;
    height: 58px;
    position: absolute;
    top: 50px;
    left: 0px;
}
h4{
	position: absolute;
	top: 50px;
	right: 10px;
	font-size: 12px;
}
h4 a{
	font-family: Georgia, Times;
	font-style: italic;
	font-weight: bold;
	color: #f0c83e;
	text-decoration: none;
		
}
a#seeplans{
    text-indent: -10000px;
    width: 402px;
    height: 82px;
    display: block;
    background: transparent url('/images/3/find-venue.png') no-repeat;
}

div#content{
    border-top: 1px #ABACCF solid;
    background: #FFFFFF;
}

div#contentcontainer{
    width: 900px;
    margin: 20px auto;
}

div.col1{
    width: 290px;
    float: left;
    margin: 0px 10px 10px 0;
}

div.col2{
    width: 590px;
    float: left;
    margin: 0px 10px 10px 0;
}

div.col3{
    width: 290px;
    float: left;
    margin: 0px 10px 10px 0;
}

div.preview{
    font-size: 16px;
    font-family: Georgia, Times;
    font-style: italic;
    line-height: 20px;
    border-top: 1px #C5D8E5 solid;
    border-bottom: 1px #C5D8E5 solid;    
    color: #444444;
    background: #EEEEEE;
}

div.preview_text{
    padding: 10px;
}

div#preview_form{
    font-size: 12px;
    font-family: helvetica, arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    background: #444444;
    padding: 10px;
    color: #FCCD3E;
}

div.image_with_caption{
    position: relative;
}



div.caption{
    width: 280px;
    padding: 5px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: transparent url('/images/3/opacity70.png');
    color: #FFFFFF;
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 12px;
}

div.caption strong{
    display: block;
}

div.testimonial{
    height: 326px;
}

div.testimonial_text{
    font-family: Georgia, Times;
    font-style: italic;
    font-size: 12px;
    font-style: italic;
    padding: 10px 0;    
}

div.feature{
    border: 6px solid #C5D8E5;
    background: transparent url('/images/3/feature_back.png') repeat-x;
    color: white;
    padding: 5px;
    font-family: Georgia, Times;
    font-style: italic;
    font-size: 12px;
    height: 80px;
    
}

h3{
    font-family: Helvetica, Arial, Sans-Serif;
    font-size: 18px;
    letter-spacing: 70%;
    color: #2084C7;
    font-style: normal;
    margin: 0 0 5px 0;
}

div#footer{
    height: 350px;
    background: #333333;
}

/* Easy Slider */

    .graphic, #prevBtn, #nextBtn, #slider1prev, #slider1next{
        margin:0;
        padding:0;
        display:block;
        overflow:hidden;
        text-indent:-8000px;
        }    
    
    
    #slidercontainer{
        border: 6px solid #C5D8E5;
        width:386px;
        position: absolute;
        top: 180px;
        left: 0px;
    }
    
	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:386px;
		height:236px;
		overflow:hidden; 
		}	
	#prevBtn, #nextBtn,
	#slider1next, #slider1prev{ 
		display:block;
		width:40px;
		height:40px;
		position:absolute;
		left:-22px;
		top:98px;
		z-index:1000;
		}	
	#nextBtn, #slider1next{ 
		left:370px;
		}														
	#prevBtn a, #nextBtn a,
	#slider1next a, #slider1prev a{  
		display:block;
		position:relative;
		width:40px;
		height:40px;
		background:url(/images/3/prev.png) no-repeat 0 -40px;	
		}	
	#nextBtn a, #slider1next a{ 
		background:url(/images/3/next.png) no-repeat 0 -40px;	
		}	

	#prevBtn a:hover, #slider1next a:hover{
	   background:url(/images/3/prev.png) no-repeat 0 0;
	}  

	#nextBtn a:hover, #slider1next a:hover{ 
		background:url(/images/3/next.png) no-repeat 0 0;	
		}
		
/** css hacks **/
.clearfix:after{content: ".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix {display:inline-block;}
* html .clearfix{height: 1%;}
.clearfix{display:block;}		
