@charset "utf-8";
body {
	background-color: #33343D;
	font-family: Helvetica, Arial, sans-serif;
	color: #474a51;
	margin: 0px;
}
body h1 {
	font-size:24px
}
.clear {
	clear:both;
}

/* header */

#header-container {
	background-color: #33343D;
	width: 950px;
	margin: auto;
	height: 142px;
	width: 950px;
	background-color: #33343d;
	background-image: url(images/headerbgsroom.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	padding-bottom: 0px;
}
#header {
	width: 100%;
	padding-top: 10px;
	background-image: url(images/header_bg.gif);
	background-repeat: repeat;
	padding-right: 100px;
	padding-bottom: 10px;
	padding-left: 100px;
	text-align: left;
}

#logo {
	width: 200px;
	float: left;
	background-color: #33343D;
	padding-top: 10px;

}
#feature-top {
	background-image: url(images/top_stripe.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 11px;
	padding-left: 0px;
}

/* navigation */

#nav {
	list-style-image: none;
	text-align: center;
	font-size: 0.9em;
	color: #FFFFFF;
	float: right;
	clear: right;
	display: inline;
}
#nav li a:hover {
	background-image: url(images/hover_tab.gif);
	background-repeat: no-repeat;
	width: 125px;
}
#nav li a.active {
	background:url(images/active_tab.gif) repeat-x bottom left;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	}
#nav ul li {
	float: left;
	margin: 0;
	padding: 0;
	}
#nav ul li a {
	float: left;
	display: block;
	line-height: 1em;
	margin: 0;
	text-decoration: none;
	color: #FFFFFF;
	border: none;
	background:url(images/tab_bg.gif) no-repeat bottom left;
	width: 125px;
	padding-top: 5px;
	padding-bottom: 8px;
	}
	
/* main content */
	
#main-container {
	background: #f4f4ed url(images/main_grad.gif);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding: 0px;
	clear: both;
}
#content-container {
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	width: 960px;
	clear: both;
}
#content-container a {
	border:none;
	text-decoration: none;
	color: #33343D;
}
#content {
	float: left;
	width: 45em;
}
#content-title {
	margin: 0;
	border-bottom: 1px solid #e0e0d5;
	width: 45em;
	}
#content-title p {
	font-size:12px;
	padding-bottom: 10px;
}
#content-title a {
	color:#000099;
	text-decoration: underline;
}
#content-item {
	width: 45em;
	border-top: 1px solid #e0e0d5;
	margin: 0;
	padding-top: 1em;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0;
}
#content-item a {
	color:#000099;
	text-decoration:underline;
}
#content-item table {
	line-height:1.3;
	font-size: 1em;
}
#content-item ul {
	list-style-image: url(images/house_icon.gif);

}
#content-item ul li {
	padding-bottom: 10px;
}
#content-item-meta {
	float: right;
	text-align: right;
	margin: 0px;
	width: 12em;
	text-decoration:none;
	line-height: 1.2em;
	border-bottom: 1px solid #e0e0d5;
}
#content-item-meta a {
	color:#000099;
	text-decoration:underline;
}
#content-item-meta ul {
	list-style:none;
	line-height: 2em;
}
#content-item-meta ul li {
}
#content-item-meta img a {
	text-decoration:none;
}
#flash-container  {
	float: right;
	position: relative;
	clear: both;
}
#content-left {
	width: 350px;
	float: left;
	clear: both;
	border-top: 1px #000000;
}
#content-right {
	float: right;
	border-top: 1px #000000;
	width: 350px;
} 
#content-middle {
	clear: both;
	width: 500px;
	padding-left: 120px;
}
#content-item table ul li {
	padding-bottom:0px;
}

/* footer */

#footer {
	clear: both;
	margin: 0 auto;
	padding: 0;
	font-size: 0.8em;
	color: #646870;
	background: url(images/footer.gif);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	left: 0px;
	right: 0px;
	text-align: center;
	}
#footer-nav {
	text-align: left;
}
	#footer-nav a {
	text-decoration:none;
	color: #474a51;
}
	#footer-nav a:hover {
	color:#990000
}
	#footer-nav ul {
	text-decoration: none;
}
	#footer-nav li {
	text-decoration: none;
	list-style-type: none;
	padding-right: 5px;
	display: inline;
}

