@charset "utf-8";
body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#gs_container {
	width: 1024px; /* this overrides the text-align: center on the body element. */
	float: left;
	height: 716px;
	z-index: 300;
	background-color: #000;
}
#gs_text1_container {
	width: 1024px; /* this overrides the text-align: center on the body element. */
	float: left;
	height: 716px;
	z-index: 300;
	background-color: #999999;
}

#gs_header_container {
	float: left;
	height: 92px;
	width: 1024px;
	background-image: url(../images/gs_logo.png);
}
#gs_port_lclear {
	float: left;
	height: 570px;
	width: 62px;
}
#gs_port_container {
	float: left;
	height: 570px;
	width: 900px;
}
#gs_port_lcontainer {
	float: left;
	height: 570px;
	width: 450px;
}
#gs_port_rcontainer {
	float: left;
	height: 570px;
	width: 448px;
	padding-left: 2px;
}
#gs_port_rclear {
	float: left;
	height: 570px;
	width: 62px;
}
#gs_contact_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	text-align: left;
	float: left;
	height: 570px;
	width: 900px;
	color: #666;
	float: left;
	padding-top: 100px;
}

#gs_nav_container {
	float: left;
	height: 52px;
	width: 1024px;
}
#gs_nav_lclear {
	float: left;
	height: 52px;
	width: 62px;
}
#gs_nav_1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #F7901E;
	font-weight: bold;
	height: 34px;
	width: 750px;
	text-align: center;
	float: left;
	padding-top: 18px;
}
#gs_nav_2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #F7901E;
	font-weight: bold;
	height: 34px;
	width: 100px;
	text-align: center;
	float: left;
	padding-top: 18px;
}	
#gs_nav_3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #F7901E;
	font-weight: bold;
	height: 34px;
	width: 50px;
	text-align: center;
	float: left;
	padding-top: 18px;
}
#gs_nav_rclear {
	float: left;
	height: 52px;
	width: 62px;
}
#gs_footer_bkg_container {
	height: 52px;
	width: 1024px;
	float: left;
}
#gs_foot_copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	float: left;
	height: 25px;
	width: 800px;
	color: #666;
	vertical-align: middle;
}
#gs_siteupdate {
	height: 25px;
	width: 174px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: bold;
	color: #666;
	text-align: center;
	float: left;
	vertical-align: middle;
}
.Text {
	border-left-width: thin;
	border-left-style: ridge;
	border-left-color: #3B6E8F;
}
.list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	list-style-type: disc;
	color: #FFFFFF;
	text-align: left;
}
