﻿/* CSS Document */

/************************************ Cross-Site Styles ********************************************/

* {
	margin:0;
	padding:0
}
html{
	height:100%;
} 
body{
	height:100%;
	text-align:center;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	font-variant: normal;
	text-align:left;
}
a:link {
}
a:visited {
}
a:hover {
}
a:active {
}
#container {
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:15px;
	z-index: 0;
	padding: 1px;
	overflow: hidden;
	border-width: 2px;
	border-style: solid;
	width: 800px;
	\width: 806px;
	w\idth: 800px;
}
#header {
	z-index: 1;
	height: 180px;
	clear: both;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
#midsection {
	clear: both;
	float: left;
	width: 800px;
	z-index: 1;
	height: 100%;
}
#bottom {
	clear: both;
	float: left;
	height: 35px;
	width: 800px;
	z-index: 1;
	border-top-width: 1px;
	border-top-style: solid;
}

#banner {
	float: left;
	height: 150px;
	z-index: 2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	width: 600px;
}
#logo {
	float: left;
	height: 150px;
	z-index: 2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	width: 200px;
}
#nav {
	float: left;
	width: 200px;
	z-index: 2;
}
#content {
	min-height: 325px;
	height:auto !important;
	height: 325px;
	z-index: 2;
	padding-top: 0px; /*change back to 15px, temporary for consistancy with Teri's sites */
	padding-right: 35px;
	padding-bottom: 15px;
	padding-left: 35px;
	float: right;
	width: 530px;
	\width: 600px;
	w\idth: 530px;	
}
#content ul, ol {
	margin-left: 20px;
	padding-bottom: 10px;
}
#content ul li, ol li {
	font-weight: normal;
	padding-bottom: 5px;
	line-height: normal;
}
#content ul {
	padding-left: 0px;
	list-style-type: none;
}	
#content ul li {
	padding-left: 15px;
	background-image: url(images/cssImages/li_bullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#content ol {
	padding-left: 15px;
}
#content ol li {
	padding-left: 1px;
}
#content li li {
	padding-left: 20px;
}
#content p {
	padding-bottom: 10px;
}
#content h1, h2, h3, h4, h5, h6 {
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#content h1 {
	font-size: 24px;
	font-weight: 400;
}
#content h2 {
	font-size: 16px;
	font-weight: bold;
}
#content h3 {
	font-size: 16px;
	font-weight: bold;
}
#content h4 {
	font-size: 13px;
	font-weight: 600;
}
#content h5 {
	font-size: 13px;
	font-weight: 600;
}
#content h6 {
	font-size: 13px;
	font-style: italic;
	font-weight: 600;
}
#content .pdf {
	background-image: url(images/cssImages/icon_PDF.gif);
	margin-left: -4px;
	padding-left: 17px;
}
#content .doc {
	background-image: url(images/cssImages/icon_word.gif);
	margin-left: -4px;
	padding-left: 17px;
}
#content .folder {
	background-image: url(images/cssImages/icon_folder.gif);
	margin-left: -4px;
	padding-left: 17px;
}
#content .link {
	background-image: url(images/cssImages/icon_IE.gif);
	margin-left: -4px;
	padding-left: 17px;
}
#content blockquote {
	text-align: left;
	margin-left: 25px;
	margin-right: 25px;
	border-width: 1px;
	border-style: dotted;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#toplinks {
	clear: both;
	float: right;
	z-index: 2;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-size: 10px;
	text-align: right;
	padding-top: 0px;
	padding-right: 10px;
	height: 18px;
	width: 790px;
	\width: 800px;
	w\idth: 790px;
}
#relatedlinks {
	z-index: 3;
	width: 200px;
}
#footleftspacer {
	float: left;
	height: 27px;
	z-index: 2;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	width: 200px;
	\width: 201px;
	w\idth: 200px;
	/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	height: 26px;
}
#foot {
	width: 599px;
	z-index: 2;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-size: 10px;
	text-align: center;
	height: 26px;
}
.toplinks a:link {
	text-decoration: none;
}
.toplinks a:visited {
	text-decoration: none;
}.toplinks a:hover {
	text-decoration: none;
}.toplinks a:active {
	text-decoration: none;
}

.content a:link {
	text-decoration: underline;
}
.content a:visited {
	text-decoration: underline; 
}
.content a:hover {
	text-decoration: underline;
}
.content a:active {
	text-decoration: underline; 
}
#foot a:link {
	text-decoration: none;
}
#foot a:visited {
	text-decoration: none; 
}
#foot a:hover {
	text-decoration: none;
}
#foot a:active {
	text-decoration: none;
}
.divide {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 3px;
	margin-bottom: 10px;
	text-align: center;\
	height: 43px; /* delete, temporary for consistancy with Teri's sites */
	margin-bottom: 30px; /* delete, temporary for consistancy with Teri's sites */
}
.profile {
	padding-bottom: 0px;
	width: 458px;
	overflow: hidden;
	margin: 15px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.profilepic {
	float: left;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: 10px;
	border-width: 2px; 
	border-style: solid;
}
.profiletext {
	float: left;
	width: 289px;
}

/******************************** Site Specific Styles *******************************************/

body,td,th {
	color: #000;
}
a:link {
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	color: #333;
}
a:active {
	color: #666;
}
#container {
	background-color: #FFF;
	border-color: #858481;
}
#header {
	background-color: #5B6056;
	border-bottom-color: #FFF;
	background-image: url(images/BG_GreenGradient.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#midsection {
	background-color: #D1CEBC;
}
#bottom {
	background-color: #5B6056;
	border-top-color: #FFF;
	background-image: url(images/BG_GreenGradient.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#banner {
	border-bottom-color: #FFF;
	background-repeat: no-repeat;
	background-color: #313d4f;
	background-image: url(images/WCCbanner_02.jpg);
}
#logo {
	background-color: #FFF;
	border-bottom-color: #FFF;
	background-repeat: no-repeat;

	background-image: url(images/WCCbanner_01.jpg);
}
#content {
	background-color: #FFF;
}
#content h1 {
	color: #4D0000;
}
#content h2 {
	color: #4D0000;
}
#content h3 {
	color: #000000;
}
#content h4 {
	color: #4D0000;
}
#content h5 {
	color: #000000;
}
#content h6 {
	color: #000000;
}
#content blockquote {
	border-color: #D1CEBC;
}
#toplinks {
	border-bottom-color: #FFF;
	color: #FFF;
}
#footleftspacer {
	background-color: #D1CEBC;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
}
#foot {
	border-bottom-color: #FFF;
	background-color: #D1CEBC;
	color: #363636;
}
.toplinks a:link {
	color: #FFF;
}
.toplinks a:visited {
	color: #FFF;
}
.toplinks a:hover {
	color: #D1CEBC;
}
.toplinks a:active {
	color: #FFF;
}
.content a:link {
	color: #9A100F;
}
.content a:visited {
	color: #9A100F; 
}
.content a:hover {
	color: #333333;
}
.content a:active {
	color: #9A100F; 
}
#foot a:link {
	color: #363636;
}
#foot a:visited {
	color: #363636;
}
#foot a:hover {
	color: #5B6056;
}
#foot a:active {
	color: #363636;
}
.divide {
	border-bottom-color: #4E0000;
}
.profile {
	border-top-color: #D1CEBC;
	border-right-color: #D1CEBC;
	border-bottom-color: #D1CEBC;
	border-left-color: #D1CEBC;
}
.profilepic {
	border-color: #000000;
}
