/* topcontent is where the top navigation sits */
#topcontent {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	width: 800px;
	height: 105px;
	background-color: #CFAC32;
	height: 105px;
	}

#slogan {
	font: 900 18px Verdana, Arial, Helvetica, sans-serif;
	}

	#addrinfo {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	}
	
	#testimonial {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	}
/* Left Navigation bar components */

#lftnav {
	font: 12px/20px verdana, arial, sans-serif;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	}

#lftnav dt a {
	color: #fc0;
	font-weight: normal;
	text-decoration: none;
	display: block;	
	text-indent: 22px;
}

#lftnav dd {
	font: 10px/12px verdana, arial, sans-serif;
	text-align: left;
}

#lftnav dd a {
	color: #fc0;
	font: 12px/16px verdana, arial, sans-serif;
	font-weight: normal;
	text-decoration: none;
	display: list-item;
	list-style-image: url(images/lftnav_arrow.gif);
}

#lftnav dt a:hover {
	color: #fff;
	background: url(images/over.gif) no-repeat left top;	
}

#lftnav dd a:hover {
	color: #fff;
	list-style-image: url(images/lftnav_arrow_over.gif);
}


/* centercontent is the main content area */
#centercontent {
	clear: left;
	position: absolute;
	width: 600px;
	left: 200px;
	top: 120px;
}

/* leftcontent is where the left navigation sits */
#leftcontent {
	position: absolute;
	top:120px;
	width:175px;
	left: 0px;
	z-index: 5;
}

/* imgbox controls the appearance of images. The actual images should be 210 px wide */

#imgboxright {
	width: 175px;
	float: right;
}

#imgboxright p {
	font: bold 14px Verdana, Arial, Helvetica, sans-serif;
	color: #060;
}

/* This controls the appearance of anchor links */
a {
	text-decoration: none;
	color: #03c;
}

/* This is a CSS rollover */
a:hover {
	color: #c00;
}

p, span, ul, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

h1, h2, h3, h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	line-height: 20px;
	background: #060;
	text-indent: 20px;
}

body {
	background-color: #FFFFE1;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/left_bg_tile.gif);
	background-repeat: repeat-y;
}
