body {
  background: #dcd8cc;
  color: #333;
  font: 12px/18px  Helvetica, Arial, sans-serif;
}
input, textarea{
  font: 12px/18px  Helvetica, Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6 {
  font: 12px/18px Helvetica, Arial,sans-serif;
  margin-bottom: 1em;
  font-weight:bold;
}

h1{
  font-size: 20px;
  line-height: 1.5em;
}

h2{
  font-size: 16px;
  line-height: 1.5em;
}

h3{
  font-size: 14px;
}

h4 {
  font-size: 13px;
}

a:link, a:visited {
  color: #2361a6;
  text-decoration: underline;
}

a:focus {
  outline: 0;
}

a:hover, a:active{
  color: #000;
  text-decoration: underline;
}
a:active{
  outline: none;
}


#wrapper {
  position:relative;
	background-color:#fff;
  width: 960px;
}

#header {
  position:relative;
  height:169px;
  z-index:5;
}
h1#logo{
	position:absolute;
	top:38px;
	left:40px;
}
h1#logo a{
  background: url(/img/logo.png) no-repeat scroll left top;
  display:block;
	width:222px;
	height:23px;
	text-indent:-9999px;
}

ul#main_navigation {
  display:block;
	width:530px;
	height:23px;
	position:absolute;
	top:110px;
	left:31px;
	z-index:1000;
}
ul#minor_navigation {
  display:block;
	width:320px;
	height:9px;
	position:absolute;
	top:117px;
	left:630px;
	text-indent:-9999px;
}
/* new
ul#minor_navigation {
  display:block;
	width:314px;
	height:9px;
	position:absolute;
	top:117px;
	left:653px;
	text-indent:-9999px;
}
*/
ul#minor_navigation li {
	float: left;
	display:inline;
}

ul#minor_navigation li a {
/*  float: left;*/
	text-decoration: none;
	font-size: 10px;
	height: 9px;
	line-height: 9px;
	text-indent: -9999px;
	display: block;
}

/* news */
ul#minor_navigation li#minor_navigation_news a{
	background: url(/img/nav/news.png) center top no-repeat transparent;
	width: 53px;
}
ul#minor_navigation li#minor_navigation_news a:hover{
	background: url(/img/nav/news.png) 	center bottom no-repeat transparent;
}
ul#minor_navigation li#minor_navigation_news.current a {
	background: url(/img/nav/news.png) center bottom no-repeat transparent;
}
/* media_room */
ul#minor_navigation li#minor_navigation_media_room a{
	background: url(/img/nav/media_room.png) center top no-repeat transparent;
	width: 94px;
}
ul#minor_navigation li#minor_navigation_media_room a:hover{
	background: url(/img/nav/media_room.png) 	center bottom no-repeat transparent;
}
ul#minor_navigation li#minor_navigation_media_room.current a {
	background: url(/img/nav/media_room.png) center bottom no-repeat transparent;
}
/* careers */
ul#minor_navigation li#minor_navigation_careers a{
	background: url(/img/nav/careers.png) center top no-repeat transparent;
	width: 66px;
}
ul#minor_navigation li#minor_navigation_careers a:hover{
	background: url(/img/nav/careers.png) 	center bottom no-repeat transparent;
}
ul#minor_navigation li#minor_navigation_careers.current a{
	background: url(/img/nav/careers.png) center bottom no-repeat transparent;
}
/* contact us */
ul#minor_navigation li#minor_navigation_contact_us a{
	background: url(/img/nav/contact-us.png) center top no-repeat transparent;
	width: 84px;
}
ul#minor_navigation li#minor_navigation_contact_us a:hover{
	background: url(/img/nav/contact-us.png) 	center bottom no-repeat transparent;
}
ul#minor_navigation li#minor_navigation_contact_us.current a{
	background: url(/img/nav/contact-us.png) center bottom no-repeat transparent;
}


#search_box {
  display:block;
  width: 190px;
  height: 18px;
	position:absolute;
	top:38px;
	right:40px;
}
#search_box input.form_text {
/*  background: #fff url(/img/search-icon.png) no-repeat 8px 5px;*/
  padding: 2px 5px 1px 5px;
  border: 1px solid #d9dcde;
  width: 150px;
  float: left;
  color: #b3b9bd;
  font: normal 11px Arial, Helvetica, san-serif;
  letter-spacing: .04em
}
#search_box input.form-submit {
  padding: 3px 12px;
  overflow: visible;
  background-color: #1c76b7;
  border: 1px solid #1c76b7;
  color: #fff;
}


#main{
	background: url(/img/container-sidebar-right-bg.png) repeat-y left top;
	padding-bottom: 40px;
}

#content{
  float:left;
  margin-left: 40px;;
  width:620px;
  display:inline; /* IE6 Hack */
}
#showcase{
  position:relative;
  background: #18659d;
  margin-bottom: 20px;
    z-index:1;
}
.showcase_short {
  height: 35px;
}
.showcase_medium {
  height: 182px;
}
.showcase_tall {
  height: 300px;
}
#content_body{
  padding-right: 20px;
  min-height: 300px;
  height: auto !important;
  height: 300px;
}
.content h1{
  font-size: 12px;
  color: #666;
  text-transform:uppercase;
  height:12px;
}
.content h2{
  color: #1c76b7;
/*  margin: 1.25em;*/
/*  margin-bottom: 0;*/
  margin:.75em 0;
}
.content{
  font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
}
.content p.page_overview{
  font: 15px/22px Arial, Helvetica, sans-serif;
  color: #777;
}
.content p.de_emphasized{
  font-size:11px;
  color: #444;
}
.content ul, .content ol{
  margin-left: 1em;
  margin-left: 0; /* Changed by dave on 1/5/10 */
  margin-bottom: 1em;
  line-height: 1em;
}
.content ul li{
  background: url(/img/solid_right_arrow_blue.png) left 6px no-repeat;
  line-height: 1.5em;
  margin:0;
  margin-bottom: .5em;
  padding:0;
  padding-left: 15px;
/*  margin-bottom:.5em;*/
}
#sidebar {
  float: right;
  width: 300px;
  overflow:hidden;
}
#section_header{
  background: #1c76b7;
  height:35px;
  position:relative;
}
#section_header h2{
  position:absolute;
  top: 10px;
  left: 20px;
  color: #fff;
  font-size: 13px;
  line-height: 13px;
  width:300px;
}

ul#nav_sub{
  margin: 20px 0 !important;
	padding:0 !important;
}
ul#nav_sub li{
	clear: both;
	background: none  !important;
	padding:0 !important;
	margin:0 !important;
}
ul#nav_sub li a{
  font-size: 13px;
	text-indent: 35px;
	line-height: 25px;
	height: 25px;
	color: #333;
	display: block;
	text-decoration: none;
  font-weight:bold;
	background: url(/img/right_arrow.png) 20px center no-repeat;	
}
ul#nav_sub li a:hover, ul#nav_sub li.here a:hover{
  color: #000;
	text-decoration: underline;
}
ul#nav_sub li.here a{
  color: #2361a6;
	background: url(/img/solid_right_arrow_blue.png) 20px center no-repeat;	
}

#footer {
	width:960px;
}
#footer_inner {
  padding: 20px 40px;
  font-size:10px;
  color:#888;
}









/****** Secondary Menu *******/

#sidebar-right #block-block-8 p{
	color:#000;
	margin:7px 0 0 0;
}
#sidebar-right #block-block-5 .content {
	height:75px;
}
#sidebar-right #block-block-5 img {
	float:left;
	width:101px;
	padding-right:15px;
}
#sidebar-right #block-block-5 p {
	color:#555555;
}

a.more_button {
	background:transparent url(/img/button-more.png) no-repeat scroll left top;
	display:block;	
	height:16px;
	text-indent:-9999px;
	width:63px;
}
a.video_button {
	background:transparent url(/img/button-video.png) no-repeat scroll left top;
	display:block;	
	height:16px;
	text-indent:-9999px;
	width:63px;
}

ul.item_list{
  margin-left: 0;
}


dl.styled_list{
/*  margin-top:1em;*/
}
dl.styled_list dt{
  padding:1em 0 0 0;
  font-size: 13px;
  font-weight: bold;
  color: #1C76B7;
  background: url(/img/horizontal_dotted_blue.png) top left repeat-x; 
	display:block;
/*  margin-top:1.25em;*/
  margin-bottom: 0;
}
dl.styled_list dd{
  padding-bottom: 1em;
	margin-bottom:1em;
	display: inline-block;
	font-size: 11px;
}

