@charset "UTF-8";
/* CSS Document */

*{
	padding:0;
	margin-top: -10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}


a:link{
	color: #006699;
	text-decoration:none;
}

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



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

a:active{
	color: #006699;
	text-decoration:underline;
}

body{
	background-color: #8e4236;
	font: .66em Verdana, Arial, Helvetica, sans-serif;
	margin: 0 0;
	color: #000000;
	line-height: 15px;
}

p {
	
line-height: 15px;	

}

/* --------------------------------top bar START-------------------------------- */

div#top_bar{
	background-color:#8e4236;
	background-image:url(../images/navbarbg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	padding-top:31px;
	width: 100%;
	height: 91px;	
	

}

/* --------------------------------top bar END-------------------------------- */

/* --------------------------------Logos and navigation START-------------------------------- */

div#containerbg{
	background:#f2f6fc url(../images/watermark.jpg) bottom left repeat-x;
	width:100%;
	height:545px;
}

div#container{
	width:960px;
	height:545px;
}

div#header{
	background-color:#8e4236;
	width:960px;
	height:91px;
	padding:0px;
	margin-top:0px;
}

div#logo{
	background-color: #8e4236;
	padding:0px;
	width:194px;
	height:91px;
	float:left;
	margin: 0px auto 0px 0px;
}


ul#navigation {
	background-color: #8e4236;
	margin: 0px auto 0px 194px;
	_margin-top:-91px;
	/*_float:left;
	_margin-top:0px;
	_margin-right:auto;
	_margin-bottom:0px;
	_margin-left:0px;
	_position:fixed;*/
	padding:0px;
	width:766px;
	_width:766px;
	height:91px;	
	
	
}

ul#navigation li {
  
	height: 91px;
    list-style: none;
    display: inline;
}

ul#navigation a {
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    
    cursor: pointer;
    float: left;
    padding-top: 91px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    overflow: hidden;

    height: 0px !important;
    height /**/:38px /* for IE/Win only */
}

#navigation a:link,#navigation a:visited{
    background-position: 0 0px;
}



#navigation a:hover{
    background-position: 0 -91px;
}



li#home a{
    width: 53px;

    background: url(../images/nav_home.jpg) top left no-repeat;
}

li#features a{
	width: 69px;
	background: url(../images/nav_features.jpg) top left no-repeat;
}

li#amenities a{
	width: 73px;
	background: url(../images/nav_amenities.jpg) top left no-repeat;
}

li#lakeslasvegas a{
	width: 102px;
	background: url(../images/nav_lakeslasvegas.jpg) top left no-repeat;
}
li#photogallery a{
    width: 102px;
	height: 38px;
    background: url(../images/nav_photogallery.jpg) top left no-repeat;
}

li#thehomes a{
    width: 80px;
    background: url(../images/nav_thehomes.jpg) top left no-repeat;
}
li#abouttb a{
	width: 135px;
	background: url(../images/nav_abouttb.jpg) top left no-repeat;
}

li#directions a{
	width: 80px;
	background: url(../images/nav_directions.jpg) top left no-repeat;
}



li#contactus a{
	width: 72px;
	background: url(../images/nav_contactus.jpg) top left no-repeat;
}


div#navbar{
	background-image:url(../images/navbar.jpg);
	background-repeat:repeat-x;
	background-color:#8e4236;
    float:left;
	padding:0px;
	width: 100%;
	height:91px;
	margin: 31px auto 0px 0px;
	
	_margin-top:0px;
	_margin-right:auto;
	_margin-bottom:0px;
	_margin-left:0px;
}

/* --------------------------------Body Elements START Here-------------------------------- */

div#left_column{
	float:left;
	background-color:#603129;
	
	width: 470px;
	height:545px;
	margin: 0px;
	padding:0px;
}

div#right_column{
	/*background-color:#FFCC00;*/

	
	width:450px;
	height:454px;
	padding-top: 35px;
	padding-right: 0;
	padding-bottom: auto;
	padding-left: 35px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 470px;	/*padding: 50px auto 45px 50px;*/
}

div#right_column p{

	
	margin-top:0px;
	margin-right: 0px;
	margin-bottom:10px;
    margin-left:0px;
	
}




h1 {
	font-size:0;
	/*margin-top: 20px;*/
	overflow:hidden;
	margin-bottom: 10px;
	_margin-left:0px;
	_margin-bottom: 16px;
	padding-top:20px;/*height of image*/
	_padding-top:20px;/*height of image*/
	
	
	
	height: 0px !important;
	height /**/:15px; /* for IE/Win only */
	

}



h1#home {
	margin-left: 0px;
	
	background:  url(../images/h_home.jpg) no-repeat;
	float:left;
	width: 500px;
	_width: 450px;
	height: 15px;
}

h1#features {
	margin-left: 0px;
	background:  url(../images/h_features.jpg) no-repeat;
	float:left;
	width: 450px;
	_width: 440px;
	height: 15px;
}

h1#amenities {
	margin-left: 0px;
	
	background:  url(../images/h_amenities.jpg) no-repeat;
	float:left;
	width: 450px;
	_width: 440px;
	height: 15px;
}

h1#lakeslasvegas {
	margin-left: 0px;
	background-color:#00CCCC;
	background:  url(../images/h_lakeslasvegas.jpg) no-repeat;
	float:left;
	width: 470px;
	_width: 440px;
	height: 15px;
}

h1#photogallery {
	margin-left: 0px;
	background:  url(../images/h_photogallery.jpg) no-repeat;
	float:left;
	width: 700px;
	_width: 700px;
	height: 15px;
}

h1#thehomes {
	margin-bottom:10px;
	margin-left: 0px;
	background:  url(../images/h_thehomes.jpg) no-repeat;
	float:left;
	width: 540px;
	height: 15px;
}

h1#abouttb {
	margin-left: 0px;
	
	background:  url(../images/h_abouttb.jpg) no-repeat;
	float:left;
	width: 450px;
	_width: 440px;
	height: 15px;
}

h1#directions {
	margin-left: 0px;
	
	background:  url(../images/h_directions.jpg) no-repeat;
	float:left;
	width: 450px;
	_width: 440px;
	height: 15px;
}

h1#contactus {

	margin-left: 0px;
	background:  url(../images/h_contactus.jpg) no-repeat;
	float:left;
	width: 450px;
	_width: 420px;
	height: 15px;
}


h1#thankyou {
	margin-left: 0px;
	background:  url(../images/h_thankyou.jpg) no-repeat;
	float:left;
	width: 450px;
	_width: 420px;
	height: 15px;
}


h1#sitemap {
	margin-left: 0px;
	
	background:  url(../images/h_sitemap.jpg) no-repeat;
	float:left;
	width: 450px;
	_width: 440px;
	height: 15px;
}

ul#bullets
{
	width:430px;
	margin-bottom:15px;
	margin-left: 10px;
	padding-left: 0;
	list-style: none;
	float: left;
}

ul#bullets li{
	padding-left: 10px;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-top:5px;
	padding-bottom:5px;
	
}

ul#bullets p{
	width:450px;

	

}



/* --------------------------------Body Elements END Here-------------------------------- */
/* --------------------------------Footer Elements START Here-------------------------------- */

div#footer_bg{
	background:url(../images/footerbg.jpg) top left repeat-x;
	height:120px;
	width:100%;
	margin-top:0px;
	padding-top:0px;

}

div#footer_holder{
	background:url(../images/footerbg.jpg) top left repeat-x;
	height:97px;
	width:900px;
	
	margin-top:0px;
	padding-top:0px;
}

div#tblogo{

	float:left;
	
	padding-top:36px;
	width:122px;
	height:50px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 33px;
	_margin-left:17px;
}


div#footer{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #f3e0bf;
	line-height: 13px;
	margin-left:190px;

	padding-top: 29px;
	width:700px;
	height:66px;
}

div#footer a:link {
	color: #f3e0bf;
	text-decoration:none;
	line-height: 8px;
}

div#footer a:visited{
	color: #f3e0bf;
	text-decoration:none;
	line-height: 8px;
}

div#footer a:hover {
	color: #f3e0bf;
	text-decoration:underline;
	line-height: 8px;
}
