body {
	background-color: #1C1C1C;
	margin: 0px;
}

.scrollbox p {
	font-size: 10pt;
}

#frame {
	margin-left: 20px;
	width: 825px;
}

#enclose {
	float: left;
	width: 825px;
	margin: 0px;
	background-color: #FFFFFF;
}

#columnMain {
	float: right;
	width: 500px;
}

#columnMainLeft {
	float: left;
	width: 455px;
	margin-top: 11px;
	margin-bottom: 10px;
	background-color: #CCD1B1;
}

#columnMainLeft .index {
	background-color: #FFFFFF;
}

#columnMainTextLeft {
	float: left;
	width: 17px;
}

#columnMainTextCenter {
	float: right;
	width: 411px;
}

#columnMainTextCenter .scrollbox {
	color: #333333;
	height: 380px;
	width: 355px;
	clip: rect(0px, 380px, 355px, 0px);
	overflow: hidden;
}

#columnMainTextCenter .left {
	float: left;
	width: 355px;	
	margin-right: 20px;
}

#columnMainTextCenter .right {
	background-image: url("../images/scrollbox/maintext_fade_bg.jpg");
	background-repeat: repeat-y;
	float: right;
	width: 36px;
	height: 379px;
	overflow: hidden;
}

#columnMainRight {
	float: right;
	width: 41px;
	height: 401px;
	background-image:  url("../images/global/right_fade.jpg");
	background-repeat: repeat-y;
	background-color: #1C1C1C;
}

#columnNav {
	float: left;
	width: 315px;
}

#columnNavLeft {
	float: left;
	width: 45px;
	height: 401px;
	background-image:  url("../images/global/left_fade.jpg");
	background-repeat: repeat-y;
	background-color: #1C1C1C;
}

#columnNavRight {
	float: right;
	width: 270px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#header {
	height: 55px;
}

#footer {
	clear: both;
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center;
}

#MainFlash {
}

#Main3Images {
	padding-top: 12px;
}

#MainText {
	position: relative;
	height: 350px;
	width: 355px;
	clip: rect(0px, 350px, 355px, 0px);
	overflow: hidden;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7.5pt;
	line-height: 150%;
}

h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
	text-transform: uppercase;
	font-weight: normal;
	display: inline;
}

h3 .first {
	font-size: 14pt;
	display: inline;
}

#NavBG {
	width: 270px;
	height: 381px;
	background-image:  url("../images/global/nav_featured.jpg");
	background-repeat: no-repeat;
	z-index: 20;
}

#NavFeature {
	height: 254px;
}

#OwnerImage {
	height: 116px;
}

#NavText {
	position: absolute;
	left: 65px;
	top: 150px;
	width: 270px;
}

#NavText .FeatureAddress a {
	padding-left: 38px;
	text-transform: uppercase;
	text-decoration: none;
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: bold;
}

#NavText .FeatureClick {
	padding-left: 98px;
}

#NavWhitespace {
	height: 141px;
	width: 270px;
}

#NavLinks {
	width: 270px;
	text-transform: uppercase;
	color: #1C1C1C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	line-height: 10px;
}

/* LINKS - Modified from http://www.alistapart.com/articles/horizdropdowns/ */
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 145px; /* Width of Menu Items */
}

ul li {
	position: relative;
	
}
	
li ul {
	position: absolute;
	width: 125px;
	left: 145px;
	height: 175px;
	top: 16px;
	background-color: #FFFFFF;
}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #1C1C1C;
	padding: 3px;
	padding-left: 24px;
}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

/* Hover Styles */
ul li a:hover, .selected {
	background-color: #FFFFFF;
	background-image:  url("../images/global/link_roll.gif");
	background-repeat: no-repeat;
	background-position: 12px;
}

.selected {
	width: 250px;
}

* html .selected {
	width: 270px;
	w\idth: 270px;
}

/* Sub Menu Styles */
li ul li a {
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: right;
	height: 20px;
	color: #772124;
	padding-top: 0px;
	padding-left: 15px;
	text-transform: none;
	font-size: 8pt;
	font-weight: normal;
	vertical-align: bottom;
} 
		
li ul li a:hover, .subselect {
	background-image: none;
	font-weight: bold;
}