/* Holiday Foliage Index Page CSS Document */


* {
   padding: 0;
   margin: 0;
   margin-left: 0;
   padding-left: 0;
}

body {
   	background: #000000;
   	color: #FFFFFF; 
   	text-align: center; 
   	font-family: "Trebuchet MS", georgia, 
	   verdana, lucida, arial, helvetica, sans-serif;	  
}

#logo {
	width:798px;
	margin:0 auto;
	text-align:left;
	height:87px;
	margin-bottom:15px;
	
}

#container {
	margin: 0 auto;
	text-align:left;
	width: 798px;
	height: 848px;
	padding:8px;
	border: #66cc33 thin solid;
}

#innercontainer {
	width: 780px;
	height:829px;
	border: #66cc33 thin solid;
	padding:8px;
	text-align:left;
}


#subheader {
	height:42px;
	width: 780px;
	padding:0;
	margin:0;
	float:left;
	clear:both;
}

#subheader h1 {
	float:right;
	width: 547px;
	font-size: 30px;
	font-weight: bold;
	font-family: "Century Gothic";
	text-align:center;
	display:block;
	margin:0;
}

#subheader h2 {
	float:left;
   	width: 190px; 
   	font-size: 24px;
   	font-weight:none;
   	font-family:"Century Gothic";
	text-align:center;
	display:block;
	padding-top:10px;
	margin:0;
}

#quickSummaryL {
	float:left;
	display: block;
	width: 190px;
	background-color:#66CC33;
	height: 195px;
}

#quickSummaryL ul {
	margin: 13px;
	list-style: none;
	font-family: "Century Gothic";
	font-weight: bold;
	font-size: 17px;
}

#quickSummaryL ul li a, a:visited {
	color: #FFFFFF;
	line-height: 1.4;
	text-decoration:none;
}

#quickSummaryL a:hover {
	color: #FF3333;
	text-decoration: none;
}

#quickSummaryR {
	float:right;
	width:567px;
	height:195px;
	background-image: url(images/headerDecember2009.jpg);
}

#quickSummary a {
    color: #FFFFFF;
	text-decoration: underline;
}

#about {
	float:right;
	width:547px;
	background: #ffffff;
	padding: 10px 10px 46px 10px;
	height: 531px;
}

#about h3 {
   color: #FC7926;
}

#about p {
   font-family: "Century Gothic";
   font-size:14px;
   color: #000000;
}

#linkList {
	float:left;
	display:block;
   	width: 190px;
	height:579px;
   	background-color:#ffffff;
	margin:0 0 8px 0;
	padding-bottom:8px;
}

#linkList a {
   color: #66CC33;
   text-decoration: none;
   line-height:1;
}

#linkList ul {
    border-left: solid #000 0;
    font-family: "Century Gothic";
	font-weight: bold;
    font-size: 17px;
	letter-spacing:0.25px;
	margin-left:18px;
   line-height: 1;
}

ul.circle {
	color: #66cc33;
	list-style: disc;
}

#linkList ul li a{
   color: #66CC33;
   text-decoration: none;
}

#linkList a:hover {
   color: #FF3333;
}

#linkList h3{
   margin: 5px 0 0 0;
   border-bottom: solid #000000 1px;
   border-left: solid #ffffff 5px;
   padding-left:1px;
   color:#000000;
   border-right: solid #fff 5px;
}

#linkList h3 a{
	color:#000000;
	text-decoration:none:
}

#footer {
	height:100px;
	margin:0 auto;
	text-align:left;
	width:798px;
	padding-top:10px;
}

#footer p {
	text-align:center;
	line-height:1.2;
	font:"Century Gothic";
	font-size:14px;
	color:#66cc33;
}


#footer .dsd {
font-size:11px;
font-style:italic;
}
	
