/* CSS Document */
/* general */
body {
	margin: 0;
	padding:0;
	color: #333;
	background:#bfc5b7 url(bg.jpg) top center repeat-x;	
}

table { border-collapse:collapse; }

body, table {
	font:12px normal Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
}

/* backgrounds */
.bgleft {
	background:url(bg_left.jpg) top right no-repeat;
}

.bgright {
	background:url(bg_right_repeat.jpg) top left repeat-x;
}

.bgrightdiv {
	background:url(bg_right.jpg) top left no-repeat;
	width:100%;
	height:413px;
}


/* links */
a {
	color:#841315;
	text-decoration:none;
}

a:hover {
	color:#841315;
	text-decoration:none;
}


.stockquote {
	height:33px;
	background:url(bg_stock.jpg) top left no-repeat;
}

.quotes {
	font-size:11px;
	padding:6px 0 0 455px;
}

/* maincontent */
.maincontent_left {
	background:#fefefe url(bg_main.jpg) bottom left repeat-x;
	border-left:1px solid #bfc1b4;
	padding:40px;
}

.maincontent_right {
	background:#fefefe url(bg_main.jpg) bottom left repeat-x;
}

/*  footer */
.footer {
	background:url(bg_footer.jpg) top left no-repeat;
	color: #989898;
	font-weight:normal;
}

.footerNav {
	padding:10px 0 0 10px;
}

.footer a {
	color:#989898;
	text-decoration:none;
}

.footer a:hover {
	color:#989898;
	text-decoration:underline;
}

.credits {
	color:#989898;
	font-size:11px;
	text-align:right;
}

/*  news */
#news_wrapper {}

.news_items {
	width:135px;
	padding:0 0 10px 20px;
	float:left;
	font-size:11px;
}

.news_date {
	font-weight:bold;
}

.news_title {
	font-weight:bold;
}

.news_description { }

.news_link {
	text-align:right;
}

.news_link a {
	color:#333;
	font-weight:bold;
}

/*  custom */
.hp_map {
	border:1px solid #d5d5d5;
	margin:20px 0 0 10px;
	width:474px;
	background:#fff;
}

#map_buttons {
	margin:0 0 40px 10px;
	width:474px;
	text-align:right;
}

/* headers */
h1 {
	color:#800003;
	padding:0;
	margin:0;
	font-size:15px;
	text-transform:uppercase;
}
