/* Global Resetting */
html{    
    height: 100%;
    margin:0 auto;
    }
body {
    background:#F5F5F5;
    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:#FFF;
border:1px solid #369;
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:#369 url(../images/market_banner.png) no-repeat scroll center bottom;
	float:left;
	height:108px;
	width:819px;
	}
	#bannerNavLogo {
	    background:url(../images/hubbard_logo_corner.png) left top no-repeat;
	    width:226px;
	    height:111px;
	    float:left;
	}
	#navgiation,
	#sub {
	    background:#369;
	    clear:both;
	    float:left;
	    height:25px;
	    width:819px;
	    }
	#sub {
	    border-top:1px solid #fff;
	    background:#999;
	}
	    #navgiation li,
	    #sub li {
		border-right:1px solid #CCCCCC;
		display:block;
		float:left;
		margin-left:0;
		}
	    #navgiation li.last,
	    #sub li.last {
		border-right:0 none;
		}
	    #navgiation li:hover,
	    #sub li:hover {
		background:#69C;
	    }
		#navgiation li a,
		#sub li a {
		    font-size:12px;
		    text-transform:uppercase;
		    line-height:25px;
		    padding:0 32px;
		    display:block;
		}
	    #navgiation li.current,
	    #sub li.current {
		background:#C33;
		}
		#navgiation li.current a,
		#sub li.current a {
		    color:#fff;
		}
	    li.section{
		background:#999;
	    }
/*-- main body --*/
#container2 {
    border-left:5px solid #336699;
    border-right:5px solid #336699;
    float:left;
    overflow:hidden !important;
    width:809px;
    position:relative;
    }
    #container1 {
	background:#369 /*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;
	    left:625px;
	    position:relative;
	    text-align:left;
	    width:605px;
	    }
/*-- 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;
}
/*-- sidebar --*/
 a#marketSpotlight {
    /*background:url(../images/carlsbanner2009.jpg) top left no-repeat;*/
    display:block;
    width:199px;
    height:300px;
}
a#marketSpotlight2 {
    /*background:transparent url(../images/webbanner_holiday.jpg) no-repeat scroll center top;*/
    display:block;
    height:137px;
    margin: 0px;
    width:193px;
}
/* -- footer etc -- */
#bottomLocationInfo {
    background:#336699;
    color:#FFFFFF;
    clear:both;
    float:left;
    font-size:10px;
    height:30px;
    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:#fff;
	line-height:30px;
	position:absolute;
	right:83px;
	text-align:center;
	white-space:nowrap;
	}
	#bottomLocationInfoText a {
	    text-decoration:none;
	    color:#fff;
	}
#footer {
    clear:both;
    padding-top:15px;
    width:819px;
    }
    #footerLinks {
	width:819px;
	}
	#footerLinks a{
	    color:#666;
	    white-space:nowrap;
	}
	#footerCopy {
	    margin-top:10px;
	}
	    #footerCopy p{
		line-height:12px;
	    }
        
  .lineHeight1 {
 line-height: 100% !important;
 }
 
 .lineHeight2 {
 line-height: 150% !important;
 }
 
 .lineHeight3 {
 line-height: 200% !important;
 }