/* @override 
	http://l/gshnj/css/style.css
	http://gshnj.org/css/style.css
*/

/* CSS Document */

/* PALETTE :
blue: #315C84
green: #569161
purple: #990B50
pink: #E77FBB
lt grey: #CDD0C5
dk grey: #666666
orange: #CC3C0B
brown: #252525
*/

#main-container {
	width: 800px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

body {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	background-color: #686868;
}

/* BEGIN HEADER */

#header-top {
	width: 800px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	border: 0px;
	background: #ffffff;
	position: relative;
	font-size: 10px;
	border-bottom: 5px solid #009B3A;
}

#header-top h1 {
	width: 223px;
	height: 84px;
	margin: 0;
}

#header-top h1 a {
	display: block;
	height: 100%;
	width: 100%;
	text-indent: -9999px;
	margin: 0;
	background: url(../images/header/header-gshlogo.gif);
}

#header-top-nav {
	position: absolute;
	top: 30px;
	left: 240px;
	width: 550px;
	text-align: right;
	color: #00b2cd;
}

#header-top-nav a {
	color: #00b2cd;
	font-weight: bold;
	padding: 0 4px;
	text-decoration: none;
}

#header-top-nav a:hover {
	text-decoration: underline;
}

#header-search {
	width: 290px;
	position: absolute;
	top: 50px;
	left: 500px;
	text-align: right;
	color: #15A3C2;
}
#header-search .searchbox {
	border: 1px solid #15A3C2;
	padding: 1px 0 1px 0;
	margin: 0;
	font-size: 11px;
}
#header-search #Submit {
	vertical-align: bottom;
}

#header-middle {
	height: 210px;
}

#header-gs-logo {
	float: left;
	width: 220px;
}

#header-slides {
	position: relative;
	overflow: hidden;
	height: 209px;
	cursor: pointer;
}

.header-navigation-container {
	width: 800px;
	height: 28px;
	background: #00b2cd;
	border-top: 1px solid #00b2cd;
	border-bottom: 3px solid #BFDA5C;
	text-align: left;
}

.header-navigation-table {
	font-size: 11px;
	font-weight: bold;
	line-height: 11px;
	color: #FFFFFF;
}

.header-navigation-table a {
	font-size: 11px;
	font-weight: bold;
	line-height: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

.header-navigation-table a:hover {
	color: #ccf2fa;
}

.header-navigation-link {
	padding-left: 9px;
	padding-right: 4px;
	padding-bottom: 4px;
}

.header-navigation-spacer {
	width: 2px;
	height: 28px;
	background: url('../images/header/header-nav-spacer1.gif') top no-repeat;
}

#search-table {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

#search-table a {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

#search-table a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: underline;
}

#search-table .spacer {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	margin-right:15px;
	margin-left: 15px;
}

#search-table .searchbox {
	height: 15px;
	font-size: 11px;
	font-weight: normal;
}

/* END HEADER */

/* BEGIN PAGE CONTENT */
#pagecontent {
	width: 800px;
	/*ie hack */
  	min-height:300px;
  	height:auto !important;
  	height:300px;
	/*end ie hack */
	font-size: 12px;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	float: left;
	background: #FFFFFF;
	color: #686868;
}

#pagecontent a:link {
	color: #29567A;
}

#pagecontent a:visited {
	color: #29567A;
}

#pagecontent a:hover {
	text-decoration: none;
	color: #E06A43;
}

#pagecontent .body {
	font-family: Arial, Helvetica, sans-serif;
	color: #686868;
}

#pagecontent .body a:link {
	color: #00b2cd;
	text-decoration: none;
	border-bottom: 1px dotted #999;
}

#pagecontent .body a:visited {
	color: #29567A;
}

#pagecontent .body a:hover {
	color: #00b2cd;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}


#pagecontent .body table.title,
#pagecontent .body h2 {
	color: #b9cf38;
	font-weight: bold;
	font-size: 16px;
	font-family: verdana, sans-serif;
	margin-top: 1ex;
}

#pagecontent .body span.title {
	color: #686868;
	font-weight: bold;
	font-size: 13px;
	font-family: verdana, sans-serif;
	text-transform: uppercase;
}

#pagecontent .body .title a:link {
	color: #686868;
}

#pagecontent .body .title a:visited {
	color: #29567A;
}

#pagecontent .body .title a:hover {
	text-decoration: none;
	color: #00b2cd;
}

#pagecontent .body .greylink a {
	font-family: Arial, Helvetica, sans-serif;
	color: #4F484F;
	text-decoration: underline;
}

#pagecontent .body .greylink a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #4F484F;
	text-decoration: none;
}

.search-result-link {
	font-family: Arial, Helvetica, sans-serif;
	color: #315C84;
	font-weight: bold;
	text-decoration: underline;
}


/* END PAGE CONTENT */

/* BEGIN HOMEPAGE SIDEBAR */
.sidebar, .sidebar td {
	background: #b9cf38;
}

#pagecontent .sidebar a:link {
	color: white;
	border-bottom-color: #fff;
}

#pagecontent .sidebar a:hover {
	color: #49f;
	border-bottom-color: #49f;
}

.sidebar-blue {
	color: #29567A;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.sidebar-blue a {
	color: #29567A;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}

.sidebar-blue a:hover {
	text-decoration: none;
}

.sidebar td.g_buttons {
	font-size: 6px;
	line-height: 1;
}

.sidebar td.g_buttons img {
	margin-bottom: 0;
	display: block;
	width: 220px;
	height: 30px;
}

#pagecontent .sidebar td.g_buttons a,
#pagecontent .sidebar td.g_buttons a:hover {
	border-bottom-width: 0;
}

#pagecontent .sidebar table {
	width: 220px;
}
#main-container #pagecontent .sidebar table td p a {
	display: block;
	padding: 0 20px;
	border-bottom-width: 0;
	text-decoration: underline;
}

/* END HOMEPAGE SIDEBAR */

/* BEGIN FOOTER */
#footer {
	width: 800px;
	float: left;
	background: #585858;
	color: #fff;
	font-size: 11px;
	border-bottom: 5px solid #00B2CD;
	margin-bottom: 10px;
}

#footer-svc {
	margin: 0;
	width: 100%;
	height: 26px;
	text-indent: -9999px;
	background: url(../images/footer/footer-service-center.gif) no-repeat 500px 0;
}

#footer table th,
#footer table td {
	padding: 4px 0;
	text-align: left;
}

#footer a {
	color: white;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted white;
}

#footer a:hover {
	border-bottom: 1px dotted #686868;
}

#footer table {
	width: 720px;
	margin: 10px auto;
}

#sub-footer {
	background: white;
	font-size: 10px;
	text-align: center;
	padding: 10px;
	line-height: 1.5;
}

#sub-footer a {
	color: #00B2CD;
}

#sub-footer a:hover {
	color: #00B2CD;
	text-decoration: none;
}

/* END FOOTER */

/* BEGIN SITEMAP */
.sitemap-main {
	font-size: 12px;
	font-weight: normal;
	color: #315C84;
	text-decoration: underline;
}

a:hover.sitemap-main {
	text-decoration: none;
}

.sitemap-sub {
	font-size: 12px;
	font-weight: normal;
	color: #315C84;
	text-decoration: underline;
	margin-left: 30px;
}

a:hover.sitemap-sub {
	text-decoration: none;
}
/* END SITEMAP *?

