@charset "utf-8";
/* CSS Document */
/*this stylesheet also used for members area*/

#container {
background-image:url(../images/cabin_models/contentbkgd.jpg);
/*background-repeat:repeat-y;
width:940px;
height:auto;*/
margin:15px auto 0 auto;
}

/**********************************/
/*  LEFT HAND CABIN NAV- IN BOX
/**********************************/

.nav_ul {
position:relative;
top:10px;
}

#content .nav_ul li {
list-style:none;
}

#content .nav_ul li a{
color:#000000;
text-decoration:none;
font-size:1.2em;
line-height:1.2em;
font-weight:normal;
}

#content .nav_ul a:hover {
color:#660000;
font-weight:800;
}

/**********************************/
/* LEFT BOX HEADER, INSIDE ARROWS
/**********************************/

#featurebox h3 {
font-size:1.2em;
}
#featurebox_text {
padding:0 2px 20px 2px;
}

#featurebox_text a:link, #featurebox_text a:visited {
    text-decoration: none;
    color: #830000;
}

/**********************************/
/*          CONTENT AREA
/**********************************/

#cabinbox {
position:relative;
width:675px;
height:auto;
margin:0 0 0 248px;
float:none;
}


#content {
height:auto;
margin:0;
position:relative;
top:10px;
}

#contenttop {
background:url(../images/cabin_models/contentbkgd_top.jpg) no-repeat;
width:659px;
height:51px;
position:relative;
top:-45px;
}

#contentbot {
background:url(../images/cabin_models/contentbkgd_bottom.jpg) no-repeat;
width:659px;
height:4px;
position:relative;
bottom:5px;
z-index:30;
}

/*text area styles*/
#text {
position:relative;
margin:-40px 0 20px 0px;
min-height:410px;
height:300px;
padding:0 20px;
}

html>body #text {/*---for better browsers NOT IE----- */
height:auto!important;
}

/**********************************/
/*         HEADER STYLES
/**********************************/

#text h3 {
background:url(../images/secondary/minilogo.gif) no-repeat left;
padding:10px 0 10px 50px;
text-transform:uppercase;
color:#660000;
margin:0 0 0 0px;
font-size:1.5em;
left:-15px;
position:relative;
}

/**********************************/
/*   SPECIAL HORIZONTAL RULE
/**********************************/
hr {
background:url(../images/cabin_models/horizontalrule.gif) no-repeat;
width:602px;
height:2px;
border:0;
}

