/* 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: 846px;
	padding:8px;
	border: #66cc33 thin solid;
}

#innercontainer {
	width: 780px;
	height:827px;
	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: 8px;
	list-style: none;
	font-family: "Century Gothic";
	font-weight: bold;
	font-size: 17px;
}

#quickSummaryL ul li a, a:visited {
	color: #FFFFFF;
	line-height:1.3em;
	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:570px;
	background: #ffffff;
	height:590px;
}

#about h3 {
   color: #FC7926;
}

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

#about .slogan {
	font-family: "Century Gothic";
	font-size:.95em;
	color: #000000;
	font-style: italic;
	font-weight:bold;
	padding:5px;
}


#linkList {
	float:left;
   	width: 200px;
	height:590px;
   	background-color:#ffffff;
	padding-left:2px;
}

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

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

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;
   padding-left:1px;
   color:#000000;
}

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

#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;
}
	

