

/* Header Logo / Banner / Search Section */
#headContainer {
	MARGIN: auto; 
	float: none;
	WIDTH: 980px;
}

#innerCon
{
	MARGIN: auto; 
    float: left;
    clear: both;
    width: 980px;
    height: 80px;
}
#VerticalMenu
{
	margin-top:10px;
	margin-right:10px;
	float:left;
	width:160px;	
}
#MainContent
{
	margin:auto;
	float:right;
	width:820px;	
}
#logo
{
    float: left;
    margin: 0;
    padding-bottom: 20px;
    width: 150px;
    height: 80px;
}
#adHeader
{
   float: right;
	margin-top: 0px;
	padding-left: 62;
	width: 728px;
	height: 95px;
	border: 0px solid #E6E8E7;
}

#searchCon
{
    float: right;
    margin: 7px 0 0 50px;
    padding: 1px;
    width: 230px;
    height: 70px;
}
#inputSearchCon
{
    float: left;
    margin: 0;
    clear: both;
    width: 230px;
    height: 40px;
}
.btnGraySearch
{
    padding: 0 5px;
    font-family: Verdana;
    font-size: 11px;
    color: #fff;
    text-align: center;
    vertical-align: bottom;
    height: 20px;
    background: #8A8A88 url(../images/btnGray.jpg) repeat-x left top;
    border-right: 1px solid #81807E;
    border-bottom: 1px solid #81807E;
    border-left: 1px solid #9C9B97;
    border-top: 1px solid #9C9B97;
    width: 59px;
    font-weight: bold;
    padding-bottom:3px;
}
#topRightNav
{
    float: left;
    clear: both;
    width: 230px;
    background: url(../images/topTabBg.jpg) repeat-x left top;
    height: 29px;
    border-top: 1px solid #E4E4E4;
}

#topRightNav ul
{
    margin: 0;
    padding: 0;
    float: left;
    height: 28px;
    list-style-type: none;
}

#topRightNav li
{
    font-size: 11px;
    float: left;
    list-style-type: none;
    height: 20px;
    padding-top: 8px;
}
#topRightNav li.seprators
{
    font-size: 11px;
    color: #E4E4E4;
    float: left;
    list-style-type: none;
    height: 20px;
    padding: 8px 5px 0 5px;
    text-align:center;
    width:24px;
}
#rss
{
    margin-left: 3px;
}

#topRightNav li a, #topRightNav li a:visited
{
    text-decoration: underline;
    color: #666;
}

#topRightNav li a:hover
{
    text-decoration: none;
    color: #059192;
}


/* Header Horizontal navigation Section */

#topNav
{
    float: left;
    width: 980px;
    height: 28px;
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
}

#topNav ul
{
    margin: 0;
    padding: 0;
    float: left;
    height: 28px;
    list-style-type: none;
}

#topNav ul#topRight
{
    margin: 0;
    padding: 0;
    float: right;
    height: 28px;
    list-style-type: none;
}

#topNav li
{
    font-size: 11px;
    float: left;
    list-style-type: none;
    height: 28px;
}

#topNav li#selected a, #topNav li#selected a:visited
{
    text-decoration: none;
    color: #059192;
    font-weight: bold;
    display: block;
    padding: 8px 10px 0 6px;
    height: 20px;
}

.selectedTab
{
    text-decoration: none;
    color: #059192;
    font-weight: bold;
    display: block;
    /*padding: 0px 10px 0 10px;*/
    height: 20px; /*background: url(../images/tabHover.jpg) repeat-x left top;*/
}

#topNav li#selected a:hover
{
    text-decoration: strong;
    color: #000;
    display: block;
    padding: 8px 10px 0 6px;
    height: 20px;
}

#topNav li#sep
{
    float: left;
    list-style-type: none;
    padding-top: 4px;
    height: 20px;
}

#topNav li a, #topNav li a:visited
{
    text-decoration: none;
    float: left;
    color: #333;
    display: block;
    padding: 8px 8px 0 8px;
    height: 20px;
}

#topNav li a:hover
{
    text-decoration: none;
    /*on hover font weight*/
    font-weight:bold;  
    display: block;
  /*  padding: 8px 8px 0 8px;*/
    height: 20px;
}

#topRightNav
{
    float: left;
    clear: both;
    width: 230px;
    background: url(../images/topTabBg.jpg) repeat-x left top;
    height: 29px;
    border-top: 1px solid #E4E4E4;
}

#topRightNav ul
{
    margin: 0;
    padding: 0;
    float: left;
    height: 28px;
    list-style-type: none;
}

#topRightNav li
{
    font-size: 11px;
    float: left;
    list-style-type: none;
    height: 20px;
    padding-top: 8px;
}
#topRightNav li.seprators
{
    font-size: 11px;
    color: #E4E4E4;
    float: left;
    list-style-type: none;
    height: 20px;
    padding: 8px 5px 0 5px;
    text-align:center;
    width:24px;
}
#rss
{
    margin-left: 3px;
}

#topRightNav li a, #topRightNav li a:visited
{
    text-decoration: underline;
    color: #666;
}

#topRightNav li a:hover
{
    text-decoration: none;
    color: #059192;
}


