/* COMPANY: Deelicious Web Design */
/* TITLE: Wyoming County Business Center */
/* DESCRIPTION: Stylesheet for WCBC Website. */
/* UPDATED: 3/12/07 */

/*---- TAGS ----------------------------------------------------------*/

body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color: #626262;
	margin: 0;
	font-family: "Lucida Grande", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	color: #333333;
}
a { text-decoration: underline; }

a:link { color: #DF4A36; }

a:visited { color: #DF7E65; }

a:hover {
	background-color: #DF4A36;
	color: #FFFFFF;
}

h1 {
	font-size: 26px;
	color: #4F7111;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	background-image: url(../images/header_bar.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	line-height: 1.2em;
}
h2 {
	font-size: 18px;
	color: #333333;
	line-height: 1.2em;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #4F7111;
	font-weight: normal;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #333333;
	font-weight: normal;
}
h4 a {
	margin: 0px;
}
blockquote {
	font-style: italic;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #4F7111;
	line-height: 1.4em;
	padding: 5px;
}

/*---- DIVS ----------------------------------------------------------*/

#header {
	margin: auto;
	height: 228px;
	width: 760px;
}
#footer {
	color: #999999;
	font-size: 10px;
}
#footer a {
	color: #CCCCCC;
}
#wrapper {
	width: 750px;
	border: 5px solid #FFFFFF;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	background-color: #E5F0D0;
	overflow: hidden;
	background-image: url(../images/bk_wrapper.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#main {
	float: right;
	width: 485px;
	_width: 483px;
	position: relative;
	padding: 15px;
	list-style-image: url(../images/leaf_bullet.gif);
}
#main li{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#leftside {
	float: left;
	position: relative;
	width: 214px;
	height: auto;
}
#sidebar {
	background-image: url(../images/why_wyoming.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 75px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	width: 214px;
	
}
#sidebar p {
	font-style: italic;
}
#sidebar ul {
	margin-left: 0px;
	list-style-type: circle;
	padding-left: 18px;
}

/*---- CLASSES ----------------------------------------------------------*/

.date {
	font-style: italic;
	color: #8B8E8A;
	line-height: 0px;
}
.dotLine {
	position:relative;
	border-bottom: 1px dotted #4F7212;
	clear: both;
	margin: 10px 0px;
}
.clear {
	clear: both;
	margin: 50px;
}
.border {
	border: 1px solid #626262;
	display: block;
}
.table {
	border: 1px solid #626262;
	background-color: #FFFFFF;
	text-align: left;
}
.rtphoto {
	border: 1px solid #626262;
	float: right;
	margin: 3px 0px 3px 10px;
}
.ltphoto {
	border: 1px solid #626262;
	float: left;
	margin: 3px 10px 3px 0px;
}
.fineprint {
	font-size: 10px;
	font-style: italic;
	text-align: right;
}

/*---- NAVIGATION ----------------------------------------------------------*/

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 234px;
	background-color: #E5F0D0;
}
#nav li {
	margin: 0px;
	padding: 0px;
}
#nav a {
	text-decoration: none;
	font-size: 13px;
	_height: 13px;
	_width: 224px;
	padding: 8px 5px;
	border-bottom: 1px solid #FFFFFF;
	display: block;
}
#nav a:link {
	font-weight: bold;
	color: #4E4F4E;
	text-decoration: none;
}
#nav a:visited {
	font-weight: bold;
	color: #4E4F4E;
	text-decoration: none;
}

#nav a:hover { background: #B7D389; }

#nav ul li ul {
	background-color: #FFFFFF;
	list-style:square;
	padding: 0px 0px 0px 30px;
	width: 204px;
}
#nav ul li ul li a {
	font-size: 11px;
	_height: 13px;
	_width: 194px;
	padding: 3px 5px 3px 5px;
	border-bottom: none;
	display: block;
}
#navigation ul { display: none; }

.wyoming #navigation li.wyoming ul,
.sites #navigation li.sites ul,
.empire #navigation li.empire ul,
.dairy #navigation li.dairy ul
{ display: block; padding-bottom: 0.5em; }

/*---- SITES PAGE ----------------------------------------------------------*/

#sitesTable {
	width: 100%;
	padding: 0;
	margin: 10px 0px 0px 0px;
}
#sitesTable th {
	font-weight: bold;
	text-align: left;
	padding: 5px;
	background: #FFF;
	color: #4F7111;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #90908F;
	border-bottom-color: #90908F;
	width: 50%;
}
#sitesTable td {
	padding: 5px;
}
#sitesTable tr.alt {
	background-color: #E5F0D0;
}

/*---- FOR PRINT ----------------------------------------------------------*/

#contact {display:none}
