/* ================================
    Home Page Stylesheet
   ================================ */

#backgroundContainer
{
	background-image: url(../images/grid.gif);
	background-position: top center;
}

#mainContainer
{
	width: 1100px;
	margin: 0px auto;
	position: relative;
}

#mainHeader
{
	background-image: url(../images/header.jpg);
	width: 1100px;
	height: 149px;
	cursor: pointer;
}

#leftNav
{
	background-image: url(../images/menu-left.png);
	width: 208px;
	height: 295px;
	position: absolute;
	top: 149px;
	left: 126px;
	z-index: 2000;
	padding: 33px 0px 0px 17px;
}

#leftNav img
{
	width: 160px;
	height: 30px;
	display: block;
	padding-bottom: 9px;
}

#swfArea
{
	width: 665px;
	height: 328px;
	float: left;
	padding-left:320px;
}

#rightArea
{
	background-image: url(../images/home-right.jpg);
	width: 115px;
	height: 328px;
	float: left;
}

#newsArea
{
	background-image: url(../images/home-news.jpg);
	width: 1100px;
	height: 369px;
}

#content
{
	width: 480px;
	float: left;
	padding: 60px 0px 0px 160px;
}

#content em
{
	font-weight: bold;
}

#newsArea p, #newsArea p a, #newsArea p em
{
	font-size: 12px;
	color: #fff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 16px;
}

#newsArea p
{
	margin: 0px;
	padding: 8px 0px;
}

#recentNews
{
	width: 260px;
	height: 200px;
	padding: 50px 0px 0px 80px;
	float: left;
}

#recentNews p em, #recentNews p a
{
	font-style: normal;
	display: block;
	line-height:115%;
	text-decoration: none;
}

#recentNews a:hover
{
	color:#B5C2E0;
}

#mainFooter
{
	padding-left: 132px;
}

#mainFooter p
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #242A6E;
	margin: 0px;
	padding: 1px 10px;
	float: left;
	width: 120px;
}

#mainFooter a.footerLink
{
	display: block;
	text-align: center;
	width: 130px;
	line-height: 14px;
	font-size: 12px;
	color: #1A2068;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	float: left;
	text-decoration: none;
	text-transform: lowercase;
	padding-top: 4px;
}

#mainFooter a.footerLink:hover
{
	color:#FF6600;
}

#thunder
{
	float: left;
}

#menu
{
	z-index: 9000;
	position: absolute;
	top: 108px;
	left: 440px;
	background-image: url(../images/menu-main.png);
	width: 541px;
	height: 56px;
	padding: 5px 0px 0px 5px;
}

#menu a
{
	color: #1A2068;
	font-size: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 22px;
	padding: 10px 10px 5px 0px;
	text-align: center;
	width: 121px;
	display: block;
	float: left;
	text-transform: lowercase;
	text-decoration: none;
}

.dropdown
{
	z-index: 9500;
	width: 114px;
	padding: 16px;
	background-image: url(../images/top-menu-dropdown-bg.gif);
	position: absolute;
	top: 149px;
}

.dropdown a
{
	color: #fff;
	font-size: 12px;
	line-height: 24px;
	display: block;
	text-decoration: none;
}

.dropdown a:hover
{
	color: #D4D7BA;
}

#whoWeAre
{
	left: -3000px;
}

#whatWeDo
{
	left: -3000px;
}

#ourWork
{
	left: -3000px;
}

#contactUs
{
	left: -3000px;
}