/* Global Resetting */
html{    
    height: 100%;
    margin:0 auto;
    }
body {
    background:#999;
    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/images/coopers_header_02.jpg) no-repeat scroll center top;
	float:left;
	height:214px;
	width:819px;
	}
	#bannerNavLogo {
	    float:left;
	    height:214px;
	    width:819px;
	    }
	#navgiation,
	#sub  {
	    background:#003;
	    clear:both;
	    float:left;
	    height:25px;
	    width:819px;
	    }
	#sub {
	    border-top:1px solid #ccc;
	}
	    #navgiation li,
	    #sub li {
		border-right:1px solid #ccc;
		display:block;
		float:left;
		margin-left:0;
		}
	    #navgiation li.last, 
		#sub li.last {
		border-right:0 none;
			}
		#navgiation li a,
		#sub li a {
		    color:#fff;
		    font-weight:bold;
		    font-size:12px;
		    text-transform:uppercase;
		    line-height:25px;
		    padding:0 28px;
		    display:block;
		}
		#navgiation li:hover,
		#sub li:hover {
		    background:#000;
		    display:block;
		}
		#navgiation li a:hover,
		#sub li a:hover {
		    color:#ccc;
		}
	    #navgiation li.current,
	    #sub li.current {
		background:#000;
		}
		#navgiation li.current a,
		#sub li.current a {
		    color:#ccc;
		}
/*-- main body --*/
#container2 {
    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 {
	    background:#FFF;
	    float:left;
	    min-height:300px;
	    text-align:left;
	    width:819px;
        color: #000;
	    }
/*-- 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;
}
#bottomLocationInfo {
	background:#003 url(../images/images/coopers_bottom_02.jpg) no-repeat scroll center bottom;
	bottom:3px;
	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:#ccc;
	font-size:1.1em;
	font-weight:bold;
	letter-spacing:1px;
	line-height:30px;
	position:absolute;
	right:85px;
	text-align:center;
	white-space:nowrap;
	}
	#bottomLocationInfoText a {
	    text-decoration:none;
	    color:#ccc;
	}
#footer {
    float:left;
    clear:both;
    margin-top:15px;
    width:819px;
    }
    #footerLinks {
	width:800px;
	color:#fff;
    }
	#footerLinks a{
	    color:#fff;
	    white-space:nowrap;
	}
	#footerLinks a:hover {
	    color:#666;
	}
	#footerCopy {
	    margin-top:10px;
	}
	    #footerCopy p{
		line-height:12px;
		color:#ccc;	    
		}                                                          
        
  .lineHeight1 {
 line-height: 100% !important;
 }
 
 .lineHeight2 {
 line-height: 150% !important;
 }
 
 .lineHeight3 {
 line-height: 200% !important;
 }