	
* {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

ul li {
	list-style-type: none;
}

body {
	font-family: arial;
	font-size: 18px;
	letter-spacing: .1px;
	line-height: 20px;
	background: #ababab;
}

a {
	color: #003471;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#nonFooter {
	position: relative;
	width: 950px;
	margin: 0px auto;
	background: url('/images/content_bg.gif');
}

.de-emph {
	color: #777;
	font-size: 15px;
}

.mainTitle {
	margin-top: 4px;
	font-size: 26px;
	padding-bottom: 0px;
	line-height: 30px;
}

.noweight {
	font-weight: normal;
}


/*************************
* Header
*************************/

#headerRightBg {
	position: absolute;
	width: 50%;
	height: 143px;
	left: 50%;
	top: 0px;
	background: #001030;
}
#headerLeftBg {
	position: absolute;
	width: 50%;
	height: 143px;
	left: 0px;
	top: 0px;
	background: #00245F;
}
#navRightBg {
	position: absolute;
	width: 50%;
	top: 143px;
	height: 53px;
	left: 50%;
	background: #7B8794;
}
#navLeftBg {
	position: absolute;
	width: 50%;
	height: 53px;
	top: 143px;
	left: 0px;
	background: #7B8794;
}

#ticker {
	height: 53px;
	width: 211px;
	position: absolute;
	top: 143px;
	left: 0px;
	background: #889AbE;
	z-index: 10;
	color: #fff;
	font-size: 12px;
	line-height: 14px;
}
#ticker a {
	color: #fff;
}
#tickerContainer {
	margin-top: 0px;
}

#navBg2 {
	height: 53px;
	width: 100%;
	position: absolute;
	top: 143px;
	left: 0px;
	background: #B8CADE;
	z-index: 0;
}

#masthead {
	position: relative;
	height: 143px;
	background: url('/images/skyline.jpg') top left no-repeat #00245f;
}

#dtbTitle {
	position: absolute;
	top: 18px;
	left: 37px;
}

#printHeader {
	display: none;
}

#topnav {
	height: 53px;
	padding: 0px 10px;
	padding-left: 235px;
	font-family: trebuchet ms, tahoma, verdana, arial;
	margin-bottom: 27px;
	position: relative;
	z-index: 2;
}

#topnav li {
	list-style-type: none;
	float: left;
	text-align: center;
}

#topnav a {
	display: block;
	color: #003471;
	font-weight: normal;
	text-decoration: none;
	padding: 18px 15px 14px 15px;
}

#topnav .products, #topnav .pressquotes {
	padding-top: 7px;
	padding-bottom: 6px;
}

#topnav a:hover {
	text-decoration: underline;
}

#breadCrumb {
	min-height:1px;
	height:auto !important;
	height:1px;
	position: relative;
	font-family: trebuchet ms, tahoma, arial;
	margin-top: -10px;
	margin-bottom: 15px;
	font-weight: normal;
	font-style: italic;
	border-bottom: 2px solid #d8e1ea;
	padding-right: 165px;
}


#subTitle {
	width: 150px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	text-align: center;
	font-size: 10px;
	line-height: 13px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 15px;
	color: #999;
	font-style: normal;
	background: url('/images/notepad_bg.jpg') bottom right no-repeat;
}

/********************************
* Sub nav
********************************/

#subNav {
	width: 210px;
	font-family: trebuchet ms;
	padding-top: 0px;
}

#subNav li {
	width: 218px;
	list-style-type: none;
	margin: 0px 0px; 
}

#subNav a {
	display: block;
	padding: 6px;
	padding-right: 10px;
	padding-left: 15px;
	font-weight: normal;
}

.title {
	font-style: italic;
	color: #888;
	padding-left: 15px;
	padding-top: 15px;
}

/********************************
* Content
********************************/

#content {
	padding-left: 35px;
	padding-right: 30px;
	padding-top: 10px;
	background: #fff;
}

h1 {
	font-size: 32px;
	font-weight: normal;
	text-align: left;
	line-height: 32px;
	letter-spacing: -.5px;
	margin-bottom: 15px;
	border-bottom: 2px solid #b7cbde;
}

h2 {
	font-size: 22px;
	text-align: left;
	line-height: 27px;
	letter-spacing: -.5px;
	margin-bottom: 15px;
	margin-top: 35px;
	font-weight: bold;
}

p, ul.bulleted {
	margin-top: 5px;
	margin-bottom: 20px;
	line-height: 23px;
	color: #222;
}

ul.indented, ul.bulleted {
	margin-left: 20px;
}

ul.spaced {
	margin-left: 5px;
}

ul.spaced li {
	margin-bottom: 15px;
}

ul.spaced ul li {
	margin-bottom: 0px;
}

ul.bulleted li {
	list-style-type: disc;
}

ul.spaced li {
	/*list-style-type: disc;*/
	list-style: none;
	padding-left: 15px;
	background-image: url(images/red_square_bullet.gif);
	background-repeat: no-repeat;
	background-position: 0 8px;
}

ul.indented li {
	text-indent: -20px;
}

.small, small {
	font-size: 14px;
}

ul.small {
	margin-left: 20px;
}

ul.small li {
	list-style-type: disc;
	padding-left: 0px;
	background-image: none;
}

.red_bullet {	
	/*background: url(images/red_square_bullet.gif) no-repeat 20% 50%;*/
	width: 6px;
	padding-bottom: 2px;
}


/********************************
* Footer
********************************/

#nonFooter {
	position: relative;
	min-height: 100%;
}

html, body, * html #nonFooter {
	height: 100%;
}

#footerSpacer {
	height: 80px;
}

#footer {
	position: relative;
	top: -60px;
	width: 620px;
	background: url('/images/footer_line.gif');
	background-repeat: no-repeat;
	background-position: 82% 0%;
	margin: 0px auto;
	padding-left: 210px;
	padding-top: 10px;
	text-align: center;
	font-size: 15px;
	color: #666;
}

#footer #legal {
	margin-top: 5px;
	font-size: 13px;
}

#footer #legal a {
	text-decoration: underline;
	font-weight: normal;
	color: #666;
}

/********************************
* update
********************************/
#update {
	width: 180px;
	position: absolute;
	right: 40px;
	bottom: 30px;
	text-align: center;
	font-size: 10px;
	line-height: 15px;
	color: #999;
	font-style: normal;
}

#update a {
	color: #fff;
	font-weight: bolder;
}

.italic {
	font-style: italic;
}

/********************************
* Disable site
********************************/
.disabled {
	color: #777;
}

ul.disabled {
	color: #777;
}

a.disabled {
	font-weight: bold;
	text-decoration: none;
}

a.disabled:hover {
	text-decoration: none;
}

.disabled p {
	color: #777;
}

.disabled ul {
	color: #777;
}

#topnav a.disabled {
	color: #777;
}

#topnav a.disabled:hover {
	text-decoration: none;
}

