body {
	height: 100%;
	width:100%;
	margin: 0px;
	padding: 0px;
	background: url(bg_top.jpg) repeat-x;
	color:#000;
}
body, div, td, p, h1, h2 {
	font-family: 'Trebuchet MS', Verdana, Sans-Serif;
	font-size:12px;
	color:#303030;
}
img  {border:none;}
p{
	margin:0px 0px 12px 0px;
}
h1 {
	font-size:18px;
	color:#fff;	
	text-transform:uppercase;
	margin:0;
	padding:0px;
	word-spacing:-2px;
}
h1 span {color:#dfe7eb; font-weight:normal;}
h2 {
	font-size:15px;
	padding:0px;
	margin:0;
	color:#fff;	
	font-weight:normal;
}
/*  LINKS */
a 		{ color:#6a6969; text-decoration:none; }
a:hover { color:#6a6969; text-decoration:underline; }

#subcontainer-footer a 	  	 { color:#037ec2; text-decoration:none; }
#subcontainer-footer a:hover	 { color:#000000; text-decoration:none; }

.badge a		{ color:#838773; text-decoration:none; }
.badge a:hover	{ color:#838773; text-decoration:none; font-weight:bold; background:url(nav_on.png) no-repeat left bottom; }

/* CONTAINERS */
#container {
	width:792px;
	margin:0px auto;
}
#container-top {
	width:746px;
	padding:12px 26px 0 20px;
	height:80px;
	float:left;
	background:url(bg_header.jpg) no-repeat;
}
#container-nav {
	float:left;
	min-height:500px;
	padding:5px 6px 0 12px;
	width:186px;
}
#container-flash {
	float:left;
	padding:5px 0 0 0;
}
#container-content {
	float:left;
	background:url(bg_main.jpg) no-repeat;
	width:576px;
	height:489px;
	margin:6px 0 0;
}
#container-footer {
	clear:both;
	width:100%;
	background:url(bg_bot.jpg) repeat-x 0 21px;
}
#subcontainer-footer {
	width:750px;
	margin:0px auto;
	background:url(bg_footer.jpg) no-repeat 0 0;
	height:44px;
	padding:30px 21px 0;
	text-align:center;
	font-size:14px;
	color:#037ec2;
}
#subcontainer-footer-copy {
	width:742px;
	margin:0px auto;
	height:74px;
	text-align:right;
	color:#79735d;
	font-size:11px;
}

/*  CONTENT */
#logo {float:left;padding:17px 0 0 3px;}
#header-right {
	float:right;
	color:#3a6381;
	font-size:15px;
	font-weight:bold;
	text-align:right;
}
#header-right span {
	color:#738f18;
	font-weight:normal;
}
.stock_quote {
	color:#fff;
}
#buttons {
	padding:13px 0 0;
}
#buttons img {
	margin: 3px 0 0;
}
#quote {
	background:url(bg_quote.jpg) no-repeat;
	height:33px;
	width:563px;
	line-height:29px;
	margin:2px 0 0;
	padding:0 0 0 12px;
	color:#fff;
}
#quote span {padding:0 10px 0 0; float:left;}
#quote span table td {
	color:#fff;
	padding:0 0 0 12px;
}
#content {
	min-height:147px;
	padding:20px 41px 0px 21px;
}
#content-left {
	float:left;
	width:377px;
}
#heading {
	padding:12px 21px 0;
	height:40px;
}
#content-right {
	float:left;
	padding:20px 0 300px 10px;
}
#property {
	float:left;
	font-size:14px;
	color:#3b9ecf;
	padding:0 15px 0 0;
	font-weight:bold;
}
#property-link {
	float:left;
	color:#727272;
	font-size:10px;
	line-height:10px;
}
#content-bot {
	float:left;
	padding:0 0 0 21px;
}
.badge {
	float:left;
	padding:25px 0 0 0;
	width:185px;
	color:#787878;
	font-size:11px;
}
.badge img {float:left; padding:0 7px 0 0;}
.badge span {color:#0088cb; font-weight:bold; font-size:13px;}
/*  FOOTER */


/*  NEWS */
#news-head {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#fff;
	background:url(bg_news.jpg) no-repeat;
	width:172px;
	height:33px;
	padding:0 0 0 14px;
	line-height:33px;
}
.news_wrapper {
	margin-left:-4px;
	padding:0 4px 3px 0;
	width:189px;
	color:#383838;
}

.news_item {
	
}

.news_item a {
	color:#b39d6b;
}

.news_date {
	font-weight:bold;
	color:#b39d6b;
	margin-left:15px;
}

.news_title {
	margin-left:15px;
	font-size:10px;
}

.news_description {
	margin-left:15px;
}

.news_link {
	margin-right:1px;
	font-size:10px;
}

/* NAVIGATION */ 
#navigation {padding:0 0 2px;}
.nav {width:186px;}
.navOff a {
	width:162px;
	padding:0 0 1px 24px;
	background:url(bg_nav.jpg) no-repeat 0 0;
	display:block;
	height:28px;
	line-height:28px;
}
.navOff a:hover {
	background:url(bg_nav.jpg) no-repeat 0 -32px;
	color:#fff;
	text-decoration:none;
}
.navOn a {
	width:162px;
	padding:0 0 1px 24px;
	background:url(bg_nav.jpg) no-repeat 0 -32px;
	color:#fff;
	display:block;
	height:28px;
	line-height:28px;
}
.navOn a:hover {text-decoration:none;}

/*  CLASSES  */
.clearfix {clear:both;width:100%;}
