/* LAYOUT.CSS */

/* Global Reset */

* {
	margin: 0;
	padding: 0;
}


/* HTML Elements */

body {
    background: #B5B698;
    color: #000000;
    text-align:center;
}

h1, h2, h3, h4 {
	color: #034D74;
}

/* Header */

#header-wrap {
	height: 180px;
	background: #B5B698;
}

#header {
	margin: 0 auto;
	height: 180px;
	width: 880px;
	background: url(../images/header-back.gif) no-repeat;
	position: relative;
}

#header-logo {
	height: 180px;
	width: 260px;
	float: left;
	background: url(../images/mm-header-logo2.gif) no-repeat;
}

h1{
    margin:0;
}

/* Navigation */
#nav-wrap{
    height:42px;
    background:#8BAC31;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
}
#nav{
    margin: 0 auto;
    width:880px;
    height:42px;
    background:#8BAC31;

}
#nav ul{
	margin:0;
	padding:0;
    font-size: 15px;
    line-height: 18px;
    float:left;
    color:#fff;
    background: none;
}

#nav li {
    margin: 0 ;
    float: left;
    list-style: none;
    
}

#nav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	padding:12px 18px;
	display: block;
	color: #fff;
	text-decoration: none;
	text-transform:uppercase;
	background: none;
	font-weight: bold;
}

#nav a:active, #nav a:hover, #nav a:focus {
	text-decoration: underline;
	background: #ABBD29;
}

#nav li.current a {
	color:#fff;
	font-weight:bold;
	list-style: none;
	background: #BBC524;
    }
 
/* Spotlight */

#spotlight-wrap{
	background:#B5B698;
}
#spotlight{
	margin: 0 auto;
	width: 880px;
	padding: 20px 0 20px 0;
	text-align: center;
}
.photo{
	padding:5px;
	background:#fff;
	margin-bottom: 20px;        
}
a:hover .photo, a:focus .photo, a:active .photo  {
   background:#8BAC31;
}
.photo-text{
    border: none;
}

/* content */

#container {background:#D4D4C2; margin:0 auto; width:880px;}


#content-wrap {
	background: #D4D4C2;
}

#article ul li {
    padding-left: 20px;
    background: url(../images/bullett.gif) no-repeat 6px 6px;
}
#article{
    float:left;
    width:540px;
    padding:25px 20px 20px 20px;
}

/* aside */

#aside{
	float:right;
	width:280px;
	padding-bottom:50px;
	padding-top: 30px;
	text-align: center;
}

#aside h2{
    text-transform:uppercase;
    font-weight:bold;
    color:#88A7C3;
    font-size:1.5em;
    line-height: 1.333em;
    margin-bottom: 1em;
    margin-top:2.4em;
}
#aside strong {
	color:#333;
	font-weight:bold;
}


/* booking form */

#bookingform{
	border: 1px solid #A2A489;
	background: #fff;
	margin-bottom: 20px;
	width: 248px;
	text-align: center;
	padding: 15px;
}

/* logobox */

#logobox{
	width:248px;
	border: 1px solid #A2A489;
	text-align: left;
	background: #CDCEB4;
	padding: 15px;
}




h3{
    font-size:1.83em;
}

.short-hr{
   width:300px;
   height:5px;
   background: url(../images/shorter-hr-bg.gif) no-repeat right bottom;
   border:0;
   margin-bottom:2em;
   clear:both;
}
.long-hr{
   width:540px;
   height:2px;
   background: url(../images/short-hr-bg.gif) no-repeat right bottom;
   border:0;
   margin-bottom:15px;
}

#feature{
    width:500px;
    height:199px;
    background: url(../images/feature-bg.jpg) repeat-x bottom;
    border: solid 1px #E6EBF2;
    padding:25px;
}

#feature h2{
    color: #6687B3;
    font-size:1.83em;
    margin:0 0 1em 0;
}

#feature span{
    color:#000;
    font-size:1.12em;
}
#feature  .more-info{
    color:#4B6281;
    text-transform:uppercase;
    padding-right:22px;
    background: url(../images/more-info-btn.gif) no-repeat right center;
}
#feature img{
	float: right;
	clear: right;
	margin: 0 0 40px 40px;
}

#logos{
    width:500px;
    padding:30px 30px 30px 0;;
}
#content #logos ul {
	margin:0; 
	padding:0;
    list-style:none;
}

#content #logos li{
	margin:0; 
	padding:0;
    float: left;
    list-style: none;
    background-image:none !important;
    padding: 5px 30px 5px 0;
}
#logos a img{
    border:none;
}
#aside .more-info{
    display:block;
    float:right;
    color:#000;
    text-transform:uppercase;
    height:20px;
    padding-right:22px;
    margin: 0 0 10px 0;
    background: url(../images/more-info-btn-y.gif) no-repeat right center;
}
#footer-wrap{
	background:#8BAC31;
	border-top: solid 2px #fff;
	overflow: hidden;
}
#footer{
	margin: 0 auto;
	width:880px;
	color:#FFF;
	padding:15px 0 5px 0;
	text-align:left;
	font-size: 12px;
}
#footer p{
	text-align: left;
	padding: 0 20px 0 20px;
}
#footer a{
    color:#fff;
    margin-bottom:0;
}
.w1{
    float:right;
    text-align: right;
}

/* fire scoll bar hack */
html {
    margin-bottom: 1px;
    height: 100% !important;
    height: auto;
}

.clear { clear: both; }
