/* CSS Document */

/*  layout */
body {
	margin: 0;
	padding:0;
	color: #EAEDE6;
	background:#fff url('bg.jpg') top center no-repeat;	
}

table { border-collapse:collapse; }

body, table {
	font:12px normal Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
}



.footer {
	text-align:center;
}

/*  links */
.footer  a {
	color:#000;
}

.active {
	color:#B48B35;
}

a {
color:#B38B3F;
text-decoration:none;
}

a:hover {
color:#B38B3F;
text-decoration:none;
}

/*  stockquote */
.stockquote {
	background:url('bg_stock_quote.jpg') top left no-repeat;
	color:#8b8723;
	font-weight:bold;
	padding-left:10px;
}

.stockquote_box {
	background:url('bg_sidelogo.jpg') top left no-repeat;
}


/* maincontent */
.maincontent {
	padding:30px 20px;
	background:url(maincontent.jpg) top left no-repeat;
}


/*  footer */
.copyright {
	padding:0 0 0 15px;
}

/*  News */

.news_wrapper {
	padding:0 20px 0 15px;
	background:url('bg_news_center.jpg') top left repeat-y;
}

.news_date_day {

}

.news_date {

}

.news_title {

}

.news_description {
	font-size:11px;
}

.news_link {
	font-size:11px;
}

.news_bottom {
	text-align:right;
	background:url(news-bottom.jpg) top left no-repeat;
	padding:4px 10px 20px 10px;
}

/*  headers */
h1 {
	margin:0;
	padding:0;
	font:16px normal Arial, Helvetica, sans-serif;
}

h2 {
	display: inline;
	font:14px normal Arial, Helvetica, sans-serif;
}

h5 {
	display: inline;
	font:14px normal Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

h3, h4, h6 {

}

/*  signup */
form {
	margin:0;
	padding:0;
}

.fFields {
	width:175px;
	margin-left:13px;
}

#signup input, #signup label {
	display:block;
}

#signup label { font-size:10px; padding-left:15px; margin-top:10px; }
#signup input { font-size:10px; margin-left:15px; }

#signup_container, #signup_message {
	background:url('bg_signup.jpg') top left repeat-y;
}

.signup_error {
	font-weight:bold;
	color:red;
}

.signup_success {
	font-weight:bold;
	color:#090;
}

#signup_message {
	margin:0 20px 0 15px;
}

/* background */
.bgleft {
	background:url('bg_left_tile.jpg') top right repeat-x;
}

.bgright {
	background:url('bg_right_tile.jpg') top left repeat-x;
}

.bgleft_inner {
	background:url('bg_left.jpg') top right no-repeat;
	height:263px;
}

.bgright_inner {
	background:url('bg_right.jpg') top left no-repeat;
	height:263px;
}

.col3 {
	background:url(bg_col3.jpg) top left repeat-y;
}

.borderbottom {
	border-bottom:1px solid #000;
}

table { border-collapse:collapse; }
