
#mainNavMenu
{
    clear:both;
    margin:0 auto;
}
.mainNavStyle
{
    height:38px;
    width:971px;
    background: url(../images/navigation_bg.gif) left top no-repeat; /*THEME CHANGE HERE*/
    font-family:Verdana;
    font-size:11px;
}



.mainNavStyle ul
{
    border: 0px solid #000;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    height:38px;
    list-style-type:none;
    float:left;
}

.mainNavStyle ul li
{
    float:left;
    height:38px;
    width:160px;
    border-right: 1px solid #aecc9e;
    text-align:center;
    padding:0px 0px 0px 0px;
}

.mainNavStyle ul li a
{
    color: #fff;
    text-decoration: none;
    padding:12px 20px 0px 20px;
    border:0px solid #fff;
    display:block;
    height:26px;
}

.mainNavStyle ul li a:hover
{
    background: url(../images/nav_rollover.gif) center center repeat-x; /*THEME CHANGE HERE*/
}




/* ######### Style for Drop Down Menu ######### */
.subNav
{
    list-style-type:none;
    padding:0px;
    margin:0px;
}

.dropMenuStyle
{
    position:absolute;
    margin:0px 0px 0px 0px;
    border: 0px solid #BBB; /*THEME CHANGE HERE*/
    font:bold 11px Arial;
    line-height:15px;
    z-index:100;
    background-color: white;
    width: 160px;
    visibility: hidden;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropMenuStyle a
{
    width: auto;
    display: block;
    text-indent:10px;
    padding: 2px 0;
    text-decoration: none;
    font-weight: bold;
    color: #008cb1;
}
.subGroup a
{
    width: auto;
    display: block;
    text-indent: 5px;
    padding: 2px 0;
    text-decoration: none;
    font-weight: bold;
    color: #818181;
}

* html .dropMenuStyle a /*IE only hack*/
{ 
    width: 100%;
}

.dropMenuStyle a:hover /*THEME CHANGE HERE*/
{ 
    background-color: #dfdfdf;
}

/* :: Submenu Promo added 12-10-09 ::::::::::::::::::::::: */
a.getPersonal:link, a.getPersonal:visited {
	background: url("../Images/btn_sign-up.jpg") no-repeat 0px -82px;
	text-align: left;
	text-indent: -5000px;
	display: block;
	height: 82px;
	width: 160px;
	margin: 0px;
	padding: 0px;
}
a.getPersonal:hover {
	background: url("../Images/btn_sign-up.jpg") no-repeat 0px 0px;
	text-indent: -5000px;
}

/* ######### Search Box Style ######### */
#siteSearch
{
    border:0px solid #000;
    background:url(../images/search_bg.gif) no-repeat;
    background-position:center;
    height:16px;
    margin:9px 0px 0px 0px;
    float:left;
}
.searchBox
{
    width:90px;
    height:16px;
    border:0px;
    font-size:11px;
    padding:0px 0px 0px 0px;
    margin:0px 16px 0px 0px;
    background-color:#fff;
    float:right;
}

#internalContentSectionHome
{
    width:936px;
    color:#808080;
    font-size:12px;
    background-color:#fff;
    padding:20px 0px 0px 35px;
    border:0px solid #000;
    line-height:22px;
    clear:both;
    float:left;
    position:relative;
    min-height:303px;
}