﻿/* ADDED DIV RULES */
.active {
    background-position:0 -77px;
color:#7c2424;
}
body {
	background-color: #F4F3B2;
}
hr {
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFD200;
}
/* HEADER RULES */
#header {}
#header p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#header a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration:underline;
	color: #7c2424;
	font-weight: bold;
}
#header a:hover{	
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-decoration:none;
}
#distribute {
	width:140px;
	height:40px;
	float:right;
	text-align:left;
	margin-top:5px;
	display:block;
}

/* HOME CONTENT RULES */
#home_content {
	margin:0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#home_content h1{
	font-family: arial, helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #4B7D49;
}
#home_content h2
{
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #7C2424;
	text-align:left;
}
#home_content h3
{
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #F4F3B2;
}
#home_content p{
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
#home_content a{
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #7C2424;
	font-weight:bold;
	text-decoration:none;
}
#home_content a:hover{
	color:#4B7D49;
	text-decoration: underline;
}
#home_content h4{
 font-family: arial, helvetica, sans-serif;
 font-size: 18px;
 font-weight: bold;
 color: #FFFFFF;
 text-align:left;
}

/* SUB CONTENT RULES */
#sub_content {
	margin:0px 0px 0px 0px;
	padding: 0px 10px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#sub_content h1{
	font-family: arial, helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #4B7D49;
}
#sub_content h2
{
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #7C2424;
	text-align:left;
}
#sub_content h3
{
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #F4F3B2;
}
#sub_content p{
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
#sub_content a{
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #7C2424;
	font-weight:bold;
	text-decoration:none;
}
#sub_content a:hover{
	color:#4B7D49;
	text-decoration: underline;
}
#sub_content h4{
 font-family: arial, helvetica, sans-serif;
 font-size: 18px;
 font-weight: bold;
 color: #FFFFFF;
 text-align:left;
}

/* NAV LIST RULES */
#right_nav {
   margin: 0px 0px 0px 0px;
    padding: 10px 0px 0px 0px;
    width:165px;
    background-image: url(../images/left_nav_bg.jpg);
    background-repeat: repeat-x;
	background-color:#d3d16e;
}
#navlist {
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    font-family:Arial, Helvetica, sans-serif;
    font-size:12px;
    font-weight:bold;
    list-style:none;
}
#navlist li a {
	display:block;
	width:165px;
	color:#7c2424;
	text-decoration:none;
	margin:5px 0px 0px 0px;
	padding:10px 0px 10px 0px;
	background-image: url(../images/btn_bg_img.png);
	background-repeat: no-repeat;
text-align:center;
}
#navlist li a.active {
	background-position:0 -77px;
	color:#7c2424;
	text-decoration:none;
}
#navlist li a:hover {
    background-position:0 -40px;
	color:#481515;
	text-decoration:none;
}



/* FOOTER RULES */
#footer p {
	font-family: arial, helvetica, sans-serif; 
	font-size: 11px; 
	color: #7C2424; 
	text-decoration: none; 
	text-align:center;	
}
#footer a {
	font-weight:bold;
	color: #7C2424; 
	text-decoration: none;
}
#footer a:hover {
	font-weight:bold;
	color: #481515; 
	text-decoration: underline;
}
/* Sub Header RULES */
#sub_header {
    font-family: arial,helvetica,sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
}
