/* CSS Document */

	body
	{
		margin: 0;
		padding: 0;
		font: 85% arial, hevetica, sans-serif;
		text-align: center;
		color: #505367;
		background-color: #D6D6D6;
	}
	
	#container
	{
		margin: 1em auto;
		width: 770px;
		text-align: left;
		background-color: #ffffff;
		border: 1px solid black;
	}
	
	#header
	{
		height: 275px;
		background-color: #cccccc;
	}
	/* ------------------------ main nav links --------------------------*/
	
	#navlist img {
	text-decoration: none;
	border: none;
	}
	
	#navlist li
	{
		padding: 0;
		margin-top: 0px;
		display: inline;
		list-style-type: none;
		padding-right: 15px;
	}

	#mainnav ul {
		padding: 0;
		margin-top: 0px;
		margin-bottom: 0px;
	}
	
	#mainnav
	{
		margin-top: 0px;
		margin-bottom: 0px;
		padding-top: 5px; 
		padding-left: 15px;
		color: #000000;
		font: 85% arial, hevetica, sans-serif;
		height: 20px;
		background-color:#a6a7ab;
		border-top: 1px solid #999999;
		overflow: hidden;
	}
	
	#mainnav a:link 
	{ 
		color:#000;
		text-decoration: none;  
	}

	#mainnav a:visited { 
		color: #333333;
		text-decoration: none;
		}   /* #004D79 */
	
	#mainnav a:hover, #mainnav a:active
	{
		color: #ffffff;
		text-decoration: none;
		/* background-color: #1F1F1F; */
	}
	
	#secondnav
	{
		height: 5px/*0.4em*/;
		background-color:#b80808;
		overflow:hidden;
	}

	#rightColumn
	{
		float: right;
		width: 270px;
		height: 100px;
		/* background-color: yellow;*/
	}
	
	.address {
	font-size: 85%;
	margin-left: 30px;
	}
	
		/* -------------- contents styling---------------- */
		#contents
	{
		margin-right: 280px;
		margin-left: 20px;
		height: auto;
		padding-bottom: 20px;
		/* background-color:#66FF33;*/
	}
	
	#contents h1 {
		background: url(images/wlogo.jpg) left no-repeat;
		font: 106% Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #b61616;
		text-indent: 30px;
		margin-top: 15px;
		margin-bottom: 0px;
	}
	
		#contents h2 {
		background: url(images/wlogo.jpg) left no-repeat;
		font: 106% Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #b61616;
		text-indent: 30px;
		margin-top: 15px;
		margin-bottom: 0px;
	}
	
	#contents p {
	color: #2f2f2f;
	font-size: 85%;
	margin-top: 5px;
	margin-bottom: 5px;
	}
	
	#contents ul {
	font: 90% Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
	#contents li {
	margin-top: 0px;
	}
	
	#contents a:link{
	text-decoration: none;
	color:#333333;
	}
	
	#contents a:visited { 
		color: #000; 
		text-decoration: none;
		}   /* #004D79 */
	
	#contents a:hover, #contents a:active
	{
		color: #b80808;
		text-decoration: none;
		/* background-color: #1F1F1F; */
	}
	/* --------------- contents plant ------------------*/
	
	#contentsPlant
	{
		margin-left: 20px;
		margin-right: 20px;
		height: auto;
		padding-bottom: 20px;
		/* background-color:#66FF33;*/
	}
	
		#contentsPlant h1 {
		background: url(images/wlogo.jpg) left no-repeat;
		font: 106% Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #b61616;
		text-indent: 30px;
		margin-top: 15px;
		margin-bottom: 0px;
	}
	
	.clear {
	clear: both;
	}
	
	#contentsPlant img {
	text-decoration: none;
	border: none;
	}
	
	/* #contentsPlant p {
	color: #2f2f2f;
	font-size: 85%;
	margin-top: 5px;
	margin-bottom: 5px;
	}
	
	#contentsPlant ul {
	font: 90% Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	}
	
	#contentsPlant li {
	margin-top: 0px;
	} */
	
	#contentsPlant a:link{
	text-decoration: none;
	color:#333333;
	}
	
	#contentsPlant a:visited { 
		color: #000; 
		text-decoration: none;
		}   /* #004D79 */
	
	#contentsPlant a:hover, #contentsPlant a:active
	{
		color: #b80808;
		text-decoration: none;
		/* background-color: #1F1F1F; */
	}
	
	/* ------------------- ad styling ------------------- */ 
	
	#ad {
	margin-right: 20px;
	margin-left: 20px;
	}
	
	.ad {
	margin-right: 20px;
	margin-left: 20px;
	}
	
	.adRed {
	font: 130% Arial, Helvetica, sans-serif;
	color: #990000;
	font-weight: bold;
	}
	
	.adGrey {
	font: 130% Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
	}
	
	.adGreySpec {
	font: 110% Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: bold;
	}
	
	.adGreyb {
	font: 180% Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
	}
	
	
	
		/* ------------------------footer links ---------------*/
		
	#footer a:link 
	{ 
		color:#000;
		text-decoration: none;  
	}

	#footer a:visited { 
		color: #000; 
		text-decoration: none;
		}   /* #004D79 */
	
	#footer a:hover, #footer a:active
	{
		color: #ccc;
		text-decoration: none;
		/* background-color: #1F1F1F; */
	}
	
	#footer
	{
		padding-top: 3px;
		color: #000000;
		clear: both;
		height: 20px;
		font-size: 70%;
		background-color:#b80808;
		border-top: 10px solid #7d7779;
	}
	
	.bold{
	font-weight: bold;
	}
	
	.red {
	color: #b80808;
	}
	
	.redbold {
	color: #b80808;
	font-weight: bold;
	}
	
	.center {
	text-align: center;
	}
	
	.floatRight {
	margin-top: 0px;
	float: right;
	}
	
	.floatRightBox {
	padding-right: 13px;
	margin-top: 0px;
	float: right;
	}
	
	.floatRightBox img{
	text-decoration: none;
	border: none;
	}
	
	.floatLeft {
	float: left;
	padding-right:10px;
	}
	
	.skip {
	float: left;
	width: 1px;
	height: 1px;
	}
	
	.skip img {
	text-decoration: none;
	border: none;
	}
	
	.big {
	color: #666666;
	font: 140% Arial, Helvetica, sans-serif;
	font-weight: bold;
	}
	
	/* ------------------------Right column styling ---------------*/
	.box {
  	width: 255px;
 	background: url(images/botBox_dg.gif) no-repeat bottom left;
	/* padding: 10px; */
  	}
	
	.boxPad {
	margin-left: 40px;
	}
	
	.boxPadimg {
	margin-left: 6px;
	}
	
	.box p {
	font-size: 85%;
	margin-bottom: 5px;
	margin-top: 0px;
	padding-left: 10px; 
	padding-right: 10px;
	color: #CCCCCC; 
  	}
	
	.box h3 {
 	margin-bottom: 0px;
  	padding: 3px 8px 5px 35px; 
  	font-size: 90%;
  	color: #F2F2F2;
  	/* border-bottom: 1px solid #6B2424; */
  	background: url(images/topBox.gif) no-repeat top left;
	text-decoration: none;
  	}
	
	#rightColumn div.inner p {
	padding-top: 3px;
	font-size: 80% ;
	}
	
	#rightColumn div.inner a {
	/* font: 80% Arial, Helvetica, sans-serif;*/
	text-decoration: none;
	color: #b86f6f;
		}
	
	#rightColumn div.inner a:visited {
	color:#666666;
	}
	
	#rightColumn div.inner a:hover{
	color: #811212;
	}
	
	#rightColumn div.inner
	{
	margin: 0;
	padding: 0px 10px 0px 10px ;
	}
	
	#rightColumn div.innerbox
	{
	margin: 0;
	padding: 0px 20px 10px 20px ;
	}
	
	/* ---------- just added to style lists ---------- */
	
	#rightColumn ul{
	margin-top: 2px;
	}
	
	.textSize {
	font: 85% Arial, Helvetica, sans-serif;
	}
	
	#rightColumn a:link{
	text-decoration: none;
	color:#333333;
	}
	
	#rightColumn a:visited { 
		color: #000; 
		text-decoration: none;
		}   /* #004D79 */
	
	#rightColumn a:hover, #rightColumn a:active
	{
		color: #b80808;
		text-decoration: none;
		/* background-color: #1F1F1F; */
	}
	/* ------------------------wee box styling ---------------*/
	
	.weebox {
  	width: 125px;
 	background: url(images/wee_botBox.gif) no-repeat bottom left;
	padding: 0px; 
  	}
	
	.weeboxPad {
	margin-left: 6px;
	}
	
	.weeboxPadimg {
	margin-left: 6px;
	}
	
	.weebox p {
	font-size: 85%;
	margin-bottom: 5px;
	margin-top: 0px;
	padding-left: 10px; 
	padding-right: 10px;
	color: #CCCCCC; 
  	}
	
	.weebox h3 {
 	margin-bottom: 0px;
  	padding: 3px 8px 5px 25px; 
  	font-size: 90%;
  	color: #F2F2F2;
  	/* border-bottom: 1px solid #6B2424; */
  	background: url(images/wee_topBox.gif) no-repeat top left;
	text-decoration: none;
  	}
	
	/* ------------ float fix ---------------- */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
