/*
CSS normalizations
see Transcending CSS by Andy Clarke
*/

/* normalize margins and padding */
/*html, body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
pre, form, fieldset, input, p, blockquote, th, td
{
	margin: 0px;
	*/

/* normalize font size for headers, pre and code */
h1, h2, h3, h4, h5, h6, pre, code {
	font-size: 100%;
}

/* remove list-style from lists */
/*ol,*/ 
/*ul {
	list-style: none;
}*/

/* remove border from fieldset and img */
fieldset, img {
	border: none;
}

/* left align text in caption and th */
caption, th {
	text-align: left;
}

/* remove quote marks from q tag (see http://alistapart.com/articles/qtag)
	This is done because win/ie does not place quotes around the q as per W3C standard.
	This turns off quotes on other browsers (since they recognize the :before and :after).
	Be sure to place quotes OUTSIDE of the q tags to meet the W3C specifications.
	e.g. &ldquo;;<q>The quick brown fox jumps over the lazy dog</q>&rdquo;
 */
q:before, q:after {
	content: "";
}

/* remove italization from address */
address {
	font-style: normal;
}

/* commonly used classes and general changes */

#content form {
	border-top:1px #FFFFFF solid;	/* hack to remove extra spacing above firefox forms */
}

.dateText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #ffffff;
}
.dateNews {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	line-height: 12pt;
	font-style:italic;
	color: #494848;
}
.text {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	color: #494848;
	text-decoration:none;
}
.rtpane_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight:bold;
	line-height: 15pt;
	color: #C37304;
	text-decoration:none;
}
.rtpane_list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: normal;
	line-height: 13pt;
	color: #494848;
	text-decoration:none;
}
.rtpane_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: normal;
	line-height: 13pt;
	color: #494848;
	text-decoration:none;
}
.tab_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8.5pt;
	font-weight: normal;
	line-height: 18pt;
	color: #494848;
	text-decoration:none;
}
li {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: #494848;
	text-decoration: none;
	white-space: normal;
	/*list-style-type:disc;*/
}
.bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #494848;
}
.whiteHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.spotlightLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #7096BF;
	text-decoration:none;
}
.TopStory {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	line-height: 18pt;
	color: #363636;
}
.TopStorySubTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 15pt;
	font-weight: bold;
	color: #494848;
}
.HomeHilights {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	line-height: 20pt;
	color: #C37304;
}
.pageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	line-height: 24pt;
	color: #494848;
}
.subHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #494848;
}	
.subHeadingNews {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #494848;
}
.subTitel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #C37304;
}
.subTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #C37304;
}
.subTitle2line {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #C37304;
}
.hilightRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#97343d;
	font-weight:bold;
}
.subTitleNews {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	color: #C37304;
}
.captionNews {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #C37304;
}
.Quotes {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-style: italic;
	color: #C37304;
	text-decoration: none;
}
#container {
	position: relative;
	width: 750px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
}
table.tableGR {
	border-width: 0px;
	border-spacing: ;
	padding: inherit;
	border-style: none;
	border-color: #999999;
	border-collapse: collapse;
	background-color: white;
}
table.tableGR th {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: #999999;
	background-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	color: #FFFFFF;
	-moz-border-radius: ;
}
table.tableGR td {
	border-width: 1px;
	padding: 3px;
	border-style: solid;
	border-color: #999999;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	color: #494848;
	text-decoration:none;
	-moz-border-radius: ;
}
table.tableGRsm {
	border-width: 0px;
	border-spacing: ;
	padding: inherit;
	border-style: none;
	border-color: #999999;
	border-collapse: collapse;
	background-color: white;
}
table.tableGRsm th {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #999999;
	background-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	-moz-border-radius: ;
}
table.tableGRsm td {
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: #999999;
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #494848;
	text-decoration:none;
	-moz-border-radius: ;
}
.roundcnr_box {
	background: url(/layout_img/roundcnr_tl.png) no-repeat top left;
}

.roundcnr_top {
	background: url(/layout_img/roundcnr_tr.png) no-repeat top right;
	margin-top:1px;	/* fix IE6 height calc bug */
	overflow:hidden;
}
.roundcnr_bottom {
	background: url(/layout_img/roundcnr_bl.png) no-repeat bottom left;
}
.roundcnr_bottom div {
	background: url(/layout_img/roundcnr_br.png) no-repeat bottom right;
}
.roundcnr_content {
	background: url(/layout_img/roundcnr_r.png) top right repeat-y;
}
.roundcnr_top div,.roundcnr_top,
.roundcnr_bottom div, .roundcnr_bottom {
	width: 100%;
	height: 12px;
	font-size: 1px;
}
.roundcnr_content { padding: 0 15px; 
}
.component {
	FONT-SIZE: 9px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}
.portletBarHeader {
	FONT-WEIGHT: bold; FONT-SIZE: 7pt; COLOR: #C37304; FONT-FAMILY: Verdana,Arial,Helvetica,san-serif
}
.footerText {
	FONT-SIZE:9pt; COLOR: black; FONT-FAMILY: Verdana, Arial, Helvetica
}
.aFooter:link {
	FONT-SIZE: 9pt; COLOR: black; FONT-FAMILY: Verdana, Arial, Helvetica; TEXT-DECORATION: none
}
.aFooter:visited {
	FONT-SIZE: 9pt; COLOR: black; FONT-FAMILY: Verdana, Arial, Helvetica; TEXT-DECORATION: none
}
.aFooter:hover {
	FONT-SIZE: 9pt; COLOR: blue; FONT-FAMILY: Verdana, Arial, Helvetica; TEXT-DECORATION: underline
}
.aFooter:active {
	FONT-SIZE: 9pt; COLOR: black; FONT-FAMILY: Verdana, Arial, Helvetica; TEXT-DECORATION: none
}
<style type="text/css">{  }
A {
    text-decoration:none;
    color:#37577B;
   }
a:hover {
    text-decoration:underline;
    color:C37304;
   }
body {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	background-color:#ffffff;
	color:#494848;
}
body a {
	color:#37577B;
	text-decoration:none;
}
body a:link {
	color:#37577B;
	text-decoration:none;
}
body a:active {
	color:#37577B;
	text-decoration:none;
}
body a:visited {
	color:#7096BF;
	text-decoration:none;
}
body a:hover {
	color:#C37304;
	text-decoration:none;
}

.clearBoth {
	clear:both;
}

.clearRight {
	clear:right;
}

.clearBothTight {
		clear:both;
		margin:0px;
		padding:0px;
		font-size:0px;
		line-height:0px;
		height:0px;
		width: 0px;
		overflow:hidden;
}

.positionRelative {
	position:relative;
}

.noWrap {
	white-space:nowrap;
}

.floatRight {
	float:right;
	display:inline;
}

.floatLeft {
	float:left;
	display:inline;
}

.verticalMiddle {
	vertical-align:middle;
}

.verticalTop {
	vertical-align:top;
}

.verticalBaseline {
	vertical-align:baseline;
}

.lowerSubmit {
	margin-top:2px;
}

.marginTop1 {
	margin-top:1px;
}

.marginTop2 {
	margin-top:2px;
}

.marginTop3 {
	margin-top:3px;
}

.marginTop4 {
	margin-top:4px;
}

.marginTop5 {
	margin-top:5px;
}

.marginTop6 {
	margin-top:6px;
}

.marginTop7 {
	margin-top:7px;
}

.marginTop10 {
	margin-top:10px;
}

.marginTop15 {
	margin-top:15px;
}

.marginTop20 {
	margin-top:20px;
}

.marginTop25 {
	margin-top:25px;
}

.marginTop30 {
	margin-top:30px;
}

.marginTop35 {
	margin-top:35px;
}

.marginTop40 {
	margin-top:40px;
}

.marginTop45 {
	margin-top:45px;
}

.marginTop50 {
	margin-top:50px;
}

.marginBottom15 {
	margin-bottom:15px;
}

.marginBottom10 {
	margin-bottom:15px;
}

.marginBottom5 {
	margin-bottom:5px;
}

.margin15 {
	margin:15px;
}

.marginRight5 {
	padding: 0px;
	margin-right:5px;
}

.marginRight10 {
	margin-right:10px;
}

.marginRight15 {
	margin-right:15px;
}

.marginRight160 {
	padding:0;
	margin-right:160px;	
}

.marginLeft4 {
	margin-left:4px;
}

.marginLeft5 {
	margin-left:5px;
}

.marginLeft10 {
	margin-left:10px;
}

.marginLeft13{
    margin-left:13px;
}

.marginLeft15{
	margin-left:15px;
}

.marginLeft2 {
	margin-left:2px;
}

.marginLeft20 {
	margin-left:20px;
}

.marginLeft22 {
	padding: 0px;
	margin-left:22px;
}

.marginLeft25 {
	margin-left:25px;
}

.marginLeft30 {
	margin-left:30px;
}

.marginLeft35 {
	margin-left:35px;
}

.marginLeft40 {
	margin-left:40px;
}

.marginLeftNeg25 {
	margin-left:-25px;
}

.paddingLeft10 {
	padding-left:10px;
}

.paddingBottom10 {
	padding-bottom:10px;
}

.paddingBottom6 {
	padding-bottom:6px;
}

.paddingRight10 {
	padding-right:10px;
}

.paddingRight15 {
	padding-right:15px;
}

.backgroundIndentNeg5 {
	margin-left:-5px;
}

.margin10 {
	margin:10px;
}

.marginBottomNeg20 {
	margin-bottom:-20px;
}

.topSearchInput {
	width:157px;
	margin-right:5px;
}

.lightBlueBg {
	background-color:#e7f5f8;
}

.hrBlueThin {
	width:100%;
	height:0px;
	border-bottom:1px #0858af solid;
}

.hrLightGray {
	width:100%;
	border-bottom:1px #dfdfdf solid;
}

.hrLightGray0 {
	width:100%;
	border-bottom:1px #dfdfdf solid;
	height:0px;
	overflow:hidden;
}

.hrLightGrayTop {
	width:100%;
	border-top:1px #dfdfdf solid;
}

.hrDarkGray {
	width:100%;
	border-bottom:1px #b8b8b8 solid;
}
.hrOrangeThin {
	width:100%;
	border-bottom:1px #C37304 solid;
	height:0px;
	overflow:hidden;
}
.hrDarkGrayDots {
	width:100%;
	border-bottom:1px #b8b8b8 dotted;
}

.hrDarkGrayDots2 {
	width:100%;
	border-top:1px #676767 dotted;
}

.hrLightGrayPad7 {
	width:100%;
	height:7px;
	border-top:1px #dfdfdf solid;
	margin-top:7px;
}

.verticalDot221 {
	background-image:url(/images/vert_gray_dots_221.gif);
	background-repeat:repeat-y;
	height:100%;	/* fix for IE bug */
}
.italic {
	font-style:italic;
}

.skipNav {
	width: 0px;
	height: 0px;
	overflow: hidden;
	text-index: -9999px;
	margin: 0px;
	padding: 0px;
}

/* navigation styles */

#mainMenu {
	position:relative;
	clear:both;
	width:102%;
	height:30px;
	background-image:url(/layout_img/bg_top_menu.gif);
	background-repeat:no-repeat;
}



.topNav {
	padding:0px;
	margin:0px 0px 0px 20px;
	list-style-type:none;
	display:inline;
	float:left;
	z-index:90;	/* added for flashNav  */
}
	
.topNav li{
	display:inline;
	float:left;
	list-style-type:none;
}
	
.topNav li A{
	display:block;
		
}

.topNav li a span {
	display:none;
}


.topNav li#news a, .topNav li#news{
	width:108px;
	height:30px;
	background:url(/layout_img/btn_top_menu_news.gif) 100% 0px;
}

.topNav li#news a.current {
	width:108px;
	height:30px;
	background:url(/layout_img/btn_top_menu_news.gif) 100% -30px;
}

.topNav li#news a.hover {
/*.topNav li#news a:hover {	flashNav changes */
	width:108px;
	height:30px;
	background:url(/layout_img/btn_top_menu_news.gif) 100% -60px;
}

	
.topNav li#benefits a, .topNav li#benefits{
	width:185px;
	height:30px;
	background:url(/layout_img/btn_top_menu_benefits.gif) 100% 0px;
}

.topNav li#benefits a.current {
	width:185px;
	height:30px;
	background:url(/layout_img/btn_top_menu_benefits.gif) 100% -30px;
}

.topNav li#benefits a.hover {
/*.topNav li#benefits a:hover {	flashNav changes */
	width:185px;
	height:30px;
	background:url(/layout_img/btn_top_menu_benefits.gif) 100% -60px;
}

	
.topNav li#resources a, .topNav li#resources{
	width:150px;
	height:30px;
	background:url(/layout_img/btn_top_menu_resources.gif) 100% 0px;
}

.topNav li#resources a.current {
	width:150px;
	height:30px;
	background:url(/layout_img/btn_top_menu_resources.gif) 100% -30px;
}

.topNav li#resources a.hover {
/*.topNav li#resources a:hover {	flashNav changes */
	width:150px;
	height:30px;
	background:url(/layout_img/btn_top_menu_resources.gif) 100% -60px;
}

	
.topNav li#career a, .topNav li#career{
	width:175px;
	height:30px;
	background:url(/layout_img/btn_top_menu_career.gif) 100% 0px;
}

.topNav li#career a.current {
	width:175px;
	height:30px;
	background:url(/layout_img/btn_top_menu_career.gif) 100% -30px;
}

.topNav li#career a.hover {
/*.topNav li#career a:hover {	flashNav changes */
	width:175px;
	height:30px;
	background:url(/layout_img/btn_top_menu_career.gif) 100% -60px;
}

	
.topNav li#policies a, .topNav li#policies{
	width:117px;
	height:30px;
	background:url(/layout_img/btn_top_menu_policies.gif) 100% 0px;
}

.topNav li#policies a.current {
	width:117px;
	height:30px;
	background:url(/layout_img/btn_top_menu_policies.gif) 100% -30px;
}

.topNav li#policies a.hover {
/*.topNav li#policies a:hover {	flashNav changes */
	width:117px;
	height:30px;
	background:url(/layout_img/btn_top_menu_policies.gif) 100% -60px;
}

	
.topNav li#travel a, .topNav li#travel{
	width:108px;
	height:30px;
	background:url(/layout_img/btn_top_menu_travel.gif) 100% 0px;
}

.topNav li#travel a.current {
	width:108px;
	height:30px;
	background:url(/layout_img/btn_top_menu_travel.gif) 100% -30px;
}

.topNav li#travel a.hover {
/*.topNav li#travel a:hover {	flashNav changes */
	width:108px;
	height:30px;
	background:url(/layout_img/btn_top_menu_travel.gif) 100% -60px;
}

.topNav li#moresites a, .topNav li#moresites{
	width:116px;
	height:30px;
	background:url(/layout_img/btn_top_menu_moresites.gif) 100% 0px;
}

.topNav li#moresites a.current {
	width:116px;
	height:30px;
	background:url(/layout_img/btn_top_menu_moresites.gif) 100% -30px;
}

.topNav li#moresites a.hover {
/*.topNav li#travel a:hover {	flashNav changes */
	width:116px;
	height:30px;
	background:url(/layout_img/btn_top_menu_moresites.gif) 100% -60px;
}
	

.menuBackground {
	visibility: hidden;
	background-color:#323232;
	position:absolute;
	z-index:80;
	top:110px;
	left:0px;
	height:0px;
	width:1000px;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
}

.menuBackground2 {
	visibility: hidden;
	display: block;
	position:absolute;
	z-index:0;
	top:0px;
	left:0px;
	width:100%;
}

.menuDropdown {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	color:#084a90;
}

.menuDropdownTab {
	margin-top: -29px;
}

.menuDropdownTabRight {
	margin-top: -29px;
	float: right;
	margin-right: 1px;
}

.menuDropdownClose {
	position:absolute;
	top:-20px;
	right:20px;
	text-align:right;
	width:70px;
}

.menuDropdownClose2 {
	position:relative;
	top:-20px;
	right:20px;
	text-align:right;
}

.menuDropdownTitle {
	font-size:11px;
	line-height:21px;
	color:#084a90;
	text-transform:uppercase;
	font-weight:bold;
}

.menuDropdownHorozWhiteDots {
	background-image:url(/layout_img/nav_horoz_white_dots.gif);
	background-repeat:repeat-x;
	width:100%;
	margin-top:10px;
}


.menuDropdownHorozGrayRule {
	background-image:url(/layout_img/nav_hr_bg.gif);
	background-repeat:repeat-x;
	width:100%;
	margin-top:10px;
 	margin-left: 2px;
}


	
.menuDropdownBlue {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	color:#18589b;
}

.menuDropdownBlue a {
	color:#FFFFFF;
	text-decoration:none;
}

.menuDropdownBlue a:link {
	color:#FFFFFF;
	text-decoration:none;
}


.menuDropdownBlue a:active {
	color:#FFFFFF;
	text-decoration:none;
}

.menuDropdownBlue a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

.menuDropdownBlue a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

	
.menuDropdownBlue ul.plainList {
	font-size: 14px;
	text-align:left;
	list-style-type:none;
	padding:0px;
	margin:0px;
}


.menuDropdownBlue ul.bulletList {
	list-style-type:disc;
	padding:0px;
	margin:0px;
}


.menuDropdownBlue li.plainList {
	font-size: 11px;
	text-align:left;
	list-style-type:none;
	padding-bottom:5px;
	margin-left:-14px;
}

	
.menuDropdownBlue li.bulletList {
	list-style-type:disc;
}

	
.menuDropdownGray {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:13px;
	color:#5c5a5a ;
}

.menuDropdownGray a {
	color:#5c5a5a;
	text-decoration:none;
}

.menuDropdownGray a:link {
	color:#5c5a5a;
	text-decoration:none;
}

.menuDropdownGray a:active {
	color:#5c5a5a;
	text-decoration:none;
}

.menuDropdownGray a:visited {
	color:#5c5a5a;
	text-decoration:none;
}

.menuDropdownGray a:hover {
	color:#7096BF;
	text-decoration:none;
}

.menuDropdownGray ul.plainList {
	list-style-type:none;
	text-align:left;
	padding:0px;
	margin:0px;
}

.menuDropdownGray ul.bulletList {
	list-style-type:disc;
	text-align:left;
	padding:0px;
	margin:0px;
}

.menuDropdownGray li.plainList {
	list-style-type:none;
	text-align:left;
	margin-left:-14px;
}

.menuDropdownGray li.bulletList {
	list-style-type:disc;
	text-align:left;
}

.menuDropdownGray p {
	padding-bottom:10px;
}

	
.topNavAlpha a {
	padding:0px 3px;
}

.topNavAlpha div {
	padding:0px 3px;
}

	

#newsMenu {
	visibility:hidden;
	position:absolute;
	top: 137px;
	left: 20px;
	width:288px;
	z-index:90;
}

#newsMenuTop {
	background-image:url(/layout_img/newsMenuTop.png);	
	background-repeat:no-repeat;
	width:288px;
	height:10px;	
}
* html #newsMenuTop	/* hack for ie6 background png */
{
	background-image:url(/layout_img/newsMenuTop.gif);
	position:absolute;
	top:1px; 
} 

#newsMenuBody {
	background-image:url(/layout_img/newsMenuMiddle.png);
	background-repeat:repeat-y;
	width:288px;
}
* html #newsMenuBody	/* hack for ie6 background png */
{
	background-image:url(/layout_img/newsMenuMiddle.gif);
} 

#newsMenuBottom {
	background-image:url(/layout_img/newsMenuBottom.png);
	background-repeat:no-repeat;
	width:288px;
	height:18px;
	position:relative;
}
* html #newsMenuBottom	/* hack for ie6 background png */
{
	background-image:url(/layout_img/newsMenuBottom.gif);
} 

.greyClose {
	float: right;
	margin-right: 10px;
	margin-top: -15px;
	color: #5c5a5a;
}
.greyClose a {
	color: #5c5a5a;	
	text-decoration: none;
}

.greyClose a:hover {
	color: #5c5a5a;	
	text-decoration: underline;
}

.greyClose a:link {
	color: #5c5a5a;	
	text-decoration: underline;
}

.greyClose a:active {
	color: #5c5a5a;	
	text-decoration: underline;
}

	
.newsMenuInner {
	width:569px;
	margin-top:0px;
	margin-left:14px;
}

.newsMenuBlueWide {
	width:376px;
}

.newsMenuInnerLeftBlue {
	width:362px;
	float:left;
	overflow:hidden;
	margin-top:10px;
}

.newsMenuBlueVertDots {
	/*background-image:url(/layout_img/nav_benefits_bg_body_vert_dots.gif);*/
	background-repeat:repeat-y;
	width:362px;
}

.newsMenuInnerLeft {
	width:250px;
	float:left;
	overflow:hidden;
}

.newsMenuInnerMiddle {
	margin-left:29px;
	width:133px;
	float:left;
	overflow:hidden;
}

.newsMenuInnerMiddleLeft {
	margin-top:10px;
	width:97px;
	float:left;
	overflow:hidden;
}

.newsMenuInnerMiddleRight {
	margin-left:14px;
	width:47px;
	float:left;
	overflow:hidden;
}

.newsMenuInnerRightGray {
	margin-left:14px;
	width:192px;
	float:left;
	overflow:hidden;
}

.newsMenuInnerRight {
	margin-left:12px;
	width:165px;
	text-align:left;
}

	
#newsMenuBottom {
}

.newsMenuBottomInner {
	float:right;
	margin-top:5px;
	margin-right:10px;
}


.newsMenuLightGray {
	background-color:#f6f6f7;
	color:#8d8d8d;
	font-weight:bold;
 margin-left: 1px;
}

	
.newsMenuLightGray strong {
	color:#323233;
	font-weight:bold;
}
#benefitsMenu {
	visibility:hidden;
	position:absolute;
	top: 137px;
	left: 129px;
	width:583px;
	z-index:90;
}
#benefitsMenuTop {
	background-image:url(/layout_img/benefitsMenuTop.png);
	background-repeat:no-repeat;	
	height:10px;
	width:590px;
}
* html #benefitsMenuTop	/* hack for ie6 background png */
{
	background-image:url(/layout_img/benefitsMenuTop.gif);
	position:absolute;
	top:1px;
} 
#benefitsMenuBody {
	background-image:url(/layout_img/benefitsMenuMiddle.png);
	background-repeat:repeat-y;
	width:590px;
}
* html #benefitsMenuBody	/* hack for ie6 background png */
{
	background-image:url(/layout_img/benefitsMenuMiddle.gif);
} 
#benefitsMenuBottom {
	background-image:url(/layout_img/benefitsMenuBottom.png);
	background-repeat:no-repeat;
	height:18px;
	width:590px;
	position:relative;
}
* html #benefitsMenuBottom	/* hack for ie6 background png */
{
	background-image:url(/layout_img/benefitsMenuBottom.gif);
} 
.benefitsMenuInner {
	width:569px;
	margin-top:0px;
	margin-left:14px;
}
.benefitsMenuBlueWide {
	width:381px;
}
.benefitsMenuInnerLeftBlue {
	width:381px;
	float:left;
	overflow:hidden;
	margin-top:10px;
}
.benefitsMenuBlueVertDots {
	background-image:url(/layout_img/nav_benefits_bg_body_vert_dots.gif);
	background-repeat:repeat-y;
	width:381px;
}
.benefitsMenuInnerLeft {
	width:175px;
	float:left;
	overflow:hidden;
}
.benefitsMenuInnerMiddle {
	margin-left:29px;
	width:177px;
	float:left;
	overflow:hidden;
}
.benefitsMenuInnerMiddleLeft {
	margin-top:10px;
	width:100px;
	float:left;
	overflow:hidden;
}
.benefitsMenuInnerMiddleRight {
	margin-left:17px;
	width:100px;
	float:left;
	overflow:hidden;
}
.benefitsMenuInnerRightGray {
	margin-left:14px;
	width:173px;
	float:left;
	overflow:hidden;
}
.benefitsMenuInnerRight {
	margin-left:12px;
	width:148px;
	text-align:left;
}	
#benefitsMenuBottom {
}

.benefitsMenuBottomInner {
	float:right;
	margin-top:5px;
	margin-right:10px;
}


/* resources TAB */

#resourcesMenu {
	visibility:hidden;
	position:absolute;
	top: 137px;
	left: 314px;
	width:583px;
	z-index:90;
}
#resourcesMenuTop {
	background-image:url(/layout_img/resourcesMenuTop.png);
	background-repeat:no-repeat;	
	height:10px;
	width:590px;
}
* html #resourcesMenuTop	/* hack for ie6 background png */
{
	background-image:url(/layout_img/resourcesMenuTop.gif);
	position:absolute;
	top:1px;	
} 
#resourcesMenuBody {
	background-image:url(/layout_img/resourcesMenuMiddle.png);
	background-repeat:repeat-y;
	width:590px;
}
* html #resourcesMenuBody	/* hack for ie6 background png */
{
	background-image:url(/layout_img/resourcesMenuMiddle.gif);
} 
#resourcesMenuBottom {
	background-image:url(/layout_img/resourcesMenuBottom.png);
	background-repeat:no-repeat;
	height:18px;
	width:590px;
	position:relative;
}
* html #resourcesMenuBottom	/* hack for ie6 background png */
{
	background-image:url(/layout_img/resourcesMenuBottom.gif);
} 
.resourcesMenuInner {
	width:569px;
	margin-top:0px;
	margin-left:14px;
}
.resourcesMenuBlueWide {
	width:381px;
}
.resourcesMenuInnerLeftBlue {
	width:381px;
	float:left;
	overflow:hidden;
	margin-top:10px;
}
.resourcesMenuBlueVertDots {
	background-image:url(/layout_img/nav_resources_bg_body_vert_dots.gif);
	background-repeat:repeat-y;
	width:381px;
}
.resourcesMenuInnerLeft {
	width:175px;
	float:left;
	overflow:hidden;
}
.resourcesMenuInnerMiddle {
	margin-left:29px;
	width:177px;
	float:left;
	overflow:hidden;
}
.resourcesMenuInnerMiddleLeft {
	margin-top:10px;
	width:100px;
	float:left;
	overflow:hidden;
}
.resourcesMenuInnerMiddleRight {
	margin-left:17px;
	width:100px;
	float:left;
	overflow:hidden;
}
.resourcesMenuInnerRightGray {
	margin-left:14px;
	width:173px;
	float:left;
	overflow:hidden;
}
.resourcesMenuInnerRight {
	margin-left:12px;
	width:148px;
	text-align:left;
}	
#resourcesMenuBottom {
}

.resourcesMenuBottomInner {
	float:right;
	margin-top:5px;
	margin-right:10px;
}


#careerMenu {
	visibility:hidden;
	position:absolute;
	top: 137px;
	left: 464px;
	width:537px;
	z-index:90;
}
#careerMenuTop {
	background-image:url(/layout_img/careerMenuTop.png);
	background-repeat:no-repeat;	
	height:9px;
	width:537px;
}
* html #careerMenuTop	/* hack for ie6 background png */
{
	background-image:url(/layout_img/careerMenuTop.gif);
	position:absolute;
	top:1px;	
} 
#careerMenuBody {
	background-image:url(/layout_img/careerMenuMiddle.png);
	background-repeat:repeat-y;
	width:537px;
}
* html #careerMenuBody	/* hack for ie6 background png */
{
	background-image:url(/layout_img/careerMenuMiddle.gif);
} 
#careerMenuBottom {
	background-image:url(/layout_img/careerMenuBottom.png);
	background-repeat:no-repeat;
	height:18px;
	width:537px;
	position:relative;
}
* html #careerMenuBottom	/* hack for ie6 background png */
{
	background-image:url(/layout_img/careerMenuBottom.gif);
} 
.careerMenuInner {
	width:484px;
	margin-top:0px;
	margin-left:13px;
}
.careerMenuInnerLeftBlue {
	background-image:url(/layout_img/nav_career_bg_body_vert_dots.gif);
	background-repeat:repeat-y;
	width:450px;
	float:left;
	overflow:hidden;
	margin-top:10px;
}
.careerMenuInnerLeft {
	width:198px;
	float:left;
	overflow:hidden;
}
.careerMenuInnerMiddle {
	margin-left:28px;
	width:220px;
	float:left;
	overflow:hidden;
}
.careerMenuInnerRightGray {
	margin-left:20px;
	width:100px;
	float:left;
	overflow:hidden;
}
.careerMenuInnerRight {
	margin-left:13px;
	width:193px;
	text-align:left;
}	
#careerMenuBottom {
}
.careerMenuBottomInner {
	float:right;
	margin-top:5px;
	margin-right:10px;
}
#policiesMenu {
	visibility:hidden;
	position:absolute;
	top: 137px;
	left: 639px;
	width:354px;
	z-index:90;
}
#policiesMenuTop {
	background-image:url(/layout_img/policiesMenuTop.png);
	background-repeat:no-repeat;	
	height:8px;
	width:354px;
}
* html #policiesMenuTop	/* hack for ie6 background png */
{
	background-image:url(/layout_img/policiesMenuTop.gif);
	position:absolute;
	top:1px;	
} 
#policiesMenuBody {
	background-image:url(/layout_img/policiesMenuMiddle.png);
	background-repeat:repeat-y;
	width:354px;
}
* html #policiesMenuBody	/* hack for ie6 background png */
{
	background-image:url(/layout_img/policiesMenuMiddle.gif);
} 
#policiesMenuBottom {
	background-image:url(/layout_img/policiesMenuBottom.png);
	background-repeat:no-repeat;
	height:27px;
	width:354px;
	position:relative;
	/*margin-top:10px;*/
}
* html #policiesMenuBottom	/* hack for ie6 background png */
{
	background-image:url(/layout_img/policiesMenuBottom.gif);
} 
.policiesMenuInner {
	/* background-image:url(/layout_img/nav_policies_bg_body_vert_dots.gif); */
	background-repeat:repeat-y;
	width:354px;
	margin-left: 20px;
	padding-top: 10px;
}	
.policiesMenuInnerLeft {
	width:293px;
	float:left;
	overflow:hidden;
	text-align:left;
}
.policiesMenuInnerRight {
	margin-left:41px;
	width:29px;
	float:left;
	overflow:hidden;
}	
.policiesMenuBottomInner {
	float:right;
	margin-top:5px;
	margin-right:10px;
}	
#travelMenu {
	visibility:hidden;
	position:absolute;
	top: 137px;
	left: 516px;
	width:354px;
	z-index:90;
}
#travelMenuTop {
	background-image:url(/layout_img/travelMenuTop.png);
	background-repeat:no-repeat;	
	height:11px;
	width:354px;
}
* html #travelMenuTop	/* hack for ie6 background png */
{
	background-image:url(/layout_img/travelMenuTop.gif);
	position:absolute;
	top:1px;	
} 
#travelMenuBody {
	background-image:url(/layout_img/travelMenuMiddle.png);
	background-repeat:repeat-y;
	width:354px;
}
* html #travelMenuBody	/* hack for ie6 background png */
{
	background-image:url(/layout_img/travelMenuMiddle.gif);
} 
#travelMenuBottom {
	clear:both;
	background-image:url(/layout_img/travelMenuBottom.png);
	background-repeat:no-repeat;
	height:18px;
	width:354px;
	position:relative;
}
* html #travelMenuBottom	/* hack for ie6 background png */
{
	background-image:url(/layout_img/travelMenuBottom.gif);
} 
.travelMenuInner {
	/*background-image:url(/layout_img/nav_travel_bg_body_vert_dots.gif); */
	background-repeat:repeat-y;
	width:354px;
	margin-left:20px;
}
.travelMenuInnerLeft {
	width:262px;
	float:left;
	overflow:hidden;
}
.travelMenuInnerMiddle {
	margin-left:31px;
	width:64px;
	float:left;
	overflow:hidden;
}
.travelMenuInnerRight {
	margin-left:31px;
	width:163px;
	float:left;
	overflow:hidden;
}	
.travelMenuBottom {
}
.travelMenuBottomInner {
	float:right;
	margin-top:5px;
    margin-right:10px;
}
/*more sites */
#moresitesMenu {
	visibility:hidden;
	position:absolute;
	top: 137px;
	left: 393px;
	width:594px;
	z-index:90;
}
#moresitesMenuTop {
	background-image:url(/layout_img/moresitesMenuTop.png);
	background-repeat:no-repeat;	
	height:11px;
	width:594px;
}
* html #moresitesMenuTop	/* hack for ie6 background png */
{
	background-image:url(/layout_img/moresitesMenuTop.gif);
	position:absolute;
	top:1px;	
} 
#moresitesMenuBody {
	background-image:url(/layout_img/moresitesMenuMiddle.png);
	background-repeat:repeat-y;
	width:594px;
}
* html #moresitesMenuBody	/* hack for ie6 background png */
{
	background-image:url(/layout_img/moresitesMenuMiddle.gif);
} 
#moresitesMenuBottom {
	clear:both;
	background-image:url(/layout_img/moresitesMenuBottom.png);
	background-repeat:no-repeat;
	height:18px;
	width:594px;
	position:relative;
}
* html #moresitesMenuBottom	/* hack for ie6 background png */
{
	background-image:url(/layout_img/moresitesMenuBottom.gif);
} 
.moresitesMenuInner {
	background-image:url(/layout_img/nav_moresites_bg_body_vert_dots.gif);
	background-repeat:repeat-y;
	width:565px;
	margin-left:5px;
}
.moresitesMenuInnerLeft {
	width:172px;
	float:left;
	overflow:hidden;
}
.moresitesMenuInnerMiddle {
	margin-left:16px;
	width:169px;
	float:left;
	overflow:hidden;
}
.moresitesMenuInnerRight {
	margin-left:31px;
	width:173px;
	float:left;
	overflow:hidden;
}	
.moresitesMenuBottom {
}
.moresitesMenuBottomInner {
	float:right;
	margin-top:5px;
        margin-right:10px;
}
/* styles for common tabs */

	.bodyTab {
		padding:0px;
		margin:0px;
		list-style-type:none;
	}
	.bodyTab li {
		float:left;
		margin:0px;
		padding:0px;
		list-style-type:none;
		color:#000000;
		background:url(/layout_img/right_tab.gif) no-repeat right top;
		height:26px;
		overflow:hidden;
	}
	.bodyTab li a {
		float:left;	/* prevent some browsers from taking full width for a tab */
		display: block;
		color: #424242;
		text-decoration: none;
		text-transform: uppercase;
		background: url(/layout_img/left_tab.gif) no-repeat left top;
		padding: 6px 12px 3px 9px;
		width: .1em;	/* code to make full tab clickable in ie 6? */
		width: auto;	/* fix other browsers after full tab clickable fix above */
		height:26px;
	}		
	.bodyTab li.leftTab a{
		float:left;	/* prevent some browsers from taking full width for a tab */
		display:block;
		color:#424242;
		text-decoration:none;
		text-transform:uppercase;
		background:url(/layout_img/left_first_tab.gif) no-repeat left top;
		padding:6px 12px 3px 9px;
		width:.1em;	/* code to make full tab clickable in ie 6? */
		width:auto;	/* fix other browsers after full tab clickable fix above */
		height:26px;
	}		
	.bodyTab li a:link {
		color:#424242;
	}
	.bodyTab li a:active {
		color:#424242;
	}
	.bodyTab li a:visited {
		color:#424242;
	}
	.bodyTab li a:hover {
		color:#7096bf;
	}
	/* rollovers do not cover page border line */
	.bodyTab li:hover, .bodyTab li:hover a {
		color:#7096bf;
		background-position:100% -26px;
		height:25px;
	}
	.bodyTab li:hover a {
		background-position:0% -26px;
	}
	.bodyTab li.current a {
		color:#666666;
		font-weight:bold;
		background-position:0% -26px;
	}
	/* restore height to full on rollover current */
	.bodyTab li.current:hover a {
		color:#666666;
		background-position:0% -26px;
		height:26px;
	}
	.bodyTab li.current {
		color:#666666;
		font-weight:bold;
		background-position:100% -26px;
	}
	/* restore height to full on rollover current */
	.bodyTab li.current:hover {
		color:#666666;
		background-position:100% -26px;
		height:26px;
	}
	.bodyTabTall {
		padding:0px;
		margin:0px;
		list-style-type:none;
	}
	.bodyTabTall li {
		float:left;
		margin:0px;
		padding:0px;
		line-height:12px;
		list-style-type:none;
		color:#000000;
		background:url(/layout_img/right_tall_tab.gif) no-repeat right top;
		height:36px;
		overflow:hidden;
		text-align:center;
	}
	.bodyTabTall li a {
		float:left;	/* prevent some browsers from taking full width for a tab */
		display: block;
		color: #424242;
		text-decoration: none;
		text-transform: uppercase;
		background: url(/layout_img/left_tall_tab.gif) no-repeat left top;
		padding: 8px 12px 3px 9px;
		width: .1em;	/* code to make full tab clickable in ie 6? */
		width: auto;	/* fix other browsers after full tab clickable fix above */
		height:36px;
	}		
	.bodyTabTall li.leftTab a{
		float:left;	/* prevent some browsers from taking full width for a tab */
		display:block;
		color:#424242;
		text-decoration:none;
		text-transform:uppercase;
		background:url(/layout_img/left_first_tall_tab.gif) no-repeat left top;
		padding:6px 12px 3px 9px;
		width:.1em;	/* code to make full tab clickable in ie 6? */
		width:auto;	/* fix other browsers after full tab clickable fix above */
		height:36px;
	}		
	.bodyTabTall li a:link {
		color:#424242;
	}
	.bodyTabTall li a:active {
		color:#424242;
	}
	.bodyTabTall li a:visited {
		color:#424242;
	}
	.bodyTabTall li a:hover {
		color:#7096bf;
	}
	/* rollovers do not cover page border line */
	.bodyTabTall li:hover, .bodyTabTall li:hover a {
		color:#7096bf;
		background-position:100% -36px;
		height:35px;
	}
	.bodyTabTall li:hover a {
		background-position:0% -36px;
	}
	.bodyTabTall li.current a {
		color:#666666;
		font-weight:bold;
		background-position:0% -36px;
	}
	/* restore height to full on rollover current */
	.bodyTabTall li.current:hover a {
		color:#666666;
		background-position:0% -36px;
		height:36px;
	}
	.bodyTabTall li.current {
		color:#666666;
		font-weight:bold;
		background-position:100% -36px;
	}
	/* restore height to full on rollover current */
	.bodyTabTall li.current:hover {
		color:#666666;
		background-position:100% -36px;
		height:36px;
	}
	.bodyTabTall li.middle {
		line-height:26px;
	}
	.gradTab {
		padding:0px;
		margin:0px;
		list-style-type:none;
	}
	.gradTab li {
		float:left;
		margin:0px;
		padding:0px;
		list-style-type:none;
		color:#000000;
		background:url(/layout_img/right_tab.gif) no-repeat right top;
		height:26px;
		overflow:hidden;
	}
	.gradTab li a {
		float:left;	/* prevent some browsers from taking full width for a tab */
		display: block;
		color: #C37304;
		text-decoration: none;
		text-transform: uppercase;
		background: url(/layout_img/left_grad_tab.gif) no-repeat left top;
		padding: 6px 12px 3px 9px;
		width: .1em;	/* code to make full tab clickable in ie 6? */
		width: auto;	/* fix other browsers after full tab clickable fix above */
		height:26px;
	}		
	.gradTab li.leftTab a{
		float:left;	/* prevent some browsers from taking full width for a tab */
		display:block;
		color:#424242;
		text-decoration:none;
		text-transform:uppercase;
		background:url(/layout_img/left_first_grad_tab.gif) no-repeat left top;
		padding:6px 12px 3px 9px;
		width:.1em;	/* code to make full tab clickable in ie 6? */
		width:auto;	/* fix other browsers after full tab clickable fix above */
		height:26px;
	}		
	.gradTab li a:link {
		color:#424242;
	}
	.gradTab li a:active {
		color:#424242;
	}
	.gradTab li a:visited {
		color:#424242;
	}
	.gradTab li a:hover {
		color:#7096bf;
	}
	/* rollovers do not cover page border line */
	.gradTab li:hover, .gradTab li:hover a {
		color:#7096bf;
		background-position:100% -26px;
		height:25px;
	}
	.gradTab li:hover a {
		background-position:0% -26px;
	}
	.gradTab li.current a {
		color:#666666;
		font-weight:bold;
		background-position:0% -26px;
	}
	/* restore height to full on rollover current */
	.gradTab li.current:hover a {
		color:#666666;
		background-position:0% -26px;
		height:26px;
	}
	.gradTab li.current {
		color:#666666;
		font-weight:bold;
		background-position:100% -26px;
	}
	/* restore height to full on rollover current */
	.gradTab li.current:hover {
		color:#666666;
		background-position:100% -26px;
		height:26px;
	}
	
.plainTab {
		padding:0px;
		margin:0px;
		list-style-type:none;
	}
	.plainTab li {
		float:left;
		margin:0px;
		padding:0px;
		list-style-type:none;
		overflow:hidden;
	}
	.plainTab li a {
		float:left;	/* prevent some browsers from taking full width for a tab */
		display: block;
		width: .1em;	/* code to make full tab clickable in ie 6? */
		width: auto;	/* fix other browsers after full tab clickable fix above */
	}		
	.plainTab li.leftTab a{
		float:left;	/* prevent some browsers from taking full width for a tab */
		display:block;
		width:.1em;	/* code to make full tab clickable in ie 6? */
		width:auto;	/* fix other browsers after full tab clickable fix above */
	}		
		/* rollovers do not cover page border line */
	.plainTab li.current a {
		font-weight:bold;
	}
	/* restore height to full on rollover current */
	.plainTab li.current:hover a {
		font-weight:bold;	}

/* left nav */

#contentLeftMenu {
	width: 218px;
	margin-top:32px;
	float: left;
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	padding-top:2px;
	padding-bottom:2px;
	color:#494848;
}
#contentLeftMenu li {
	display:block;
	background-color:#ffffff;
}
#contentLeftMenu li:hover {
	background-color:#eff3f7;
}
#contentLeftMenu li a {
	color:#494848;
	text-decoration:none;
}
#contentLeftMenu li a:link {
	color:#494848;
	text-decoration:none;
}
#contentLeftMenu li a:active {
	color:#494848;
	text-decoration:none;
}
#contentLeftMenu li a:visited {
	color:#494848;
	text-decoration:none;
}
#contentLeftMenu li a:hover {
	color:#494848;
	text-decoration:underline;
}
#contentHalfLeft {
	width:294px;
	margin-top:-6px;
	position:relative;
	float:left;
	background-image:url(/layout_img/half_left_body.gif);
	background-repeat:repeat-y;
}

#contentHalfLeftTabs {
	width:294px;
	position:absolute;
	top:5px;
	left:0px;
	background-image:url(/layout_img/half_left_body.gif);
	background-repeat:repeat-y;
}
.contentHalfLeftTabTop {
	width:294px;
	height:41px;
	position:relative;
	overflow:hidden;
	background-image:url(/layout_img/half_left_tab.jpg);
	background-repeat:no-repeat;
}

.contentHalfLeftNoTabTop {
	width:294px;
	height:11px;
	position:relative;
	overflow:hidden;
	background-image:url(/layout_img/half_left_top.gif);
	background-repeat:no-repeat;
}

.contentHalfLeftTabTitle {
	width:458px;
	padding:0px 0px 0px 0px;
}
.contentHalfLeftTabs {
	position:absolute;
	top:10px;
	left:7px;
	width:472px;
	height:26px;
}
.contentHalfMidBody{
	margin:0px 20px 10px 20px;
}

.leftMenuTitle {
	font-size:12px;
	line-height:16px;
	/*line-height:20px;*/
	border-bottom: 2px solid #095bb1;
}


.bgCell {
  background-image: url(/layout_img/bg_box_296.gif);
  background-repeat: no-repeat;
  background-position: top left
}


.leftMenuTitle2 {
	font-size:12px;
	line-height:21px;
	font-weight:bold;
	text-transform:uppercase;
    border-bottom: 1px solid #1b5ba0;
}

.leftMenuTitle2 a {
	color:#494848;
	text-decoration:none;
}
.leftMenuTitle2 a:link {
	color:#494848;
	text-decoration:none;
}
.leftMenuTitle2 a:active {
	color:#494848;
	text-decoration:none;
}
.leftMenuTitle2 a:visited {
	color:#494848;
	text-decoration:none;
}
.leftMenuTitle2 a:hover {
	color:#494848;
	text-decoration:underline;
}


ul.leftMenuOuter  {
	list-style: none;
	margin: 0px;
	padding: 0px;
    border-bottom: 1px solid #1b5ba0;
}

li.leftMenuItemOuter {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 10px;
    border-top: 1px solid #e0e0e0;
}

li.leftMenuItemOuter:first-child {
	border-top-width:0px;
}

ul.leftMenuItem {
	list-style: none;
	margin: 0px 0px 0px 10px;
    padding: 0px;
}

li.leftMenuItem {
	list-style: none;
	margin: 0px 0px 0px -20px;
    padding: 2px 0px 2px 20px;
	border-top: 1px solid #e0e0e0;
}

.leftMenuItemWithArrows {
	margin-left:-10px;
}

ul.leftMenuItemInner {
	list-style: none;
	margin: 0px 0px 0px 10px;
    padding: 0px;
}

li.leftMenuItemInner {
	list-style: none;
	margin: 0px 0px 0px -30px;
    padding: 2px 0px 2px 30px;
	border-top: 1px solid #e0e0e0;
}

li.leftMenuCurrent {
	color:#0858af;
}

.leftMenuOuterCurrent {
	color:#0858af;
}

.leftMenuBlue {
	color:#095cb1;
	font-weight:bold;
}

.skipNav {
	width: 0px;
	height: 0px;
	overflow: hidden;
	text-index: -9999px;
	margin: 0px;
	padding: 0px;
}
/* border classes */
.dblBorderWideTop {
	background-image:url(/layout_img/dbl_border_wide_top11.gif);
	background-repeat:no-repeat;
	margin-top:-3px;	/* fix ie6 height calculation bug */
	padding-top:0px;
	width:100%px;
	height:11px;
	overflow:hidden;
	border-top:3px #ffffFF solid;	/* fix ie6 height calculation bug */
}

.dblBorderWideTopTabsBg {
	background-image:url(/layout_img/dbl_border_wide_top_tabs.gif);
	background-repeat:no-repeat;
	width:100%;
	height:66px;
	position:relative;
}

.dblBorderWideTopTabs {
	position:absolute;
	top:35px;
	left:7px;
	width:768px;
	height:26px;
}


.dblBorderWideTopTabsShortBg {
	background-image:url(/layout_img/dbl_border_wide_top_tabs_short.gif);
	background-repeat:no-repeat;
	width:784px;
	height:39px;
	position:relative;
}

.dblBorderWideTopTabsShort {
	position:absolute;
	top:9px;
	left:7px;
	width:768px;
	height:26px;
}

.dblBorderWideBody {
	background-image:url(/layout_img/dbl_border_wide_body.gif);
	background-repeat:repeat-y;
	width:784px;
	vertical-align:top;
	/* position:relative; */
}

.dblBorderWideBody p {
 margin: 0 0 6px 0;
 padding: 0;
}

.dblBorderWideBodyInner {
	margin:7px 0px 0px 24px;
	border-top:1px #FFFFFF solid;
	width:736px;
}

.dblBorderWideBodyInnerTop17 {
	margin:17px 0px 0px 24px;
	width:736px;
}

.dblBorderWideBodyInnerThinner {
	width:650px;
}

.dblBorderWideBodyInner530 {
	width:530px;
}

.dblBorderWideBodyInner p {
	margin-top: 5px;
	margin-bottom: 5px;
}
.contentHalfLeftBody {
	width:458px;
	margin:10px 15px 10px 15px;
}

.contentHalfLeftBottom {
	width:296px;
	height:14px;
	background-image:url(/layout_img/half_left_bottom.gif);
	background-repeat:no-repeat;
}
.dblBorderWideBottom {
	background-image:url(/layout_img/dbl_border_wide_bottom.gif);
	background-repeat:no-repeat;
	width:784px;
	height:22px;
}

.dblBorderWideBottom781 {
	background-image:url(/layout_img/dbl_border_wide_bottom_781.gif);
	background-repeat:no-repeat;
	width:781px;
	height:14px;
}

.dblBorderWideSeparator {
	background-image:url(/layout_img/dbl_border_wide_separator.gif);
	background-repeat:no-repeat;
	width:736px;
	height:1px;
	overflow:hidden;
}
.contentHalfMidNoTabBodySeparatorExpanding {
 background-image:url(/layout_img/border_wide_separator_503.gif);
 background-repeat:no-repeat;
 height:1px;
 overflow:hidden;
}



.jqueryslidemenu{
font: bold 14px Verdana;
background-image:url(/layout_img/bg_top_menu.gif);
background-repeat:repeat-y;
//background: #003366;
width: 95%;
position:absolute;
left:15px;

}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
background-image:url(/layout_img/sm_background_menu.gif);
background-repeat:repeat-y;

//background: #003366; /*background of tabs (default state)*/
//color: white;
padding: 8px 10px;
border-right: 1px solid #778;
//color: #2d2b2b;
text-decoration: none;
}


* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
background-image:url(/layout_img/sm_background_menu.gif);

}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: white;
}

.jqueryslidemenu ul li a:hover{
background-image:url(/layout_img/menu_background.gif);
//background: black; /*tab link background during hover state*/
color: white;
}

* html .jqueryslidemenu ul li a:hover
{ /*IE6 hack to get sub menu links to behave correctly*/
background-image:url(/layout_img/menu_background.gif);
}


	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
left: 0;
display: block;
visibility: hidden;
background-image:url(/layout_img/menu_background.gif);

}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
background-image:url(/layout_img/menu_background.gif);
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font: normal 12px Verdana;
width: 170px; /*width of sub menus*/
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
//background: #eff9ff;
background-image:url(/layout_img/menu_background.gif);
//color: black;
}

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}



