@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	
}
img { border:none; }
html body {
	font-family:"Verdana", Arial, Helvetica, sans-serif;
	background-color: #fff;
	text-align: center;
	height: 100%;
	color:#626669;
	font-size:11px;
	line-height:16px;
	background:url(/images/body-gray-fade.jpg) repeat-x 0 225px;
}
a:active, a:focus {
	outline: 0;
}

.main_box {
	width:1050px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
.top_border {
	width:383px;
	height:auto;
	margin-left:311px;
}
.left_fade_top {
	width:43px;
	height:544px;
	float:left;
}
.left_column_box {
	height:559px;
	width:274px;
	float:left;
	background:url(/images/leftcolumnbg_14.jpg) center 54px no-repeat;
}
.center_box {
	width:370px;
	height:559px;
	float:left;
	background-color:#FFF;
	background:url(/images/accordian_fade.jpg) bottom repeat-x ;
	overflow: hidden;
}
.center_box table tr td{
	padding-left:23px;
}
.center_box #vertical_container{
	margin-top: -4px;
}

.right_column_box {
	height:559px;
	width:270px;
	float:left;
	background:url(/images/rightcolumnbg_15.jpg) center 54px no-repeat;
}
.right_fade_top {
	width:67px;
	height:544px;
	float:left;
}
.bottom_border {
	width:382px;
	height:auto;
	margin-left:311px;
}
.left_table_content_top {
	padding-left:24px;
	height:64px;
}
.left_table_content {
	padding-left:24px;
	height:74px;
}
.left_table_content p {
	margin-top:12px;
	font-size:13px;
	color:#000000;
	
}
.left_table_content_bottom {
	padding-right:15px;
	height:24px;
	margin-top:5px;
}

.right_table_content {
	padding-left:24px;
	padding-right:10px;
}
.right_table_content h2 {
	color:#000;
	font-size:13px;
	font-weight:normal;
	margin-bottom:10px;
	margin-top:6px;
}
.right_table_content a h2:hover {
	text-decoration: underline;
}
.right_table_content p{
	margin-top:16px;
	margin-bottom:16px;
}

a.body_orange:link {
	color:#e76f00;
	text-decoration: none;
}
a.body_orange:visited {
	color:#e76f00;
	text-decoration: none;
}
a.body_orange:hover {
	color:#e76f00;
	text-decoration: underline;
}
a.body_orange:active {
	color:#e76f00;
	text-decoration: none;
}

/*------------- accordian --------------*/

.accordion_toggle {
	border-bottom: none;
	display: block;
	height: 31px;
	width: 370px;
	font-weight: normal;
	text-decoration: none;
	cursor: pointer;
	margin: 0 0 0 0;
	background:url(/images/accordianhead_29.jpg) no-repeat;
}
.accordion_toggle_active {
	border-bottom: none;
	background:url(/images/accordianhead_29.jpg) no-repeat;
}
.accordion_content {
	background-color:#fff;
	display:block;
	color: #444444;
	overflow: hidden;
	width:370px;
	background:url(/images/ecosystem/accordianbg.jpg) bottom repeat-x ;
}
.accordion_content h2 {
	margin: 15px 0 5px 10px;
	color: #0099FF;
}
.accordion_content p {

}
.accordian_head_text {
	font-family:Arial, Helvetica, sans-serif;
	padding-left:15px;
	font-size:15px;
	position:relative;
	top:7px;

}	
.accordian_head_text a:link {color:#626669; text-decoration:none;}
.accordian_head_text a:visited {color:#626669; text-decoration:none;}
.accordian_head_text a:hover {color:#e76f00; text-decoration:none;}
.accordian_head_text a:active {color:#626669; text-decoration:none;}
.accordian_body {
	height:223px;
	margin-top:10px;
	padding-left:28px;
	font-size:10px;
	color:#666666;
}
.accordian_body h5 {font-weight:normal; color:#000; font-size:13px; margin-bottom:8px; }
.coredeliverybg {background:url(/images/coredeliverybg.jpg) bottom no-repeat;}
.enhancedeliverybg {background:url(/images/enhancedeliverybg.jpg) bottom no-repeat;}
.wholesitebg {background:url(/images/wholesitebg.jpg) bottom no-repeat;}
.interactiveadvertisingbg {background:url(/images/interactive-advertising.jpg) bottom no-repeat;}
.mobilebg {background:url(/images/mobilebg.jpg) bottom no-repeat;}
.monetizationbg {background:url(/images/monetizationbg.jpg) bottom no-repeat;}
.managementbg {background:url(/images/managementbg.jpg) bottom no-repeat;}
/* ----- End Accordian Styles -------------------*/


/* ----- Footer -------------------*/
.home_footer {
	height:281px;
	width:913px;
	background:url(/images/footer_48.gif) no-repeat;
	margin-left:43px;
	margin-top:25px;
	margin-bottom:15px;
}
.home_footer table tr td{
	padding-left:20px;
	padding-top: 12px;
	
}
.home_footer a:link {color:#999999; text-decoration:none;}
.home_footer a:visited {color:#999999; text-decoration:none;}
.home_footer a:hover {color:#999999; text-decoration:underline;}
.home_footer a:active {color:#999999; text-decoration:none;}

.home_footer h3 {  
	color:#FFF;
	font-weight:normal;
	font-size:12px;
}

.home_footer h3 a,
.home_footer h3 a:visited {
    color:#FFF;
}
