﻿
/*
------------------------------------------ Main Layout
*/

body
{
	font-family				: Tahoma;
	font-size				: 14px;
	text-align				: center;
	background-color		: #000;
	margin					: 0;	
	padding					: 0;
	text-align				: center;
	
}

#OuterWrap
{
	width					: 1000px;
	margin-left:			auto;
	margin-right:			auto;
	margin-top				: 10px;
	
}

#InnerWrap
{
	width					: 100%;	
	float					: left;
	background-color		: #2d2d2d;
}

/*
------------------------------------------ Header
*/

#Header
{
	width					: 100%;
	background				: transparent url(Images/Body/Head.gif) repeat-x 0 0;
	height					: 120px;
	float					: left;
	
}

#Logo
{
	
	background				: transparent url(Images/Body/Logo.gif) no-repeat 0 0;
	float					: left;
	width					: 286px;
	height					: 120px;	
	margin-left				: 10px;
	_margin-left			: 5px;
	
}

#Banner
{
	background				: transparent url(Images/Body/Banner.gif) no-repeat 0 0;
	float					: left;
	width					: 100%;
	height					: 205px;
	position				: relative;
}

#BlackBox
{
	background-color		: #000;
	width					: 286px;	
	float					: left;
	height					: 20px;	
	margin-left				: 10px;
	_margin-left			: 5px;
}

#Divider
{
	background				: transparent url(Images/Body/divider.gif) no-repeat 0 0;
	float					: left;
	width					: 100%;
	height					: 80px;
	margin-bottom			: 10px;
}

#Divider .quick
{
	display					: none;
	
	
	font-size				: 25px;
	font-family				: Arial Narrow;
	text-align				: left;
	font-weight				: 300;
	padding-left			: 20px;
	color					: #fff;
	float					: left;
	width					: 630px;
	height					: 60px;
	line-height				: 60px;
	text-transform			: lowercase;
	margin-left				: 650px;	
	margin-top				: 10px;
}

#Date
{
	
	float					: left;
	margin-left				: 20px;
	font-size				: 13px;
	color					: #777;	
	text-transform			: uppercase;
	font-family				: Tahoma;
	height					: 55px;
	line-height				: 55px;
}

#Date .light
{
	color					: #ccc;	
}

#RightLinks
{
	
	float					: right;
	margin-right			: 0px;
	font-size				: 13px;
	color					: #777;	
	text-transform			: uppercase;
	font-family				: Tahoma;
	height					: 55px;
	line-height				: 55px;
	width					: 200px;
}

#RightLinks a:active, #RightLinks a:link, #RightLinks a:visited
{
	color					: #777;	
	text-decoration			: none;	
}

/*
------------------------------------------ Menu
*/

#MenuList
{
	height					: 60px;
	font-size	 			: 11px;
	color					: #fff;
	width					: 700px;
	float					: left;
	text-transform			: uppercase;
	line-height				: 65px;
}

#MenuList a
{
	float					: left;
	width					: 115px;
	height					: 65px;
	border-right			: solid 2px #d3481a;
	
	_width					: 100px;
}


#MenuList a:link, #MenuList a:hover, #MenuList a:visited
{
	
	
	text-decoration			: none;	
	color					: #fff;
}

#MenuList a:hover
{
	background-color		: #d3481a;	
}

#MenuList a.leftbar
{
	
	border-right			: none;
}

/*
------------------------------------------ Content
*/

#Main
{
	width					: 100%;
	color					: #fff;
	float					: left;
	min-height				: 500px;
}

#Bottom
{
	Background				: #212121;
	width					: 100%;
	line-height				: 60px;
	font-size				: 11px;
	text-transform			: uppercase;
	color					: #777;
	height					: 60px;
	float					: left;
	text-align				: center;
}

#Bottom a:link, #Bottom a:active, #Bottom a:visited
{
	color					: #e5e5e5;	
	text-decoration			: none;
}


a:active, a:link, a:visited
{
	color					: #777;	
	text-decoration			: none;	
}

a:hover
{
	color					: #b5b5b5;	
	
}
