/*--- 707070 ---*/

body {
    background:#214673;
    font-family: helvetica;
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-decoration: none }


/*----------------------*/
#container {
    border: solid 2px #fff;
    background-color: #fff;
    padding: 0;
    width: 770px; }        

* html #container {
    border: solid 2px #fff;
    background-color: #fff;
    padding: 0;
    width: 770px; }        
/*----------------------*/

/* TOP NAV */

#topnav {
    background-color: #214673;
    height: 25px; 
    color: white;
    text-align: center;
    }
    
#topnav ul{
    text-align: center; 
    width: 100%;
    padding: 0;
    margin: 0 0 0 0px;
}

#topnav ul li{
    display: inline;
    font:bold 12px helvetica;
    color: white;
}

#topnav ul li a {
    color: #FFF;
    padding-left: 8px;
    padding-right: 8px;
    margin: 0;
    text-decoration: none;
    font:bold 11px helvetica;

}

#topnav ul li a:hover {
    color: #FFC755; }
    
/* DROP DOWNS */

.dropmenudiv{
    position:absolute;
    top: 0;
    border: 1px solid #214673; /*THEME CHANGE HERE*/
    border-bottom-width: 0;
    font:normal 11px arial;
    line-height:18px;
    z-index:100;
    background-color: #346CB6;
    width: 200px;
    visibility: hidden;
    text-align: left;
    margin-left: 12px;
}


.dropmenudiv a{
    width: auto;
    display: block;
    text-indent: 10px;
    border-bottom: 1px solid #214673; /*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: #3D81D9;

}




/* MENU */

#menu { 
    width: 180px; 
    background-color: #346CB6;
    padding: 0; 
    
}

#menu .button {
	padding: 0; 
    }

#menu .button ul {
	width:180px;
	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 #486190;
    margin: 0;
    padding: 0;
    font: bold 11px helvetica;
    color: #fff;
    height: 25px;
    
    }
    
/*----------------------*/

#menu .button ul li a {
        padding: 5px 0 0px 5px;
        display: block;
        height: 25px;
        font: bold 12px helvetica;
        color: #fff;
		text-decoration: none; }

* html #menu .button ul li a {
        padding: 5px 0 5px 5px;
        display: block;
        height: 25px;
        font: bold 12px helvetica;
        color: #fff;
		text-decoration: none; }
        
/*----------------------*/

#menu .button li a:hover {
    height: 25px;
    color: #fff;
    background-color: #4892F4;
    }
    

#menu .header {

    width: 180px;
    background-color: #214573;
    font: bold 12px helvetica;
    color: #F2C64D;
    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;
    width: 586px;
    }
/* ------------------------------ */    

/* ------------------------------ */
    
#content p {
    font: normal 12px helvetica;
    color: #707070;
    margin-top: 0;
    margin-bottom: 5px;}

* html #content p {
    font: normal 12px helvetica;
    color: #707070;
    margin-top: 0;
    margin-bottom: 5px;
    width: 100%;}

/* ------------------------------ */

#content p a {font: normal 12px helvetica; color: #707070; }
#content p a:hover {text-decoration: none; }


#content li {
    font: normal 12px helvetica;
    color: #707070;
    margin-top: 0;
}

#content li a {font: normal 12px helvetica; color: #707070; }
#content li a:hover {text-decoration: none; }


#content td {
    font: normal 11px helvetica;
    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 helvetica;
    color: #fff;
    margin-top: 0;
}

#content td.inverse a {
    font: bold 11px helvetica;
    color: #fff;
    text-decoration: none;
}

#content td.inverse a:hover {
    text-decoration: underline;}


#content td.inversesmall {
    background: #707070;
    font: bold 11px helvetica;
    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 helvetica;
    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 helvetica;
    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 helvetica;
    color: #FFF; }
    
/* HEADERS */

h1 { font:normal 24px helvetica; margin-bottom:5px; margin-top: 10px; margin-bottom: 5px; color: #214673;}
h2 { font:normal 18px helvetica; margin-bottom:5px; margin-top:0; padding:0; color: #214673;}
h3 { font:normal 12px helvetica; margin-bottom:5px; margin-top: 5px; padding:0; font-weight: bold; color: #214673; border-bottom: 1px dashed #214673;}


/* ADMIN */

a.admin {font: normal 12px helvetica; color: #005E9C; }



/* FOOTER */

#footer {
    text-align: center;
    font-family: helvetica;
    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 helvetica;
    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 helvetica;
    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 helvetica; 
    color: #7F181B;}
    
#content .NextNTable { 
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%;
    border: 1px solid #7F181B; }
    
#content .NextNTableHeader {
    background: #EAE3CD; 
    font: bold 12px helvetica;
    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;
	}





    


