﻿/* These definitions apply to the entire document; */

*
{
    margin:0px;
	padding:0px;
}

body
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/***********************************************************************************/
/* Container control for center the page and the background*/
/***********************************************************************************/
#wrapper
{
	width:950px;
	margin-left:auto;
	margin-right:auto;
	/*
	background-image:url(../design_images/wrapper_bg.jpg);
	background-repeat:repeat-y;
    */
}

/***********************************************************************************/
/* This is where the header is and the logo in the background and tabbed navigation info*/
/***********************************************************************************/
#header
{
	height:88px;
	width: 950px;
}

/***********************************************************************************/
/* This is all the style information about the navigation*/
/***********************************************************************************/

#leftnav 
{
    float:left;
    width:165px;
    /*
    background-image:url(../media/design/leftnav_bg.jpg);
    background-repeat:no-repeat;
    */
    height:267px;
}

#leftnav ul {
	list-style:none;
	padding-top:4em;
}

#leftnav li {
	font-size: 75%;
	/*border-bottom: 1px dotted #000000;*/
	margin-bottom: 0.5em;
	padding-bottom:0.5em;
	font-weight:bold;
	text-align:center;
}
#leftnav a:link {
	text-decoration:none;
	color:#83a984;
}
#leftnav a:visited {
	text-decoration:none;
	color:#C7AC84;
}
#leftnav a:hover {
	text-decoration:none;
	color:#b99765;
	padding-left:5px;
}

/***********************************************************************************/
/* This section handle the way the content is rendered*/
/***********************************************************************************/
/* frontpage slideshow */
#feature {
    width:750px;
    text-align:center;
    margin-bottom:20px;
}

#content 
{
    float:right;
    width:750px;
    margin:10px 20px 0 0;
}

#content ul, #content ol
{
	margin-left:3em;
	margin-top:1em;
	margin-bottom:1.75em;
	line-height: 1.25em;
}

#content li 
{
	font-size:80%;
}

#content p 
{
	font-size:80%;
	margin:1em;
	line-height:1.75em;
}

#content blockquote p 
{
	margin:1em 3em;
}

#content li li 
{
	font-size:100%;
}

#content a:visited 
{
	text-decoration:underline;
	color:#CBB38D;
}

#content a:link 
{
	text-decoration:underline;
	color: #b99765;
}

#content a:hover 
{
	color:#83a984;
}

/***********************************************************************************/
/* This section  takes care of rendering the footer and the links within the footer */
/***********************************************************************************/
#footer
{
	clear:both;
	margin-top:4em;
}

#footer p
{
	padding:1em;
	text-align:center;
	font-size:70%;
	color:#000;
}

#footer a:link, #footer a:visited 
{
	text-decoration:underline;
	color:#000;
}

#footer a:hover 
{
	color:#666;
	text-decoration:none;
}