﻿
/*
------------------------------------------ Main Layout
*/

body
{
	font-family				: Arial;
	font-size				: 14px;
	text-align				: center;
	background-color		: #f5f5f5;
	margin:				0;	
	padding:			0;
	text-align:			center;
	
}

#OuterWrap
{
	width					: 1000px;
	margin-left:			auto;
	margin-right:			auto;
	
}

#InnerWrap
{
	width					: 100%;	
	float					: left;
	background-color		: #fff;
}

/*
------------------------------------------ Left Column
*/

#Nav
{
	width					: 300px;
	float					: left;	
	background-color		: #ddd;
	min-height				: 500px;
	overflow				: hidden;
}

#Logo
{
	
	background				: #2f2e29 url(images/left.gif) no-repeat right 118px ;
	_background				: #2f2e29 url(images/left.gif) no-repeat right 119px ;

	width					: 100%;
	height					: 275px;	
	
}

#Menu
{
	/* See Menu.css for inner Menu Stylesheet */
	background				: transparent url(images/mback.gif) repeat-y;
	font-family				: Arial;
	width					: 100%;
	padding-top				: 20px;
	
}

#News
{
	/* See News.css for inner News Stylesheet */
	width					: 100%;
	background-color		: #000;	
	float					: left;
	
}

.MenuHead
{
	background				: transparent url(images/newsheadd.gif) repeat-y;
	height					: 40px;
	width					: 250px;
	text-align				: left;
	color					: White;
	font-size				: 20px;
	padding-left			: 50px;
	line-height				: 36px;
	float					: left;
	cursor					: pointer;
}

.MenuHead.hidden
{
	background				: transparent url(images/newshead.gif) repeat-y;
}

.MenuContent
{
	float					: left;	
	
}

.NavItem
{
	background-color		: #32393f;
	padding-top				: 10px;
	padding-bottom			: 10px;
	text-align				: left;
	color					: #eee;
	float					: left;
	width					: 300px;
}

.NavMiddle
{
	margin-left				: 10px;
	width					: 260px;
	background-color		: #545759;
	padding					: 10px;
	float					: left;
	_margin-left			: 5px;
}

.NavFoot
{
	
	float					: left;
	margin-left				: 10px;
	background-color		: #787a7c;
	border-top				: solid 2px #32393f;
	padding-top				: 10px;	
	padding-bottom			: 10px;	
	height					: 15px;
	width					: 280px;
	_margin-left			: 5px;
}

.NavFoot a:link, .NavFoot a:active, .NavFoot a:visited
{
	color					: #eee;
	margin-right			: 5px;
	text-decoration			: none;
	font-size				: 18px;
	font-family				: Arial Narrow;
	float					: right;
	padding-right			: 30px;
	background				: transparent url(images/more.gif) no-repeat right 4px;
	line-height				: 20px;

}

.NavFoot a:hover
{
	
	color					: #ddd;
}
/*
------------------------------------------ Right Column
*/

#Main
{
	width					: 700px;
	background-color		: #fff;	
	float					: left;
	min-height				: 500px;
}

#TopBar
{
	width					: 100%;
	background-color		: #868a91;
	height					: 25px;	
	text-align				: right;
	font-family				: Arial Narrow;
	line-height				: 26px;
	font-size				: 11px;
}

#TopBar a:link, #TopBar a:active, #TopBar a:visited
{
	color					: #fff;
	text-transform			: uppercase;
	margin-right			: 10px;
	text-decoration			: none;
}

#TopBar a:hover
{
	
	color					: #ddd;
}

#Banner
{
	background				: transparent url(images/b1.png) no-repeat;
	width					: 100%;
	height					: 250px;
	_margin-bottom			: -3px;
	
}

#PreLoad
{
	display					: none;
}

#Bottom
{
	Background				: #2f2e29;
	width					: 100%;
	line-height				: 30px;
	font-size				: 11px;
	color					: #e5e5e5;
	height					: 30px;
	float					: left;
}

#BottomLeft
{
	float					: left;
	margin-left				: 10px;
	text-align				: left;
}

#BottomRight
{
	float					: Right;
	margin-Right			: 10px;
	text-align				: Right;
}

#BottomLeft a:link, #BottomLeft a:active, #BottomLeft a:visited
{
	color					: #fff;	
}


#BottomRight a:link, #BottomRight a:active, #BottomRight a:visited
{
	color					: #fff;	
}

