body {
    background:#747E30;
    font-family: arial;
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-decoration: none }


/*----------------------*/
#container {
    border: solid 2px #ffffff;
    background-color: #fff;
    padding: 0;
    width: 770px; }        

* html #container {
    border: solid 2px #ffffff;
    background-color: #fff;
    padding: 0;
    width: 770px; }        
/*----------------------*/

/* TOP NAV */

#topnav {
    background-color: #323A1B;
    height: 26px; 
    color: white;
    }
    
#topnavlist {
    padding:0;
    list-style:none;
    margin:5px 0;
    text-align:center;
}

#topnavlist li {
    display:inline;
    position:relative;
    text-transform:none;
    padding:0 6px 5px;
}

#topnavlist li div {display:inline;}

#topnavlist li a {
    color:#fff;
    text-decoration: none;
    font: bold 11px arial;
    text-transform: uppercase;
}

#topnavlist li a:hover {
    color:#FFEE21;
}
     
#topnavlist ul {
    background:#454545;
    border:1px solid #454545;
    border-radius:0 0 5px 5px;
    -moz-border-radius:0 0 5px 5px;
    -webkit-border-radius:0 0 5px 5px;
    border-width:0 1px 1px;
    clear:left;
    display:none;
    list-style:none;
    margin:0;
    padding:5px;
    position:absolute;
    text-indent:0;
    top:20px;
    left:-10px;
    width:190px;
    z-index: 100;
}

#topnavlist ul li {
    padding:2px 5px;
    display:block;
    font: bold 11px arial;
    text-transform:none;
    text-align:left;
}
								
#topnavlist ul li:hover {
    background-color:#5C5C5C;
}

#topnavlist li:hover ul ul,
#topnavlist ul li:hover ul ul,
#topnavlist ul ul li:hover ul ul,
#topnavlist ul ul ul li:hover ul ul {display:none;}

#topnavlist li:hover ul,
#topnavlist ul li:hover ul,
#topnavlist ul ul li:hover ul,
#topnavlist ul ul ul li:hover ul {display:block;}



/* MENU */

#menu { 
    width: 200px; 
    background-color: #D8D5C8;
    padding: 0; 
    text-align: left;
}


#leftnavlist {margin:0 5px 15px;padding:5px;color:#fff;list-style-type:none;}
#leftnavlist li {border-bottom:1px solid #546a2a;padding:4px 3px;font-size:16px;}
#leftnavlist li.last {border-bottom:0;}
#leftnavlist ul {list-style-type:none;padding:0 5px;margin:5px 0;background:#EFE8C0;border:1px solid #546a2a;display:none;}
#leftnavlist ul li {font-size:12px;font-weight:normal;border-bottom-width:1px;}
#leftnavlist ul ul {background:#b7c797;}
#leftnavlist li a {color:#323A1B; text-decoration: none; font-weight: bold;}
#leftnavlist li a:hover {text-decoration: underline; }

/* CONTENT BLOCK */

#content {
    padding: 7px 15px 7px 15px;
    vertical-align: top;
    background-color: #E6E3D1;
    width: 566px;
    text-align: left;}

#content p, li, ul li a {
    font: normal 12px arial;
    color: #323A1B;
    margin-top: 0;
    margin-bottom: 5px;}

#content p a {font: normal 12px arial; color: #323A1B; }
#content p a:hover {text-decoration: none; }


/* TABLES */

#content table.type1 {

    border: solid 1px #323A1B;
    
}

#content table.type1 th {

    background-color: #323A1B;
    font: bold 11px arial;
    color: #fff;

}

#content table.type1 td {

    font: normal 11px arial;
    color: #323A1B;
    
}

#content table.type1 td.inverse {

    background-color: #323A1B;
    font: normal 11px arial;
    color: #fff;
    
}

#content table.type1 td a {

    color: #323A1B;
    
}

#content table.type2 {

    border: 0;
    
}

#content table.type2 th {

    background-color: #323A1B;
    font: bold 14px arial;
    color: #fff;

}

#content table.type2 td {

    font: normal 14px arial;
    color: #323A1B;
    
}

#content table.type3 td {

    font: normal 12px arial;
    color: #323A1B;
    width: 575px;
    
}


#content table.type2 td a {font: normal 14px arial; color: #323A1B; }

/* MENU COLUMN */

#menucolumn {

    width: 150px;

}

/* FEATURE COLUMN */

#featurecolumn {
    
    width: 150px;
    background-color: #D8D5C8;
    text-align: left;
}

#featurecolumn .featureheader {

    height: 20px;
    background-color: #747E30;
    font: bold 11px arial;
    color: #fff;
    text-align: center;


}

#featurecolumn #events td.icon {

    width: 22px;
    padding: 3px 0 4px 4px;

}

#featurecolumn #events td.text {

    padding: 3px 0 4px 0;
    font: normal 11px arial;
    color: #323A1B;
    
}

#featurecolumn #events td.text a {

    font: normal 11px arial;
    color: #323A1B;
    text-decoration: none;

}

#featurecolumn #events td.text a:hover {

    text-decoration: underline; 
    
}


/* LOGIN PANEL */

div.login {
    width: 120px; }


div.login td {
    font: normal 9px arial;
    color: #FFF; }
    
/* HEADERS */

h1 { font:normal 34px georgia; margin-bottom:10px; margin-top: 5px;  color: #5E5138;}
h2 { font:normal 16px georgia; margin-bottom:5px; margin-top:0; padding:0; font-weight: bold; color: #5E5138;}
h3 { font:normal 12px georgia; margin-bottom:5px; margin-top: 5px; padding:0; font-weight: bold; color: #5E5138; border-bottom: 1px dashed #5E5138;}
h4, h4 a { font:normal 12px georgia; margin-bottom:10px; margin-top: 5px;  color: #5E5138;}

/* ADMIN */

a.admin {font: normal 12px arial; color: #005E9C; }



/* FOOTER */

#footer {
    text-align: center;
    font-family: arial;
    color: white; 
    font-size: 10px; 
    margin-top: 5px;}
    
#footer a {color: #fff; ext-decoration: none;}

#footer a:hover {text-decoration: underline;}

/* COMPANY FOOTER */

#companyfooter {
    height: 26px;
    background-color: #323A1B;
    font: bold 10px arial;
    color: #fff; 
    text-align: center;}

/* LINKS PAGE */

#content td.LinkCell1 {
    BORDER-STYLE: SOLID; 
    BORDER-COLOR: #005E9C; 
    BORDER-WIDTH: 1px; 
    BACKGROUND-COLOR: #90BADE; 
    font: normal 10px arial;
    color: #000}

#content td.LinkCell1 a {color: #000; }
#content td.LinkCell1 a:hover {text-decoration: none; }

#content td.LinkCell2 {
    BORDER-STYLE: SOLID; 
    BORDER-COLOR: #005E9C; 
    BORDER-WIDTH: 1px; 
    BACKGROUND-COLOR: #ffffff;
    font: normal 10px arial;
    color: #000}

#content td.LinkCell2 a {color: #000; }
#content td.LinkCell2 a:hover {text-decoration: none; }

#content img { border: 1px solid #323A1B; }

#address td { 
    font: normal 11px arial; 
    color: #7F181B;}
    
#content .NextNTable { 
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
    border: 1px solid #7F181B; }
    
#content .NextNTableHeader {
    background: #EAE3CD; 
    font: bold 12px arial;
    color: #9E9D9D;}
    
#content .NextNTableHeader a { 
    color: #7F181B;}
    

hr.testimonials {border: none 0; 
	border-top: 1px dashed #000;
	border-bottom: 1px dashed #000;
	width: 100%;
	height: 1px;
	margin: 5px 0 5px 0;
    text-align: left;
	}





    


