/* Global Resetting */
html{    
    height: 100%;
    margin:0 auto;
    }
body {
    background:#000;
    width: 820px;
    height: 100%;
    /* reset font-sizes to 1em == 10px */   
    font-size: 62.5%;
    text-align:center;
    margin:0 auto;
    }
* {
    font-size: 1em;
    /* reset font-sizes to 1em == 10px */
    padding: 0;
    margin: 0;
    font-family:Helvetica,Verdana,sans-serif;
    list-style:none;
}
a img{
    border:0;
    }
.clear{
    clear:both;
    }
#pageContainer {
background:#000;
border:1px solid #000000;
width:819px;
}
#header {
    background: #000000;
    height:35px;
    width:820px;
    color: #FFFFFF;
    font-size: 1.2em;
    text-align: right;
    float:left;
    }
    #headerLogo a {
	background:#000000 url(../images/ff_logo.jpg) no-repeat 0 0;
	display:block;
	float:left;
	height:30px;
	width:335px;
	}
    #headerNav {
    height:25px;
    line-height:22px;
    float:right;
    margin-top:6px;
    }
    #headerNav a {
        padding:0 10px;
        text-transform:uppercase;
        font-size:10px;
        color:#999;
        font-family:sans-serif 
    }
	#headerNav a:hover {
	    color:#fff;
	}
/*-- site navigation and header --*/
#headerBanner {
	background:#000 url(../images/eldorado_header.png) no-repeat scroll center bottom;
	float:left;
	height:214px;
	width:820px;
	}
	#bannerNavLogo {
	    height:214px;
	    width:820px;
	    float:left;
	}
	#navgiation,
	#sub  {
	    background:#000;
	    clear:both;
	    float:left;
	    height:25px;
	    width:819px;
	    }
	#sub {
	border-top: 1px solid #996633; 
	}
	    #navgiation li, 
	    #sub li {
		border-right:1px solid #996633;
		display:block;
		float:left;
		margin-left:0;
		}
	    #navgiation li.last,
	    #sub li.last {
		border-right:0 none;
		}
			#navgiation li a,
			#sub li a {
				color:#CB9866;
				font-size:12px;
				line-height:25px;
				text-transform:uppercase;
				padding:0 33px;
				display:block;
			}
			#navgiation li.link a:hover,
			#sub li.link a:hover {
				color:#fff;
				display:block;
			}
	    #navgiation li.current,
	    #sub li.current {
		background:#963;
        border-bottom: 1px solid #996633;
		}
		#navgiation li.current a,
		#sub li.current a {
		    color:#000000;
		    }
/*-- main body --*/
#container2 {
    background:#CB9866;
    float:left;
    overflow:hidden !important;
    width:819px;
    position:relative;
    }
    #container1 {
	background:#999 /*url(../images/hubbard_sidebar_bottom.png) no-repeat scroll right bottom*/;
	float:left;
	min-height:400px;
	position:relative;
	right:621px;
	width:820px;
	}
	#column1 {
	    float:left;
	    left:621px;
	    position:relative;
	    text-align:left;
	    width:199px;
	    }
	#column2 {
	    float:left;
	    min-height:250px;
	    text-align:left;
	    width:819px;
	    }
/*-- Home page --*/
#homePageContent {
    background:transparent url(../images/homepage_bg.png) no-repeat scroll right top;
    height:588px;
    width:586px;
}
    p#homePageContentSlug {
    float:right;
    font-size:12px;
    text-align:right;
    padding:15px 10px 0 0;
    }
#homeContentTable {
    float:right;
    margin-top:-20px;
}
#ImageGallery {
	margin:0 auto;
	text-align:center;
	width:750px;
}
/*-- sidebar --*/
/*
 a#frescoHeader {
    background:url(../images/johnnyd_logo_corner.png) top left no-repeat;
    display:block;
    width:234px;
    height:130px;
}
*/
/*#sideNav {
    width:234px;
}
    ul.sub {
	
	}
	ul.sub li {
	    padding-left:25px;
	    }
	ul.sub li.current {
	    background:#CCFF99;
	}*/
#bottomLocationInfo {
    background:#000000 url(../images/eldorado_footer.png) no-repeat center bottom;
    color:#FFFFFF;
    clear:both;
    float:left;
    font-size:10px;
    height:70px;
    line-height:30px;
    margin:0 0;
    position:relative;
    right:0;
    width:819px;
    }
    #reservations {
	bottom:45px;
	float:left;
	height:45px;
	margin-left:5px;
	position:relative;
	text-align:left;
	text-decoration:none;
	width:199px;
	}
	#reservations p {
	    color:#231F20;
	    font-size:11px;
	    letter-spacing:0;
	    line-height:13px;
	    margin-left:12px;
	    }
	    #reservations span {
		clear:both;
		float:right;
		font-size:8px;
		font-weight:bold;
		text-align:right !important;
		width:199px;
    }
    #bottomLocationInfoText {
	color:#CB9866;
	font-size:1.1em;
	letter-spacing:1px;
	line-height:30px;
	position:absolute;
	right:55px;
	text-align:center;
	white-space:nowrap;
	}
	#bottomLocationInfoText a {
	    text-decoration:none;
	    color:#CB9866;
	}
#footer {
    clear:both;
    float:left;
    margin-top:15px;
    width:819px;
    }
    #footerLinks {
	width:800px;
	color:#CB9866;
    }
	#footerLinks a{
	    color:#CB9866;
	    white-space:nowrap;
	}
	#footerCopy {
	    margin-top:10px;
	}
	    #footerCopy p{
		line-height:12px;
		color:#663300;
	    }
        
  .lineHeight1 {
 line-height: 100% !important;
 }
 
 .lineHeight2 {
 line-height: 150% !important;
 }
 
 .lineHeight3 {
 line-height: 200% !important;
 }