﻿body {
	background-color: #FFFFFF;
	background-image: url(/webdata/graphics/wc_m_pageResize.gif);
	background-repeat: repeat-x;
	}

#slogan {
	padding-left: 355px;
	}
	
#photo {
	padding-top: 58px;
	padding-left: 178px;
	}
	
#pageTitle {
	position: absolute;
	left: 0px;
	top: 86px;
	}

#logo {
	position: absolute;
	left: 662px;
	top: 97px;
	}
	
/* Breadcruming nav */
.breadCrumb {
	color: #0099CC;
	background-color: #FFFFFF;
	position: absolute;
	left: 25px;
	top: 225px;

	}
.breadCrumb a:link {
	text-decoration:none;
	color:#0099CC;
	}
.breadCrumb a:active {
	text-decoration:none;
	color:#FF0000;
	}
.breadCrumb a:visited {
	text-decoration:none;
	color:#0099CC;
	}
.breadCrumb a:hover {
	text-decoration:underline;
	color:#0066CC;
	}

#contentArea {
	padding-top: 0px;	
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 25px;
	}
#contentGeneral { width:700px; }
	
/* ================================================================== */
/* SEARCH */

.searchInput { border:1px solid #666666; position:relative;top:-3px; width:100px; padding-left:2px; background-color: #FFFFFF; margin-right: 3px; color:#666666; font-size:10px;}
#searchForm { position:absolute;top:58px;left:625px;width:140px; }

/* PRINT BUTTON */	
#printLink {
	position: absolute;
	left: 681px;
	top: 228px;
	cursor: pointer;
	}

#weather {
	position: absolute;
	left: 605px;
	top: 228px;
	cursor: pointer;
	}
	
/* top of page btn */
#top { 
	margin-left:670px;
	padding-top:2px;
	}	
/*
==================================================================== 
FOOTER LINKS 
*/

a.footer:link {
	color:#ffffff;
	text-decoration:none;
	}
a.footer:active {
	color:#ff0000;
	text-decoration:none;
	}
a.footer:visited {
	color:#ffffff;
	text-decoration:none;
	}
a.footer:hover {
	color:#ffffff;
	text-decoration:underline;
	}


/*======================*/
/* footer */

.footerBlock	{
	margin-top: 5px;
	background-image: url(/webdata/graphics/wc_footerResize.gif);
	background-repeat: repeat-x;
	background-color: #43556E;
	background-position: left top;
	color: #FFFFFF;
	height:46px;
	}
#fbg {
	background-image: url(/webdata/graphics/wc_footerBG.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height:46px;
	}

/* Footer Table */
#footpad1 {
	padding-top: 10px;
	padding-right:0px;
	padding-left:25px;
	padding-bottom: 5px;
	/* vertical-align: bottom; */
	}
#footpad2{
	padding-top: 10px;
	padding-right:5px;
	padding-left:50px;
	white-space:nowrap;
	padding-bottom: 5px;
	}

.footerTxt {
	font-size: 10px;
	color: #FFFFFF;
	}

#footLinks { padding-bottom:0px; }
#footAddr { padding-bottom:0px; }
#pageUrl {
	background-color: #394B61;
	color: #FFFFFF;
	padding-left: 202px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: 1px solid #FFFFFF;
	}

