body {
    background:#000;
    font-family: helvetica;
    font-size: 12px;
    margin: 0;
    padding: 0;
    text-decoration: none }


#container {
    border: solid 1px #fff;
    background-color: #fff;
    padding: 0;
    width: 1000px; }        


/* HEADER NAV */

#headernav {
    background-color: #343434;
    height: 30px;
    border-bottom: solid 1px #fff;
}

#headernav td a {
    font: bold 11px helvetica;
    color: #F7D900;
    text-decoration: none;
    
}

#headernav td a:hover {
    text-decoration: underline;
}




/*** TOPNAV STYLES ***/

#topnav {
    background-color: #343434;
    clear:both;
    color:#fff;
    font-size:11px;
    font-weight:bold;
    height:30px;
    text-align:left;
    text-shadow:0 1px 0 #444;
    position: relative; z-index: 100;
    border-top: solid 1px #fff;
}

#topnav ul {
    padding:0;
    list-style:none;
    margin:0 auto;
    width:960px;
}

#topnav ul li {
    float:left;
    position:relative;
    text-transform:uppercase;
}

#topnav ul li a {
    color:#fff;
    display:block;
    float:left;
    padding:8px 10px;
    text-decoration: none;
}

#topnav ul li a:hover {
    color:#F7DA00;
}

#topnav ul li ul {
    display:none;
}

#topnav ul li > ul {
    left:auto;
    top:auto;
    
}
						
#topnav ul li.over ul, #topnav ul li:hover 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:block;
    list-style:none;
    margin:0;
    padding:5px;
    position:absolute;
    text-indent:0;
    top:30px;
    width:170px;
    z-index: 100;
}

#topnav ul li ul li {
    display:block;
    text-transform:none;
}
								
#topnav ul li ul li a {
    display:block;
    padding:5px 5px;
    width:160px;
}

#topnav ul li ul li a:hover {

    background-color:#5C5C5C;
    text-decoration: none;

}


/* MENU */

#menu { 
    width: 230px; 
    background-color: #0C5494;
    padding: 0; 
    text-align: left;
    
}

#menu .button {
	padding: 0; 
    }

#menu .button ul {
	width:228px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-right: solid 1px #F7D900;
    border-left: solid 1px #F7D900;
    border-bottom: solid 1px #F7D900;
	}
    
* html #menu .button ul {
    width: 230px; 
}

#menu .button ul li {
    list-style-type:none;
    border-top: 1px solid #B2AAA7;
    margin: 0;
    padding: 0;
    font: bold 11px arial;
    color: #fff;
    height: 24px;
}
    
        
#menu .button ul li a.subs {
        padding: 5px 0 0px 0.4em;
        display: block;
        height: 24px;
        font: bold 11px arial;
        color: #000000;
		text-decoration: none;
        background: url(/images/button_bkg.jpg) no-repeat;
}

* html #menu .button ul li a.subs {
    padding: 5px 0 5px 0.4em;
}

#menu .button ul li a.subs:hover {
    height: 19px;
    color: #000000;
    background: url(/images/button_bkg_over.jpg) no-repeat;}

#menu .button ul li a.nosubs {
        padding: 5px 0 0px 0.4em;
        display: block;
        height: 24px;
        font: bold 11px arial;
        color: #000000;
		text-decoration: none;}
        
* html #menu .button ul li a.nosubs {
    padding: 5px 0 5px 0.4em;
}

#menu .button li a.nosubs:hover {
    height: 19px;
    color: #000000;
    background-color: #CECDCD;
    }
    
#dropmenudiv {
    position:absolute;
    background-color: #CECDCD;
    border:1px solid #F7D900;
    border-bottom: 0;
    line-height:18px;
    z-index:100;
}

#dropmenudiv a {
    display: block;
    text-indent: 3px;
    background-color: #CECDCD;
    border-bottom: 1px solid #F7D900;
    padding: 3px;
    text-decoration: none;
    font:bold 11px arial;
    color: #000000;
}

#dropmenudiv a:hover { 
    background-color: #F7D900;
}


/* CUSTOMER INFO */

#customerinfo { 
    font: normal 10px arial;
    color: #000000; }

#customerinfo ul {
    margin: 0 0 8px 0;
    padding: 0 0 0 30px;
}

#customerinfo ul li {
    margin: 0;
    padding: 2px; }
    
#customerinfo ul li a {
    font: normal 12px arial;
    color: #000000; 
    text-decoration: none;}


#customerinfo ul li a:hover {
    text-decoration: underline; }


/* CONTENT BLOCK */

#contentouter {

    padding: 0px 10px 10px 10px;
    vertical-align: top;}

}

#content {
    text-align: left;
    padding: 0px 10px 10px 10px;
    vertical-align: top;}

    
#content p {
    font: normal 12px helvetica;
    color: #000;
    margin-top: 0;
    margin-bottom: 10px;}

#content p a {font: normal 12px helvetica; color: #000; }
#content p a:hover {text-decoration: none; }


#content li {
    font: normal 12px helvetica;
    color: #000;
    margin-top: 0;
}

#content li a {font: normal 12px helvetica; color: #000; }
#content li a:hover {text-decoration: none; }


#content td {
    font: normal 12px helvetica;
    color: #000;
    margin-top: 0;
}


#content td a {
    color: #000;}

#content td a:hover {
    text-decoration: none;}

#content td.inverse {
    background: #000;
    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: #000;
    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: #000;
    margin-top: 0;
}

#content td.small a {
    color: #000;
}

#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 georgia; margin-top: 5px; margin-bottom: 10px; color: #000; background: url(/images/h1_bkg.jpg);}
h2 { font:normal 16px georgia; margin-bottom:5px; margin-top: 10px; padding:0; font-weight: bold; color: #000;}
h3 { font:normal 12px georgia; margin-bottom:5px; margin-top: 10px; padding:0; font-weight: bold; color: #000;}


/* ADMIN */

a.admin {font: normal 12px helvetica; color: #005E9C; }

/* COMPANY FOOTER */

#companyfooter {
    height: 30px;
    background-color: #343434;
    font: bold 11px helvetica;
    color: #fff;
    text-align: center;
}

#companyfooter a {
    color: #fff;
}

/* 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 #000; }

#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;
	}
    
/* CALENDAR */

.cpYearNavigation,.cpMonthNavigation{background-color:#C0C0C0;text-align:center;vertical-align:center;text-decoration:none;color:#000000;font-weight:bold;}
.cpDayColumnHeader, .cpYearNavigation,.cpMonthNavigation,.cpCurrentMonthDate,.cpCurrentMonthDateDisabled,.cpOtherMonthDate,.cpOtherMonthDateDisabled,.cpCurrentDate,.cpCurrentDateDisabled,.cpTodayText,.cpTodayTextDisabled,.cpText{font-family:arial;font-size:8pt;}
TD.cpDayColumnHeader{text-align:right;border:solid thin #C0C0C0;border-width:0px 0px 1px 0px;}
.cpCurrentMonthDate, .cpOtherMonthDate, .cpCurrentDate{text-align:right;text-decoration:none;}
.cpCurrentMonthDateDisabled, .cpOtherMonthDateDisabled, .cpCurrentDateDisabled{color:#D0D0D0;text-align:right;text-decoration:line-through;}
.cpCurrentMonthDate, .cpCurrentDate{color:#000000;}
.cpOtherMonthDate{color:#808080;}
TD.cpCurrentDate{color:white;background-color: #C0C0C0;border-width:1px;border:solid thin #800000;}
TD.cpCurrentDateDisabled{border-width:1px;border:solid thin #FFAAAA;}
TD.cpTodayText, TD.cpTodayTextDisabled{border:solid thin #C0C0C0;border-width:1px 0px 0px 0px;}
A.cpTodayText, SPAN.cpTodayTextDisabled{height:20px;}
A.cpTodayText{color:black;}
.cpTodayTextDisabled{color:#D0D0D0;}
.cpBorder{border:solid thin #808080;}
.MyDiv {background:#fff;position:absolute;}







    



