/* common.css */

/* basic styles -------------------------------------------------------------------------------------- */
body {
	color: #000;
	background: #ececec url(../images/bg.png) 0 0 repeat-x;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
}

.wrapper {
	width: 100%;
	height: 100%;
	min-height: 100%;
	height: auto !important;
}

.footer, .push { clear: both;   }
.footer, .push { height: auto; }

/* top navigation //////////////////////////////////////////////////////// */

.nav_top {
	width: 100%;
	margin: 0 0 28px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	line-height: 39px;
	position: relative;
	z-index: 10000;
}

.nav_top .nav {
	width: 985px;
	margin: 0 auto;
	padding: 0 5px 0 0;
}

.nav_left {
	float: left;
	color: #fff;
}

.nav_right {
	width: 265px;
	float: right;
	color: #ffd600;
}

.nav_left a, .nav_left a:visited {
	height: 44px;
	padding: 0 30px 0 0;
	display: block;
	position: relative;
	text-decoration: none;
	color: #fff;
	zoom: 1;
}

.nav_left a:hover, .nav_left a:visited:hover {
	text-decoration: none;
	color: #fce743;
}

.ul_top_nav {
	margin:  0;
	padding: 0;
}

.ul_top_nav li {
	height: 44px;
	padding: 0 0 0 30px;
	margin: 0 0 0 -27px;
	float: left;
}

.ul_top_nav li.first {
	margin: 0;
}

.ul_top_nav li.selected {
	background: url(../images/bg_nav_selected.png) left 7px no-repeat;
}

.ul_top_nav li.selected a, .ul_top_nav li.selected a:visited,
.ul_top_nav li.selected a:hover, .ul_top_nav li.selected a:visited:hover {
	color: #000 !important;
	background: url(../images/bg_nav_selected.png) right 7px no-repeat;
}

.ul_top_nav li .dropdown { display: none; }
.ul_top_nav li:hover > .dropdown { display: block; position: absolute; }
/* .ul_top_nav li:hover a.lnk_nav_top, .ul_top_nav li:visited:hover a.lnk_nav_top { color: #ffd600; } */

.ul_top_nav .dropdown {
	margin: -6px 0 0 -7px;
	font-size: 15px;
	line-height: 23px;
	font-weight: normal;
}

.ul_top_nav .selected .dropdown {
	margin-left: -27px;
}

.ul_top_nav .dropdown .inner {
	padding: 0 0 0 1px;
	background: #fff url(../images/bg_dropdown.png) 0 0 repeat-y;
}

.ul_top_nav .dropdown .inner ul {
	padding: 0 1px 0 0;
	background: #fff url(../images/bg_dropdown.png) right 0 repeat-y;
}

.ul_top_nav .dropdown ul li {
	width: auto;
	height: auto;
	margin: -1px 0 0 0;
	padding: 0;
	float: none;
	zoom: 1;
}

.ul_top_nav li .dropdown a, .ul_top_nav li .dropdown a:visited {
	height: auto;
	margin: 0;
	float: none;
	padding: 0 50px 1px 24px;
	color: #000;
	border-bottom: #ccc 1px solid;
	background: url(../images/bg_dropdown_item.gif) 0 0 no-repeat;
	zoom: 1;
}

.ul_top_nav li .dropdown a:hover, .ul_top_nav li .dropdown a:visited:hover {
	border-bottom: #cab936 1px solid;
	background: #fce743 url(../images/bg_dropdown_item_o.gif) 0 0 no-repeat;
}

.ul_top_nav .dropdown ul .last a, .ul_top_nav .dropdown ul .last a:visited { border-bottom: #fff 1px solid; }
.ul_top_nav .dropdown ul .last a:hover, .ul_top_nav .dropdown ul .last a:visited:hover {
	background: #fce743 url(../images/bg_dropdown_item_lo.gif) 0 0 no-repeat;
}

/* drop down footer */
.ul_top_nav .dropdown .dropdown_footer {
	width: 100%;
	height: 8px;
	overflow: hidden;
}

.ul_top_nav .dropdown .dropdown_footer .ddf_left {
	width: 50%;
	height: 8px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: left;
	background: url(../images/bg_dropdown_footer.png) 0 0 no-repeat;
	zoom: 1;
}

.ul_top_nav .dropdown .dropdown_footer .ddf_right {
	width: 50%;
	height: 8px;
	overflow: hidden;
	float: right;
	background: url(../images/bg_dropdown_footer.png) right 0 no-repeat;
}

.dropdown {
	width: 200px;
  z-index: 10;
}

/* login */

.ul_nav_login li {
	float: right;
}

.ul_nav_login a, .ul_nav_login a:visited {
	display: block;
	text-decoration: none;
	white-space: nowrap;
	color: #ffd600;
}

.ul_nav_login a:hover, .ul_nav_login a:visited:hover {
	text-decoration: none;
	color: #fff;
}

.ul_nav_login .li_ml {
	padding: 0 12px 0 0;
	background: url(../images/sep_nav_login.png) right 3px no-repeat;
}

.ul_nav_login .li_bl {
	padding: 0 0 0 12px;
}

/* // top navigation ///////////////////////////////////////////////////// */

/* header //////////////////////////////////////////////////////////////// */

.header {
	height: 79px;
	width: 985px;
	margin: 0 auto;
	padding: 0 0 0 5px;
}

.header .logo {
	float: left;
	display: block;
}

.live_chat_btn_box {
	width: 112px;
	height: 27px;
	overflow: hidden;
	padding: 5px;
	float: right;
	/*background: url(../images/bg_btn_live_chat_shadow.png) 0 0 no-repeat;*/
}

.call_box {
	padding: 7px 15px 0 0;
	float: right;
	font: 22px/24px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: -1.5px;
	color: #00305E;

}

.call_box span {
	font-size: 18px;
	color: #00305E;
	letter-spacing: -1px;
}

.lnk_demo_request, .lnk_demo_request:visited {
	padding: 0 0 0 13px;
	display: block;
	float: right;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 30px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: right;
	letter-spacing: -1px;
	color: #00305E;
	background: url(../images/arr_01.gif) 0 9px no-repeat;
}

.lnk_demo_request:hover, .lnk_demo_request:visited:hover {
	text-decoration: none;
	color: #3b77a0;
}

/* // header ///////////////////////////////////////////////////////////// */

.front_boxes_container {
	width: 982px;
	margin: 0 auto;
	margin-bottom: 30px; 
	padding: 0 0 15px 2px;
	background: url(../images/bg_frontboxes_shadow.png) 50% bottom no-repeat;
}

.front_boxes_container .lastbox {
	width: 240px;
}

.frontbox {
	width: 242px;
	height: 289px;
	margin: 0 2px 0 0;
	float: left;
	position: relative;
	font-size: 11px;
	line-height: 15px;
	border: #a3a3a3 1px solid;
	color: #00305e;
	background: #fafafa url(../images/bg_frontbox.png) 0 0 repeat-x;
	
	-moz-border-radius:    5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius:  5px;
	border-radius:         5px;

	behavior: url(/css/PIE.htc); 
}

.frontbox h3 {
	height: 32px;
	margin:  0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 31px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: -0.5px;
}

.frontbox h2 {
	margin:  0 0 20px 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
}

.frontbox p {
	margin:  0 0 15px 0;
	padding: 0;
}

.frontbox a, .frontbox a:visited {
	text-decoration: underline;
	color: #00305e;
}

.frontbox a:hover, .frontbox a:visited:hover {
	text-decoration: underline;
	color: #0e4c87;
}

.frontbox ul {
	margin:  0;
	padding: 0;
}

.frontbox ul li {
	margin: 0 0 7px 0;
	padding: 0 0 0 16px;
	list-style: none;
	background: url(../images/bullet_001.png) 1px 4px no-repeat;
}

.frontbox .lnk_lm, .frontbox .lnk_lm:visited {
	display: block;
	position: absolute;
	right: 10px;
	bottom: 7px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
	text-decoration: none;
	color: #6c6c6c;
}

.frontbox .lnk_lm:hover, .frontbox .lnk_lm:visited:hover {
	color: #424242;
}

#id_industry_partners { background: url(../images/bg_industry_partners.png) no-repeat; }
#id_customer_featured { background: url(../images/customer_featured.png) no-repeat; }



/* footer */
.footer {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #464646;
	background-image: url(../images/bg_footer.png);
	background-repeat: repeat-x;
	background-position: 0 170px;
}

.footer_boxes {
	width: 982px;
	height: 180px;
	margin: 0 auto;
	padding: 0 0 0 2px;
	overflow: hidden;
}

.footer_box {
	width: 244px;
	margin: 0 2px 0 0;
	float: left;
}

.footer_box a, .footer_box a:visited {
	text-decoration: none;
	color: #464646;
}

.footer_box a:hover, .footer_box a:visited:hover {
	text-decoration: underline;
	color: #282828;
}

.footer_box h3 {
	margin: 0 0 15px 0;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	color: #00305E;
}

.footer_box h3 a,       .footer_box h3 a:visited       { text-decoration: none;      color: #00305E; }
.footer_box h3 a:hover, .footer_box h3 a:visited:hover { text-decoration: underline; color: #0e4c87; }

.footer_box ul {
	margin:  0;
	padding: 0;
}

.footer_box ul li {
	margin: 0 0 6px 0;
	padding: 0 0 0 17px;
	background: url(../images/bullet_footer.gif) 0 4px no-repeat;
}

.footer_box p {
	font-size: 12px;
	line-height: 18px;
}

.footer_boxes .fbox01 .inner { padding-left: 40px; }
.footer_boxes .fbox02 .inner { padding-left: 25px; }
.footer_boxes .fbox03 .inner { padding-left: 33px; }
.footer_boxes .fbox04 .inner { padding-left: 11px; }

.footer_boxes .fbox04 { width: 242px; }

.footer_bottom {
	width: 980px;
  height: 120px;
	margin: 0 auto;
  text-align:center;
}

.footer_bottom td {
	padding:5px 10px;
  text-align:center;
  vertical-align:middle;
  height:82px;
}

.footer_bottom td div {
  width:100px;
}

.footer_bottom .social a {
  margin-left:3px;
}

.footer_bottom .social img {
  vertical-align:text-bottom;
}

.footer_bottom .copyrights {
	width: 250px;
	font-size: 13px;
	color: #b1b1b1;
}

.breadcrumbs_box {
	width: 980px;
	margin: 0 auto;
	margin-bottom: 7px;
}

.breadcrumbs {
	padding: 7px 0 0 0;
	float: left;
	font-size: 13px;
	color: #000;
}

.breadcrumbs a, .breadcrumbs a:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	color: #000;
}

.breadcrumbs a:hover, .breadcrumbs a:visited:hover {
	text-decoration: underline;
	color: #00305E;
}

.subheader_box {
	width: 988px;
	height: 229px;
	overflow: hidden;
	margin: 0 auto;
	margin-bottom: 5px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: url(../images/bg_subheader.jpg) 0 0 no-repeat;
}


.sbox_01 { background: url(../images/bg_subheader_merchants.jpg) 0 0 no-repeat; }
.sbox_02 { background: url(../images/bg_subheader_about.jpg) 0 0 no-repeat; }
.sbox_03 { background: url(../images/bg_subheader_buyers.jpg) 0 0 no-repeat; }
.sbox_04 { background: url(../images/bg_subheader_resources.jpg) 0 0 no-repeat; }
.sbox_05 { background: url(../images/bg_subheader_legal.jpg) 0 0 no-repeat; }

.subheader_box h2 {
	height: 52px;
	overflow: hidden;
	padding: 0 0 0 30px;
	font-size: 30px;
	line-height: 54px;
	font-weight: normal;
	color: #fff;
	text-shadow: #00172e 2px 2px 2px; 
}

.sh_content_box {
	height: 122px;
	overflow: hidden;
}
.sh_content_box p {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #FFCC00;
  text-shadow: 1px 1px 3px #00172E;
	line-height: 24px;
	margin: 8px 35px;
	/* font-style: italic; */
}

.sh_content_box ul {
	margin:  0 0 0 35px;
	padding: 0;
	font-size: 20px;
	line-height: 24px;
}

.sh_content_box li {
	padding: 0 0 0 28px;
	list-style: none;
	font-size: 20px;
	font-weight: normal;
	color: #FFCC00;
	background: url(../images/bullet_banner.png) 5px 5px no-repeat;
	text-shadow: #00172e 2px 2px 2px; 
}


.ul_sh_01 {
	height: 99px;
	margin:  0;
	padding: 0 0 0 30px;
	font-size: 22px;
	line-height: 19px;
	font-weight: bold;
	white-space: nowrap;
	color: #fff;
	text-shadow: #00172e 2px 2px 2px; 
}

.ul_sh_01 li {
	height: 77px;
	float: left;
	background: url(../images/arr_sh_01.png) 0 13px no-repeat;
	padding-top: 22px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 92px;
}

.ul_sh_01 .sh_yellow {
	padding-top: 3px;
	display: block;
	font-size: 24px;
	color: #fedb0a;
}

.ul_sh_01 li.lsh_up {
	background: url(../images/arr_sh_02.png) 0 17px no-repeat;
}

.subheader_box .footnote {
	padding: 0 0 0 30px;
	font-size: 11px;
	font-weight: bold;
	text-shadow: #00172e 2px 2px 2px;
	color: #dfe2e5;
}

div.sh_nav_box {
	height: 60px;
	overflow: hidden;
	font-weight: normal;
	color: #FFFFFF;
}

.sh_nav_box ul {
	margin:  0;
	padding: 17px 0 0 60px;
}

div.sh_nav_box ul li {
	padding-left: 50px;
	clear: none;
	display: inline;
	font-size: 17px;
	background: url(../images/bullet_sh_nav.png) 18px 9px no-repeat;
}

.sh_nav_box ul li.first {
	padding: 0;
	background: none;
}

.sh_nav_box ul a, .sh_nav_box ul a:visited {
	text-decoration: none;
	color: #FFFFCC;
	background: url(../images/hline_dotted_02.png) 0 bottom repeat-x;
}

.sh_nav_box ul a:hover, .sh_nav_box ul a:visited:hover {
	text-decoration: none;
	color: #fedb0a;
}

.testimonials_container {
	width: 980px;
	margin: 0 auto;
	padding: 0 0 12px 0;
	background: url(../images/bg_frontboxes_shadow.png) 50% bottom no-repeat;
}

.testimonials_container .testimonials_box {
	padding: 0 0 20px 0;
	position: relative;
	border: #a3a3a3 1px solid;
	color: #00305e;
	background: #f2f2f2 url(../images/bg_testimonials_box.png) 0 0 repeat-x;
	
	-moz-border-radius:    5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius:  5px;
	border-radius:         5px;

	behavior: url(/css/PIE.htc); 
}

.testimonials_box h2 {
	margin: 0 0 11px 0;
	padding: 0 0 0 18px;
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 31px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: -0.5px;
}

.testimonial .picbox {
	overflow: hidden;
	float: left;
	margin: 0 22px 0 0;
	position: relative;
	border: #e4e4e4 3px solid;

	-moz-border-radius:    7px;
	-webkit-border-radius: 7px;
	-khtml-border-radius:  7px;
	border-radius:         7px;

	behavior: url(/css/PIE.htc); 
}

.testimonials_box .testimonial {
	width: 456px;
	float: left;
}

.testimonials_box .left {
	margin-right: 23px;
	padding: 0 0 0 36px;
	border-right: #dfdfdf 1px solid;
}

.testimonial .txt {
	padding: 0 43px 0 0;
}

.testimonials_box .lnk_read_more, .testimonials_box .lnk_read_more:visited {
	padding: 10px 15px 0 0;
	float: right;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	color: #00305e;
}

.testimonials_box .lnk_read_more:hover, .testimonials_box .lnk_read_more:visited:hover {
	text-decoration: underline;
}


.box_01_container {
	width: 980px;
	margin: 0 auto;
	margin-bottom: 30px;
	padding: 0 0 15px 0;
	background: url(../images/bg_frontboxes_shadow.png) 50% bottom no-repeat;
}

.box_01 {
	min-height: 258px;
	padding: 0 0 16px 0;
	position: relative;
	border: #a3a3a3 1px solid;

	-moz-border-radius:    5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius:  5px;
	border-radius:         5px;

	behavior: url(/css/PIE.htc); 

	background: #fafafa url(../images/bg_box_01.png) 50% top no-repeat;
}

.box_01 h2, .box_01 h3 {
	height: 37px;
	margin:  0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 36px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: -0.5px;
	color: #00305e;
}

.box_01 .col01, .box_01 .col02 { 
	width: 326px; 
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
  position:relative;
  height:300px;
}

.box_01 .col01 .inner { padding: 0 0 0 23px; }



.box_01 .col01 .inner h3, .box_01 .col02 .inner h3 {
	height: 37px;
	margin:  0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 36px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: -0.5px;
}

.box_01 .col01 .inner h2 {
	margin:  0 0 20px 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
}

.box_01 .col01 .inner p {
	margin:  0 0 15px 0;
	padding: 0;
}

.box_01 .col01 .inner a, .box_01 .col01.inner a:visited {
	text-decoration: underline;
	color: #00305e;
}

.box_01 .col01 .inner a:hover, .box_01 .col01 .inner a:visited:hover {
	text-decoration: underline;
	color: #0e4c87;
}

.box_01 .col01 .inner ul {
	margin:  0;
	padding: 0;
}

.box_01 .col01 .inner ul li {
	margin: 0 0 7px 0;
	padding: 0 0 0 16px;
	list-style: none;
	background: url(../images/bullet_001.png) 1px 4px no-repeat;
}

.box_01 .col01 .inner .lnk_lm, .box_01 .col01 .inner.lnk_lm:visited {
	display: block;
	position: absolute;
	left: 225px;
	bottom: 7px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
	text-decoration: none;
	color: #6c6c6c;
}

.box_01 .col01 .inner .lnk_lm:hover, .box_01 .col01 .inner .lnk_lm:visited:hover {
	color: #424242;
}


.box_01 .col02 .inner { 
	padding: 0 43px 0 31px; 
	line-height: 15px;
}
.box_01 .col02 .inner a, .box_01 .col02.inner a:visited {
	text-decoration: underline;
	color: #00305e;
}
.box_01 .col02 .inner .lnk_lm, .box_01 .col02 .inner.lnk_lm:visited {
	display: block;
	position: absolute;
	right:7px;
	bottom: 7px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
	text-decoration: none;
	color: #6c6c6c;
}
.box_01 .col02 .inner .lnk_lm:hover, .box_01 .col02 .inner .lnk_lm:visited:hover {
	color: #424242;
}


.box_01 .col03 {
  width: 323px;
  position:relative;
  height:300px;
}
.box_01 .col03 .inner { text-align: center; }


.box_01 .col03 .inner a, .box_01 .col03.inner a:visited {
	text-decoration: underline;
	color: #00305e;
}
.box_01 .col03 .inner .lnk_lm, .box_01 .col03 .inner.lnk_lm:visited {
	display: block;
	position: absolute;
	right:7px;
	bottom: 7px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
	text-decoration: none;
	color: #6c6c6c;
}
.box_01 .col03 .inner .lnk_lm:hover, .box_01 .col03 .inner .lnk_lm:visited:hover {
	color: #424242;
}

.box_01 p {
	margin:  0 0 15px 0;
	padding: 0;
}	


.box_01 .column { float: left; }

.box_01 a,       .box_01 a:visited       { text-decoration: underline; color: #00305e; }
.box_01 a:hover, .box_01 a:visited:hover { text-decoration: underline; color: #0e4c87; }

.input_01 {
	width: 155px;
	margin: 0;
	padding: 2px 2px 3px 3px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	border: #bcbcbc 1px solid;
}


.content_box {
	padding: 0 0 20px 0;
	position: relative;
	border: #a3a3a3 1px solid;
	color: #00305e;
	background-color: #FFF;
	
	-moz-border-radius:    5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius:  5px;
	border-radius:         5px;

	behavior: url(/css/PIE.htc); 
}


.ContentLink a:link, .ContentLink a:active, .ContentLink a:visited {
	text-decoration: underline;
}

.ContentLink a:hover {
	text-decoration: none;
}

.ul_List {
	padding: 10px 10px 10px 30px;
	line-height: 19px;
}

.ul_List li {
	padding: 0px 0px 0 0px;
	list-style: square;
	
}


.Line {
	height: 1px;
	background-color: #c9c9c9;
	display:block;
}

.BgPhoto {
	background-image: url(../images/bg_photo.jpg);
	background-position: top left;
	background-repeat: repeat-x; 
}

.float_left_img  { float: left; margin-right: 20px; margin-bottom: 10px;}
.float_right_img { float: right; margin-left: 20px; margin-bottom: 10px;}
.content_box h2 {
	font-size: 18px;
	line-height: 16px;
	font-family: "Trebuchet MS", Arial;
}
.content_box h1 {
	font-size: 20px;
	line-height: 16px;
	font-family: "Trebuchet MS", Arial;
}
.content_box h2 a, .content_box h2 a:visited {
	color: #666666;
}
.content_box  h4 {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: bold;
}
.content_box .graybox {
	background-image: url(../images/contactbg.png);
	height: 133px;
	width: 926px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 8px;
	padding-left: 20px;
	margin: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
}
.content_box .subnavigation {
	float: right;
	width: 700px;
	text-align: right;
	font-weight: normal;
	font-size: 11px;
	background-image: url(../images/contactbg_subnav.png);
	background-repeat: no-repeat;
	background-position: right top;
	height: 22px;
	padding-top: 4px;
	padding-right: 20px;
	margin-right: -10px;
}
.content_box .subnavigation a, .content_box .subnavigation a:visited {
	color: #002E58;
	margin-right: 10px;
	font-weight: bold;
}
.contentform {
	background-image: url(../images/contentform_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 420px;
	padding: 15px;
}
.contentform .leftcolumn {
	width: 435px;
}

.contentformbottom {
	background-image: url(../images/contentform_bg_bottom.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 10px;
	width: 450px;
}
.input_03 {
	width: 200px;
	margin: 0;
	padding: 2px 2px 3px 3px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: normal;
	border: #bcbcbc 1px solid;
}
.contentform .rightcolumn {
	width: 435px;
	float: right;
}
.contentyellowbox {
	background-image: url(../images/yelowboxbg.png);
	background-position: top;
	padding: 15px;
	width: 895px;
}
.contentyellowboxfooter {
	background-image: url(../images/yelowboxbg_2.png);
	height: 6px;
	width: 925px;
}
.submenucontainer {
	background-image: url(../images/subnav_bg.png);
	background-position: top;
	width: 215px;
	float: right;
	padding: 10px;
	margin-right: 4px;
}
.submenucontainer div {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(../images/subnav_bullet.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 12px;
}

.submenucontainerfooter {
	background-image: url(../images/subnav_bg_footer.png);
	height: 16px;
	width: 235px;
	float: right;
	margin-right: 4px;
}
.rightcolumn {
	float: right;
	width: 260px;
}

/* Legal Notices NAV */
div.sh_nav_leg {
	height: auto;
	overflow: hidden;
	font-weight: normal;
	font-size: 15px;
	color: #FFFFFF;
}

div.sh_nav_leg ul {
	margin:  0;
	padding: 0 0 10px 10px;
}

div.sh_nav_leg ul li {
  padding:0 0 10px 16px;
	clear: none;
	background: url(../images/bullet_sh_nav.png) 5px 9px no-repeat;
}


.sh_nav_leg ul a, .sh_nav_box ul a:visited {
	text-decoration: none;
	color: #FFFFCC;
	background: url(../images/hline_dotted_02.png) 0 bottom repeat-x;
}

.sh_nav_leg ul a:hover, .sh_nav_leg ul a:visited:hover {
	text-decoration: none;
	color: #fedb0a;
}

.sh_nav_title {
  color:#FFFFFF;
  font-weight:bold;
  padding-bottom:10px;
}

.sh_nav_highlight.highlighted {
  color:#FFD600;
  font-weight:bold;
}

.presscontent {
  padding:70px 30px;
  width:740px;
  margin:0;
}

.presslink {
  margin:6px 30px;
}

.pressdate {
  margin:24px 0 6px;
}
