/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#DEDEBC;
	margin:0;
	padding:0;
}
#page {
	width: 830px;
	padding:10px 15px 20px 15px;
	margin-bottom:20px;
	background-color: #ffffff;
}
#header {
	width: 800px;
	margin-bottom: 10px;
}
#header td {
	vertical-align: bottom;
}
#head_left {
	text-align: left;
	width:560px;
}
#head_right {
	text-align:left;
	width:208px;
	font-weight: bold;
	font-size: 12px;
	color: #666666;
}
html>body #head_right {
	width: 208px;
}
form {
	margin: 0;
	padding:0;
}
#submit {
	color: #ffffff;
	background-color:#666666;
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
	width:40px;
	margin-left:4px;
	height:22px;
}
.button {
	color: #ffffff;
	background-color:#666666;
	text-transform:uppercase;
	font-weight:bold;
	font-size:12px;
	width:60px;
	margin-left:4px;
	height:22px;
}
#header .txt_fld {
	width: 160px;
	border: 1px solid #666666;
}
.txt_fld {
	border: 1px solid #666666;
}
#body {
	margin-top:0px;
	width:800px;
	/*border-collapse:collapse;*/
	border:1px solid #999999;
}
a {
	font-weight: bold;
	color:#133660;
	text-decoration:none;
}
a:hover {
	font-size:10px;
	text-decoration: underline;
	color:#FF9900;
}
a.evt {
	font-size:10px;
	font-weight: bold;
	color:#133660;
	text-decoration:none;
}
a.evt:hover {
	text-decoration: underline;
	color:#FF9900;
}
table {
	padding: 0;
	margin: 0;
}
td {
	padding: 0 10px 0 10px;
	text-align:left;
}
#nav_title {
	font-size: 14px;
	font-weight:bold;
	text-transform:uppercase;
	color:#4E4E4E;
	width: 160px;
	height:30px;
	vertical-align:middle;
	height:30px;
	background:#CCCCCC url("/images/nav_bkgd.jpg") bottom left repeat-x;
	border-bottom:1px solid #666666;
	border-right:1px solid #999999;
}
#location {
	font-size: 14px;
	font-weight:bold;
	text-transform:uppercase;
	color:#4E4E4E;
	height:30px;
	vertical-align:middle;
	background:#F7F7F7 url("/images/location_bkgd.jpg") bottom left repeat-x;
	border-bottom:1px solid #666666;
}
#nav_pane {
	width: 160px;
	background-color:#F7F7F7;
	padding: 10px 10px 0 10px;
	vertical-align:top;
	height:400px;
	border-right:1px solid #dddddd;
}
.menutitle{
cursor:pointer;
margin-bottom: 4px;
color:#666666;
text-transform:uppercase;
text-align:left;
font-weight:bold;
font-size:12px;
}
.menutitle a, .menutitle a:hover {
	text-decoration: none;
	color: #666666;
}
.submenu{
font-size:12px;
margin-left: 10px;
margin-right: 4px;
font-weight:bold;
}
.subnavlink {
	padding-bottom: 4px;
}
.submenu a {
	color: #133660;
	text-decoration: none;
	line-height:14px;
	margin-bottom:10px;
}
.submenu a:hover {
	color:#FF9900;
	line-height:14px;
	margin-left: 6px;
}
#content_pane {
	background-color: #ffffff;
	padding: 10px 10px 0 10px;
	vertical-align:top;
	color: #666666;
	width:480px;
}
.subtitle {
	text-transform: uppercase;
	font-size: 12px;
	font-weight:bold;
	color:#666666;
	padding-bottom:2px;
	margin:0;
}
.subsection {
	margin-bottom: 20px;
	clear: both;
}
#right_pane {
	width: 160px;
	background-color:#F7F7F7;
	padding: 10px 10px 0 10px;
	vertical-align:top;	
	text-align: center;
	border-left:1px solid #dddddd;
}
#sidebar {
	margin: 10px -10px 0 -10px;
	padding: 5px;
	border-top: 1px solid #3E84D9;
	border-bottom: 1px solid #3E84D9;
	background-color:#C7DBF3;
}
.sidelink {
	padding-bottom: 6px;
}
#footer {
	background-color:#133660;
	padding: 2px 0px 2px 2px;
	vertical-align:middle;
	height:20px;
}
.site_links a {
	font-weight: bold;
	color: #ffffff;
	text-decoration:none;
}
.site_links a:hover {
	text-decoration: underline;
}
#copyright {
	font-size: 9px;
	text-align:right;
	width:800px;
	height:16px;
}
.req_fld {
	font-weight: bold;
	color: #FF0000;
	font-size:14px;
}
.openhouse p {
	font-size:14px;
	color:#666666;
}
.openhouse2 p {
	font-size:12px;
	color:#666666;
}
.openhouse ul {
	font-size:12px;
	color:#777777;
	margin-left:0;
	padding-left:20px;
	padding-bottom: 0;
	margin-bottom: -10px;
}
html>body .openhouse ul {
	font-size:12px;
	color:#777777;
	padding-left:10px;
	margin-left:0;
}
.openhouse ul li {
	padding-bottom:20px;
}
/*eQualIT*/
.eQSrchRow {
	background-color:#E9E9E9;
}
.eQAltSrchRow {
	background-color:#FFFFFF;
}
.eQsitemap {
	list-style: square url("/images/listbullet_red.gif");
}
.evt_img {
	width:180px;
	height:120px;
	overflow:hidden;
}
.toomuch {
	font-weight:bold;
	color:#C00000;
}