/* PAGE SETUP STYLES */
body {
	background:  #FFF;
	font-family: Helvetica, sans-serif;
	font-weight: 200;
	margin-top:  8px;
	margin-left: 8px;
	font-size:   13px;
	min-width:   900px;
}

#topbar {
	width:      900px;
	height:     2px;
	background: #000;
}

#divider {
	width:         900px;
	height:        5px;
	border-bottom: 1px #000 solid;
}

#logobar {
	width:            900px;
	height:           90px;
	background-image: url("/s/images/topbar.jpg");
}

#imgbar {
	width:            900px;
	height:           150px;
	background-image: url("/s/images/home.jpg");
	border-bottom:    1px #000 solid;
	border-top:       1px #000 solid;
	position:         relative;
	top:              5px;
}

#page_title {
	color: #C3B414;
	margin: 15px;
}

/* NAVIGATION STYLES */
#navcontainer {
	height:           27px;
	width:            900px;
	background-color: #000;
}

#navlist {
	list-style: none;
	padding:    0;
	margin:     0;
}

#navlist li {
	float:  left;
	margin: 0px;
}

#navlist a {
	color:            #FFF;
	padding:          5px 6px 2px 6px; 
	text-decoration:  none;
	font-size:        11px;
	width:            100px;
	height:           20px;
	display:          block;
	letter-spacing:   2px;
	border-right:     1px #CCC solid;
}

#navlist a:link a:visited a:active {
	background-color: #000;
}

#navlist a:hover {
	background-color: #C3B414;
}

/* CONTENT STYLES */

#content {
	width:      900px;
	background: #FFF;
}

#sidebar	{
	width:      205px;
	color:      #666;
	float:      right;
	padding:    10px 10px 10px 10px;
	background: #FFF;
}

#main {
	float:       left;
	width:       655px;
	padding:     10px 15px 10px 15px;
	display:     inline;
	background:  #FFF;
}

#emailblock {
	text-align: justify;
	font-size:  10px;
}

#pageheading {
	border-bottom:  1px #C3B414 solid;
	width:          250px;
	font-size:      16px;
	letter-spacing: 2px;
	margin:         0;
}

.mixdate {
	font-size: 11px;
}

.description {
	padding:     5px;
	line-height: 14px;
}

.description_small {
	padding:     5px;
	line-height: 14px;
	font-size:	 12px;
}

.news_description {
	padding:     5px;
	line-height: 16px;
}

.headline {
	font-size: 14px;
}

div.story {
	width:  550px;
	padding 5px;
}

div.track_story {
	width:  450px;
	padding 5px;
}

a.mixlink {
	color:           #C3B414;
	font-size:       11px;
	text-decoration: underline;
}

a.mixlink:hover {
	text-decoration: none;
}

a, a:link, a:visited, a:active, a:hover {
	color: #C3B414;
}

a, a:link, a:visited, a:active {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* FORM STYLE */

.form_label {
	font-size: 12px;
}

.form_table td {
	padding: 3px;
}

.form_tb {
	border:    1px #999 solid;
	font-size: 11px;
	width:     200px;
}

.form_ta {
	border:      1px #999 solid;
	width:       200px;
	font-size:   11px;
	line-height: 14px;
}

.form_cb {
	border:   1px #999 solid;
}

.btn {
	color:#000;
	font-size:84%;
	font-weight:bold;
	background-color:#CCC;
	border:1px solid;
	border-top-color:#999;
	border-left-color:#999;
	border-right-color:#333;
	border-bottom-color:#333;
}

.btnhov {
	background-color: #C3B414;
	cursor: pointer;
}

.image_table td {
	padding : 5px;
}
