body {
    background:#00CEE1;
    font-family: Arial;
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-decoration: none }


/*----------------------*/
#container {
    border: solid 3px #fff;
    background-color: #fff;
    padding: 0;
    width: 766px; }        

* html #container {
    border: solid 3px #fff;
    background-color: #fff;
    padding: 0;
    width: 766px; }        
/*----------------------*/

/* TOP NAV */

.topnav {
    height: 25px; 
    color: white;
    background-color:#FF0D00;
    }
    
.topnav ul{
    text-align: center; 
    width: 100%;
    padding: 0;
    margin: 0 0 2px 0;
}

.topnav ul li{
    display: inline;
    font:bold 12px arial;
    color: white;
}

.topnav ul li a {

    color: #FFF;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0;
    text-decoration: none;
    font:bold 12px arial;

}

.topnav ul li a.wide {
    padding-left: 13px; 
    padding-right: 13px;
}


.topnav ul li a:hover {
    color: #EDFA5A; }

.dropmenudiv{
    position:absolute;
    top: 0;
    border: 1px solid #FF0D00; /*THEME CHANGE HERE*/
    border-bottom-width: 0;
    font:bold 11px arial;
    line-height:18px;
    z-index:100;
    background-color: #FF7A01;
    width: 200px;
    visibility: hidden;
    text-align: left;
    margin-left: 15px;
}


.dropmenudiv a{
    width: auto;
    display: block;
    text-indent: 3px;
    border-bottom: 1px solid #FF0D00; /*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: #FF0D00;
    color: #EDFA5A;
}

/* CONTENT BLOCK */

#content {
    padding: 10px 10px 0px 10px;
    vertical-align: top;}

#content P {
    font: normal 12px arial;
    margin-top: 5px; 
}

#content ul {
    margin-top: 0;
}

#content ul li {
    font: normal 12px arial;
}

#content th {

    height: 25px;
    background-color: #F27300; 
    font: bold 12px arial; 
    color: #fff;
    text-align: center;
}

#content td {
    font: normal 12px arial;
}

#content a {
    font-weight: bold;
    text-decoration: none;
    color: #000;
} 

#content a:hover {
    text-decoration: underline; 
}

#content #upcomingeventspanel td {

    font: bold 14px arial;
    color: #000;

}

/* LOGIN PANEL */

div.login {
    width: 120px; }


div.login td {
    font: normal 9px Arial;
    color: #FFF; }
    
/* HEADERS */

h1 { font:normal 30px "Times New Roman"; margin-bottom:5px; margin-top: 0; margin-bottom: 5px; color: #FF7A01;}
h2 { font:normal 20px "Times New Roman"; margin-bottom:5px; margin-top:0; padding:0; font-weight: bold; color: #FF7A01;}
h3 { font:normal 12px "Times New Roman"; margin-bottom:5px; margin-top: 5px; padding:0; font-weight: bold; color: #FF7A01; border-bottom: 1px dashed #FF7A01;}


/* ADMIN */

a.admin {font: normal 12px Arial; color: #005E9C; }



/* 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;}

#companyfooter td {

    height: 25px;
    background-color: #FF0D00; 
    font: bold 12px arial; 
    color: #fff;
    text-align: center;

}

#companyfooter td a {
    color: #fff; 
    text-decoration: none;}



/* 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;
	}





    



