@charset "UTF-8";

/* Main Banner Image */
.mainbanner
{
	height: 225px; 
	position: relative;
}
.margin_top
{
	margin-top: 15px;
}

.nomargin_top
{
	margin-top: 0 !important;
}




/* CSS Document */

.clearfix:after 
{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

form
{
	margin:0;
}

* 
{
	margin: 0;
}

html, body 
{
	height: 100%;	
	font-size: 14px;
	font-family: Arial;
	color: #444;
}

a
{
	text-decoration: none;
	color: #1a74b0;
}

a:hover
{
	text-decoration: underline;
}

body 
{
	background: #bed9eb url(../bdimages/envelope_bg.gif) left top repeat-x;
}

.wrapper 
{
	width: 960px;
	margin: 0 auto;
	background: url(../bdimages/wrapper_bg.gif) left top repeat-y;
}

div.tabs
{
	height: 74px;
	background-color: #fff;
	position: relative;
}

div.tabs img.logo
{
	position: absolute;
	left: 15px;
	bottom: 8px;
	border: none;
}

div.tabs span.first
{
	position: absolute;
	color: #000000;
	left: 83px;
	bottom: 26px;
	font-size: 40px;
	font-weight:bold
}


div.tabs span.flag
{
	position: absolute;
	background: none;
	left: 910px;
	bottom: 5px;

}

.footer 
{
	margin: 0 auto;
	width: 960px;
	background: url(../bdimages/footer_bg.gif) left top no-repeat;
	text-align: center;
	font-size: 11px;
	vertical-align: bottom;
}

.footer div.info
{
	padding: 20px 0;
}

.footer span
{
	margin: 0 5px;
	color: #1d7abf;
}

.footer span.business
{
	margin-right: 70px;
}

.footer a 
{
	color: #1d7abf;
}

.footer div.info span.grey
{
	color: #666;
}

div.tabs ul
{
	bottom: 20px;
	right: 6px;
	position: absolute;
	list-style:none;
	margin: 0;
	padding: 0;
}


div.tabs li
{
	display: inline;
	margin: 0;
}

div.tabs li a
{
	float:left;
	margin: 0 6px;
	color: #1d7bbf;
	font-size: 16px;	
	height: 28px;
	padding-left: 3px;
}

div.tabs li a span
{
	display: block;
	line-height: 28px;	
	padding-right: 10px;
	padding-left: 7px;
}

div.tabs li a.selected
{
	background: url(../bdimages/tabs_left_bg.gif) left top no-repeat;	
}

div.tabs li a.selected span
{
	background: url(../bdimages/tabs_right_bg.gif) right top no-repeat;	
}

div.tabs li a.button
{
	height: 30px;
	background: url(../bdimages/blue_button.gif) left top no-repeat;
	width: 121px;
	text-align: center;
	color: #fff;
}

div.wrapper div.main
{
	padding: 32px;
}


div.main div.block_round_blue
{
	color: #333;
	font-size: 13px;
}

div.main div.block_round_blue div.lt
{
	background: #edf2f6 url(../bdimages/block_lt.gif) left top no-repeat;
}

div.main div.block_round_blue div.rt
{
	background: url(../bdimages/block_rt.gif) right top no-repeat;
}

div.main div.block_round_blue div.rb
{
	background: url(../bdimages/block_rb.gif) right bottom no-repeat;
}

div.main div.block_round_blue div.lb
{
	background: url(../bdimages/block_lb.gif) left bottom no-repeat;
}

div.main div.block_round_blue div.content
{	
	padding: 5px 10px 5px 14px;
	font-weight: bold;
}


div.main div.block_round_gray
{
	color: #333;
	font-size: 13px;
}

div.main div.block_round_gray div.lt
{
	background: #f0f0f0 url(../bdimages/block_gray_lt.gif) left top no-repeat;
}

div.main div.block_round_gray div.rt
{
	background: url(../bdimages/block_gray_rt.gif) right top no-repeat;
}

div.main div.block_round_gray div.rb
{
	background: url(../bdimages/block_gray_rb.gif) right bottom no-repeat;
}

div.main div.block_round_gray div.lb
{
	background: url(../bdimages/block_gray_lb.gif) left bottom no-repeat;
}

div.main div.block_round_gray div.content
{	
	padding: 5px 10px 5px 14px;
	font-weight: bold;
}

.nomargin_bottom
{
	margin-bottom: 0;
}

div.main div.column_third td.field input,
table.form td.field input,
table.form td.field textarea
{
	width: 200px;
	border: solid #cacaca 1px;
	background: #fff url(../bdimages/input_bg.gif) left top repeat-x;
	padding: 4px;
	font-size: 13px;
}


div.main div.column_third td.field select,
table.form td.field select
{
	color: #1D7ABF;
	padding: 4px;
}

div.main div.column_third td.label,
table.form td.label
{
	white-space: nowrap;
	text-align: right;
	font-weight: normal;
}

div.main div.column_third td.label ../../bdimages,
table.form td.label ../../bdimages
{
	position: relative;
	top: 2px;
}

div.main div.column_third td a.button,
table.form a.button
{
	display: block;
	background: url(../bdimages/green_button.gif) left top no-repeat;
	width: 155px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	color: #fff;
	font-size: 18px;
}

div.main div.column_first
{
	margin-right: 23px;
}

div.main div.column_third div.block_round_blue div.content
{
	font-weight: normal;
	width: auto;
	padding: 15px 10px 15px 15px;
}

div.main div.column_third div.block_round_blue div.title
{
	color: #333;
	font-weight: bold;
	font-size: 14px;
}

div.main div.column
{
	float: left;
}

div.main div.column_third td.terms
{
	text-align:center; 
	color: #999;
}

div.main div.column_third
{	
	float: right;
}


div.info_part
{
	width: 630px;
	float: left;
}

div.sidebar
{
	width: 230px;
	float: right;
}

div.sidebar div.block_round_gray,
div.sidebar div.block_round_blue
{
	margin-bottom: 15px;	
}

div.sidebar div.block_round div.content
{
	padding: 15px;
	font-weight: normal;
}

div.sidebar div.block_round div.content h4
{
	font-weight: bold;
	margin-bottom: 5px;
	color: #333;
	font-size: 14px;
}

div.sidebar div.block_round a
{
	color: #1a74b0;
	display: block;
}

div.sidebar div.block1 div.content div,
div.sidebar div.block_next_steps div.content div
{
	margin-top: 10px;
	padding-left: 20px;
}

div.sidebar div.block1 div.content div.icon1,
div.sidebar div.block_next_steps div.content div.icon1
{
	background: url(../bdimages/solutions_icon_map.gif) 2px top no-repeat;
}

div.sidebar div.block1 div.content div.icon2,
div.sidebar div.block_next_steps div.content div.icon2
{
	background: url(../bdimages/solutions_icon_map.gif) left -29px no-repeat;
}

div.sidebar div.block1 div.content div.icon3,
div.sidebar div.block_next_steps div.content div.icon3
{
	background: url(../bdimages/solutions_icon_map.gif) left -51px no-repeat;
}

div.sidebar div.block2 ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

div.sidebar div.block2 li
{
	padding-top: 5px;
	padding-bottom: 5px;
}

div.sidebar div.block2 li.current
{
	background: url(../bdimages/sidebar_menu_hover.gif) left no-repeat;
	padding-left: 8px;
}

div.sidebar div.block_case_studies div.content div,
div.sidebar div.block_resources div.content div
{
	margin-bottom: 10px;
	padding-left: 20px;
	background: url(../bdimages/solutions_icon_map.gif) -86px -111px no-repeat;
	line-height: 17px;
}

div.sidebar div.block_case_studies div.content div span,
div.sidebar div.block_resources div.content div span
{
	display: block;
	color: #1a74b0;
}

div.sidebar div.block_case_studies div.content a,
div.sidebar div.block_resources div.content a
{
	background: url(../bdimages/solutions_icon_map.gif) right -82px no-repeat;
	padding-right: 10px;
	display: inline;
}

div.citation
{
	font-family: "Times New Roman", Times;
	font-style: italic;
	font-size: 20px;
	margin-bottom: 30px;
}

div.citation span
{
	font-family: Arial;
	font-style: normal;
	font-size: 13px;
	display: block;
	margin-top: 10px;
}


div.p_block
{
	font-size: 13px;
	line-height: 20px;
}

div.p_block h2
{
	color: #333;
	margin-bottom: 10px;
}

div.p_block p
{
	margin-top: 35px;
	padding-left: 72px;
}

div.p_block p span
{
	color: #1a74b0;
	font-size: 14px;
	font-weight: bold;
}

div.p_block p span.lite
{
	font-weight: normal;
}

div.p_block p a
{
	font-size: 14px;
	background: url(../bdimages/solutions_icon_map.gif) right -82px no-repeat;
	padding-right: 10px;
}

div.text_block
{
	line-height: 20px; 
	font-size: 13px;
}

div.text_block div.title
{
	font-size: 16px;
	font-weight: bold;

}

div.text_block div.subhead
{
	font-size: 13px;
	font-weight: bold;

}

div.text_block img
{
	margin-top: 25px;
}

div.text_block h2,
div.text_block h3,
div.text_block h4
{
	color: #333
}

div.text_block h2
{
	margin-bottom: 5px;
}

div.text_block h4
{
	margin-top: 25px;
}

div.info_part_footer
{
	margin-top: 25px;
	background: url(../bdimages/solutions_footer_bg.gif) left top no-repeat;
	width: 605px;
	height: 106px;
	position: relative;
}

div.info_part_footer div.footer_column
{
	float: left;
	padding: 20px;
}

div.info_part_footer div.footer_column1,
div.info_part_footer div.footer_column3
{
	font-size: 15px;
	font-weight: bold;
}

div.info_part_footer div.footer_column2,
div.info_part_footer div.footer_column4
{
	font-size: 13px;
	line-height: 22px;
	padding-left: 5px;
	padding-right: 35px;
}

span.e_message
{
	color: #F00;
	font-weight: bold;
}

div.p_block span.light
{
	color: #999;
	font-size: 11px;
	font-style: italic;
}

../img.help
{
	cursor: help;
}

a.noicon
{
	padding: 0 !important;
	background: none !important;
}


div.main div.column_third td.field input.input_public
{
	width: 140px;	
}