@charset "utf-8";


/* GENERAL CSS SETTINGS */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}
a {
	color: #003399;
	text-decoration: none;
}
a:hover {
	color: #6699CC;
	text-decoration: underline;
}
p.caption {
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	text-transform: lowercase;
	margin: 3px !important;
}
p.image {
	text-align: center;
}
p.caption img {
	margin: 3px !important;
}
p.menuHelp {
	margin: 2px 15px 0px 25px;
	font-size: 10px;
	font-weight: bold;
}
/* END GENERAL CSS SETTINGS */


/* MAIN SITE HOLDING CONTAINER */
div#container {
	width: 790px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
/* MAIN SITE HOLDING CONTAINER */


/* TOP MASTHEAD AREA */
div#masthead {
	width: 790px;
	height: 176px;
	background: #fff url(../images/gs/masthead_gs.jpg) top no-repeat;
}
/* END TOP MASTHEAD AREA */


/* MENU AND TABS */
div#menuWrap {
	margin: 0;
	width: 790px;
	clear: both;
	padding-top: 115px;
}
div#menu {
	float: left;
	width: 320px;
	height: 36px;
	margin: 0;
	padding: 0;
	background-color: #47617c; /* change background behind the drop-down menus */
	margin-top: 25px;
	margin-left: 10px;
	text-align: center;
}
#menu, #menu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: left;
}
#menu li { /* all list items */
	float: left;
	width: 106px; /* width needed or else Opera goes nuts */
	height: 36px;
	display: block;
	margin: 0;
	padding: 0;
	/*overflow: hidden;*/
}

/* 
FOR ITEMS BELOW YOU NEED TO CHANGE <DEFAULT> TO THE PROPERTY CLASS SELECTED FOR THIS SITE.
IF MORE THAN ONE PROPERTY, COPY AND CHANGE <DEFAULT> FOR EACH.
YOU CAN SEPCIFY DIFFERENT BACKGROUND IMAGES FOR EACH PROPERTY
*/

/* LEFT-SIDE DROPDOWN MENU SPECIFIC ITEMS */


#menu li#gs { /* main drop-down */
	background-image: url(../images/gs/menu-gs.gif);
}
#menu li#gs-int { /* interactive drop-down */
	background-image: url(../images/gs/menu-gs-int.gif);
}
#menu li#gs-Print { /* print drop-down */
	background-image: url(../images/gs/menu-gs-Print.gif);
}
#menu li ul li.gs { /* allows you to overide the drop-down menu background color for each property */
	background-color: #C32830 !important;
}
#menu li#gs:hover,
#menu li#gs-int:hover,
#menu li#gs-Print:hover { 
	/* displays the alternate image when menu is hovered over, need to add these three for each property. will have to be changed if image height changes */
	background-position: 0 -36px;
}


/* END LEFT-SIDE DROPDOWN MENU SPECIFIC ITEMS */

#menu li a {
	display: block;
	width: 106px;
	height: 36px;
	text-decoration: none;
	color: #f5faff;
	font-weight: bold;
	font-size: 13px;
}

#menu li ul { /* second-level lists */
	position: absolute;
	/*background-color: #47617c;*/
	width: 210px;
	border: 2px solid #333;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index: 100;
}
#menu li ul li {
	height: auto;
	margin: 0;
	padding: 0;
	float: none;
	background-color: #47617c;
	width: 210px;
}
#menu li ul li a {
	width: 198px;
	height: auto;
	padding: 3px 6px;
	display: block;
}
#menu li ul li a:hover {
	background-color: #333;
	color: #fff;
}

#menu li:hover ul ul, #menu li.sfhover ul ul {
	left: -999em;
}

#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
div#tabWrap {
	float: right;
	width: 450px;
	height: 61px;
	overflow: hidden;
	margin: 0;
	margin-right: 10px;
	padding: 0;
	z-index: 2;
}
ul#tabs {
	float: right;
	margin: 0;
	padding: 0;
}
ul#tabs li {
	float: left;
	height: 61px;
	list-style-image: none;
	list-style-type: none;
	width: 75px;
}
ul#tabs a {
	display: block;
	height: 61px;
	/*overflow: hidden; turn these back on if you want to hide short name
	text-indent: 10000em;*/
	text-decoration: none;
	width: 75px;
	color: #fff;
	font-weight: 500;
}
ul#tabs a div.shortName { /* displays property short name over tab */
	text-align: center;
	width: 75px;
	height: 20px;
	font-family: "MS Reference Sans Serif",Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	padding-top: 5px;
}
/* 
FOR ITEMS BELOW YOU NEED TO CHANGE <DEFAULT> TO THE PROPERTY CLASS SELECTED FOR THIS SITE.
IF MORE THAN ONE PROPERTY, COPY AND CHANGE <DEFAULT> FOR EACH.
YOU CAN SEPCIFY DIFFERENT BACKGROUND IMAGES FOR EACH PROPERTY
*/

/* RIGHT-SIDE TAB SPECIFIC ITEMS */


ul#tabs a#gs { /* image for each property tab - you can change this */
	background-image: url(../images/gs/tab-gs.gif);
}
div#tabWrap .background-gs { /* allows you to change the background behind the tabs */
	width: 100%;
	margin-top: 25px;
	height: 36px;
	/*background-color: #47617c;*/
	z-index: 1;
}



/* END RIGHT-SIDE TAB SPECIFIC ITEMS */

ul#tabs a:hover { 
	/* displays the alternate image when hovered over. will have to change if image height changes */
	background-position: 0 -61px;
}

ul#tabs a.selected, ul#tabs a.selected:hover {
	/* displays the alternate image when hovered over. will have to change if image height changes */
	background-position: 0 -61px;
}
/* END MENU AND TABS */


/* NAVIGATION FOOTER */
div#menuFooter {
	width: 770px;
	margin-left: 10px;
	margin-right: 10px;
	height: 8px;
	background: #000 url(../images/gs/bottom-bar.gif) no-repeat;
}
/* END NAVIGATION FOOTER */


/* BREADCRUMB AREA */
table#locContainer {
	width: 770px;
	margin: 15px 10px 10px 10px;
	text-align: center;
	border-top: 1px dashed #d0d0d0;
	border-bottom: 1px dashed #d0d0d0;
	font-size: 10px;
}
td#location {
	font-weight: bold;
	text-align: left;
}
td#dateContact {
	text-align: right;
}
/* END BREADCRUMB AREA */


/* MAIN CONTENT CONTAINER AND WRAPPER */
div#content {
	width: 790px;
	background: #fff url(../images/gs/content-bg.gif) repeat-y;
	text-align: left;
	
}
div#contentWrap {
	clear: both;
	margin: 0;
	width: 790;
}
/* END MAIN CONTENT CONTAINER AND WRAPPER */


/* RIGHT SIDE CONTENT */
div#contentRight {
	float: right;
	width: 450px;
	margin-right: 10px;
}
div#contentRight p {
	margin: 10px 10px;
}
div#contentRight h1 {
	margin: 10px 10px;
	font-weight: bold;
	font-size: 14px;
	color: #336699;
	border-bottom: 1px solid #000;
}
div#contentRight li {
	padding: 2px;
	margin: 2px;
}
div#contentRight h1 span {
	font-weight: normal;
	font-size: 11px;
	color: #000;
}
/* END RIGHT SIDE CONTENT */


/* LEFT SIDE CONTENT */
div#contentLeft {
	float: left;
	width: 318px;
	margin-left: 10px;
	border-right: 1px dotted #e0e0e0;
}
div#contentLeft p {
	margin: 10px 15px;
	font-size: 11px;
}
div#contentLeft img {
	text-align: center;
	margin-top: 10px;
}
div#contentLeft h1 {
	margin: 10px 10px;
	font-weight: bold;
	font-size: 13px;
	color: #336699;
	border-bottom: 1px solid #000;
}
div#contentLeft ul {
	margin-left: 15px;
	margin-right: 10px;
	padding-left: 15px;
	padding-right: 10px;
	list-style: square;
	font-size: 11px;
}
div#contentLeft ul li {
	padding: 2px;
}
/* END LEFT SIDE CONTENT */


/* FOOTER */
div#footer {
	width: 790px;
	background: #fff url(../images/gs/footer-bg.gif) top;
	height: 30px;
	clear: both;
}
/* END FOOTER */
