@charset "UTF-8";
/* CSS Document */

body {
	background: #4f2524;
	color: #e3d7ae;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:100%;
    line-height:1.125em;
	text-align: center;
}

#horizon {
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -200px;
	text-align: center;
	min-width: 950px; 
}
#homeWrapper {
	position: relative;
	text-align: left;
	width: 950px;
	height: 398px;
	margin: 0px auto;
}
#wrapper {
	text-align: left;
	margin: 0px auto;
	width: 950px;
}
#top {
	background: #e3d7ae url(../Images/mc_grad_bg.jpg) repeat-x;
	color: #4f2524;
	width: 950px;
	height: 398px;
}
#pictureContainer {
	width: 503px;
	height: 398px;
	background-image: url(../Images/mc_picture_holder.jpg);
	background-repeat: no-repeat;
	float: left;
}
#mainImages {
	position: relative;
	top: 31px;
	left: 31px;
}
#logoContainer {
	width: 447px;
	height: 398px;
	float: right;
}
#logo {
	text-align: center;
	padding-top: 20px;
}
#quickContact {
	margin-top: 40px;
	text-align: center;
	font-size: .75em;
}
#nav {
	margin-top: 17px;
	text-align: right;
	height: 186px;
}
#nav ul {
	padding-top: 5px;
	margin-right: 1em;
	color: #ffffff;
	font-size: .875em;
}
#nav ul li {
	padding-top: 2px;
	padding-bottom: 2px;
}
#nav ul li a {
	text-decoration: none;
	color: #ffffff;
}
#nav ul li a:hover {
	background-color: #ffffff;
	color: #4f2524;
}
#container {	
	background: #e3d7ae url(../Images/mc_main_middle_bg.gif) repeat-y;
}
#mainTop {
	background: url(../Images/mc_main_top_bg.gif) no-repeat;
	height: 14px;
}
#mainMiddle {
	padding: 0 30px 0 30px;
	color: #555;
}
#mainBottom {
	background: url(../Images/mc_main_bottom_bg.gif) no-repeat;
	height: 35px;
}
#content {
	background-color: #ffffff;	
}
#footer {
	font-size: .625em;
	text-align: right;
}
h1, h2, h3 {
	color: #4f2524;
	font-weight: bolder;
	margin-bottom: 1em;
}
h1 {
	font-size: 1.125em;
}
h2 {
	font-size: 1em;
}
h3 {
	font-size: .875em;
}
p, #mainMiddle ul, ol {
	margin-bottom: 1em;
}
strong {
    font-weight: bold;
}
.miscellaneous {
	list-style-type: disc;
	list-style-position: inside;
}
.extraFacilities {
    list-style-type: decimal;
    list-style-position: outside;
}
.extraFacilities li {
    margin-left: 2em;
}
#contactForm {
    border: solid 1px #dddddd;
    padding: 5px;
    position: relative;
}
#contactForm ol li, #contactForm legend {
    margin-bottom: 1em;
}
#contactForm legend {
    color: #4f2524;
    font-size: 1em;
    font-weight: bolder;
}
.formLabel
{
    float: left;
    width: 250px;
}
.textBox {
    width: 500px;
}
.buttonHolder {
    margin-left: 250px;
}
.status {
    color: #ff0000;
}
a {
    color: #e3d7ae;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
#container a {
    color: #4f2524;
}
.areaSection {
    width: 100%;
    overflow: auto;
    border-bottom: solid 1px #dddddd;
    margin-bottom: 1em;
}
.columnOne {
    width: 300px;
    float: left;
    margin-right: 20px;
}
.columnTwo {
    width: 500px;
    float: left;
}
.first {
    border-top: solid 1px #dddddd;
    padding-top: 1em;
}
.last {
    border-bottom: none;
    margin-bottom: 0;
}
#footerNav {
    width: 100%;
    overflow: auto;
}
#footerNav ul {
    float: right;
}
#footerNav ul li {
    float: left;
    margin-left: 1em;
}
/* Slideshow */
.pics {  
    height:  336px;  
    width:   448px;  
    padding: 0;  
    margin:  0;  
} 
.pics img {
    width:  448px; 
    height: 336px; 
    top:  0; 
    left: 0 
}
.gallery {
    width: 100%;
    overflow: auto;
    margin-left: 50px;
}
.gallery li 
{
    float: left;
    margin-right: 10px;
    margin-bottom: 1em;
}
