/*************************************************************
 * author: Frontenders.com
 * contact: support at frontenders dot com
 * description: css for screen media
 *************************************************************/
 
/* reset
 * based on Eric Meyer's reset.css
 * http://meyerweb.com/
 *************************************************************/
body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, button, caption, tbody, tfoot, thead, tr, th {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
/* remember to define focus styles! */
:focus { outline: 0; }

/* remember to highlight inserts somehow! */
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* /reset
 *****************************************************/
html { height: 100%; }
body {
	background: #402a1f url(../images/backg_body.jpg) center top repeat;
    color: #000000;
	font: normal 14px/24px Georgia, "Times New Roman", Times, serif;
	height: 100%;
}
img { border: 0; }
h1, h2, h3, h4 {
    color: #4c1b00;
    font-weight: normal;
}
h1 {
    border: solid #d2ca9e 1px;
    color: #893600;
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 1em;
    padding: 10px;
    text-align: center;
}
h2 {
    font-size: 18px;
    font-variant: small-caps;
    letter-spacing: .1em;
    line-height: 24px;
	margin: 0 0 0.5em;
}
h3 {
    color: #4c1b00;
    font-variant: small-caps;
    font-size: 24px;
    letter-spacing: .1em;
    line-height: 24px;
}
h4 {
    font-size: 11px;
    line-height: 14px;
}
a {
    color: #893600;
    text-decoration: none;
}
a:hover { color: #4c1b00; }
ul {
	list-style: disc;
	margin: 0 0 1em 30px;
}

.flms { background: none; }
.smallcaps {
    color: #903b00;
    font-size: 12px;
    font-variant: small-caps;
    letter-spacing: .3em;
    line-height: 20px;
}
.clearit {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

#table {
    border: 1px solid #000;
    font-size: 12px;
}
#table td { border: 1px solid #000; }

#page {
    background: url(../images/backg_page.png) repeat-y 0 0; 
    margin: 0 auto;
    padding: 0 40px;
    text-align: left;
    width: 920px;
}
#bg {
	background: #ebe3c1 url( ../images/bg_bg.jpg ) repeat-y 0 550px;
	position: relative;
}
#innerBg { background: transparent url( ../images/bg_inner_bg.jpg ) no-repeat 0 0; }
#flash {
    margin: 0 auto;
    padding: 0;
    width: 920px;
}
#header {
	margin: 0 0 20px;
	text-align: center;
}
#header h1 {
    border: none;
    height: 140px;
    margin-bottom: 25px;
    padding: 10px 0 0;
    width: 280px;
}
#header h1 a {
    display: block;
    height: 100%;
    outline: none;
    text-indent: -1000em;
}
#header ul {
    color: #4e1b00;
    font-size: 14px;
    font-variant: small-caps;
    letter-spacing: 0.1em;
    line-height: 1em;
    list-style: none;
    margin: 0 0 5px;
    padding: 0;
}
#header li {
    display: inline;
    margin: 0 0 0 3px;
}
#header li a {
    color: #4e1b00;
    font-size: 14px;
    margin: 0 3px 0 0;
}
#header li a:hover { color: #000; }
#header li big { font-size: 16px; }
#main { overflow: hidden; }
#main h1.title {
	background: none;
	border: none;
	height: 87px;
	margin: 0 auto;
	width: 434px;
}
#main h1.title a {
	display: block;
	height: 87px;
	outline: none;
	text-indent: -1000em;
}
h1#amenities a { background: transparent url( ../images/header_amenities.png ) no-repeat 0 0; }
#vlines { background: transparent url(../images/lines_vertical.png) repeat-y 0 0; padding: 0 50px 0 50px;}
#hlines { background: transparent url(../images/lines_h.png) repeat-x 0 0; }
#left {
	float: right;
    width: 789px;
    margin-right: 5em;
}
#left_content {

	margin-right: 2px;
	padding: 10px 8px 10px 10px;
	width: 789px;
}
#right {
    float: right;
    width: 300px;
}
.photo {
    margin: 0;
    padding: 0;
    position: relative;
    top: -50px;
}
#right_content {
    
    position: relative;
}
#full {
    float: left;
    text-align: center;
    width: 920px;
}
#copyright {
    background: url(../images/lines_h.png) repeat-x;
    font-size: 11px;
    padding: 20px 0 20px 0;
	text-align: center;
}
#page_bottom {
    clear: both;
    text-align: center;
    width: 1000px;
}
