﻿body
{
	background-image: url(Images/Background_Body.jpg);
	background-repeat: repeat-x;
	color: #666666;
	font-family: arial;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #333333;
}

.wrapper
{
	width: 1000px;
	margin: auto;
}

.navigation
{
	height: 29px;
}

.navigation a
{
	float: left;
}

.navigation img
{
	border: none;
}

.header
{
	height: 101px;
	background-image: url(Images/Background_Header.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

.tabs
{
	height: 25px;
	background-image: url(Images/Background_Tabs.jpg);
	background-repeat: repeat-x;
	margin-top: 2px;
	position: relative;
}

.tabs a
{
	display: inline-block;
	height: 22px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 3px;
	background-color: #FFFFFF;
	text-decoration: none;
	color: #000000;
	font-family: Arial;
	font-size: 13px;
	font-weight: 700;
}

.tabs a:hover
{
	color: #f26100;
}

.banner
{
	height: 121px;
	margin: auto;
	position: relative;
	right: 5px;
	margin-bottom: 10px;
}

.content_wrapper
{
	background-color: #FFFFFF;
	padding: 10px;
}

.content_left
{
	float: left;
	width: 670px;
}

.content_right
{
	margin-left: 670px;
	width: 240px;
}

.footer
{
	font-size: 11px;
	color: #666666;
	margin-top: 5px;
}

.footer_left
{
	float: left;
	margin-left: 30px;
}

.footer_right
{
	float: right;
	height: 22px;
}

/**********/
/* EXTRAS */
/**********/

.content_left h1
{
	color: #fab700;
	background-image: url("Images/Arrow_Header.jpg");
	background-repeat: no-repeat;
	font-size: 20px;
	font-weight: 700;
	padding-left: 24px;
	margin-left: 20px;
}

.orange_text
{
	color: #ffa500;
}

table.beauty
{
	background-color: #FFFFFF;
	border: solid 1px #CCCCCC;
	width: 100%;
	font-weight: bold;
	background-color: #EEEEEE;
}

table.beauty td
{
	padding: 5px;
	font-size: 11px;
}

table.beauty th
{
	background-color: #ffa827;
	text-align: center;
	color: #ffffff;
	height: 33px;
	font-size: 14px;
	font-weight: 700;
}

a
{
	text-decoration: none;
	color: #CC0000;
}

a:hover
{
	text-decoration: underline;
}

.form-button-orange, .form-button
{
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #edb467;
	border: solid 1px #6c3931;
	color: #333333;
	text-decoration: none;
}

.form-button
{
	background-color: #FFFFFF;
}

.storyhead_red_small
{
	color: #CC0000;
	font-size: 11px;
	font-weight: bold;
}

.tweet_box
{
	padding: 5px;
	background-color: #DEDEDE;
	margin-bottom: 5px;
}

.tweet_box .small_text
{
	font-size: 11px;
	font-weight: normal;
}

#SearchDiv
{
	text-align: right;
	display: none;
	padding: 4px;
}

#SearchDiv a
{
	border-left: solid 1px #FFFFFF;
	border-top: solid 1px #FFFFFF;
	border-right: solid 1px #585858;
	border-bottom: solid 1px #585858;
	background-color: #f76915;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	position: relative;
	top: -1px;
}

#SearchDiv a:hover
{
	text-decoration: none;
}

