/* GSBC */
/* ============================================================================= */
/* 1. colors, backgrounds, borders, link indication */
/* ============================================================================= */

/* ============================================================================= */
/* ###PAGESTRUCTURE */
body {
	color: #333;
	background: #003 url(../images/pageBG.gif);
}

/* ###TEXT */
h1, h3 {
	color: #006;
}
h2 {
	background: url(../images/h2BG2.gif) no-repeat 0 0;
}
#accessPanel {
	background: url(../images/accessBG.gif) repeat-y;
}
#accessPanel p#contact {
	background: url(../images/accessFooter.gif) no-repeat 0 100%;
}
#loggedIn {
	background: url(../images/loggedInL.gif) no-repeat 0 0;
}
#loggedIn p {
	background: url(../images/loggedInR.gif) no-repeat 100% 0;
}
#loggedIn span {
	background: #F7F7F7;
}
#pageContent {
	background: #F7F7F7;
}
#pageContent-head {
	background: url(../images/pageHeader.gif) no-repeat 0 0;
	color: #FFF;
}
#pageFooter {
	background: url(../images/footerBG.gif) no-repeat 50% 100%;
}
#pageFooter p, #pageFooter address {
	color: #FFF;
}
#pageFooter p#phoneNum {
	border-left: 1px solid #FFF;
}

/* ###LINKS */
a {
	color: #06F;
}
a:hover {
	text-decoration: none;
}
a:focus {
	outline: none;
}
#accessPanel a {
	color: #006;
}
#accessPanel ul li a {
	background: url(../images/listBullet.gif) no-repeat 0 50%;
	border-bottom: 1px solid #CCC;
}
#accessPanel ul li a:hover {
	background-color: #E2EBF1;
}
#pageContent-head a {
	color: #FFF;
	text-decoration: none;
}
ul.tabs li a {
	border-right: 1px solid #CCC;
	text-decoration: none;
}
ul.tabs li a:hover {
	background: #CCC;
}
ul.tabs li.active a {
	background: #F7F7F7;
}
ul.tabs li.inactive a {
	background: #F7F7F7;
	color: #999999;
}
/* ###LISTS */
#accessPanel ul {
	background: url(../images/accessTop.gif) no-repeat 0 0;
}
#pageContent-head ul li {
	background: url(../images/tabBorder.gif) repeat-y 100% 0;
}
ul.tabs {
	border-bottom: 1px solid #CCC;
}
ul.tabs li {
	background: url(../images/tabBG.gif) repeat-x 0 100%;
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
}
ul.tabs li.active {
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
}
ul.tabs li.inactive {
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
}

/* ###FORMS */
input {
	background: #F7F7F7;
	border: 1px solid #CCC;
	color: #333;
}
input#loginBtn {
	background: #F7F7F7 url(../images/buttonBG.gif) no-repeat 0 0;
	border: none;
	color: #FFF;
}
span.button {
background: #F7F7F7 url(../images/buttonBG.gif) no-repeat 0 0;
float: left;
line-height: 18px;
padding-left: 10px;
}
form.stdForm em {
  color: #f00;
}
form.stdForm fieldset {
	border: none;
	border-top: 1em solid #006;
}
form.stdForm fieldset fieldset {
	border: none;
}

/* ###TABLES */
tr {
	border-bottom: 1px dotted #69C;
}
tr th {
	background: #006;
	color: #FFF;
}

/* ###IMAGES */
img {
	border: none;
	display: block;
}

/* ============================================================================= */
/* 2. font and text properties exclusive of link indication, alignment, text-indent */

/* ============================================================================= */
/* ###PAGESTRUCTURE */
body {
	font: x-small/1.2em Verdana, Arial, Helvetica, sans-serif;
}

/* ###TEXT */
address {
	font-style: normal;
}
h1 {
	font-size: x-large;
	line-height: 1em;
}
h2 {
	font-size: large;
	line-height: 31px;
}
h3 {
	font-size: small;
}
h4 {
	font-size: x-small;
}
#accessPanel p.head {
	font-size: small;
	font-weight: bold;
}
#pageContent-head {
	font-weight: bold;
}
#pageContent-body p {
	font: small/1.3em "Times New Roman", Times, serif;
}

/* ###LINKS */
#accessPanel a {
	font-weight: bold;
	text-decoration: none;
}
ul.tabs li.active {
	font-weight: bold;
}
ul.tabs li.inactive {
	font-weight: lighter;
}
/* ###LISTS */
#accessPanel ul li.sectionName {
	font-style: italic;
	font-size: larger;
	font-variant: small-caps;
}
#pageContent-head li {
	line-height: 32px;
}


/* ###FORMS */
form.stdForm fieldset legend {
	font-weight: bold;
}
form.stdForm em {
  font-weight: bold;
  font-style: normal;
}
#login input {
	font-size: x-small;
}

/* ###TABLES */
caption {
	font-weight: bold;
	text-align: left;
}

/* 3. box properties (exclusive of borders), positioning, alignments, list types, text-indent */

/* ============================================================================= */
/* ###PAGESTRUCTURE */
address, body, h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
}

/* ###TEXT */
h1 {
	margin-bottom: .6em;
}
h2 {
	height: 35px;
	margin: 0 0 .4em -17px;
	overflow: hidden;
	padding: 1px 17px 4px;
	width: 471px;
}
h3 {
	margin-bottom: .4em;
}
div#accessPanel {
	float: left;
	margin: 15px 9px 20px 9px;
	width: 224px;
}
div > div#accessPanel {
	margin: 15px 17px 20px 19px;
}
#accessPanel p#contact {
	height: 40px;
	padding: 0 10px;
}
#announcements {
	float: left;
	margin-left: 20px;
	width: 220px;
}
#masthead {
	margin: 10px 0 12px;
}
#pageContainer {
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 780px;
}
#pageContent {
	overflow: auto;
	position: relative;
	width: 100%;
}
#pageContent-body {
	float: left;
	padding: 20px 0 20px 20px;
	width: 480px;
}
#pageContent-body p {
	margin-bottom: 1.1em;
}
#pageContent-head {
	height: 32px;
	position: relative;
}
#pageContent-head p {
	line-height: 32px;
	margin: 0;
	padding: 0 7px;
}
#pageFooter {
	height: 50px;
	padding: 28px 20px 0;
}
#pageFooter address {
	float: left;
}
#pageFooter p {
	text-align: right;
}
#pageFooter p#phoneNum {
	float: right;
	margin-left: 10px;
	padding-left: 10px;
}
p#loginStatus {
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
}

/* ###LINKS */
#accessPanel ul.sectionNav li a {
	display: block;
	padding: .5em 0 .5em 9px;
}
ul.tabs a {
	display: block;
	float: left;
	height: 25px;
	padding: 0 8px;
	width: .1em;
}
/* fix IE 6 hack */
div > ul.tabs a {
	width: auto;
}
/* Commented backslash hack hides rule from IE5 Mac \*/
ul.tabs a {
	float: none;
}
/* End IE5-Mac hack */


/* ###LISTS */
ul {
	line-height: 1.4em;
}
li {
	list-style: square;
	margin: .6em 0;
}
#accessPanel ul.sectionNav {
	margin: 0 0 15px;
	padding: 5px 10px 0;
}
#accessPanel ul.sectionNav li {
	list-style: none;
	margin: 0;
}
#accessPanel ul li.sectionName {
	padding-top: 1em;
}
#pageContent-head ul {
	margin: 0;
	padding: 0;
}
#pageContent-head li {
	float: left;
	height: 32px;
	list-style: none;
	margin: 0;
	padding: 0 7px;
	white-space: nowrap;
	width: 14%;
}
ul.tabs {
	height: 25px;
	margin: 0 0 2em;
	padding: 0 0 0 10px;
}
ul.tabs li {
	float: left;
	line-height: 25px;
	list-style: none;
	margin: 0 2px 0 0;
	white-space: nowrap;
}


/* ###FORMS */
form.stdForm fieldset {
	padding: .7em 0;
}
form.stdForm label {
	display: block;
	float: left;
	line-height: 2em;
	padding-right: 10px;
	vertical-align: top;
	width: 120px;
}
form.stdForm legend {
	margin: 0;
	padding: 0 .5em 0 0;
}
form.stdForm fieldset ol {
  margin: 0;
  padding: 0;
}
form.stdForm fieldset li {
	clear: left;
	list-style: none;
	padding: .3em 0;
}
form.stdForm fieldset fieldset {
	margin: 3px 0 0;
}
form.stdForm fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.stdForm fieldset fieldset label {
  display: block;
  margin-left: 30px;
  width: auto;
}


/* ###TABLES */
caption {
	margin: 0 20px;
	padding-bottom: .2em;
}
table {
	border-collapse: collapse;
	margin: 0 0 2em;
	width: 100%;
}
td, th {
	text-align: left;
	padding: .3em;
}

/* ###IMAGES */
#announcements img {
	margin-bottom: 2em;
}
#announcements li img {
	float: left;
	margin: 0 10px 0 0;
}
p#breadcrumbs img {
	display: inline;
	margin: 0 .6em 1px;
}
