/* CSS Document */

body		
	{
	background-color: #000000;			
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 18px;
	color: #808080;
	margin: 0px;
	padding: 0px;
	}

A			{text-decoration: none;}
A:link 		{color: #4d3a17;}
A:visited 	{color: #6d572f;}
A:hover 	{color: #7a112b}
A:active 	{color: #7a112b;}

#sidebar a			{text-decoration: none;}
#sidebar a:link 	{color: #ffffff;}
#sidebar a:visited 	{color: #ffffff;}
#sidebar a:hover 	{color: #7a112b;}
#sidebar a:active 	{color: #7a112b;}

#footer a			{text-decoration: none;}
#footer a:link 		{color: #b6ab97;}
#footer a:visited 	{color: #b6ab97;}
#footer a:hover 	{color: #7a112b;}
#footer a:active 	{color: #7a112b;}


/* Secondary Nav */

#nav
    {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    width: 146px;
    padding:0;
    background-color: #d8d6c5;
    }

#nav ul
    {
    list-style: none;
    margin: 0;
    padding:0;
    }

#nav ul li
    {
    margin: 0;
    }

#nav ul li a
    {
    display: block;
    padding: 4;
    border-left:10px solid #b6ab97;
    border-bottom:1px solid #b6ab97;
    background-color: #d8d6c5;
    color: #6d572f;
    text-decoration: none;
    }

html>body nav ul li a
    {
    width: auto;
    }

#nav ul li a:hover
    {
    border-left:10px solid #6d572f;
    border-bottom:1px solid #6d572f;
    background-color: #ffffff;
    color: #4d3a17;
    }








ul
	{
	text-align:left;
	}

li
	{
	text-align:left;
	}







.top-home
	{
	background-image: url(/header.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #ffffff;
	margin: 30px;
	padding: 60 30 30 30;
	height: 202px;
	width: 604px;
	}

.quote 
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #ffffff;
	text-align: right;
	text-transform: uppercase;
	}

.home-text 
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #808080;
	line-height: 18px;
	margin: 0px 0px 0px 75px ;
	}
	
.home-text2
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #808080;
	line-height: 18px;
	margin: 0px 0px 0px 25px ;
	}

.text 
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #808080;
	line-height: 18px;
	text-align:justify;
	}

.home-small 
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: ffffff;
	margin-bottom:10;
	}

.small 
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: 4d3a17;
	margin-bottom:10;
	}

.home-sidebar 
	{
	margin:80px 16px 16px 16px;
	}

.home-sidebar2
	{
	margin:76px 16px 16px 16px;
	}
	
.sidebar 
	{
	margin:8;
	}

.main 
	{
	margin:37;
	}

h1 
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 23px;
	color: #808080;
	font-weight: normal;
	}

h2 
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	color: #808080;
	font-weight: normal;
	}

h3 
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #b6ab97;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom:0px;
	margin-bottom:0px;
	}

h4 
	{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #FFFFFF;
	text-align: center;
	}

.footer
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: 999999;
	margin-bottom:10;
	}
	
hr
	{
	height: 0; 
	border-style: solid; 
	border-width: 1px 0 0 0; 
	border-color: #b6ab97;
	margin-top: 18px;
	}	