body {
    background:#000;
    font-family: Arial;
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-decoration: none }


/*----------------------*/
#container {
    border: solid 1px #fff;
    background-color: #fff;
    padding: 0;
    width: 768px; }        

* html #container {
    border: solid 1px #fff;
    background-color: #fff;
    padding: 0;
    width: 768px; }        
/*----------------------*/

/* HEADER NAV */

#headernav {
    background-color: #343434;
    height: 23px;
    border-bottom: solid 1px #fff;
}

#headernav .headernavleft {
    font: bold 10px helvetica;
    color: #F7D900;

}

#headernav .headernavleft a {
    font: bold 11px helvetica;
    color: #fff;
    text-decoration: none;
}

#headernav .headernavleft a:hover {
    text-decoration: underline;
}

#headernav .headernavright {
    text-align: right;
}

#headernav .headernavright td a {
    font: bold 11px helvetica;
    color: #F7D900;
    text-decoration: none;
}

#headernav .headernavright td a:hover {
    text-decoration: underline;
}



/* TOP NAV */

#topnav {
    padding: 0; 
}

#topnav table {
    height: 24px;
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    width: 100%;
}

#topnav table td {
    background-color: #343434; 
    text-align: center;
}

#topnav table td.inner {
    border-right: solid 1px #fff;
}

#topnav table td a {
    font: bold 11px helvetica;
    color: #fff;
    text-decoration: none;
    display: block;
}    

#topnav table td a:hover {
    color: #F7D900; 
}

.dropmenudiv{
    position:absolute;
    top: 0;
    border: 1px solid #BBB; /*THEME CHANGE HERE*/
    border-bottom-width: 0;
    font:normal 11px arial;
    line-height:18px;
    z-index:100;
    background-color: #535353;
    visibility: hidden;
    
}

*html .dropmenudiv { margin-left: 2px; }

.dropmenudiv a{
    width: auto;
    display: block;
    text-indent: 3px;
    border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
    padding: 2px 0;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
}

* html .dropmenudiv a{ /*IE only hack*/
    width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
    background-color: #343434;
    color: #F7DA00;

}


/* MENU */

#menu { 
    width: 200px; 
    background: url(/images/column_bkg.jpg);
    padding: 0; 
    
}

#menu .button {
	padding: 0; 
    }

#menu .button ul {
	width:155px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: none;
	}
#menu .button ul li {
    
    text-align: left;
    list-style-type:none;
    border-bottom: 1px solid #B2AAA7;
    margin: 0;
    padding: 0;
    font: bold 11px arial;
    color: #fff;
    height: 25px;
    
    }
    
        
#menu .button ul li a {
        padding: 5px 0 5px 0.2em;
        display: block;
        height: 25px;
        font: bold 12px arial;
        color: #707070;
		text-decoration: none;
}

#menu .button li a:hover {
    height: 25px;
    color: #fff;
    background-color: #707070;
    }
    



#menu .header {

    width: 180px;
    background-color: #1B2250;
    font: bold 12px arial;
    color: #fff;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}

#menu .search {

    width: 180px;
    text-align: center;
    padding-top: 10px;}




/* CONTENT BLOCK */

/* ------------------------------ */
#content {
    padding: 0px 10px 0px 10px;
    vertical-align: top;}

* html #content {
    padding: 0px 10px 0px 10px;
    vertical-align: top; }
/* ------------------------------ */    

/* ------------------------------ */
    
#content p {
    font: normal 12px Arial;
    color: #707070;
    margin-top: 0;
    margin-bottom: 5px;}

* html #content p {
    font: normal 12px Arial;
    color: #707070;
    margin-top: 0;
    margin-bottom: 5px;
    width: 100%;}

/* ------------------------------ */

#content p a {font: normal 12px Arial; color: #707070; }
#content p a:hover {text-decoration: none; }


#content li {
    font: normal 12px Arial;
    color: #707070;
    margin-top: 0;
}

#content li a {font: normal 12px Arial; color: #707070; }
#content li a:hover {text-decoration: none; }


#content td {
    font: normal 11px Arial;
    color: #707070;
    margin-top: 0;
}


#content td a {
    color: #707070;}

#content td a:hover {
    text-decoration: none;}

#content td.inverse {
    background: #707070;
    font: bold 11px Arial;
    color: #fff;
    margin-top: 0;
}

#content td.inverse a {
    font: bold 11px Arial;
    color: #fff;
    text-decoration: none;
}

#content td.inverse a:hover {
    text-decoration: underline;}


#content td.inversesmall {
    background: #707070;
    font: bold 11px Arial;
    color: #fff;
    margin-top: 0;
}

#content td.inversesmall a {
    color: #fff;
}

#content td.inversesmall a:hover {
    color: #fff;text-decoration: none;
}

#content td.small {
    font: normal 11px Arial;
    color: #707070;
    margin-top: 0;
}

#content td.small a {
    color: #707070;
}

#content td.small a:hover {
    text-decoration: none;
}

#content td.small2 {
    font: normal 10px Arial;
    color: #005E9C;
    margin-top: 0;
}

#content td.small2 a {
    color: #005E9C;
}

#content td.small2 a:hover {
    text-decoration: none;
}


/* LOGIN PANEL */

div.login {
    width: 120px; }


div.login td {
    font: normal 9px Arial;
    color: #FFF; }
    
/* HEADERS */

h1 { font:normal 24px Arial; margin-bottom:5px; margin-top: 5px; margin-bottom: 5px; color: #707070;}
h2 { font:normal 12px Arial; margin-bottom:5px; margin-top:0; padding:0; font-weight: bold; color: #707070;}
h3 { font:normal 12px Arial; margin-bottom:5px; margin-top: 5px; padding:0; font-weight: bold; color: #707070; border-bottom: 1px dashed #707070;}


/* ADMIN */

a.admin {font: normal 12px Arial; color: #005E9C; }

/* COMPANY FOOTER */

#companyfooter {
    height: 22px;
    background-color: #343434;
}

#companyfooter td {
    font: bold 11px helvetica;
    color: #fff;
}

#companyfooter td a {
    font: bold 10px helvetica;
    color: #fff;
}




/* FOOTER */

#footer {
    text-align: center;
    font-family: Arial;
    color: white; 
    font-size: 10px; }
    
#footer a {color: #fff; text-decoration: none;}

#footer a:hover {text-decoration: underline;}



/* 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 #707070; }

#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;
	}





    


