html, body
{
	width: 100%;
	height: 100%;
	text-align: center;
	background: #EFEFEF url("../../Images/GMS/bg.gif") repeat-x;
	margin: 0;
	padding: 0;
}

div
{
	margin: 0;
	padding: 0;	
}

span
{
	margin: 0;
	padding: 0;
}

img
{
	border: 0;
}

a
{
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
	cursor: pointer;
}

/* Default Styles */

.Wrapper
{
	width: 779px;
	margin-top: 14px;
	padding-bottom: 15px;
	background: #FFF;
}

.Header
{
	width: 669px;
	height: 96px;
	background: url("../../Images/GMS/GMS.gif") no-repeat top left
}

.Navigation
{
	width: 733px;
	height: 55px;
	background: url("../../Images/GMS/nav-back.png") no-repeat;
	position: relative;
	z-index: 9;
}

.NavContent
{
	margin-left: 45px;
}

.NavContent *
{
	margin-top: 3px;
}

.ContentWrapper
{
	width: 779px;
	position: relative;
	bottom: 12px;
	margin-bottom: -12px;
}
.MainContent
{
	width: 666px;
	margin: 30px 0 0 0;
}
.Buttons
{
	margin-left: 33px;
	margin-top: 25px;
}

.Buttons a
{
	margin-left: 23px;
}

.Buttons a:hover
{
	text-decoration: none;
}

.Footer
{
	width: 779px;
	height: 93px;
	margin-top: 16px;
	background: url("../../Images/GMS/footer-back.png") no-repeat;
}

.Footer a
{
	width: 200px;
	display: block;
	padding-top: 13px;
	margin-right: 156px;
}

.Footer a:hover, .HomeFooter a:hover
{
	text-decoration: none;
	color: #666;
}

.BottomImgHolder
{
	width: 779px;
}

.BottomLinks
{
	position: relative;
	bottom: 150px;
}

.BottomLinks a
{
	margin: 0 6px 0 6px;
}

.Xplore
{
	margin-left: 25px;
	position: relative;
	bottom: 150px;
}

/* End Default Styles */

/* Home Styles */

.HomeContentWrapper
{
	width: 779px;
	position: relative;
	top: -16px;
}

.HomeImage
{
	width: 779px;
	height: 222px;
	position: relative;
	z-index: 3;
}

.HomeLogo
{
	width: 156px;
	height: 156px;
	position: relative;
	left: 20px;
	bottom: 112px;
	background: url("../../Images/GMS/blue-logo.png") no-repeat top left;
	z-index: 6;
}

.HomeLeft
{
	width: 408px;
	margin-left: -108px;
	margin-top: 52px;
}

.HomeLeftContent
{
	width: 400px;
	margin-bottom: 18px;
}

.HomeRight
{
	width: 295px;
	overflow: hidden;
	margin: 15px 22px 15px 0;
}

.HomeRightTop
{
	width: 295px;
	height: 10px;
	background: url("../../Images/GMS/home-right-top.gif") no-repeat top left;
}

.HomeRightMain
{
	width: 295px;
	height: auto;
	background: #E8E8E8;
}

.HomeRightMainContent
{	
	width: 245px;
	margin-top: 5px;
}

.HomeRightBottom
{
	width: 295px;
	height: 10px;
	background: url("../../Images/GMS/home-right-bottom.gif") no-repeat top left;
}

.HomeButtons
{
	margin-right: 22px;
}

.HomeButtons a
{
	margin-right: 16px;
	position: relative;
	bottom: 9px;
}

.HomeButtons a:hover
{
	text-decoration: none;
}

.HomeFooter
{
	width: 779px;
	height: 93px;
	margin-top: 16px;
	background: url("../../Images/GMS/footer-back.png") no-repeat;
}

.HomeFooter a
{
	width: 200px;
	display: block;
	padding-top: 13px;
	margin-right: 156px;
}

.FooterLogo
{
	width: 219px;
}

.HomeFooterLogo
{
	width: 219px;
	height: 161px;
	position: relative;
	left: 122px;
	bottom: 133px;
	background: url("../../Images/GMS/home-footer-img.png") no-repeat top left;
}

.HomeBottomLinks
{
	margin-right: 25px;
	padding-top: 6px;
}

.HomeXplore
{
	position: relative;
	right: 190px;
	top: 6px;
}

/* End Home Styles */

/* Team Styles */

.TeamTitle
{
	width: 779px;
	height: 48px;
	margin-top: -12px;
}

.TitleText
{
	position: relative;
	left: 54px;
	top: 26px;
}

.TeamImage
{
	width: 779px;
	height: 275px;
	margin-top: 14px;
}

.TeamContent
{
	width: 779px;
}

.FooterLogo
{
	width: 156px;
	height: 156px;
	background: url("../../Images/GMS/blue-logo.png") no-repeat;
	position: relative;
	bottom: 84px;
}

.TeamSpacer
{
	width: 100%;
	height: 12px;
}

.TeamInfo
{
	margin-left: 43px;
	width: 779px;
}

.TeamInfo div
{
	width: 153px;
	border-left: 1px solid #80b5da;
	display: inline;
	padding-left: 5px;
}

.TeamContent
{
	padding-left: 43px;
}

.TeamContent a
{
	color: #4E4B4C;
}

/* End Team Styles */

/* Contact Styles */

.ContactDiv
{
	padding-top: 15px;
}

.ContactLeft
{
	margin-left: 23px;
	padding-left: 30px;
}

.ContactRight
{
	margin-right: 23px;
}

/* End Contact Styles */

/*Generic Classes */

.CB
{
	clear: both;
	overflow: hidden;
}

.DN
{
	display: none;
}

.FL
{
	float: left;
}

.FR
{
	float: right;
}

.MA
{
	margin-left: auto;
	margin-right: auto;
}

.TC
{
	text-align: center;
}

.TL
{
	text-align: left;
}

.TR
{
	text-align: right;
}

/* End Generic Classes */