@charset "utf-8";
/* CSS Document */

/* @group global reset */
/* Don't forget to set a foreground and background color on the 'html' or 'body' element! For more information on the current state of Global Reset visit http://meyerweb.com/eric/thoughts/2007/04/12/reset-styles */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 1;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	text-align: left;
	vertical-align: top;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
q:before, q:after, blockquote:before, blockquote:after {
	content: "";
}
/* @end global reset */

/* @group base html */
body, td, th {
	color: #000000;
}
body {
	background-color: #f3f3f3;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(img/gsc_bg.jpg);
	background-position: left;
	background-position: top;
	background-repeat:repeat-x;
	color:#5d5d5d;
}
a {
	text-decoration: underline;
}
a:link {/* unvisited link */
	color:#86130f;
	text-decoration: underline;
}
a:visited {/* visited link */
	color:#86130f;
	text-decoration: underline;
}
a:hover { /* mouse over link */
	color:#86130f;
	text-decoration: underline;
}
a:active {/* selected link */
	color:#86130f;
}
h1 {
	color: #5d5d5d;
	margin: 20px 0 10px;
	font: bold 20px "Times New Roman", Times, Georgia, serif;
	letter-spacing: .05em;
}
h2 {
	color: #5d5d5d;
	margin: 10px 0;
	font: bold 16px "Times New Roman", Times, Georgia, serif;
	letter-spacing: .05em;
}
h3 {
	color: #5d5d5d;
	margin: 10px 0;
	font: bold 14px "Times New Roman", Times, Georgia, serif;
	letter-spacing: .05em;
}
h4 {
	color: #5d5d5d;
	margin: 10px 0;
	font: bold 13px "Times New Roman", Times, Georgia, serif;
	letter-spacing: .05em;
}
h5 {
	color: #5d5d5d;
	margin: 10px 0;
	font: bold 12px "Times New Roman", Times, Georgia, serif;
	letter-spacing: .05em;
}
h6 {
	color: #5d5d5d;
	margin: 10px 0;
	font: bold 11px "Times New Roman", Times, Georgia, serif;
	letter-spacing: .05em;
}
p {
	font-size: 12px;
	line-height: 1.4em;
	margin: 10px 0;
	font-weight: normal;
}
p b {
	color: #56004e;
}
table {
	font-size: 12px;
	margin: 10px 0;
	width:100%;
}
table tr td b {
	font-size: 14px;
	color: #56004e;
	display: block;
	padding: 10px 0 10px;
}
legend {
	margin:10px 0 0;
	padding:0;
	font-weight: bold;
}
label {
	margin: 10px 0 4px;
}
fieldset {
	clear:both;
}
hr {
	clear: both;
	border: none;
	border-bottom: #1a1818 solid 1px;
	height: 1px;
	padding: 0 0 10px;
}
dd {
	font-size:12px;
	line-height: 1.2em;
}
dt {
	margin-top: 10px;
	color: #56004e;
	font-size: 14px;
	font-weight: bold;
}
pre {
	line-height:1.5em;
	font-family:Courier, monospace;
	font-size:1.05em;
}
/* @end base html */
#page_wrapper {
	float: left;
	width: 100%;
	height: 100%;
}
#page {
	width: 880px;
	margin: 0 auto;
	position: relative;
}
#header_container {
	float:left;
	width:880px;
	height:160px;
}
#gsc_logo {
	float:left;
	width:232px;
	height:97px;
	margin-top:42px;
	background-image:url(img/gst_logo.jpg);
	background-position:left;
	background-repeat:no-repeat;
}
#nav_container {
	float:right;
	width:616px;
	height:27px;
	/*height:98px;*/
	margin-top:54px;
	margin-right:15px;
	/*border:1px solid red;*/
}
.letter {
	padding:42px 30px 0px 0px;
	*padding:62px 30px 0px 0px;
	_padding:37px 13px 0px 0px;
	text-align:right;
}
#nav {
	float:right;
	height:27px;
	width:616px;
	margin-right:25px;
	text-align:right;
}
#nav ul, li, ol {
	margin: 0;
	padding: 0;
	border: 0;
}
#nav a {
	display: block;
	height: 27px;
	text-indent: -9999px;
}
#nav li {
	list-style: none;
	float: left;
}
#nav li.nav_home a {
	background:url(img/nav_home.jpg) no-repeat;
	width: 54px;
}
#nav li.nav_about a {
	background: url(img/nav_about_us.jpg) no-repeat;
	width: 77px;
}
#nav li.nav_news a {
	background: url(img/nav_news.jpg) no-repeat;
	width: 50px;
}
#nav li.nav_specials a {
	background: url(img/nav_specials.jpg) no-repeat;
	width: 70px;
}
#nav li.nav_community a {
	background: url(img/nav_community.jpg) no-repeat;
	width: 92px;
}
#nav li.nav_customer a {
	background: url(img/nav_customer.jpg) no-repeat;
	width: 124px;
}
#nav li.nav_customer_resources a {
	background: url(img/nav_customer_resources.jpg) no-repeat;
	width: 155px;
}
#nav li.nav_contact a {
	background: url(img/nav_contact.jpg) no-repeat;
	width: 73px;
}
#nav li.nav_home a:hover {
	background: url(img/nav_home.jpg) no-repeat 0 -27px;
}
#nav li.nav_about a:hover {
	background: url(img/nav_about_us.jpg) no-repeat 0 -27px;
}
#nav li.nav_news a:hover {
	background: url(img/nav_news.jpg) no-repeat 0 -27px;
}
#nav li.nav_specials a:hover {
	background: url(img/nav_specials.jpg) no-repeat 0 -27px;
}
#nav li.nav_community a:hover {
	background: url(img/nav_community.jpg) no-repeat 0 -27px;
}
#nav li.nav_customer a:hover {
	background: url(img/nav_customer.jpg) no-repeat 0 -27px;
}
#nav li.nav_customer_resources a:hover {
	background: url(img/nav_customer_resources.jpg) no-repeat 0 -27px;
}
#nav li.nav_contact a:hover {
	background: url(img/nav_contact.jpg) no-repeat 0 -27px;
}

/*<group=level 2>*/
#nav ul ul { display:none; } 

#nav li:hover ul { display:block; } 

#nav li ul {	
	display: block;
	visibility: hidden;
	position: absolute;
	left: 0px;
	width: 226px;
	margin: 0;
}

#nav li:hover ul {
	visibility: visible;
	z-index: 100;
}

#nav li.about ul {
	background: none;
	height: 25px;
	margin-left: 156px;
}

* html #nav li.about ul {
	margin-left: 156px;
}

#nav li.nav_about li.about_telephone a { background: url(img/about_telephone.jpg) no-repeat; width: 86px; height: 21px; margin-left:283px; margin-top:-9px; }
#nav li.nav_about li.about_internet a { background: url(img/about_internet.jpg)  no-repeat; width: 86px; height: 20px; margin-left:283px; }


/*#nav li.nav_services li.serv_repair a:hover { background: url(img/serv_repair_proccess.jpg) no-repeat 0 -41px; }
#nav li.nav_services li.serv_delivery a:hover { background: url(img/serv_delivery_classification.jpg) no-repeat 0 -25px; }*/


/* News */
#nav li.news ul {
	background: none;
	height: 25px;
	margin-left: 156px;
}

* html #nav li.nav_news ul {
	margin-left: 156px;
}

#nav li.nav_news li.news_telephone a { background: url(img/about_telephone.jpg) no-repeat; width: 86px; height: 21px; margin-left:358px; margin-top:-9px; }
#nav li.nav_news li.news_internet a { background: url(img/about_internet.jpg)  no-repeat; width: 86px; height: 20px; margin-left:358px; }

/* Specials */
#nav li.specials ul {
	background: none;
	height: 25px;
	margin-left: 156px;
}

* html #nav li.nav_specials ul {
	margin-left: 156px;
}

#nav li.nav_specials li.specials_telephone a { background: url(img/about_telephone.jpg) no-repeat; width: 86px; height: 21px; margin-left:408px; margin-top:-9px; }
#nav li.nav_specials li.specials_internet a { background: url(img/about_internet.jpg)  no-repeat; width: 86px; height: 20px; margin-left:408px; }

/* Customer Pages */
#nav li.customer ul {
	background: none;
	height: 25px;
	margin-left: 156px;
}

* html #nav li.nav_customer ul {
	margin-left: 156px;
}

#nav li.nav_customer li.customer_telephone a { background: url(img/about_telephone.jpg) no-repeat; width: 86px; height: 21px; margin-left:478px; margin-top:-9px; }
#nav li.nav_customer li.customer_internet a { background: url(img/about_internet.jpg)  no-repeat; width: 86px; height: 20px; margin-left:478px; }

/* Customer Resources */
#nav li.customer_resources ul {
	background: none;
	height: 25px;
	margin-left: 156px;
}

* html #nav li.nav_customer_resources ul {
	margin-left: 156px;
}

#nav li.nav_customer_resources li.customer_resources_telephone a { background: url(img/about_telephone.jpg) no-repeat; width: 86px; height: 21px; margin-left:600px; margin-top:-9px; }
#nav li.nav_customer_resources li.customer_resources_internet a { background: url(img/about_internet.jpg)  no-repeat; width: 86px; height: 20px; margin-left:600px; }

/* contact */
#nav li.contact ul {
	background: none;
	height: 25px;
	margin-left: 156px;
}

* html #nav li.nav_contact ul {
	margin-left: 156px;
}

#nav li.nav_contact li.contact_telephone a { background: url(img/about_telephone.jpg) no-repeat; width: 86px; height: 21px; margin-left:737px; margin-top:-9px; }
#nav li.nav_contact li.contact_internet a { background: url(img/about_internet.jpg)  no-repeat; width: 86px; height: 20px; margin-left:737px; }
		
		
/* customer level 3 */
#nav li.contact ul {
	background: none;
	height: 25px;
	margin-left: 156px;
}

* html #nav li.navcustomer li.nav_customer_telephone ul {
	margin-left: 156px;
}

#nav li.nav_customer li.customer_telephone li.customer_how a { background: url(img/3_how_to_make_payments.jpg) no-repeat; width: 203px; height: 21px; margin-left:564px; margin-top:-21px; }
#nav li.nav_customer li.customer_telephone li.customer_sign a { background: url(img/3_sighs_up_for_online_billing.jpg) no-repeat; width: 203px; height: 17px; margin-left:564px; margin-top:0px; }	
#nav li.nav_customer li.customer_telephone li.customer_login a { background: url(img/3_login_to_online_billing.jpg) no-repeat; width: 203px; height: 20px; margin-left:564px; margin-top:0px; }	
#nav li.nav_customer li.customer_telephone li.customer_local a { background: url(img/3_local_calling_area.jpg) no-repeat; width: 203px; height: 19px; margin-left:564px; margin-top:0px; }	

/*</group>*/

#footer_container {
	float:left;
	/*width:880px;*/
	width:870px;
	height:50px;
	background-image:url(img/footer_hr.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	margin-top:50px;
	/*border:1px solid red;*/
}
#footer_left {
	float:left;
	width:350px;
	margin-left:20px;
	margin-top:20px;
}
#footer_right {
	float:right;
	width:340px;
	margin-right:20px;
	margin-top:20px;
 	text-align:right;
}
#footer_right a {
	margin-left:24px;
	text-decoration: none;
}
#footer_right a:link {/* unvisited link */
	color:#5d5d5d;
}
#footer_right a:visited {/* visited link */
	color:#5d5d5d;
}
#footer_right a:hover { /* mouse over link */
	color:#5d5d5d;
	text-decoration: underline;
}
#footer_right a:active {/* selected link */
	color:#5d5d5d;
}

/* Expandable Divs */
.section {
	padding: 0;
	overflow: hidden; /* height adjustment hack for FF. */
	width: 880px;
	text-align: left;
}
.section h5 {
	color: #007ec3;
	margin: 0;
	font-size: 115%;
/*		padding: 0 0 3px 5px;
	background-color: #ccc;*/
	line-height: 70px;
/*	background-image:url(img/contact_us.jpg);
	background-position:left top;
	background-repeat:no-repeat;*/
}
.section h5 img {
	vertical-align: bottom;/*	padding-bottom: 1px;*/
}
.floatingIcon {
	float: right;
	margin-right: 0px !important;
	margin-right: 0px; /* stupid IE6 */
	margin-top: 10px;
	margin-left: 0px;
}
.floatingIcon a img {
	width: 30px;
	height: 27px;
	border: 0;
	-moz-opacity: 0.70;
	opacity: 0.70;
	filter: alpha(opacity=70); /* for IE6 */
	display: block; /* for use with js */
	cursor: pointer;
}
.floatingIcon a:hover img, .floatingIcon a img.fade {
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100); /* for IE6 */
}

/* Home */
#home_header {
	float:left;
	margin-left:40px;
	_margin-left:20px;
	height:244px;
	text-align:center;
}
#home_content {
	float:left;
	width:880px;
	min-height:200px;
	list-style-image:url(img/bul.jpg);
	list-style-position:outside;
	list-style-type:disc;
}
#home_flip_container {
	width:880px;
	float:left;
}
#my_gsc_flip_container {
	float:left;
	width:270px;
	min-height:200px;
}
#my_gsc_flip {
	float:left;
	width:270px;
	height:135px;
}
.flip_text {
	float:left;
	width:270px;
	height:85px;
	padding-top:10px;
}

.flip_text ul {
	padding-left:10px;
	text-transform:none;
	list-style-position:ouside;
}
.flip_go {
	float:left;
	width:270px;
	height:20px;
	text-align:right;
}
.flip_go a{
	text-align:right;
}
#internet_flip_container {
	float:left;
	width:270px;
	margin-left:18px;
}
#internet_flip {
	float:left;
	width:270px;
	height:135px;
}
#telephone_flip_container {
	float:left;
	width:270px;
	margin-left:18px;
}
#telephone_flip {
	float:left;
	width:270px;
	height:135px;
}
#contact_container {
	float:left;
	width:880px;
	margin-top:40px;
	height:70px;
	background-image:url(img/contact_us.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}
#contact_icons {
	float:left;
	margin-top:8px;
	margin-left:175px;
}
#cat {
	margin-top:30px;
	float:left;
	width:880px;
	height:105px;
	background-image:url(img/contact_us_bg.jpg);
	background-position:left;
	background-repeat:no-repeat;
}
#contact_left_container {
	float:left;
	width:320px;
	margin-left:25px;
}
#contact label {
	float:left;
	width:50px;
	color:#FFF;
}
#contact input {
	float:left;
	width:240px;
}
#contact textarea {
	float:left;
	width:410px;
	height:60px;
}
#contact_right_container {
	float:left;
	width:500px;
}
#contact_right_bottom {
	float:left;
	width:485px;
	margin-top:4px;
}
#contact_required {
	float:left;
	margin-left:70px;
	margin-top:10px;
	color:#FFF;
}
#contact_sent {
	float:right;
	width:70px;
	height:22px;
}

/* Internet */
#internet_left {
	float:left;
	width:595px;
	margin-left:13px;
}
#internet_right {
	float:left;
	width:254px;
	/*margin-top:135px;*/
	margin-top:19px;
}
#internet_right_img {
	float:left;
	width:254px;
}
#internet_right_calendar {
	float:left;
	width:254px;
	height:42px;
}
#internet_right_text {
	float:left;
	width:254px;
}
#internet_left_text {
	float:left;
	width:535px;
	padding-left:8px;
	padding-bottom:45px;
	line-height:1.5em;
}
#internet_left_bulls {
	float:left;
	width:500px;
	margin-left:28px;
}
/*
#internet_left_bulls ul, li {
	list-style-image:url(img/newbull.gif);
	list-style-position:inside;
	list-style-type:disc;
	line-height:2em;
	font-weight:bold;
	text-transform:uppercase;
}
*/

/* Special2 */
#special_left {
	float:left;
	/*width:795px;*/
	width:820px;
	margin-left:13px;
}
#special_left_text {
	float:left;
	width:435px;
	padding:0px;
	/*padding-left:8px;*/
	padding-bottom:45px;
	line-height:1.5em;
}
#special_right_text {
	float:left;
	width:335px;
}
#special_right_text ul {
	margin:0px;
	padding:0px;
	/*margin-top:5px;*/
	list-style:none;
	/*border:1px solid red;*/
}
#special_right_text li {
	/*height: auto;
	width: auto;
	line-height: normal;*/
	list-style:none;
	line-height:18px;
	text-decoration:none;
	padding:0px 0px 10px 25px;
	margin-left:0px;
/*	list-style:url(img/bul-arrow.gif);*/
	background-image: url(img/bul-arrow.gif);
	background-repeat:no-repeat;
	background-position: 0 .2em;
	/*border:1px solid red;*/
}
#special_right_text li strong {
	color:#c4261d;
}

.special_left_row {
	float:left;
	/*width:795px;*/
	width:820px;
	height:auto;
	font:normal 10px/14px Verdana, Geneva, sans-serif!important;
	color:#555555;
	padding:0px;
	margin:0px 0 0 13px;
	/*border:1px solid red;*/
}
.special_left_row p {
	float:left;
	/*width:795px;*/
	width:820px;
	height:auto;
	font:normal 10px/14px Verdana, Geneva, sans-serif!important;
	color:#555555;
	padding:15px 0px 0px 0px;
	margin:0px;
	/*border:1px solid red;*/
}
.special_left_row p.NoBottomSpace {
	float:left;
	/*width:795px;*/
	width:820px;
	height:auto;
	font:normal 10px/14px Verdana, Geneva, sans-serif!important;
	color:#555555;
	padding:0px 0px 0px 0px;
	margin:0px;
	/*border:1px solid red;*/
}
.special_left_row p.right {
	text-align:right;
}
.special_left_row span {
	font:bold 12px/16px Verdana, Geneva, sans-serif;
	color:#555555;
	padding:0px;
	margin:0px 0 0px 0px;
	/*border:1px solid red;*/
}
/*.special_left_row p span {
	font:bold 12px/16px Verdana, Geneva, sans-serif;
	color:#555555;
	padding:0px;
	margin:0px;
}*/
.special_left_row.lineBttm {
	border-bottom:2px dashed red;
	margin:10px 0px 35px 13px;
}
.special_left_colLeft {
	float:left;
	width:303px;
	height:auto;
}
.special_left_colLeft1 {
	/*float:left;*/
	width:303px;
	height:auto!important;
	height:105px;
	min-height:105px;
	background: url(img/bg_special_colLeft.gif) no-repeat top left;
	font:bold 20px/26px Tahoma, Geneva, sans-serif!important;
	color:#ffffff;
	text-align:center;
	padding:13px 0 0 0;
}
.special_left_colLeft1 strong {
	font:bold 24px/24px Tahoma, Geneva, sans-serif!important;
	color:#ffffff;
	text-align:center;
}
.special_left_colLeft1 span {
	font:normal 16px/24px Tahoma, Geneva, sans-serif!important;
	color:#ffffff;
	text-align:center;
}
.special_left_colLeft1 span strong {
	font:bold 16px/24px Tahoma, Geneva, sans-serif!important;
	color:#ffffff;
	text-align:center;
}
.special_left_colLeft2 {
	/*float:left;*/
	width:303px;
	height:auto!important;
	height:209px;
	min-height:209px;
	background: url(img/art-pic-specialTime.jpg) no-repeat bottom left;
	/*font:bold 20px/24px Tahoma, Geneva, sans-serif!important;
	color:#ffffff;
	text-align:center;*/
}
.special_left_colLeft3 {
	/*float:left;*/
	width:303px;
	height:auto!important;
	height:209px;
	min-height:209px;
	background: url(img/art-pic-specialSignUp.jpg) no-repeat bottom left;
	/*font:bold 20px/24px Tahoma, Geneva, sans-serif!important;
	color:#ffffff;
	text-align:center;*/
}
.special_left_colRight {
	float:left;
	/*width:795px;*/
	width:470px;
	height:auto;
	margin-left:30px;
}
.special_left_colRight ul {
	margin:0px;
	padding:0px;
	/*margin-top:5px;*/
	list-style:none;
	/*border:1px solid red;*/
}
.special_left_colRight li {
	/*height: auto;
	width: auto;*/
	background: url(img/bul-special-arrow1.gif) no-repeat 0 .25em;
	font:bold 18px/24px Tahoma, Geneva, sans-serif;
	color:#555555;
	padding:0px 0px 15px 25px;
	margin-left:0px;
	list-style:none;
	/*text-decoration:none;*/
	/*border:1px solid red;*/
}
.special_left_colRight li span {
	font:bold 18px/24px Tahoma, Geneva, sans-serif;
	color:#dc001b;
}
.special_left_colRight li.smallTxt {
	font:normal 14px/24px Tahoma, Geneva, sans-serif;
	color:#555555;
}
.special_left_colRight li.smallTxt span {
	font:normal 14px/24px Tahoma, Geneva, sans-serif;
	color:#dc001b;
}
.special_left_colRight li.smallTxt span strong {
	font:bold 14px/24px Tahoma, Geneva, sans-serif;
	color:#dc001b;
}
.special_left_colRight li.bigTxt {
	font:bold 26px/24px Tahoma, Geneva, sans-serif;
	color:#555555;
}
.special_left_colRight li.smallTxtBullet {
	background: url(img/bul-special-arrow2.gif) no-repeat 0 .55em;
	font:bold 12px/24px Tahoma, Geneva, sans-serif;
	color:#555555;
}
.special_left_colRight li.smallTxtBullet span {
	font:bold 12px/24px Tahoma, Geneva, sans-serif;
	color:#dc001b;
}

.special_left_colRight li.NoBullet {
	background: none;
}
.special_left_colRight li.NoBottomSpace {
	padding:0px 0px 0px 25px;
}
/*.special_left_colRight li.Last {
	padding:0px 0px 15px 25px;
}*/


/* My GSC */
#mygsc_header {
	float:left;
	width:850px;
	margin-left:6px;
	height:202px;
}
#mygsc_left_container {
	float:left;
	width:400px;
}
.mygsc_block_container {
	float:left;
	width:400px;
	min-height:100px;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#b5b5b5;
}
.mygsc_block_left {
	float:left;
	height:85px;
	width:64px;
	margin-top:14px;
}
.mygsc_header_text {
	padding-bottom:20px;
	padding-top:10px;
	line-height:1.5em;
}
.mygsc_block_right_container {
	float:left;
	width:336px;
	margin-top:14px;
}
.my_gsc_block_img {
	float:left;
	width:336px;
}
.my_gsc_block_text {
	float:left;
	width:336px;
	padding-top:10px;
	line-height:1.5em;
	padding-bottom:10px;
}
#mygsc_right_container {
	float:left;
	width:400px;
	margin-left:40px;
}
.my_gsc_hr {
	float:left;
	width:400px;
	height:6px;
	background-image:url(img/mygsc_hr.jpg);
	background-position:left;
	background-repeat:no-repeat;
	margin-top:5px;
}
.my_gsc_access {
	float:left;
	width:124px;
	height:73px;
	padding-top:8px;
	padding-bottom:8px;
}
.my_gsc_access_center {
	float:left;
	width:124px;
	height:73px;
	margin-left:12px;
	margin-right:12px;
	padding-top:8px;
	padding-bottom:8px;
}
.my_gsc_access_container {
	float:left;
	width:400px;
}
.home_ul ul, li {
	font-weight:normal;
	line-height:1.5em;
	text-transform:none;
}
