/* 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.head {
	background: url(../images/accessHeader.gif) no-repeat;
	color: #FFF;
}
#accessPanel p#contact {
	background: url(../images/accessFooter.gif) no-repeat 0 100%;
}
#accessPanel div#login {
	background: url(../images/accessFooter.gif) no-repeat 0 100%;
}
#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;
}
#pageContent-head a {
	color: #FFF;
	text-decoration: none;
}
#userTypeNav li a {
	background: url(../images/tabR.gif) no-repeat 100% 0;
	color: #FFF;
	text-decoration: none;
}
div > #userTypeNav li a:hover {
	background-position: 100% -25px;
}
#userTypeNav li.active a {
	background: url(../images/tabR-active.gif) no-repeat 100% 0;
}

/* ###LISTS */
#accessPanel li {
	border-bottom: 1px solid #CCC;
}
#announcements li {
	background: #FFF;
	border: 1px solid #DDD;
}
#pageContent-head ul li {
	background: url(../images/tabBorder.gif) repeat-y 100% 0;
}
#userTypeNav li {
	background: url(../images/tabL.gif) no-repeat 0 0;
}
#userTypeNav li:hover {
	background-position: 100% -25px;
}
#userTypeNav li.active {
	background: url(../images/tabL-active.gif) no-repeat 0 0;
}


/* ###FORMS */
input {
	background: #F7F7F7;
	border: 1px solid #CCC;
	color: #999;
}
input#loginBtn {
	background: #F7F7F7 url(../images/buttonBG.gif) no-repeat 0 0;
	border: none;
	color: #FFF;
}

/* ###TABLES */
tr {
	border-bottom: 1px dotted #69C;
}
tr th {
	background: #006;
}

/* ###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;
}


/* ###LISTS */
#pageContent-head li {
	line-height: 32px;
}


/* ###FORMS */
#login input {
	font-size: x-small;
}

/* ###TABLES */
caption {
	font-style: italic;
	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;
}
#masthead {
	margin: 10px 0 12px;
}
#pageContainer {
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 780px;
}
div#pageFooter {
	height: 50px;
	padding: 28px 20px 0;
}

/* ###TEXT */
h1 {
	margin-bottom: .6em;
}
h2 {
	height: 35px;
	margin: 0 0 .4em -17px;
	overflow: hidden;
	padding: 1px 17px 4px 17px;
	width: 471px;
}
h3 {
	margin-bottom: .4em;
}
div#accessPanel {
	float: left;
	margin: -15px 0 20px 19px;
	width: 224px;
}
#accessPanel p.head {
	height: 36px;
	padding: 10px 10px 0;
}
#accessPanel p#contact {
	height: 40px;
	padding: 0 10px;
}
#accessPanel div#login {
	height: 40px;
	margin-top: 10px;
	padding: 0 10px;
}
#announcements {
	float: left;
	margin-left: 20px;
	width: 220px;
}
#pageContent {
	overflow: auto;
	position: relative;
	width: 100%;
}
#pageContent-body {
	float: left;
	padding: 20px;
	width: 480px;
}
#pageContent-body p {
	margin-bottom: 1.1em;
}
#pageContent-head {
	height: 32px;
}
#pageFooter address {
	float: left;
}
#pageFooter p {
	text-align: right;
}
#pageFooter p#phoneNum {
	float: right;
	margin-left: 10px;
	padding-left: 10px;
}

/* ###LINKS */
#userTypeNav a {
	display: block;
	float: left;
	height: 25px;
	padding: 0 8px;
	width: .1em;
}
/* fix IE 6 hack */
div > #userTypeNav a {
	width: auto;
}
/* Commented backslash hack hides rule from IE5 Mac \*/
#userTypeNav a {
	float: none;
}
/* End IE5-Mac hack */
#userTypeNav li.active a {
	height: 30px;
}


/* ###LISTS */
ul {
	line-height: 1.4em;
}
li {
	list-style: square;
	margin: .6em 0;
}
#accessPanel ul {
	line-height: 1.3em;
	margin: 0 10px 15px;
	padding: 0;
}
#accessPanel li {
	list-style: none;
	padding: .5em 0;
	margin: 0;
}
#announcements ul {
	margin: 0 0 3em 0;
	padding: 0;
}
#announcements li {
	line-height: 2em;
	list-style: none;
	overflow: hidden;
	padding: .6em;
}
#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%;
}
#userTypeNav {
	height: 38px;
	margin: 0;
	padding: 0;
}
#userTypeNav li {
	float: left;
	line-height: 25px;
	list-style: none;
	margin: 0 2px 0 0;
	white-space: nowrap;
}


/* ###FORMS */
input {
	line-height: 18px;
}
input#loginBtn {
	height: 18px;
	margin-left: 5px;
	width: 50px;
}


/* ###TABLES */
caption {
	margin: 0 20px;
	padding-bottom: .2em;
}
table {
	width: 480px;
	border-collapse: collapse;
	margin: 0 20px 2em;
}
td, th {
	text-align: left;
	padding: .3em;
}

/* ###IMAGES */
#announcements img {
	margin-bottom: 2em;
}
#announcements li img {
	float: left;
	margin: 0 10px 0 0;
}

