﻿body
{
	background: #fff url(Images/body-bg.jpg) no-repeat center top scroll;
	font-family: Arial;
	font-size: 11px;
	padding: 0;
	margin: 0;
}

#site-container
{
	width: 919px;
	margin: 0 auto;
}

#header
{
	background: url(Images/header-skirt-bg.png) repeat-x left bottom;
	position: relative;
	height: 111px;
	margin: 41px 0 7px;
}
	#header-left-fly-out
	{
		background: url(Images/header-left-fly-out-bg.png) repeat-x;
		position: absolute;
		top: 0;
		left: -1920px;
		width: 1920px;
		height: 101px;
		padding: 0 0 10px;
	}
	#g2-logo
	{
		background: #005DAA url(Images/g2-logo.jpg);
		position: absolute;
		top: 0;
		left: 0;
		width: 299px;
		height: 101px;
	}
		#g2-logo span
		{
			display: none;
		}

	#welcome-banner
	{
		position: absolute;
		top: 4px;
		left: 299px;
		background: #fff;
		padding: 5px;
		padding-left: 30px;
		width: 585px;
		height: 47px;
		line-height: 47px;
		color: #6c6b6b;
		font-size: 18px;
		text-transform: uppercase;
	}
		#welcome-banner h2
		{
			font-size: 24px;
			color: #00519d;
			margin: 0;
			padding: 0;
			display: inline;
		}
		#gm-logo
		{
			background: #0060AA url(Images/gm-logo.png);
			float: right;
			width: 45px;
			height: 46px;
		}
			#gm-logo span
			{
				display: none;
			}

	#menu-1
	{
		position: absolute;
		top: 61px;
		left: 299px;
		background: #0169B2;
		list-style: none;
		padding: 0;
		margin: 0;
		height: 40px;
		width: 620px;
	}
		#menu-1 li
		{
			background: url(Images/menu-1-sep.jpg) no-repeat right top;
			float: left;
			padding-right: 35px;
		}
			#menu-1 a
			{
				float: left;
				height: 40px;
				line-height: 40px;
				color: #fff;
				font-size: 12px;
				text-decoration: none;
				text-transform: uppercase;
				padding: 0 15px;
			}
			#menu-1 a:hover
			{
				text-decoration: underline;
			}
	#header-right-hand-shadow
	{
		background: url(Images/header-right-hand-shadow-bg.png);
		position: absolute;
		bottom: -5px;
		right: -20px;
		width: 20px;
		height: 55px;
	}

.bordered-content-1,
.bordered-content-3
{
	border: solid 1px #cfcfcf;
}
	.bordered-content-2
	{
		border: solid 8px #fff;
	}

.blue-side-bar
{
	background: url(Images/blue-side-bar-bg.png) repeat-y;
}

#menu-2 { float: left; list-style: none; width: 230px; margin: 0; padding: 10px 0 0 0; }
#menu-2 li { height: 50px; margin: 0 0 8px 9px !important; padding: 0; }	
#menu-2 li a { display: block; }

#home-content-1
{
	margin: 0 0 24px;
}
	#menu-6	{ float: left; width: 669px; height: 302px; }

#home-content-2
{
}
	#menu-3
	{
		float: right;
	}

#footer-section
{
	margin: 10px 0;
}
	#menu-4
	{
		float: left;
	}
	#menu-5
	{
		float: right;
		line-height: 55px;
		color: #9f9f9f;
	}
		#menu-5 a
		{
			text-decoration: none;
			color: #9f9f9f;
		}
		#menu-5 a:hover
		{
			text-decoration: underline;
		}

#content-container
{
	margin: 10px;
	float: left;
	width: 649px;
}

