/* Handcoded by RapidxHTML - http://www.rapidxhtml.com */


.bold {font-weight: bold;}
.fRight {float: right; margin: 0 0 10px 10px;}
.fLeft {float: left; margin: 0 10px 10px 0;}

.clear {clear: both; height: 2px;}

/* LISTS without bullet points (realign left) */
ul.nopoints {margin: 0; padding: 0;}


/* reset */
body,div,dl,dt,dd,ol,li,pre,form,fieldset,input,textarea,blockquote,th,td {
    margin:0;
    padding:0;
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: small;
}

fieldset,img {
    border:0;
}

html {
    height:100%;
    margin-bottom:1px;
}

body {
    position:relative;
}

:focus {
    outline:none;
}

/* links */
a {
    color:#3764aa;
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}

/* header elements */
h1, h2, h3, h4, h5, h6 {
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight:bold;
    line-height:100%;
    color:#000;
}

h1 {
    font-size:300%;
    color:#000;
}

h2 {
    color:#0d6a52;
    font-size:26px;
    font-weight:bold;
}

h3 {
    font-size:150%;
    color:#000;
}

h4 {
    font-size:175%;
    color:#000;
}

h5 {
    font-size:150%;
    color:#000;
}

h6 {
    font-size:125%;
    color:#000;
}

/* page setup */
body {
    background:#549d8a url(../images/body_bg3.jpg) 50% 0 no-repeat;
    font-family:Arial, Helvetica, sans-serif;
    line-height:150%;
    color:#000;
    /* font-size:12px; */
}

/* wrapper setup */
div.rapidxwpr {
    background:url(../images/wrepper_bg.png) 0 0 repeat-y;
    margin:auto;
    width:766px;
    padding:0 8px;
}

/* header */
div#header {
    background:url(../images/header_bg.jpg) 0 0 no-repeat;
    position:relative;
    height:120px;
    margin:0;
}

/* logo */
img#logo {
    position:absolute;
    top: 0;
    left:0;
    width:277px;
    height:101px;
    border:0;
}

/* main body setup */
div#middle {
    width:auto;
    margin:0px 0px 0px 0px;
    clear:both;
}

/* footer */
div#footer {
    margin:0 6px 0 0;
    background:url(../images/footer_bgx.png) 0 0 repeat-y #d4ceb6;
    font-size:13px;
    color:#000;
    padding:10px 25px;
    overflow:hidden;
    border-width: 0 8px 8px 8px; border-style: solid; border-color: #c1bdab;
}

div#footer a {
    float:right;
    color:#000;
}

div#footer span.contact {
    float:left;
}

/* clearing & floating */
.clearingfix:after {
    content:".";
    display:block;
    line-height:0px;
    clear:both;
    visibility:hidden;
}

.clearingfix {
    display:block;
}

.floatbox {
    overflow:hidden;
}

/* topmenu */
div#topmenu {
    position:absolute;
    top:30px;
    right:30px;
    height:20px;
}

div#topmenu ul {
    padding:0px;
    margin:0px;
    list-style:none;
    float:left;
}

div#topmenu ul li {
    float:left;
    display:block;
    margin:0 0px 0 3px;
}

div#topmenu ul li a {
    display:block;
    background:#5b3711;
    padding:6px 12px 8px 12px;
    border-bottom:#000 solid 2px;
    border-right:#000 solid 2px;
    font-size:18px;
    color:#FFF;
}

div#topmenu ul li a:hover, div#topmenu ul li a.active {
    background:#f3ecd3;
    color:#5b3711;
    text-decoration:none;
}

/* content */
#content {
    padding:20px 30px;
}

#content h1 {
    font-size:34px;
    color:#5b3711;
    margin:0;
    text-shadow: 2px 2px 1px #cbc8bd;
}

#content p {
    font-size:13px;
    color:#000;
}

/* rooms */
.room {
    overflow:hidden;
    padding:0 0 20px 0;
}

.room h2 {
    margin:10px 0;
}

.room a {
    color:#5b3711;
    font-size:14px;
    text-decoration:underline;
    font-weight:bold;
}

.room a:hover {
    text-decoration:none;
}

.room .room_img {
    float:left;
    width:200px; height: 150px;
    padding: 0;
    border-style: solid; border-color: #555; border-width: 1px 2px 2px 1px;
}

.room .room_detail {
    float:right;
    width:485px;
    margin:0;
}

.room .room_detail p {
    font-size:13px;
    color:#000;
    margin:0px;
}

.room p.morePhotos {margin-top: 1em;}
.room p.morePhotos img {width: 80px; height: 60px; border: 1px solid #555;}


/** HOME PAGE **/
#roomButtons {text-align: center;}
#roomButtons img {width: 150px; height: 199px; margin: 0 25px 0 0;}

#bigLinks li {font-size: 1.5em; line-height: 150%; font-weight: bold; list-style: square; color: #3764AA;}


/** CONTACT PAGE **/
#cp_building {
	width: 300px; height: 225px;
	float: right; 
	margin: 0 0 20px 20px;
}

#contact {margin: 2em 0; padding: 0;}
#contact li {list-style: none; margin: 0 0 1em 0; padding: 0;}
#contact li .label {font-weight: bold; display: block; float: left; width: 6em;}

address {font-style: normal;}


#featureInfo {
	background: #549D8A; color: #fff;
	padding: 20px;	
}

#featureInfo p {color: #fff; margin: 0;}

#featureInfo a, #featureInfo p:visited {color: #FFD40F;}
#featureInfo a:hover {color: #fff;}

.colContainer {}
.colInner {
	float: left; margin: 0 2% 0 0;
	width: 47%;
}
.colContainer .last {margin-right: 0;}
