/* CSS for woodland-cedarsinnexpress.com
	 Hand coded by Matthew Farnell
	 Copyright 2008 Matthew Farnell */

/* Body
-------------------------------*/
body {
    background: #000 url(/images/background.gif) center top repeat-x;
    margin: 0;
    font-family: Times New Roman, serif;
    font-size: 16px;
    text-align: center;
}

/* Headers
-------------------------------*/
h1 {
    width: 0;
    height: 0;
    margin: 0 0 0 0 ;
    padding: 0;
}

h1 span {
    display: none;
}

h2 {
    font-size: 20px;
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
    margin: 0;
    padding: 0;
}

h3 {
    margin: 10px 0 0 0;
    padding: 0;
    font-family: arial, sans-serif;
    font-size: 16px;
}

/* Layout
-------------------------------*/
#container {
    width: 744px;
    background: #E7D9A9;
    border-width: 0 2px 0 2px;
    border-color: #000;
    border-style: solid;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

#content {
    width: 551px;
    float: right;
    padding: 0 15px 0 0;
    margin-left: 20px;
}


object {
    margin-bottom: 10px;
    height: 300px;
    width: 744px;
}

#nav {
    width: 140px;
    float: right;
    background: url(/images/nav-background.gif) repeat-y;
}

#nav ul {
    list-style-type: none;
    padding: 28px 0 0 0;
    margin: 0;
    width: 140px;
    text-align: center;
    font-family: arial, sans-serif;
    font-size: 11px;
    font-weight: bold;
    background: url(/images/nav-top.gif) no-repeat top;
}

#nav li {
    padding: 0 28px 8px 28px;
}

#nav li.bottom {
    background: url(/images/nav-bottom.gif) no-repeat bottom;
    height: 40px;
}

#nav a {
    color: #000;
}

#nav a:hover, #nav a.active {
    text-decoration: none;
    color: #080;
}

#nav a.active {
    color: #00f;
}

#nav a.active:hover {
    color: #00f;
}

/* Links
-------------------------------*/
a {
    color: #00f;
}

a:hover, a.active {
    color: #080;
    text-decoration: none;
}

/* Footer
-------------------------------*/
#footer {
    clear: both;
    background: #3D6689 url(/images/footer-background.jpg) no-repeat top;
    padding: 15px 0 0 15px;
    margin-top: 5px;    
    font-family: arial, sans-serif;
    font-size: 12px;
    color: #fff;
}

#footer a:hover {
    color: #fff;
}

#footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    float: left;
    font-size: 10px;
    margin-bottom: 10px;
}

#footer ul li {
    float: left;
    padding-right: 15px;
}

#footer ul a {
    color: #fff;
}

#right {
    float: right;
    padding-right: 15px;
    text-align: center;
    color: #fff;
    font-size: 10px;
}

#right a {
    color: #fff;
}

#footer p {
    font-weight: bold;
    clear: left;
    margin-bottom: 15px;
    margin-top: 0;
}

#footer h2 {
    width: 100%;
    padding-bottom: 100px;
}

/* Rates
-------------------------------*/
table {
    width: 70%;
    border-collapse: collapse;
    border-spacing: 0px;
    font-family: arial, sans-serif;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
}

th, td {
    border: #D1B67B solid 1px;
    margin: 0;
    padding: 5px;
    text-align: center;
}

th {
    background: #6D4C32;
    color: #fff;
    text-transform: uppercase;
}

td {
    background: #E0CEA6;
}

/* Gallery
-------------------------------*/

.picture {
    width: 124px;
    background: #000;
    float: left;
    margin: 10px 3px 10px 3px;
    border: #D1B67B solid 1px;
    background: #E0CEA6;
    font-family: arial, sans-serif;
    font-size: 10px;
    text-align: center;
    padding: 2px;
}

.picture img {
    border: 1px solid #fff;
}

.two {
    margin-left: 140px;
}

*html .two {
    margin-left: 70px;
    m/argin-left: 140px;
}

.three {
    margin-left: 70px;
}

*html .three {
    margin-left: 35px;
    m/argin-left: 70px;
}

/* Misc
-------------------------------*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

#skip {
	display: none;
}

.top {
    margin-top: 0;
}

hr {
    margin: 10px;
}

.clear {
    clear: both;
}

.center {
    text-align: center;
}

#map {
    clear: both;
	margin-right: auto;
	margin-left: auto;
	border: 1px #000 solid;
}

.splitone {
    width: 290px;
    float: left;
    margin: 15px 3px 15px 3px;
    padding-left: 20px;
    font-family: arial, sans-serif;
    font-size: 14px;
    padding: 2px;
}

.splittwo {
    width: 193px;
    padding-left: 25px;
}

