/*************** Banner Image *****************/
.imgBanner {width: 780px; height: 130px;}

/*************** Main Menu *****************/
#whitebkgrnd{
background-color:#FFFFFF;
}


#nav /* top level ul */
{
    padding: 0;
    margin: 0;
    background: #d24f00;
    float: left;
    width: 100%;
    line-height: 1em;
    list-style-type: none;
    font-size: 11px;
}
#nav li /* top level list items */
{
    float: left;
    font-weight: bold;
    padding: 0;
    margin: 0;
}
#nav li a /* top level list item links */ {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 5px 10px;
	text-align: center;
	}

#nav li:hover, #nav li.sfhover {background: #E86313;}
#nav li:hover ul {left: auto;}
#nav li:hover ul, #nav li.sfhover ul {left: auto;}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {left: -999em;}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {left: auto;}


/***************** Left Navigation ************/
#sectionTitle
{
    background: #99CC66;
    padding: 10px 0;
    margin: 0;
    width: 100%;
    font-size: 115%;
}
#sectionTitle p
{
    margin: 0;
    padding: 0;
}
#sectionTitle a, #hiliteLinks a
{
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    background: url(../../images/bullet.gif) no-repeat 4px 5px;
    padding: 4px 4px 4px 14px;
    margin: 0;
    display: block;
}
#sectionTitle a:hover, #hiliteLinks a:hover
{
    color: #00669C;
    background: url(../../images/blue_bullet_on.gif) no-repeat 4px 5px;
}
#subNav /* top level links (level 3 in XML) */
{
    padding: 0;
    margin: 0;
   /* width: 100%; */
    list-style-type: none;
    background: url(../../images/hr.gif) repeat-x top left;
}
#subNav li
{
    font-weight: bold;
    padding: 0;
    background: url(../../images/hr.gif) repeat-x bottom left;
}
#subNav li a
{
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    display: block;
    background: url(../../images/bullet.gif) no-repeat 4px 5px;
    padding: 4px 0 4px 14px;
}
#subNav li a:hover
{
    color: #99CC66;
    background: url(../../images/bullet_on.gif) no-repeat 4px 5px;
}
#subNav ul li a
{
    background: url(../../images/bullet_dot.gif) no-repeat 15px 9px;
    padding: 4px 0 4px 22px;
}
#subNav li a.navActive
{
    color: #99CC66;
    background: url(../../images/bullet_on.gif) no-repeat 4px 5px;
    }
#subNav ul li a.navActive
{
    color: #99CC66;
    background: url(../../images/bullet_dot_on.gif) no-repeat 15px 9px;
    }
#subNav ul/* second-level level links (level 4 in XML) */
{
    padding: 0;
    margin: 0;
    list-style-type: none;
    background: none;
}
#subNav ul li
{
    font-weight: normal;
    border: none;
    background: none;
}
#subNav ul li a:hover
{
    background: url(../../images/bullet_dot_on.gif) no-repeat 15px 9px;
}
#subNav ul ul/* third-level level links (level 5 in XML) */
{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
#subNav ul ul li
{
    font-weight: normal;
    border: none;
    background: none;
    margin-left: 8px;
}
#subNav ul ul li a
{
    padding: 3px 0 3px 29px;
    background: url(../../images/bullet_dot.gif) no-repeat 22px 9px;
    font-weight: normal;
}
#subNav ul ul li a:hover
{
    background: url(../../images/bullet_dot_on.gif) no-repeat 22px 9px;
}
#subNav ul ul li a.navActive
{
    color: #99CC66;
    background: url(../../images/bullet_dot_on.gif) no-repeat 22px 9px;
    }


















/* Orange Menu*/
.navOrange {width: 150px;}

.navOrange ul { margin: 0 0 0 10px; padding: 0;}

.navOrange ul li {
	color: #fff;
	width: 160px;
	background: #f90;
	margin-bottom: 1px;
	list-style: none;
	}

.navOrange a, .navOrange a:visited, .navOrange a:link, .navOrange a:active {
	display: block;
	height: 20px; 
	padding: 5px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	}

.navOrange a:hover {background: #FFA826;}


/****** Browser Hack - http://www.positioniseverything.net/easyclearing.html ***************/
/* forces floated elements to clear previous elements in all browsers */
.clearfix:after
{
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix
{
display: inline-table;
}
/* Hides from IE-mac */
* html .clearfix
{
height: 1%;
}
.clearfix
{
display: block;
}

