

html {
	font-size: 62.5%;
}

body {
	margin: 0; padding: 0;
	font-size: 1em/1.5em; 
	font-family:'Arial', Helvetica-Normal, sans-serif;
	
}


h1, h2, h3, h4, h5, h6 {
	margin: 0; padding: 0;
	font-size: 1em;
	font-weight: bold;
}

img {
	border: none;
}

a {
	text-decoration: none;
}

ul, ol {
	margin: 0; 
	padding: 0;
}

form, fieldset {
	margin: 0; padding: 0;
	border: 0;
}

#wrapper {
	width: 970px;
	margin: auto;
	padding: 19px 0 20px 0;
}

/* WYSIWYG */

.wysiwygleft{
	padding:10px 10px 10px 0;
}

.wysiwygright{
	padding:10px 0px 10px 10px
}

.wysiwyg{
	padding:10px;
}

/*** GENERIC ***/

.highlight {
	background: yellow;
	padding: 0 3px;
}

.warning {
	color: #0B479D;
	font-weight: bold;
}

.error {
	color: #0B479D;
}

.box .error {
	color: #0B479D;
	padding: 4px 0;
}

.box .error li {
	margin: 1px 0 1px 15px;
	list-style: disc;
}


/*** HEADER ***/

#header {
	overflow: hidden;
	padding: 0 0 17px 0;
}

#logo {
	/*background: url(../images/logo.png);*/
	/*text-indent: -5000px;*/
	height: 55px;
	width: 242px;
	float: left;
}

#offices,
#snapshot {
	height: 28px;
	float: right;
	margin-left: 35px;
}

#offices {
	background: url(../images/world.png) no-repeat right center;
}

#snapshot {
	background: url(../images/snapshot.png) no-repeat right center;
}

#offices a, #snapshot a {
	color: #0b479d;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 2em;
	padding: 0 35px 0 0;
}

#offices a:hover, #snapshot a:hover {
	text-decoration: underline;
}

/*** SEARCH ***/

#search {
	clear: right;
	float: right;
	padding: 15px 0 0 0;
}

#search .textbox {
	background: url(../images/site_search.png) no-repeat;
	border: none;
	width: 173px;
	padding: 4px 0 0 28px;
	height: 17px;
	float: left;
	font-size: 1.1em;
	color: #666666;
}

#search .control {
	float: left;
}

#search .submit {
	float: left;
	margin: 2px 0 0 8px;
}

#search .label {
	text-indent: -5000px;
	float: left;	
}


/*** NAV ***/

#nav {
	background: #d9d8d8 url(../images/nav.png) no-repeat;
	width: 970px;
	height: 33px;
	overflow: hidden;
}

#nav li {
	background: url(../images/stick.png) no-repeat right center;
	float: left;
	list-style: none;
	height: 33px;
}

#nav ul {
	background: url(../images/stick.png) no-repeat left center;
	margin: 0 0 0 5%;
	overflow: hidden;
}

#nav a {
	color: #0b479d;
	font-weight: bold;
	font-size: 1.3em;
	padding: 9px 18px 8px 18px;
	display: block;
}

#nav a:hover,
#nav .active {
	background: url(../images/hover.png);
	color: #ffffff;
}


#content {
	overflow: hidden;
	padding: 11px 0 45px 0;
}



/*** HOMEPAGE ***/

#homepage .box {
	float: left;
	margin: 25px 15px 18px 0;
	min-height:132px;
}

#homepage #cta_dictionary,
#homepage #cta_map {
	width: 231px;
}

#homepage #cta_dictionary {
	margin-right: 0;
}

#homepage .box h2 {
	color: #ffffff;
	font-size: 1.8em;
	font-weight: normal;
}

#homepage #cta_dictionary .content {
	padding: 19px 17px 3px 16px;
}

#homepage .box .content {
	padding: 19px 17px 16px 16px;
}

#homepage .box p {
	margin: 5px 0;
	padding: 0;
	line-height: 1em;
	color: #ffffff;
}

#homepage .box .label {
	color: #ffffff;
}

#homepage #cta_intro p {
	line-height: 1.5em;
	margin: 10px 0 5px 0;
}

#homepage #cta_intro a {
	color: #00C0F3;
}

#homepage #cta_map .content {
	height: 88px;
	width: 109px;
}

#homepage #cta_intro {
	background: #0b4598 url(../images/box_top_wide.png) no-repeat center top;
	min-height: 133px;
	color: #ffffff;
	position: relative;
	width: 477px;
}

#homepage #cta_intro .bottom {
	background: url(../images/box_bottom_wide.png) no-repeat center bottom;
	height: 10px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

/*** COLS ***/

.col {
	width: 200px;
}

.left {
	float: left;
	padding: 0 22px 1px 0;
}

.right {
	float: right;
	padding: 0 0 1px 22px;
	width: 200px;
	
}


/*** SUBNAV ***/

#subnav .content {
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 8px;
}

#subnav h2 {
	padding: 0 0 16px 16px;
}

#subnav h2 a {
	padding: 0;
}

#subnav h2 a:hover {
	background: none;
	color: #0B479D;
}

#subnav .inner {
	font-size: 1.6em;
}



#subnav li {
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-size: 0.9em;
}


#subnav a {
	text-decoration: none;
	padding: 7px 0 6px 32px;
	display: block;
	
}

#subnav .active a {
	background: #05244f url(../images/nav_active.png) repeat-x;
	color: #ffffff;
}

#subnav .inactive a {
	background: url('../images/arrow.png') no-repeat 16px 9px;
	color: #0B479D;
}

#subnav a:hover {
	background: #05244f url(../images/nav_active.png) repeat-x;
	color: #ffffff;
}

#subnav li ul {
	background: #f0f0f0;
}

#subnav .active .inactive a{
	padding-left: 40px;
}


#subnav .active .inactive a:hover {
	background: #05244f url(../images/nav_active_plain.png) repeat-x;
}

#subnav .active .active a {
	padding-left: 40px;
}

#subnav .active .active .active a {
	padding-left: 60px;
}

#subnav .active .active .inactive a{
	padding-left: 60px;
	font-weight: bold;
}

#subnav .active .inactive a {
	background: none;
}


/*#subnav ul ul .inactive a {
	text-decoration: none !important;
	color: #0b479d !important;
}

#subnav .active a,
#subnav .active a:hover {
	color: #ffffff !important;
}

#subnav .inactive a:hover {
	color: #ffffff !important;
}

#subnav ul ul {
	background: #f0f0f0;
	margin-left: -18px;
}

#subnav ul ul li  {
	padding-left: 33px;
}

#subnav ul ul a {
	background: none !important;
}

#subnav ul ul .active,
#subnav ul ul a:hover {
	background: none !important;
}

#subnav ul ul ul {
	overflow: hidden;
	margin-left: -33px;
}

#subnav ul ul ul li  {
	padding-left: 48px;
}
*/

/*** MAIN ***/

#main {
	padding: 0 0 17px 0;
	overflow: hidden;
	color: #052046;
}

#main h1,
#main h2,
#main h3 {
	font-weight: normal;
	color: #0b479d;
	margin: 0 0 3px 0;
}

#main h1 {
	font-size: 2.2em;
}

#main h2 {
	position:relative;
	font-size: 1.8em;
}

#main h3 {
	font-size: 1.4em;
}


#main a {
	color: #0a489d;
	text-decoration: underline;
}

#main a:hover{
	color:#000;
}

#main p {
	font-size: 1.2em;
	line-height: 1.5em;
	margin: 1em 0;
	padding: 3px 0;
}

#main li {
	font-size: 1.2em;
	padding: 2px 0;
}

#main ul,
#main ol {
	margin: 10px 0 10px 30px;
}


#main .banner {
	width: 464px;
	height: 172px;
}


#main .content {
	padding: 17px 0 0 0;
	overflow: hidden;
}



/*** LIST ***/

.list {
	overflow: hidden;
}

.list .item {
	overflow: hidden;
}


.list .item a{
}

.productList{
	margin:4px 0;
}

#list_twocols  {
	padding: 18px 0 0 0;
}

#list_twocols .item {
	width: 222px;
	padding: 0 20px 29px 0;
	float: left;
}

#list_twocols .alt {
/*	padding: 0; */
}

#list_twocols .item h3 {
	margin: 10px 0 0 0;
}

#list_twocols .item h3 a {
	color: #0b479d;
	text-decoration: underline;
}


#list_news {
	border-top: 1px solid #dad9d9;
}

#list_news .item {
	padding: 23px 0 24px 0;
	border-bottom: 1px solid #dad9d9;
}

#list_news .image,
#item_news .image {
	float: left;
	width: 222px;
	margin: 5px 0 0 0;
}

#list_news .description {
	padding: 0 21px 0 31px;
	overflow: hidden;
	height: 137px;
}

#item_news .description {
	overflow: hidden;
	padding: 0 0 0 21px;
}

#list_news p {
	margin-bottom: 0;
}

#list_news h3 a {
	font-weight: bold;
	font-size: 0.9em;
}

#list_dictionary .item {
	border-bottom: 1px solid #DAD9D9;
}

.date {
	font-size: 1.3em;
	font-weight: normal;
}

#list_division {
	padding: 0 0 44px 0;
}

#list_division .item {
	float: left;
}

#list_division .last {
	padding: 0;
}

#list_division .image {
	padding: 10px 0 5px 0;
}

#list_division  h3 a {
	font-weight: bold;
	font-size: 0.9em;
}

#list_division p {
	margin: 0;
}

.wide .item {
	width: 222px;
	padding: 0 25px 0 0;
}

.narrow .item {
	width: 163px;
	padding: 0 20px 0 0;
}


#list_staff {
	padding: 12px 0 0 0;
}

#list_staff h3 {
	font-weight: bold;
	font-size: 1.3em;
	padding: 6px 0 14px 0;
}

#list_staff .item {
	border-top: 1px solid #dad9d9;
	padding: 20px 0;
}

#list_staff .item h3 {
	color: #052046;
	padding: 0;
}

#list_staff .image {
	width: 115px;
	float: left;
	padding: 0 20px 0 0;
}

#list_staff .description {
	overflow: hidden;
}

#list_staff p {
	margin: 0;
}

#list_faq  {
	border-bottom: 1px solid #dad9d9;
	padding: 0 0 16px 0;
}

#list_faq .item {
	padding: 3px 0 3px 0;
	/*border-top: 1px solid #DAD9D9;*/
}

#list_faq .heading {
	font-weight: bold;
	border-bottom: 1px solid #DAD9D9; 
	padding: 5px 0 5px 0;
}

#list_faq h3 a {
	text-decoration: none;
}

#list_faq p {
	margin: 0 0 0 0;
	padding: 0 0 6px 0;
}


#list_jobs {
	padding: 9px 0 0 0;
}

#list_jobs .item {
	border-top: 1px solid #dad9d9;
	padding: 20px 0;
}

#list_jobs p {
	margin: 0;
}


#list_resource {
	padding: 10px 0 0 0;
}

#list_resource .item {
	padding: 10px 0;
	border-top: 1px solid #dad9d9;
}

#list_resource h3 {
	font-size: 1.3em;
	font-weight: bold;	
	padding-bottom: 5px;
}

#list_resource p {
	margin: 0;
	padding: 2px 0;
	overflow: hidden;
	clear: both;
}

#list_resource a {
	overflow: hidden;
	
}

#list_resource a img {
	display: block;
	float: left;
	margin: 4px 5px 0 0;
}

#list_resource a span {
	float: left;
	text-decoration:none;
}


#list_product .item {
	border-top: 1px solid #dad9d9;
	padding: 15px 0 10px 0;
}

#list_product .image {
	float: left;
	margin: 0 10px 0 0;
}

#list_product .description {
	overflow: hidden;
}

#list_product p {
	margin: 0 0 5px 0;
	padding: 0;
}

#materials_list .item,
#materials_list2 .item{
	border-top: 1px solid #dad9d9;
	padding: 15px 0;
}


.posRight{
	position:absolute;
	right:0;
	top:0;
}

.item .heading{
	position:relative;
	font-size:1.2em;
}


#materials_list h2,
#materials_list2 h2 {
	font-size: 1.3em;
	font-weight: bold;
	padding: 0 0 0px 0;
}

#materials_list p,
#materials_list2 p{
	margin: 5px 0;
}

#pageList .item h3{
	margin:0px 0 0 10px;
	float:left;
	width:225px;
	font-weight:bold;
}

#pageList .item{
	border-top: 1px solid #dad9d9;
	padding:15px 0;
}

#pageList .item img{
	float:left;
}

#pageList .item p{
	float:left;
	width:225px;
	margin-left:10px;
}

/*** BOX ***/

.box {
	background: #0b4598 url(../images/box_top.png) no-repeat center top;
	min-height: 133px;
	color: #0b479d;
	position: relative;
	margin: 0 0 17px 0;
}

.box .bottom {
	background: url(../images/box_bottom.png) no-repeat center bottom;
	height: 10px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.col .box{
	background: #dddcdc url(../images/box_top_col.png) no-repeat center top;
}

.col .box .bottom {
	background: url(../images/box_bottom_col.png) no-repeat center bottom;
}

.box .content {
	padding: 12px 17px 16px 16px;
}

.box h2 {
	color: #0b479d;
	font-size: 1.8em;
	font-weight: normal;
	letter-spacing: -0.5px;
}

.box p {
	font-size: 1.2em;
	margin: 5px 0;
}

.box a {
	color: #0b479d;
	text-decoration: underline;
}

.box a:hover{
	color:#00C3F8;
}

.box li {
	font-size: 1.2em;
	list-style: none;
	margin: 11px 0 5px 0;
}


.box .tagline {
	color: #0b479d;
	padding: 0 0 0 0;
}


.box_form {
	overflow: hidden;
}

.box_form .textbox {
	background: url(../images/textbox_small.png) no-repeat right top;
	border: 0;
	width: 120px;
	height: 17px;
	padding: 4px 0 0 5px;
	margin: 4px 0;
	color: #333333;
	font-size: 1.1em;
	float: left;
}

.box_form .label {
	display: block;
	clear: both;
	font-size: 1.1em;
	padding: 2px 0 0 0;
}

.box .submit,
.box .hSubmitProduct {
	float: left;
	padding: 6px 0 0 6px;
}

.box .resources li {
	overflow: hidden;
}

.box li a img {
	float:left;
	left:-3px;
	top:-1px;
	margin:0 4px 0 0;
	position:relative;
}


#cta_dictionary{
	min-height:118px;
}

#cta_newsletter .content,
#cta_dictionary .content {
	width: 156px;
}

.backtonews{
	text-align:right;
	font-size:0.7em;
	position:absolute;
	right:0;
}

/*#cta_resources li {
	background: url(../images/icon_word.png) no-repeat;
	padding: 1px 0 1px 25px;
}*/


/*** FORM ***/

.form {
	overflow: hidden;
}

.form .textbox,
.form select {
	background: #f6f6f6 url(../images/textbox_bg.png) repeat-x;
	border: 1px solid #b5b5b5;
	padding: 2px 0;
	width: 203px;
}

.form .textarea {
	background: #f5f5f5 url(../images/textarea_bg.png) repeat-x !important;
	border: 1px solid #b5b5b5;
	width: 434px;
}

.form .title {
	width: 76px;
}

.form .label {
	font-size: 1.2em;
	padding: 15px 0 5px 0; 
	display: block;
}

.form .section {
	overflow: hidden;
}

.form .field {
	float: left;
	padding: 0 25px 0 0;
}

.form .checkboxes {
	overflow: hidden;
	padding: 16px 0 0 0;
}

.form .checkboxes .label,
.form .control {
	float: left;
	padding: 0;
}

.form .checkboxes .label {
	padding-top: 3px;
}

.form .submit {
	margin: 20px 0 0 176px;
}

.form .p1 {
	margin-left: 230px;
}

.form .p2 {
	margin-left: 460px;
}

.form .error {
	color: red;
}

.captcha {
	overflow: hidden;
	padding: 16px 0 0 0;
}

.captcha #captcha {
	float: left;
	margin: 0 20px 0 0;
}

.captcha .label {
	padding-top: 0px;
}

.captcha br {
	display: none;
}

#job_search {
	overflow: hidden;
	padding: 10px 0 0 0;
}

#job_search .label {
	font-size: 1.2em;
	padding: 4px 6px 7px 0;
	float: left;
}

#job_search .control {
	padding:  0;
	float: left;
}

#job_search .submit {
	margin: 2px 0 0 10px;
	float: left;
}


#application_form .title_holder {
	padding: 20px 0 25px 0;
}

#application_form fieldset {
	border-top: 1px solid #052046;
	padding: 20px 0;
}

#application_form h3 {
	color: #052046;
	font-weight: bold;
}

#application_form .textbox {
	width: 203px;
}

#application_form .textarea.small {
	width: 203px;
	height: 110px;
}

#application_form .textarea.wide {
	width: 746px;
	height: 110px;
}

span.application_form_message {
	display: block;
	margin: 20px 0 40px;
	font-size: 1.2em;
}

/*** SEARCH ***/

.site_search {
	overflow: hidden;
}

.site_search p {
	clear: both;
}

.site_search label {
	font-size: 1.2em;
	float: left;
	margin: 3px 6px 0 0;
}

.site_search .textbox input {
	float: left;
}

.site_search .search_submit {
	margin: 0 0 0 6px;
	float: left;
}


/*** CONTACT INFO ***/

.contact_info {
	border-top: 1px solid #dad9d9;
	padding: 20px 0 0 0;
	margin: 18px 0 9px 0;
	overflow: hidden;
}

.contact_info .section {
	width: 50%;
	float: left;
}

.contact_info .section p {
	margin: 0 !important;
	padding: 0px 0 15px 0 !important;
}

.contact_info h3 {
	font-weight: bold;
	font-size: 0.9em;
}


/*** DECORATION ***/

.decoration {
	position: absolute;
	right: 15px;
	top: 15px;
}

#cta_dictionary .decoration {
	background: url(../images/deco1.png) no-repeat;
	width: 24px;
	height: 45px;
}

#subnav .decoration {
	background: url(../images/deco1.png) no-repeat;
	width: 17px;
	height: 32px;
}

#cta_newsletter .decoration {
	background: url(../images/deco2.png) no-repeat;
	width: 25px;
	height: 54px;
}

#cta_resources .decoration {
	background: url(../images/deco3.png) no-repeat;
	width: 22px;
	height: 51px;
}

#cta_links .decoration {
	background: url(../images/deco4.png) no-repeat;
	width: 55px;
	height: 24px;
}

#cta_links h2,
#cta_resources h2{
	margin-bottom:15px;
}

#cta_callback .decoration {
	background: url(../images/deco6.png) no-repeat;
	width: 28px;
	height: 60px;
}

#cta_callback .content {
	width: 147px;
}

#cta_map .decoration {
	background: url(../images/deco7.png) no-repeat;
	width: 91px;
	height: 131px;
	top: 0;
	z-index: 2;
}

#main #cta_map a{
	color:#00C0F3;
}



/*** PAGINATION ***/

.pagination,
#pagination {
	color: #0b479d;
	font-size: 1.4em;
	text-align: center;
	padding: 20px 0 20px 0;
}

.currentPage,
#pagination strong {
	background: #05afdc;
	color: #ffffff;
	font-weight: bold;
	padding: 3px 6px;
	margin: 0 10px;
}

.pagination a,
#pagination a {
	text-decoration: none !important;
	padding: 0 5px;
}

.paginationSeparator {
	display: none;
}


/*** SEARCH RESULTS ***/
.searchitem {
	font-size: 1.2em;
	padding: 0 0 20px 0;
}

.searchitemsummary {
	padding: 2px 0 0 0;
}

/*** FOOTER ***/

#footer {
	border-top: 2px solid #e1e1e1;
	overflow: hidden;
	padding: 6px 0 0 0;
}

#footer ul {
	padding: 0;
}

#footer li {
	background: url(../images/footer_stick.png) no-repeat left center;
	list-style: none;
	float: left;
	font-size: 1.2em;
	color: #0b479d;
	padding: 0 7px;
}

#footer a {
	color: #0b479d;
	text-decoration:underline;
}

#footer a:hover{
	color: #000;
}

#footer .last {
	background: none;
}

#footer li.first{
	background: none;
}

.lightBoxList a{
	margin:2px;
}

#main #sitemap ul,
#main #sitemap li{
	font-size:12px;
}

#main #sitemap ul{
	list-style:disc;
	margin-top:3px;
	margin-bottom:3px;
}

.map{
	float:left;
}

.mapLinks  {
	padding: 10px 0 0 0;
}

.mapLinks .mapLinkList {
	overflow: hidden;
	margin: 10px 0 14px 0;
}

.mapLinks .mapLinkList .image {
	float: left;
	margin: 0 15px 0 0;
}

.mapLinks .mapLinkList a {
	font-weight: normal;
}

.mapLinkList h3 a{
	font-weight:bold;
}


.mapLinkList h3,
#main .mapLinkList p{
	margin:0px 0;
}

.worldMap{
	clear:both;
}

.hSubmitPSearch,
.hSubmitCallBack,
.hSubmitNewsletter{
	position:relative;
	top:6px;
	left:4px;
}

.hSubmit{
	position:relative;
	top:2px;
	right:2px;
}



/* Goggle */
.GoogleMap {padding: 0;width: 453px;height: 220px;}
* html .GoogleMap { width: 450px; }
* html .GoogleMap #map { width: 450px; }
.GoogleMap #map {	width: 453px;	height: 220px;	}
.GoogleMap, .GoogleMapWide {border: 1px solid #DAD9D9;padding: 0;	margin: 1em 0 1em 0;}
.GoogleMapWide {margin: 10px 0 1em 0;}	
.GoogleMapWide #map {width:100%; height:460px;}

#steps ul {
	display: block;
	height: 27px;
	width: 466px;
	margin: 0 auto;
	overflow: hidden;
}
#steps ul li {
	display: block;
	float: left;
	width: 90px;
	padding: 0;
	list-style: none;
	background: url("../images/steps-bg.png") repeat-x;
}
#steps ul li a,
#steps ul li span {
	display: block;
	margin: 0;
	padding-right: 20px;
	line-height: 27px;
	background: url("../images/steps-arrow.png") no-repeat right top;
	color: #a2a2a2;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

#steps ul li.active {
	background-image: url("../images/steps-active-bg.png");
}
#steps ul li.active a,
#steps ul li.active span {
	color: white;
	background-image: url("../images/steps-active-arrow-right.png");
}

#steps ul li.pre-active a,
#steps ul li.pre-active span {
	background-image: url("../images/steps-active-arrow-left.png");
}

#steps ul li.first {
	padding-left: 15px;
}

#steps ul li.last a,
#steps ul li.last span,
#steps ul li.active.last a,
#steps ul li.active.last span {
	background: none;
}
