﻿/* Design for WC3 validation */
* 	{
	margin: 0px;
	padding: 0px;
	border: 0px;/*zeroing out the padding, border and margins removes any default settings*/

}

.clearfix:after {/*The peroid is the last thinb before the div closes*/
	content: ".";/*inline elements doin't respond to the clear property*/
	display: block;/*Ensure the peroid is not visible*/
	height: 0;/*Make the container clear the peroid*/
	clear: both;/*Further ensures the peroid is not visible*/
	visibility: hidden;/*Further ensures the peroid is not visible*/
	}
.clearfix {
	display: inline-block;/*A fix for IE mac*/
	}
*html .clearfix {/*the holly hack for a bug in IE6 for Windows*/
	height: 1%;
	}
.clearfix {
	display: block;/*the holly hack for a bug in IE6 for Windows*/
	}
	
a
{
	color : #333333;
	text-decoration : none;
}

a:link
{
	color : #ffffff;
	border-bottom:1px solid #e8ebbd;
}

a:visited
{
	color : #ffffff;
	border-bottom:0px solid #e8ebbd;
}

a:hover
{
	color : #e8ebbd;
	border-bottom:0px solid #e8ebbd;
}

a:active
{
	color : #e8ebbd;
	border-bottom:0px solid #e8ebbd;
}

body{
	font-family : Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color : #333333;
	font-style: normal;
	line-height: 150%;
	background-image:url(img/circ_bkg.jpg);
	background-position:top;
	background-repeat:repeat-x;
	background-color: #221E1f;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.25em;
	line-height: 120%;
	color: #FFFFFF;
}

h1.highlight {
	font-size:2em;
	font-weight: normal;
	color: #ffffff;
	letter-spacing: 1px;
	margin: 30px 0 20px 0;
	font-family: Arial, Helvetica, sans-serif;
}
/* OLD HEADER
h1.highlight {
	font-size:1.5em;
	font-weight: normal;
	color: #FFF;
	margin: 30px 0 20px 0;
	font-family: Arial, Helvetica, sans-serif;
}  */

h2.front {
	font-size:0.85em;
	font-weight:bold;
	color: #6F7177;
	text-align:center;
	letter-spacing: 1px;
}

p, tr, td {
	margin: 10px 0 10px 0;
	font-family : Arial, Helvetica, sans-serif;
	color : #333333;
	line-height: 130%;
	text-align:left;
	font-style: normal;
}

#wrapper {
	width:980px;
	background-color:#FFF;
	margin: 0 auto;	
	margin-top:30px;
}
#head {
	width:980px;
	background-color:#FFF;	
	text-align:right;	
}
#head img {
	 margin-right:20px;
}
#nav {
	margin: 0 auto;
	width:978px;
	height:40px;
	background-image:url(img/nav_bkg.jpg);
	background-position:top;
	background-repeat: no-repeat;
	border:1px solid #fff;
	text-align:center;
	color: #4D4D33;
}

#nav #links a:link {color: #4D4D33;text-decoration:none; font-weight: normal;}
#nav #links a:hover {color:#656543;	text-decoration:underline;}
#nav #links a:visited {color: #4D4D33;text-decoration:none;}

#links {
	margin: 10px 0 0 70px;
}

.mcontentwrapper {
	float: left;
}
.mcontentwrapper h1{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 2em;
	line-height: 120%;
	color: #FFFFFF;
}
.mcontentwrapper h2{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.25em;
	line-height: 120%;
	color: #FFFFFF;
}
.mcontentwrapper a:link a:visited{
	color : #e8ebbd;
	border-bottom:1px solid #e8ebbd;
}
.mcontentwrapper a:hover{
	color : #e8ebbd;
	border-bottom:0px solid #e8ebbd;
}
.mcontentwrapper li{
	list-style-position: inside;
	font-weight: bold;
	line-height: 150%;
	margin-bottom: 8px;
}
.mcontentwrapper p{
	margin-bottom: 8px;	
}
.mcontentwrapper img{
	border:1px solid #fff;	
}

#content {
	width: 980px;
	background-image: url(img/BGcontent.gif);
	background-repeat: no-repeat;
	background-position: top left;
	background-color:#A4A773;
	text-align:left;
	border-top:1px solid #fff;
}

#marquee_area {
	position: absolute;
	width:510px;
	height: 34px;
	text-align:center;
	border:0px solid #ff0000;
	margin-top: 330px;
	margin-left: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #4E4F31;		/*float:left;*/
}
#marquee_area p{
	color: #FFC;
}

#content a:link a:visited{
	color : #e8ebbd;
	border-bottom:1px solid #e8ebbd;
}

#content a:hover{
	color : #e8ebbd;
	border-bottom:0px solid #e8ebbd;
}

#pic {
	float:right;
	width: 580px;
	border:1px solid #A4A773;
		
}
#fade {
	float: right;
	width: 580px;
	height: 447px;
	margin-top: 0;
	background: transparent;
	overflow: hidden; }
	
#picf {
	float:right;
	width: 470px;
	border:1px solid #A4A773;
		
}
#text {
	width:350px;
	text-align:left;
	border:0px solid #ff0000;
	margin: 0 0 0 30px;
	font-weight:normal;
	height: 427px;
		/*float:left;*/
}
#text_scroll {
	width:349px;
	text-align:left;
	padding-right: 0 20px 20px 0;
	margin-top: 20px;
	height: 427px;
	font-weight:normal;
	overflow: scroll;	
}

#textf {
	width:460px;
	text-align:left;
	border:0px solid #ff0000;
	margin: 0 0 0 30px;
	font-weight:bold;
	line-height: 120%;
	font-size: 0.95em;
	overflow: auto;
	/*float:left;*/
}
#textf li{
	list-style-position: inside;
	
}

#newstext {
	width:95%;
	margin: 0 auto;
	text-align: center;
	font-weight:normal;
}

#bulk {
	width:980px;
	margin: 0 auto;
	padding: 0px;
	border:0px solid #ff0000;
	background:#fff url("img/vic-landscaping.png") no-repeat right bottom;
}
#content .but {
	margin: 25px 10px 15px 5px;
	padding: 5px;
	width:160px;
	float:left;
	border: 1px solid #d1cdca;
	text-align:center;
	display: block;
}
#content .but img {
	border:1px solid #d1cdca;
}

.but a:hover {
	border:1px solid #4E4F31;
	color: #4E4F31;
}

#foot {
	width:978px;
	background-color:#A4A773;
	font-size: .9em;
	padding:0px;
	text-align:center;
	border:1px solid #A4A773;
}
#foot p {
	text-align:center;
	/*margin: 10px 0 10px 0;	*/
}

#holder h3 {
	font-size:1.0em;
	font-weight:bold;
	color: #000;
	text-align:center;
	border-bottom:1px dashed #000;
	display:block;
	margin: 5px 0 5px 0;
}
#holder {
	margin-left:auto;
	margin-right:auto; 
	text-align:center;
	padding:10px;
	border:0px solid #F00;
	width:780px;
	
}
div.dropnotice {
	width: 230px;
	/*background-color:#cbaa25;
	background-color:#DCBC3D;*/
	background-color:#fff;
	border: 1px solid #fff;
	padding:10px;
	margin: 10px;
	float:left;
	text-align:left;
	display:none;
	font-style:normal;
	
}
div.dropnotice ul {
	
	margin: 10px;
}
div.dropnotice ul li {
	margin: 5px 0 5px 35px;
}

div.dropnotice h3 {
	background-color:#fff;
}
div.notice {
	width: 330px;
	/*background-color:#cbaa25;
	background-color:#DCBC3D;*/
	background-color:#fff;
	border: 1px solid #fff;
	padding:10px 10px 10px 50px;
	margin: 10px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	
}
div.notice ul {
	
	margin: 10px;
}
div.notice ul li {
	margin: 5px 0px 5px 40px;
}

div.notice h3 {
	background-color:#fff;
}

p.intro {
	font-size:1.2em;
	font-weight:bold;
}

ul#servlist  li {
	margin: 5px 0 0px 20px;
	list-style-position:outside;
}
.error {
	color:#FF0000;
}
.message {
	color:#0000FF;
}


/* CCS 75 */
#navsite p {
	display: none;
}
#navsite {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: none;
	width: 90px;
	border-right: 0px solid #039;
	padding: 0;
	margin-bottom: 1em;
	background-color: #;
	color: #FFF;
}

#navsite ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#navsite ul li {
	margin: 0;
	border-bottom: 1px dotted #FFF;	
}

#navsite ul li a {
	display: block;
	padding: 2px 2px 2px 30px;
	border-left: 30px solid #8F2CID;
	border-right: 0px solid #69c;
	border-bottom: 0px dotted #FFF;
	color: #fff;
	text-decoration: none;
	width: 100%;
}
html>body #navsite ul li a {
	width: auto;
}
#navsite ul li a:hover {
	border-left: 30px solid #8F2CID;
	border-right: 1px solid #;
	border-bottom: 0px dotted #FFF;
	color: #DDBEBA;
}

/* horizontal nav from 10mins  */
ul#navigation {
	margin-left:0;
	padding-left:0;
	list-style: none;
	float:left;
	width:100%;
	
}
ul#navigation li {
	display:inline;	
	font-size:11px;
	font-weight:bold;
}
ul#navigation a {
	display:block;
	float:left;
	padding: .2em .5em;
	text-decoration:none;
	color:#A4A773;
	border-right:0px solid #000;
}

ul#navigation a:hover {
	color: #333333; 
}

div.htmltooltip{
	position: absolute; /*leave this and next 3 values alone*/
	z-index: 1000;
	left: -1000px;
	top: -1000px;
	background-image:url(img/BGferns.jpg);
	background-repeat:repeat;
	background-color: #002200;
	border: 10px solid #352f31;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left: 30px;
	text-align: left;
	width: 350px; /*width of tooltip*/
}
div.htmltooltip ul{
	padding-left: 10px;
	}

#mycustomscroll {
/* Typical fixed height and fixed width example */
	width: 460px;
	height: 290px;
	overflow: auto;
	text-align:left;
	padding: 10px 0;
	font-weight: inherit;
	line-height: 120%;
	font-size: 0.95em;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: transparent;
margin: 0.5em auto;
padding: 15px;
}

#mycustomscroll_full {
/* Typical fixed height and fixed width example */
	width:350px;
	height: 407px;
	overflow: auto;
	text-align:left;
	padding: 10px 0;
	font-weight: inherit;
	line-height: 120%;
	font-size: 0.95em;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #transparent;
margin: 0.5em auto;
padding: 15px;
}

#mycustomscroll_100pcent {
/* Typical fixed height and fixed width example */
	width:90%;
	height: 407px;
	overflow: auto;
	text-align:left;
	padding: 10px 0;
	font-weight: inherit;
	line-height: 120%;
	font-size: 0.95em;
/* IE overflow fix, position must be relative or absolute*/
position: relative;
background-color: #transparent;
margin: 0.5em auto;
padding: 15px;
}


	
/* tan hack
div
{
  border: 10px;
  padding: 10px solid;
  width: 100px;
}

* html div
{
  width: 140px;
  w\idth: 100px;
}


*/

.floatright {
	float: right;
	margin: 0 0 8px 8px;
}
.viclogo {
	background:transparent url("img/vic-landscaping.png") no-repeat right bottom;
	width: 148px;
	height: 67px;
}
