/* Global document style definitions */
body {
	background-color: #fff;
	color : #000;
	font-family: Arial, sans-serif;
	font-size: 80%;
	margin: 0;
}
img { border: none; }
form { margin: 0; }

/* Prebanner region definitions */
#prebanner, #banner, #contentWrap, #footerWrap {
	width: 775px;
	margin-right: auto;
	margin-left: auto;
}

#prebanner {
	padding-top: 11px;
	color: #979696;
	font-size: 8pt;
	margin-bottom: 6px;
}

.prebanner_search_button, .prebanner_search_button_hover { 
	height:19px;
	padding-right:1px;
	padding-left:2px;
	padding-bottom:2px;
	font:normal 8pt arial;
	cursor:pointer;
}
.prebanner_search_button	{ 
	background-color:#FFF;
}
.prebanner_search_button_hover { 
	background-color:#f8f8f8;
	color:#000; 
}
#searchLabel{
	color:#000;
}


#prebanner input {
	font-size: 8pt;
	border-top:1px solid #CBC6B5;
	border-left:1px solid #CBC6B5; 
	margin-right: 4px;
}
#prebanner input.searchText {
	border-left-color: #7C7C7C;
	border-top-color: #7C7C7C;
	padding: 1px 3px;
	width: 100px;
}
#prebanner input.searchBtn {
	font-size: 7pt;
	background-color: #fff;
	color: #868585;
	width: 22px;
	height: 18px;
}
#prebannerLinks {
	margin-bottom: 16px;
	text-transform: lowercase;
}
#prebannerLinks a {
	color: #000;
	text-decoration: none;
}
#prebannerLinks a:hover { text-decoration: underline; }

/* Banner region definitions */
#bannerWrapper {
	background-image: url("bg-hdr-pinstripe.gif");
	position: relative;
}
#banner { background-color: #fff; }
#bannerHR { border-top: 2px solid #fff; clear: both; }
#topnav0 a {
	width: 110px;
	color: #fff;
	background-color: #4C83A4;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 10px 4px 10px;
	margin-left: 2px;
	float: left;
	display: block;
}
#topnav0 div.filler { margin-right: 0; width: 134px; }
#topnav0 a.careers { width: 172px; margin-left: 0; }
#topnav0 a:hover, #topnav0 a.mmSelected { background-color: #00aae6; }
#topnav0 a.careers, #topnav0 a.careers:hover { background-color: #004E7E; }

#topnav0 #topnavItem11{ width: 172px; }
#topnav0 #topnavItem12{ width: 172px; }
#topnav0 #topnavItem1758 { width: 172px; }

div.topnavDrop {
	position: absolute;
	background-color: #222;
	font-size: 8pt;
	width: 150px;
	z-index: 100;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=85);
	border-top: 1px solid #888;
}
div.topnavDrop div { width: 100%; }
div.topnavDrop a {
	display: block;
	width: 100%;
	border-bottom: 1px solid #888;
	padding: 2px 0;
	color: #fff;
	text-decoration: none;
}
div.topnavDrop a span { padding-left: 10px; }
div.topnavDrop a:hover { background-color: #225; color: #fff; }

/* Home icon */
#topnav0 #bannerHome { width: 23px; padding: 5px 0 4px 0;color:#fff; }
#topnav0 #bannerHome span { display: none; }

#bannerImage, #bannerBox {
	background-repeat: no-repeat;
	width: 774px;
	display: block;
	text-decoration: none;
}
#banner h3 { margin: 0; }
#bannerBox span { display: none; }

/* Content region global definitions - these are merged with level?.css */
#contentWrap {
	background-color: #fff;
	position: relative;
}
#content {
	font-size: 95%;
	line-height: 1.5em;
}
#content h2 {
	font-family: arial, sans-serif;
	font-size: 26pt;
	font-weight: normal;
	color: #CFCECE;
	margin: 0;
	line-height: 26pt;
}
#content a, p.content a {
	font-weight: normal;
	text-decoration: none;
	color: #009fD9;
}
#content a:hover { text-decoration: underline; }
#content #colmain a { }
#content #colmain a:hover {  }

/* Footer region definitions */
#footer {
	font-size: 8pt;
	color: #666;
	margin-top: 30px;
	margin-bottom: 15px;
}
#footer a { color: #000; text-decoration: none; }
#footer a:hover { text-decoration: underline; }
#footerSiteNav { padding-top: 6px; }
#footerCopyright { float: right; font-size: 7pt; padding-top: 8px; }

/* Hide HRs used to break up content regions in text/mobile browsers */
#prebanner hr, #footer hr { display: none; }

/* Left-hand menu */
#content #menu {
	float: left;
	width: 132px;
	margin-right: 12px;
	margin-top: 1px;
}
#content #menu a {
	display: block;
	background-color: #000;
	background-image: url("bg-linkbtn-narrow.gif");
	background-repeat: no-repeat;
	background-position: top left;
	color: #fff;
	width: 100%;
	padding: 0 0 5px 0; 
	margin-top: 1px;
	font-size: 8pt;
	font-weight:normal;
}
#content #menu a:hover { text-decoration: underline; }
#content #menu a span { margin-left: 20px; display: block; line-height: 1.3em;padding-top:4px; }

/* Selected menu item block */
#content #menu div.selected {
	background-color: #999;
	background-image: url("bg-linkbtn-narrow.gif");
	background-repeat: no-repeat;
	background-position: top left;
	color: #fff;
	margin-top: 1px;
	padding: 0px 0 5px 0;
	width: 100%;
	margin-bottom: 1px;
}
#content #menu div.selected a, #content #menu div.selected a:hover {
	display: inline;
	background: none;
	border: none;
	color: #fff;
}
#content #menu div.selected ul { margin: 2px 0 0 20px; padding: 0; }
#content #menu div.selected li {
	list-style: none;
	background-image: url("bg-linksel-bullet.gif");
	background-position: left top;
	background-repeat: no-repeat;
	padding-left: 10px;  /* space for the image */
}
#content #menu div.selected ul a {
	color: #fff;
	font-weight: normal;
	line-height: 1.3em;
	padding: 0; margin: 0; display: inline;
}
#content #menu div.selected ul a:hover { text-decoration: underline; background: none; }

/* Right column bar styles */
#content #rightcol {
	float: left;
	width: 160px;
	margin-left: 5px;
	margin-top: 2px;
	font-size: 95%;
	line-height: 1.3em;
}
#content #rightcol a { color: #009fD9; }
#content #rightcol div.heading {
	padding: 1px 8px;
}
#content #rightcol div.section a {
	
	background-position: 0px 5px;
	padding-left: 0px;
}
#content #rightcol div.heading h3 {
	margin: 0;
	padding: 2px 0 2px 8px;
	font-size: 9pt;
	color: #fff;
	text-transform: uppercase;
}
#content #rightcol div.section {
	padding: 1px 8px 8px 8px;
}
#content #rightcol div.section p {
	margin: 0px;
	font-size: 95%;
	border-bottom: 1px dotted #aaa;
	padding-bottom: 10px;
}
#content #rightcol div.section a.download {
	background-image: url("");
	background-repeat: no-repeat;
	background-position: 0px 0px;
}


