html, body{
	text-align:center;
	background-color: #efe3e0;
	font-size: 12px;
	font-family:   Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
	color: #666666;
} 



a {
	color: #862243;
	text-decoration: none;
}
a:visited {
	color:#DB7093;
	text-decoration: none;}
a:hover {color: #564b47;}
a:active {
	text-decoration: none;
}

/* ----------banner for logo-------------- */


#logo {
	text-align: right;
	background-color: #efe3e0;
	padding: 0px;
	margin: 0px;
	border: 0px;
	background-image: url(../i/wcwav_logo4.gif);
	background-position: right top;
	background-repeat: no-repeat;
	height: 70px;
}



/* ----------banner for ffone-------------- */


#ffone {
	text-align: center;
	background-color: #efe3e0;
	padding: 10px;
	margin: 0px;
	width: 50%;
	float: left;
	position: inherit;
	font-family:  Trebuchet MS, optima, Helvetica, sans-serif;
	font-size: medium;
	line-height: 90%;
	font-weight: bold;
	color: #555F55;
}


/* -------------  Text Styles  ----------- */ 


h1 {
	font-size: 11px;
	text-transform:uppercase;
	color:#ffffff;
	background-color: #8b5585;
	border-top:1px solid #564b47;
	border-bottom:1px solid #564b47;
	padding:5px 15px;
	margin:0px;
	text-align: right;
	}

h2 {
	font-size:20px;
	font-weight: normal;
	padding: 5px 10px;
	margin:0px;
	}

h3 {
	font-size: smaller;
	text-transform:uppercase;
	color:#ffffff;
	background-color: #8b5585;
	border-top:1px solid #564b47;
	border-bottom:1px solid #564b47;
	padding:5px 15px;
	margin:0px;
	font-weight: lighter;
}
h4 {
	font-size: medium;
	text-transform:uppercase;
	color:#663333;
	margin:0px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
p	{
	font-size: 13px;
	font-family:    Arial, Helvetica, sans-serif;
	color:#564b47;
	font-weight: normal;
}


#quote {
	font-size: 17px;
	font-weight: bold;
	color: #7F5F55;
	width: 100%;
	margin-bottom: 30px;
	margin-top: 5px;
	padding-right: 30px;
	text-align: left;
}
#btxt {
	color: #7F5F55;
	width: 100%;
	margin-bottom: 30px;
	padding-right: 0px;
	text-align: justify;
}

#txtleft {
	color: #FFFF00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	text-transform: capitalize;
	line-height: normal;
	float: left;
	font-weight: bold;
	margin-left: 20px;
	text-decoration: underline overline blink;
	margin-top: 5px;
	clear: both;
}

#maincol ul, td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: normal;
	list-style-position: inside;
	list-style-type: square;
}
#maincol  td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
}
/* ---------------Layout------------------ */ 

#pagewidth{
	width:800px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	height: auto;
	display: inherit;
} 


 
#header{
	position:relative;
	height:97px;
	width:100%;
	overflow: visible;
} 
 
#leftcol{
	width:190px;
	float:left;
	position:static;
	background-color:#EFE3E0;
	height: auto;
	clear: none;
	margin-bottom: 10px;
 }
 
#maincol{
	background-color: #FFFFFF;
	float: right;
	display:block;
	position: relative;
	width:70%;
	height: inherit;
	background-image: url(../i/cflwr.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 180px;
	padding-left: 20px;
	clear: left;
 }
 #maincol table {
	background-color: #FFFFFF;
	width: 100%;
 }
 #maincol td {
	background-color: #CCCCCC;
 } 
 #btxt  td {
	background-color: #fff;
	
 }
#footer{
	clear:left;
	padding:0px;
	margin:0px;
	text-align: right; } 
 

 
 /* *** Float containers fix: *** */ 
 
 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}

/* ------------Main Nav------------------- */


#nav, #nav ul { /* all lists */
	padding: 0;
	list-style: none;
	width : 150px;
	color: #FFFF00;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	}
	
	#nav li { /* all list items */
	position : relative;
	float : left;
	line-height : 1.5em;
	margin-bottom : -1px;
	width: 152px;
	}
	
	#nav li ul { /* second-level lists */
	position : absolute;
	left: -999em;
	margin-left : 13.05em;
	margin-top : -12pt;
	display: block;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
	width: 12em;
	w\idth : 12em;
	display : block;
	color : #632136;
	font-weight : normal;
	text-decoration : none;
	background-color : #F4C9F5;
	border : 1px solid white;
	padding : 0 0.5em;
	line-height: 13pt;
	}
	
	#nav li a:hover {
		color : #FFFFFF;
		background-color : #8b5585;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
	
	#content {
		margin-left : 12em;
	}

/* --------------------------------------- */
#coveryt {
	clear:none;
	text-align: center;
	height: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	display: block;
	color: #FF0000;
	width: 160px;
	background-color: #8B5585;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-transform: capitalize;
	letter-spacing: 1px;
	vertical-align: middle;
	float: none;
	background-image: url(../i/tracksbg.gif);
}
#coveryt a a:active a:visit a:hover {
	color: #000000;
}
#coveryt a:visit  {
	color: #ffffff;
}
.servmen {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	height: 20px;
	width: 200px;
	background-color: #8B5585;
	margin-top: 10px;
	border: 1px solid #FFFFFF;
	display: block;
	position: fixed;
	visibility: visible;
	float: left;
	clear: none;
	padding-left: 5px;
}
