/* ----- SITE ----- */
body { 
	background:#4e1001 url(../Images/bg_meetings.jpg) no-repeat top center;
	margin: 20px;
	padding: 0;
	text-align:center;
	
}

#wrapper {
	width:940px;
	margin: 0 auto;
}




/* ----- CONTENT ----- */
.commandPane { vertical-align:middle; }
.commandPane * { vertical-align:middle; }

.plans {
	background-color:#fff;
	width:604px;
	height:530px;
	margin:0 0 0 265px;
	padding:16px 30px 16px 30px;
	text-align:left;
}

.title {
	background: url(../Images/stretch.gif) repeat-x top center;
	width:603px;
	height:33px;
}


h2.room {
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:18px;
	margin: 0;
	padding:7px 0 0 0;
	color:#511001;
	float:left;
}

.subnav {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:right;
	padding:10px 0 0 0;

}

.subnav a {
	margin:0 0 0 25px;
	padding:0 0 4px 0;
}

.subnav a:link, .subnav a:visited {
	color:#571101;
	text-decoration: none;
}

.subnav a:hover {
	border-bottom-style:solid;
	border-bottom-width:2px;
	border-bottom-color:#571101;
}

.hero {
	margin:11px 0 11px 0;
}

.stats {
	background: url(../Images/stretch2.gif) repeat-x top center;
	width:603px;
	height:70px;
	padding:5px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#571101;
	line-height:14px;
	text-decoration: none;
}

.footer a:link, .listStyle a:visited {
	font-family:Arial, Helvetica, sans-serif;  
	line-height:14px;
	text-decoration: underline;
	font-size:10px;
	color:#571101;
}
.footer * { vertical-align:middle; }

.footer  a:hover {
	color:#571101;

}


.navigation {
	position:relative; 
	z-index:3;
	top:-387px;
	height:0px;
}


/* ----- LIST ----- */

.list {
	width:255px;
	padding:0 10px 0 0;
	color:#fefefe;
	float:left;
	text-align:left;
}

h2.section {
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:13px;
	margin: 5px 0 5px 0;
}

ul {
	padding:0;
	margin:0 0 20px 0px;
	width:110px;
	float:left;
}

.col1 {
	margin-left:10px;
}

ul li {
	list-style: none;
	padding:0;
	margin:0;
}

ul li a:link, ul li a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#c6a199;
	line-height:14px;
	text-decoration: none;
	
}

ul li a:hover {
	color:#fefefe;
	background-color:#400d01;
}

.listStyle a:link, .listStyle a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:white;
	line-height:11px;
	text-decoration: none;
	
}

.listStyle  a:hover {
	color:#A7D5E6;
	
}


