/*******************/
/** GLOBAL STYLES **/
/*******************/
* {
    margin: 0;
    padding: 0;	
}

body {
    background: #E3E3E3 url("images/backgroundGradient.png") repeat-x top left;
    font-size: 12px;
}

.hbox > * {
	float: left;
	min-height: 1px;
}

.hbox .hboxClear {
    float: none;
	clear: both;
	min-height: 0px;
}

.hboxClear { clear: both; }

a:link { color: #FFF; text-decoration: none; }
a:visited {}
a:hover { text-decoration: underline; }
a:active {}

img {
	vertical-align: middle;
	border: none;
}

/****************************/
/** SCREEN SPECIFIC STYLES **/
/****************************/

#mainContainer {
    width: 710px;
    
    position: relative;
    margin: 15px auto;
    border: 5px solid #2C4952;
    background-color: #633432;
    padding-bottom: 10px;
}

#mainContainer .tl {
	position: absolute;
    top: -5px;
    left: -5px;
    width: 16px;
    height: 15px;
}

#mainContainer .tr {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 15px;
    height: 15px;
}

#mainContainer .bl {
    position: absolute;
    bottom: -5px;
    left: -5px;
    width: 15px;
    height: 15px;
}

#mainContainer .br {
    position: absolute;
    bottom: -5px;
    right: -5px;
    width: 16px;
    height: 15px;
}

#headerContainer { padding: 5px 20px 0 20px; }

#logo { width: 75%; float: left; }
/*
#hanger { 
	position: absolute;
	top: -1px;
	left: 30px;
}
*/
#hanger { margin-left: 13px; margin-top: -6px; }
#location {
    padding-top: 5px;
    font-size: 14px;
    font-family: serif;
    text-align: right;
    margin-right: 45px;
}

#headerPicture{ 
	float: right;
    width: 25%; 
}
    #headerPicture .content { 
        float: right;
        background-color: #FFFFFF;
        position: relative;
    }
        #headerPicture .content .header-image-tl {
            position: absolute;
            background: url('images/header-image-tl.png') no-repeat;
            left: 0;
            top: 0;
            width: 6px;
            height: 6px;
        }
        #headerPicture .content .header-image-tr {
            position: absolute;
            background: url('images/header-image-tr.png') no-repeat;
            right: 0;
            top: 0;
            width: 6px;
            height: 6px;
        }
        #headerPicture .content .header-image-bl {
            position: absolute;
            background: url('images/header-image-bl.png') no-repeat;
            left: 0;
            bottom: 0;
            width: 6px;
            height: 6px;
        }
        #headerPicture .content .header-image-br {
            position: absolute;
            background: url('images/header-image-br.png') no-repeat;
            right: 0;
            bottom: 0;
            width: 6px;
            height: 6px;
        }

#title-box {
    margin-left: 50px;
    margin-top: 40px;
    width: 407px;
    background-color: #714644;  
}

#mainNavContainer {
    position: absolute;
    top: 170px;
    border: 1px solid #2c4952;
    /*width: 460px;*/
    height: 44px;
    color: #000000;
    background-image: url("images/nav-bg-gradient-non-active.png");
    background-repeat: repeat-x;
}

a { outline: none; }
#mainNavContainer a {
	display: block;
	border-left: 1px solid #666666;
	font-size: 16px;
	font-weight: bold;
	float: left;
	padding: 8px 10px;
	margin-top: 3px;
}
    #mainNavContainer a.first {
        border-left: none;
    }

#mainNavContainer a:link { color: #000000; text-decoration: none; }
#mainNavContainer a:visited { color: #000000; text-decoration: none; }
#mainNavContainer a:hover { text-decoration: underline; }

.home {
    background: url('images/nav-home.png');
    width: 61px;
    height: 47px;	
}
    #home .home { background: url('images/nav-home-active.png'); }
.accomm {
    background: url('images/nav-accomm-rates.png');
    width: 181px;
    height: 47px;
       
}
    #accommodationsRates .accomm { background: url('images/nav-accomm-rates-active.png'); }
.policies {
    background: url('images/nav-policies.png');
    width: 78px;
    height: 47px;   
}
    #policies .policies { background: url('images/nav-policies-active.png'); }
.directions {
    background: url('images/nav-directions.png');
    width: 84px;
    height: 47px;   
}
    #directions .directions { background: url('images/nav-directions-active.png'); }
.hosts {
    background: url('images/nav-hosts.png');
    width: 63px;
    height: 47px;   
}
    #hosts .hosts { background: url('images/nav-hosts-active.png'); }

.home, .accomm, .policies, .directions, .hosts { cursor: pointer; }

#topSection {
    border-top: 1px solid #2C4952;
    border-bottom: 6px solid #2C4952;
    border-left: 1px solid #2C4952;
    border-right: 1px solid #2C4952;
    background-color: #FFFAE5;
    height: 22px;
    position: relative;
    margin: 17px 20px 0 20px;
}
#topSection .topLeft {
	position: absolute;
	width: 10px;
	height: 9px;
	top: -1px;
	left: -1px;
}
#topSection .topRight {
    position: absolute;
    width: 10px;
    height: 9px;
    top: -1px;
    right: -1px;
}

#contentTitleBox {
    position: absolute;
    bottom: -17px;
    left: 50%;
    z-index: auto;
}
    #home #contentTitleBox { 
        background: #000000 url('images/content-title-home.png') 0 0 no-repeat; 
	    margin-left: -49px;
	    width: 99px;
        height: 32px;
    }
    #accommodationsRates #contentTitleBox { 
        background: #000000 url('images/content-title-accomm-rates.png') 0 0 no-repeat; 
        margin-left: -131px;
        width: 263px;
        height: 34px;
    }
	#policies #contentTitleBox { 
	        background: #000000 url('images/content-title-policies.png') 0 0 no-repeat; 
		    margin-left: -56px;
		    width: 113px;
		    height: 33px;
	}
    #directions #contentTitleBox { 
            background: #000000 url('images/content-title-directions.png') 0 0 no-repeat; 
            margin-left: -56px;
            width: 133px;
            height: 33px;
    }
    #hosts #contentTitleBox { 
            background: #000000 url('images/content-title-hosts.png') 0 0 no-repeat; 
            margin-left: -56px;
            width: 98px;
            height: 32px;
    }

#bottomSection {
    background-color: #FFFFFF;
    padding: 5px 5px;
    margin: 0 20px;
}

#about.contentSectionWrapper { margin-top: 0; }
#policiesTop.contentSectionWrapper { margin-top: 0; }
#directions.contentSectionWrapper { margin-top: 0; }
#hostsTop.contentSectionWrapper { margin-top: 0; }
#amenities.contentSectionWrapper { margin-top: 0; padding-top: 10px; }
#amenities { text-align: center; }

#victorianRoom,
#bayRoom { text-align: center; }

#victorianRoom.contentSectionWrapper { padding-top: 10px; }
#bayRoom.contentSectionWrapper { padding-top: 10px; }

.roomTitle { 
    font-size: 20px; 
    font-style: italic; 
    font-weight: bold;
}

.imageDescription {
    margin-top: 3px; 
    width: 90%; 
    text-align: center;	
}

.contentSectionWrapper {
	min-width: 0; /* peekaboo bug fix for IE7 */
	zoom: 1; /* peekaboo bug fix for IE6 */
	/*position: relative;*/ 
    background-color: #D3D3D3;
    border: 5px solid #C0C0C0;
    padding: 15px 5px 5px 5px;
    margin-top: 5px;
    font-size: 16px; 
}

.imageWrapper { 
    background-color: #000000; 
    text-align: center; 
    width: 285px; 
    padding: 5px;
}

.enlarge {
	width: 295px; 
	padding: 5px 0; 
	background-color: #333333; 
	height: 15px; 
	text-align: center; 
	color: #FFFFFF; 
	font-size: 11px;
}

.contentSectionTitle {
	font-size: 17px; 
	font-weight: bold; 
	margin-bottom: 10px;
}

#policiesTop .policyList { padding-left: 20px; margin-top: 0; }
#policiesBottom .policyList { padding-left: 22px; margin-top: 10px; }

.policyList li { margin-bottom: 5px; }

#distances { padding-left: 30px; margin-top: 15px; }
    #distances li { margin-bottom: 10px; }
.directionsTitle {
	text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: bold;	
}
.directionsContent {
	padding: 0 15px;
	font-size: 12px;
	text-align: justify;
}

#address .directionsTitle {
    margin-bottom: 5px;
}

#address .directionsContent {
	text-align: center;
}

#footerContainer {
    margin: 0 20px;
    margin-top: 15px;
	padding: 5px 20px;
    border-top: 1px solid #B3B3B3;
    text-align: center;
    color: #FFFFFF;
}
    #footerContainer a { 
        text-decoration: none; 
        border-bottom: 1px dotted #FFF;
    }
    #footerContainer a:hover { 
        border-bottom: 1px solid #FFF;
    }
