@charset "utf-8";
/* CSS Document */

/* --------------------------------------------------------------------------------------------------- */
/********************************************************************************************************
 
	Company: Superlative, Inc
	Product: Superlative Website
	Authors: Cameron Schuyler, David Wheeler
	Date: 4/29/10
	Created @ Superlative, Inc. 2010
	
********************************************************************************************************/
/* --------------------------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------- General Site Styles 01 */
/* -------------------------------------------------------------------------------------------------- */

html {
	width: 100%;
	height: 100%;
	margin: 0px auto;
	}

body {
	background:  url(../images/bg.jpg) repeat-x top center #FFFFFF;
	width: 100%;
	height: 100%;
	margin: 0px auto;
	text-align: center;
	word-wrap: break-word;
	font: 12px/2em Arial, Helvetica, sans-serif;
	}

h1 {
	margin: 0px;
	color: #3F4447;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	}
	
h2 {
	color: #676767;
	font: 15px Arial, Helvetica, sans-serif;
	margin: 20px 0 -10px 0;
	padding: 0;
	}

a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #3f4447;
	text-decoration: none;
	}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #7b7f82;
	text-decoration: underline;
	}
	

/* -------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------- Subnav */
/* -------------------------------------------------------------------------------------------------- */
ul.subnav {
	width: 940px;
	height: 38px;
	background: url(../images/navBack.png) repeat-x;
	margin: 0;
	padding: 0;
}
ul.subnav li {
	margin: 0;
	list-style: none;
	display: inline;
}
ul.subnav li a {
	font: normal 11px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #969696;
	float: left;
	height: 33px;
	margin: 0 10px;
	padding: 5px 0 0 0;
	outline: none;
	overflow: hidden;
}
ul.subnav li a:hover {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}
ul.subnav li a.current {
	background: url(../images/navPointer.png) no-repeat center;
	color: #000000;
}




/* -------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------- Top Styles */
/* -------------------------------------------------------------------------------------------------- */

.top_container {
	margin: 0px auto;
	width: 970px;
	height: 29px;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-align: right;
	}

.top_links {		
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	padding-top: 7px;
	}
	.top_links a {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: normal;
		color: #000000;
		text-decoration: none;
		}
	.top_links a:hover {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: normal;
		color: #CCCCCC;
		text-decoration: underline;
		}

.top_select a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	}

.top_select a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	}

.top_left {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background: url(../images/real-estate-highlight.jpg) top left;
	float: left;
	display: inline-block;
	width: 400px;
	height: 20px;
	padding-top: 7px;
	padding-left: 10px;
	text-align: left;
	}

/* -------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------- HP Middle Styles */
/* -------------------------------------------------------------------------------------------------- */

.hp_flash_container {
	margin: 0px auto;
	width: 970px;
	min-height: 522px;
	display: inline-block;
	}

/* -------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------- HP Bottom Styles */
/* -------------------------------------------------------------------------------------------------- */

.hp_bottom_container {
	margin: 0px auto;
	width: 970px;
	min-height: 468px;
	display: inline-block;
	}

.hp_two_column_left {
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	padding-top: 20px;
	width: 740px;
	height: auto;
	float: left;
	display: inline;
	}
	
.hp_content_container {
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 730px;
	text-align: left;
	line-height: 18pt;
	}

.hp_col_1 {
	margin: 0px;
	width: 350px;
	height: 100%;
	float: left;
	}

.hp_col_1 h1 {
	margin: 0px;
	color: #f16c39;
	font-size: 20px;
	text-align: left;
	}

.hp_col_2 {
	margin: 0px;
	padding: 0px;
	width: 330px;
	height: 100%;
	float: left;
	padding-left: 20px;
	border-left: 1px #d2d2d2 solid;
	}

.hp_col_2 h2 {
	margin: 0px;
	color: #f16c39;
	font-size: 20px;
	text-align: left;
	}

.news_container {
	margin: 0px;
	margin-top: 15px;
	width: 330px;
	display: inline-block;
	height: auto;
	}

.news_date {
	width: 27px;
	height: 50px;
	background: url(../images/calendar-date.gif) no-repeat;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	float: left;
	margin-right: 8px;
	padding-top: 2px;
	line-height: 8pt;
	}
	.news_date .month {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 8px;
		font-weight: bold;
		}

.new_info {
	text-align: left;
	display: inline;
	}

.news_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	}

.news_preview {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	}

.news_end {
	margin-top: 10px;
	margin-bottom: 20px;
	}

.bottom_content {
	width: 730px;
	display: inline-block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	}

.grey_line {
	margin: 0px;
	padding: 0px;
	width: 730px;
	border-top: 1px #d2d2d2 solid;
	height: 1px;
	display: inline-block;
	clear: both;
	}
	
.bottom_content h3 {
	margin: 20px 0px 0px 0px;
	color: #f16c39;
	font-size: 20px;
	text-align: left;
	}

/* -------------------------------------------- Services At A Glance Styles */

.hp_two_column_right {
	margin: 0px;
	padding: 0px;
	width: 221px;
	height: auto;
	float: left;
	display: inline;
	text-align: right;
	}

.real_estate_services_container {
	margin: 0px auto;
	width: 216px;
	height: 396px;
	display: inline-block;
	margin-left: 5px;
	}
	
.real_estate_services_title {
	margin: 0px auto;
	width: 216px;
	height: 48px;
	display: inline-block;
	}

.real_estate_services {
	background: url(../images/real-estate-services-bg.jpg) no-repeat top;
	margin: 0px auto;
	width: 216px;
	height: auto;
	display: inline-block;
	}

.real_estate_services_info {
	background: url(../images/real-estate-services-continue.jpg) repeat-y top center;
	margin: 0px auto;
	width: 216px;
	height: 100%;
	line-height: 22pt;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	display: inline-block;
	}

.real_estate_services_info ul {
	margin: 0px;
	text-align: left;
	width: 196px;
	padding: 10px;
	display: inline-block;
	}

.real_estate_services_info li {	
	background: url(../images/real-estate-services-bullet.gif) no-repeat left;
	list-style: none;
	margin-left: 5px;
	display: block;
	padding-left: 15px;
	}

.real_estate_services_end {
	background: url(../images/real-estate-services-end.jpg) no-repeat;
	margin: 0px auto;
	width: 216px;
	height: 24px;
	display: inline-block;
	}


/* -------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------- End */
/* -------------------------------------------------------------------------------------------------- */
	
.top_bar_container {
	background: #2E2E2E;
	margin: 0px auto;
	width: 100%;
	height: 30px;
	text-align: center;
	display: table;
	}
	.top_bar_container_inside {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		color: #FFFFFF;
		margin: 0px auto;
		width: 934px;
		height: 23px;
		text-align: center;
		padding-top: 7px;
		}
		.top_bar_container_inside a{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			font-weight: bold;
			color: #FFFFFF;
			text-decoration: none;
			display: inline-block;
			padding-left: 5px;
			padding-right: 5px;
			}
		.top_bar_container_inside a:hover{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			font-weight: bold;
			color: #A8A8A8;
			text-decoration: none;
			display: inline-block;
			padding-left: 5px;
			padding-right: 5px;
			}
	.top_bar_left {
		width: 310px;
		padding: 0px 0px 0px 7px;
		float: left;
		text-align: left;
		}
	.top_bar_right {
		width: 617px;
		float: right;
		text-align: right;
		}

.client_login {
	background: url(images/client_login_icon.gif) no-repeat left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	display: inline;
	margin-left: 5px;
	}
	.client_login a{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #FC8F36;
		padding-left: 5px;
		width: 107px;
		display: inline-block;
		}
	.client_login a:hover{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #ffc39c;
		padding-left: 5px;
		width: 107px;
		display: inline-block;
		}

.client_login_v4 {
	background: url(images/client_login_icon_v4.gif) no-repeat left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	display: inline;
	margin-left: 5px;
	}
	.client_login_v4 a{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #E4600B;
		padding-left: 5px;
		width: 107px;
		display: inline-block;
		}
	.client_login_v4 a:hover{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #a84405;
		padding-left: 5px;
		width: 107px;
		display: inline-block;
		}

/* -------------------------------------------------------------------------------------------------- 
/* ----------------------------------------------------------------------------- Logo/Award Styles 01 */
/* -------------------------------------------------------------------------------------------------- */
		
.logo_award_container {
	margin: 0px auto;
	width: 934px;
	height: 83px;
	text-align: center;
	display: table;
	}
	.logo {
		margin: 0px auto;
		width: 462px;
		height: 68px;
		padding: 15px 0px 0px 5px;
		text-align: left;
		float: left;
		border: 0px;
		}
		.logo img {
			border: 0px;
			}
			
	.award {
		margin: 0px auto;
		width: 467px;
		height: 83px;
		text-align: right;
		float: right;
		}

/* -------------------------------------------------------------------------------------------------- 
/* ------------------------------------------------------------------------- Main Container Styles 01 */
/* -------------------------------------------------------------------------------------------------- */
.main_container {
	background: url(images/bg_main_container.gif) repeat-y;
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	border:0;
	width: 934px;
	height: 100% auto;
	display: table;
	}

.container {
	width: 934px;
	height: auto;
	display: inline-block;
	}

.nav_container {
	width: 934px;
	height: 42px;
	text-align: center;
	}

.content_container {
	background: url(images/bg_main_container.gif) repeat-y;
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	width: 934px;
	height: 100%;
	display: inline-block;
	}

.content {
	width: 902px;
	background: #FFFFFF;
	margin: 0px auto;
	padding: 0px 12px 0px 12px;
	text-align: center;
	height: 100%;
	float: left;
	}

.fade_left {
	float: left;
	height: 100% auto;
	width: 4px;
	}

.fade_right {
	float: right;
	height: 100% auto;
	width: 4px;
	}

.end_curve {
	background: url(images/footer.gif) no-repeat;
	height: 43px;
	width: 934px;
	text-align: center;
	display: table;
	}

.subnav {
	margin: 0px auto;
	width: 848px;
	height: 27px;
	text-align: left;
	margin-bottom: 20px;
	display: inline-block;
	}

/* -------------------------------------------------------------------------------------------------- 
/* ----------------------------------------------------------------------------- Main Title Styles 01 */
/* -------------------------------------------------------------------------------------------------- */

.main_title {
	background: #FFFFFF;
	float: left;
	width: 902px;
	padding-top: 5px;
	text-align: right;
	height: 48px;
	border-bottom: 1px #E5E5E5 solid;
	}

.main_title_bp {
	background: #FFFFFF;
	float: left;
	width: 902px;
	padding-top: 5px;
	margin-bottom: 25px;
	text-align: right;
	height: 48px;
	border-bottom: 1px #E5E5E5 solid;
	}
	
.main_title_bp_2 {
	background: #FFFFFF;
	float: left;
	width: 902px;
	padding-top: 5px;
	text-align: right;
	height: 48px;
	border-bottom: 1px #E5E5E5 solid;
	}

.sub_title {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	}
	
.slogan_title h1 {
	background: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2E2E2E;
	float: left;
	width: 902px;
	padding-top: 5px;
	text-align: right;
	height: 15px;
	}

.slogan_title_2 {
	margin: 0px auto;
	width: 625px;
	height: 21px;
	text-align: left;
	margin-bottom: 10px;
	display: inline-block;
	}
	
.slogan_title_3 {
	margin: 0px auto;
	width: 848px;
	height: 21px;
	text-align: left;
	margin-bottom: 10px;
	display: inline-block;
	}

.box_container h4 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #676767;
	margin-top: 20px;
	margin-bottom: -12px;
	*margin-bottom: -19px;
	padding: 0px;
	text-decoration: none;
	}
	
/* -------------------------------------------------------------------------------------------------- 
/* ------------------------------------------------------------------------ Home Page Flash Styles 01 */
/* -------------------------------------------------------------------------------------------------- */
	
.home_flash_container {
	background: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2E2E2E;
	float: left;
	width: 902px;
	padding-top: 5px;
	margin-bottom: 20px;
	text-align: right;
	height: 313px;
	border-bottom: 1px #E5E5E5 solid;
	}

/* -------------------------------------------------------------------------------------------------- 
/* ----------------------------------------------------------------------- Bottom Container Styles 01 */
/* -------------------------------------------------------------------------------------------------- */
	
.bottom_content_container {
	margin: 0px auto;
	width: 902px;
	height: 100% auto;
	text-align: center;
	}
	
	.services_list_container {
		margin: 0px auto;
		width: 252px;
		height: 100% auto;
		text-align: left;
		float: left;
		padding-right: 0px;
		display: inline;
		}
			
		.services_list_title {
			margin: 0px auto;
			width: 252px;
			height: 33px;
			text-align: left;
			float: left;
			}
			
		.services_list {
			margin: 0px auto;
			width: 250px;
			height: 280px;
			padding-top: 10px;
			text-align: left;
			float: left;
			border: 1px #E5E5E5 solid;
			}
		.services_list ul{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			font-weight: bold;
			color: #000000;
			list-style-type: none;
			}
		.services_list ul li{
			background: url(images/bullet.gif) left center no-repeat;
			padding-left: 15px;
			margin-bottom: 5px;
			margin-left: -10px;
			}
			.services_list ul li a {
				font-family: Arial, Helvetica, sans-serif;
				font-size: 11px;
				color: #2E2E2E;
				text-decoration: underline;
				}
			.services_list ul li a:hover {
				font-family: Arial, Helvetica, sans-serif;
				font-size: 11px;
				color: #A8A8A8;
				text-decoration: none;
				}
	
	.home_page_text {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #2E2E2E;
		margin: 0px auto;
		width: 625px;
		height: 100% auto;
		text-align: left;
		float: right;
		display: inline;
		line-height: 18px;
		}
		
	.back_page_content {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #2E2E2E;
		margin: 0px auto;
		width: 900px;
		height: 100% auto;
		text-align: left;
		float: right;
		display: inline;
		line-height: 18px;
		}
	.back_page_content h1{
		font-family: Geneva, Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: bold;
		color: #000000;
		margin-top: 0px;
		margin-bottom: 0px;
		}
	
	.back_page_text {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #2E2E2E;
		margin: 0px auto;
		width: 848px;
		height: 100% auto;
		text-align: left;
		display: inline-block;
		line-height: 18px;
		margin-bottom: 15px;
		}
		.back_page_text h1{
			font-family: Geneva, Arial, Helvetica, sans-serif;
			font-size: 14px;
			font-weight: bold;
			color: #000000;
			margin-top: 0px;
			margin-bottom: 0px;
			}
		.back_page_text ul{
			font-family: Arial, Helvetica, sans-serif;
			font-size: 11px;
			font-weight: bold;
			color: #000000;
			list-style-type: none;
			}
		.back_page_text ul li{
			background: url(images/bullet.gif) left center no-repeat;
			padding-left: 15px;
			margin-bottom: 5px;
			margin-left: -10px;
			}
		.back_page_text a {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #2E2E2E;
			text-decoration: underline;
			}
		.back_page_text a:hover {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #000000;
			text-decoration: none;
			}

.back_page_text_2 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #2E2E2E;
		margin: 0px auto;
		width: 625px;
		height: 100% auto;
		text-align: left;
		display: inline-block;
		line-height: 18px;
		margin-bottom: 15px;
		}
		.back_page_text_2 h1{
			font-family: Geneva, Arial, Helvetica, sans-serif;
			font-size: 16px;
			font-weight: bold;
			color: #E4600B;
			margin-bottom: -5px;
			}
		.back_page_text_2 ul {
			color: #E4600B;
			line-height: 21px;	
			font-size: 12px;
			list-style-image: url('images/list_circle.gif');
			*list-style-image: url('images/list_circle_ie.gif');
			list-style-type: circle;	
			}
		.back_page_text_2 a {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #2E2E2E;
			text-decoration: underline;
			}
		.back_page_text_2 a:hover {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #000000;
			text-decoration: none;
			}
		
.back_page_text_3 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #2E2E2E;
		margin: 0px auto;
		width: 848px;
		height: 100% auto;
		text-align: left;
		display: inline-block;
		line-height: 18px;
		margin-bottom: 15px;
		}
		.back_page_text_3 h1{
			font-family: Geneva, Arial, Helvetica, sans-serif;
			font-size: 16px;
			color: #E4600B;
			margin-bottom: -5px;
			}
		.back_page_text_3 a {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #2E2E2E;
			text-decoration: underline;
			}
		.back_page_text_3 a:hover {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #000000;
			text-decoration: none;
			}


/* -------------------------------------------------------------------------------------------------- 
/* ------------------------------------------------------------------------ Agent Solutions Styles 01 */
/* -------------------------------------------------------------------------------------------------- */		

.box_container {
	margin: 0px auto;
	width: 848px;
	text-align: center;
	}

.box_1_solutions {
	background-image: url(images/box_studio_agent.jpg);
	height: 180px;
	width: 848px;
	padding: 0px;
	margin: 0px;
	}
	.box_1_solutions a{
		background-image: url(images/box_studio_agent.jpg);
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #676767;
		text-decoration: none;
		text-align: left;
		padding: 45px 200px 0px 20px;
		*padding: 65px 200px 0px 20px;
		width: 628px;
		height: 135px;	
		*height: 115px;	
		display: block;
		}
	.box_1_solutions a:hover{
		background-image: url(images/box_studio_agent_over.jpg);
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #676767;
		text-decoration: none;
		text-align: left;
		display: block;
		cursor: pointer;
		}
.box_2_solutions {
	background-image: url(images/box_semi_custom.jpg);
	height: 180px;
	width: 848px;
	padding: 0px;
	margin: 0px;
	}
	.box_2_solutions a{
		background-image: url(images/box_semi_custom.jpg);
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #676767;
		text-decoration: none;
		text-align: left;
		padding: 45px 200px 0px 20px;
		*padding: 65px 200px 0px 20px;
		width: 628px;
		height: 135px;	
		*height: 115px;	
		display: block;
		}
	.box_2_solutions a:hover{
		background-image: url(images/box_semi_custom_over.jpg);
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #676767;
		text-decoration: none;
		text-align: left;
		display: block;
		cursor: pointer;	
		}
.box_3_solutions {
	background-image: url(images/box_full_custom.jpg);
	height: 180px;
	width: 848px;
	padding: 0px;
	margin: 0px;
	}
	.box_3_solutions a{
		background-image: url(images/box_full_custom.jpg);
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #676767;
		text-decoration: none;
		text-align: left;
		padding: 45px 200px 0px 20px;
		*padding: 65px 200px 0px 20px;
		width: 628px;
		height: 135px;	
		*height: 115px;	
		display: block;
		}
	.box_3_solutions a:hover{
		background-image: url(images/box_full_custom_over.jpg);
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #676767;
		text-decoration: none;
		text-align: left;
		display: block;
		cursor: pointer;	
		}
.box_4_solutions {
	background-image: url(images/box_studio_marketer.jpg);
	height: 180px;
	width: 848px;
	padding: 0px;
	margin: 0px;
	}
	.box_4_solutions a{
		background-image: url(images/box_studio_marketer.jpg);
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #676767;
		text-decoration: none;
		text-align: left;
		padding: 45px 200px 0px 20px;
		*padding: 65px 200px 0px 20px;
		width: 628px;
		height: 135px;	
		*height: 115px;	
		display: block;
		}
	.box_4_solutions a:hover{
		background-image: url(images/box_studio_marketer_over.jpg);
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #676767;
		text-decoration: none;
		text-align: left;
		display: block;
		cursor: pointer;		
		}
		
.agent_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	}	

.agent_list_right {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	}
	.agent_list_right ul{
		color: #E4600B;
		line-height: 21px;	
		font-size: 12px;
		}
		
.small_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	}

.form_title_font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #414141;
	}
	
/* -------------------------------------------------------------------------------------------------- 
/* ------------------------------------------------------------------------ Photo Container Styles 01 */
/* -------------------------------------------------------------------------------------------------- */	

.photo_container_right {
	width: 263px;
	height: auto;
	text-align: left;
	float: right;
	color: #000000;
	margin: 0px -3px 20px 30px;
	*margin: 0px -3px 20px 30px	;
}

/* -------------------------------------------------------------------------------------------------- 
/* ----------------------------------------------------------------------------------- Form Styles 01 */
/* -------------------------------------------------------------------------------------------------- */	

.form_container {
	margin: 0px auto;
	width: 625px;
	text-align: center;
	display: table;
	}
	
.form_container_2 {
	margin: 0px auto;
	width: 100% auto;
	text-align: center;
	display: table;
	}

.form_container_3 {
	margin: 0px 0px 0px 10px;
	width: 350px;
	float: right;
	text-align: center;
	display: table;
	}

.form_container_company {
	margin: 0px auto;
	width: 100% auto;
	float: right;
	text-align: center;
	display: table;
	}
	
.form_row_container {
	background: #f7f7f7;
	width: 600px;
	height: auto;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
	display: inline;
	}
	
.form_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 150px;
	float: left;
	color: #000000;
	padding-top: 5px;
	height: auto;
	display: inline;
	text-align: right;
	}
	
.form_fields {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	width: auto;
	height: auto;
	padding-left: 10px;
	float: left;
	color: #000000;
	display: inline;
	text-align: left;
	}
	
.form_checkbox {
	display: block;
	text-align: left;
	float: left;
	padding-right: 10px;
	margin: 0px 0px 0px 20px;
	}
	
	
	
/* -------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------ Footer Styles */
/* -------------------------------------------------------------------------------------------------- */
.footer_container {
	background:  url(../images/bg-footer.gif) repeat-x top center #686b6d;
	margin: 0px auto;
	width: 100%;
	min-height: 180px;
	margin: 0px auto;
	text-align: center;
	clear: both;
}
/*.footer_container a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: underline;
}
.footer_container a:hover {
	color: #A8A8A8;
	text-decoration: none;
}*/
#footer-bg {
	width:970px;
	display: inline-block;
	text-align: center;
}
#expand-bg {
	background: url(../images/footerLink.png) no-repeat top left;
	padding: 0;
	margin: 15px 0 0 2px;
	width: 965px;
	height: 36px;
	float: left;
	display: inline;
	text-align: left;
}
#expand-bg a:link {
	float: left;
	width: 70px;
	height: 28px;
	outline: none;
	text-indent: -9000px;
}
#expand-bg a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#expand-bg a:hover {
	text-decoration: underline;
}
#foottools {
	width: 950px;
	clear: both;
	margin:0 auto;
	margin-top: 10px;
	display: inline-block;
}
#foottools a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}
#foottools a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.footer_links1 {
	width: 316px;
	float: left;
	display: inline-block;
	padding: 10px 0 10px 0;
}
.footer_links2 {
	width: 316px;
	float: left;
	display: inline-block;
	padding: 10px 0 10px 0;
}
.footer_links3 {
	width: 316px;
	float: left;
	display: inline-block;
	padding: 10px 0 10px 0;
}	
	
	

/* -------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- Back Page General Styles */
/* -------------------------------------------------------------------------------------------------- */
.bp_flash_container {
	margin: 0px auto;
	width: 970px;
	display: inline-block;
}
.bp_bottom_container1 {
	margin: 10px auto;
	width: 958px;
	display: inline-block;
	text-align: left;
	border: 1px solid #aaafb2;
	background: #ffffff;
}
.bp_bottom_container2 {
	margin: 9px;
	width: 940px;
	height: auto;
	display: inline-block;
	text-align: left;
	background: #f4f4f4 url(../images/back01.gif) bottom repeat-x;
}
.bp_bottom_container_FULL {
	margin: 9px;
	width: 940px;
	height: auto;
	display: inline-block;
	text-align: left;
	background: #FFFFFF;
}

.bp_bottom_container_semi {
	margin: 9px;
	width: 940px;
	min-height: 1398px;
	display: inline-block;
	text-align: left;
	background: url(../images/bg_semi_custom.jpg);
	
}


.bp_bottom_container_agent {
	margin: 9px;
	width: 940px;
	min-height: 1398px;
	display: inline-block;
	text-align: left;
	background: url(../images/bg_studio_agent.jpg);
	
}


.bp_bottom_container_mark {
	margin: 9px;
	width: 940px;
	min-height: 950px;
	display: inline-block;
	text-align: left;
	background: url(../images/bg_studio_marketer.jpg);
	
}


.bp_content_noNav {
	padding: 35px;
}


.bp_content_nav {
	padding: 20px 35px 35px 35px;
}


.bp_content_Nav_choose {
	padding: 20px 35px 0px 35px;
	
}

.bp_content_Nav_semi{
	padding: 20px 35px 0px 35px;
	
}
/* -------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- Form */
/* -------------------------------------------------------------------------------------------------- */
.superForm {
	width: 415px;
	height: 474px;
	background: url(../images/formBack3.png) no-repeat;
	float: left;
	padding: 20px 30px;
	color: #ffffff;
}
.superForm table {
	margin: 10px 0 0 0;
	padding: 0;
}
.superForm table.center {
	margin: 10px auto 0 auto;
}
.superForm table td {
	padding: 0 3px 0 0;
}
.superForm p {
	margin: 0;
}
.superForm .small {
	font: 10px Arial, Helvetica, sans-serif;
}
.superField {
	font: 12px Arial, Helvetica, sans-serif;
	width: 250px;
	height: 17px;
	padding: 3px;
	border: none;
	background: #f4f4f4 url(../images/formBack4.gif) repeat-x;
}
.superText {
	font: 12px Arial, Helvetica, sans-serif;
	width: 360px;
	height: 60px;
	border: none;
	padding: 3px;
	background: #f4f4f4 url(../images/formBack4.gif) repeat-x;
}
.superSubmit {
	width: 185px;
	height: 45px;
	margin: 10px 0 0 0;
	background: url(../images/submitButtonFull.png) no-repeat;
	border: none;
	font-size: 0;
	line-height: 0;
	cursor: pointer;
}

/* -------------------------------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------------- Sitemap Styles */
/* -------------------------------------------------------------------------------------------------- */

.clear {clear:both; height:0px}

#sm-container {
	width:965px;
	margin:10px auto 10px auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CCCCCC;
	text-shadow: 0px 1px 0px #000;
}

#sm-container a:link {
	color: #CCCCCC;
	text-decoration:none;
	font-weight:bold;
	outline:none;
}

#sm-container a:visited {
	color: #CCCCCC;
	text-decoration:none;
	font-weight:bold;
	outline:none;
}

#sm-container a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	outline:none;
}

#sm-top {
	width:965px;
	height:8px;
}

#sm-bottom {
	width:965px;
	height:10px;
}

#sm-middle {
	width:965px;
	background:url(../images/sitemap-bg-repeat.png) top left repeat-y;
}

#sm-bar {
	margin:0 auto;
	width:957px;
}

#sm-bar a{
	outline:none;
}

#sitemap {
	width:915px;
	margin:0 auto;
	padding:5px 0px 5px 0px;
}

#sitemap .col { /* This adjusts the widths of the footer columns*/
	float:left;
	padding:5px;
	display:block;
	width:217px;
}

ul.sm-list {
	list-style: url(../images/bullet_sitemap.png);
	float: left;
	margin:0px 0px 0px 5px;
	padding:0px 0px 0px 15px;
	line-height:normal;
}

ul.sm-list li {
	margin: 0 0 5px 0;
	line-height:normal;
	text-align:left;
}

/* -------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- Page Wraps */
/* -------------------------------------------------------------------------------------------------- */


.bp_bottom_container_main{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	padding-left: 0px;
	padding-top: 0px;
	width: 882px;
	height: auto;
	float: left;
	display: inline-block;
	
	
}


.bp_bottom_container_main_choose{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	padding-left: 0px;
	padding-top: 0px;
	width: 882px;
	height: auto;
	float: left;
	display: inline-block;
	
	
}


.bp_bottom_container_main_request{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	padding-left: 0px;
	padding-top: 0px;
	width: 882px;
	height: auto;
	float: left;
	display: inline-block;
	
	
}

.bp_bottom_container_main_semi{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	padding-left: 0px;
	padding-top: 0px;
	width: 970px;
	height: auto;
	float: left;
	display: inline-block;
	
	
	
}


.bp_bottom_container_left{
	margin: 15px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
	padding-left: 0px;
	padding-top: 0px;
	width: 600px;
	height: auto;
	float: left;
	display: inline;
}

.bp_bottom_container_left_port{
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
	padding-left: 0px;
	padding-top: 0px;
	width: 600px;
	height: auto;
	float: left;
	display: inline;
}



.bp_bottom_container_right{
	margin: -5px 25px 0px 0px;
	padding: 0px;
	padding-left: 0px;
	padding-top: 0px;
	width: 250px;
	height: auto;
	float: right;
	display: inline;
}


/* -------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- Portfolio Page Styles */
/* -------------------------------------------------------------------------------------------------- */

.port_bottom_container {
	margin: 0px auto;
	width: 970px;
	min-height: 468px;
	display: inline-block;
	}

.port_two_column_left {
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	padding-top: 20px;
	width: 740px;
	height: auto;
	float: left;
	display: inline;
	}
	
.port_content_container {
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 730px;
	text-align: left;
	line-height: 18pt;
	}

.port_col_1 {
	margin: 0px;
	width: 592px;
	height: 100%;
	float: left;
	}

.port_col_1  p {
	font: 12px/2em Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #000000;
	}

.port_col_1 h1 {
	margin: 10px 0px 0px 0px;
	color: #f16c39;
	font-size: 20px;
	text-align: left;
	}

.port_col_2 {
	margin: 0px;
	padding: 0px;
	width: 330px;
	height: 100%;
	float: left;
	padding-left: 20px;
	border-left: 1px #d2d2d2 solid;
	}

.port_col_2_left {
	margin: 0px;
	padding: 0px;
	width: 200px;
	height: 100%;
	float: left;
	padding-left: 0px;

	}

.port_col_2_text {
	margin: 0px 25px 0px 0px;
	padding: 0px;
	width: 239px;
	height: 100%;
	display: inline-block;
	float: left;
	text-align: left;
	
	}


.port_col_2_text p {
	font: 11px/2em Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #000;


	}

.port_col_2_text p {
	font: 11px/2em Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #000;


	}

.port_col_2_text a {
	font: 11px/2em Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-weight: bold;
	color: #000;

	}

.port_col_2_text a:hover {
	font: 11px/2em Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-weight: bold;
	color: #000; 

	}

.port_col_2_right {
	margin: 0px;
	padding: 0px;
	width: 130px;
	height: 100%;
	float: right;
	padding-left: 0px;

	}

.port_col_2 h2 {
	margin: 0px;
	color: #f16c39;
	font-size: 20px;
	text-align: left;
	}

.arrow_container {
	margin: 0px;
	width: 43px;
	display: block;
	height: 42px;
	background: url(../images/arrow_up_port.gif) no-repeat;
	}

.news_container {
	margin: 0px;
	margin-top: 15px;
	width: 330px;
	display: inline-block;
	height: auto;
	}

.news_date {
	width: 27px;
	height: 50px;
	background: url(../images/calendar-date.gif) no-repeat;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	float: left;
	margin-right: 8px;
	padding-top: 2px;
	line-height: 8pt;
	}
	.news_date .month {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 8px;
		font-weight: bold;
		}

.new_info {
	text-align: left;
	display: inline;
	}

.news_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	}

.news_preview {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	}

.news_end {
	margin-top: 10px;
	margin-bottom: 20px;
	}

.bottom_content {
	width: 730px;
	display: inline-block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	}

.grey_line {
	margin: 0px;
	padding: 0px;
	width: 730px;
	border-top: 1px #d2d2d2 solid;
	height: 1px;
	display: inline-block;
	clear: both;
	}
	
.bottom_content h3 {
	margin: 20px 0px 0px 0px;
	color: #f16c39;
	font-size: 20px;
	text-align: left;
	}

/* -------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------- Portfolio Middle Styles */
/* -------------------------------------------------------------------------------------------------- */

.port_flash_container {
	margin: 0px 0px 0px -20px;
	width: 912px;
	height: auto;
	display: inline-block;
	}


/* -------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- Why Choose Us Page Styles */
/* -------------------------------------------------------------------------------------------------- */

.choose_container_main {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	padding-left: 0px;
	padding-top: 0px;
	width: 970px;
	height: 520px;
	display: inline-block;
	
	}


.choose_container_main1 {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	padding-left: 0px;
	padding-top: 0px;
	width: 970px;
	
	display: inline-block;
	
	}

.choose_bg {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	padding-left: 0px;
	padding-top: 0px;
	width: 905px;
	height: auto;
	display: inline-block;
	background: url(../images/back_choose.jpg);
	
	}

.port_bg {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	padding-left: 0px;
	padding-top: 0px;
	width: 905px;
	height: auto;
	display: inline-block;
	background: url(../images/back_port.jpg) no-repeat;
	
	}

.choose_container_left{
	margin: -30px 0px 0px 0px;
	padding: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 35px;
	width: 442px;
	height: auto;
	float: left;
	display: inline;
}

.choose_container_right{
	margin: -30px 95px 0px 0px;
	padding: 0px;
	padding-left: 0px;
	padding-top: 0px;
	width: 400px;
	height: 200px;
	float: right;
	display: inline;
	
}

.choose_right{
	margin: 0px;
	padding: 0px;
	padding-left: 0px;
	padding-top: 0px;
	width: 400px;
	height: auto;
	float: left;
	display: inline;
	
}


.port_two_column_left {
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	padding-top: 20px;
	width: 740px;
	height: auto;
	float: left;
	display: inline;
	}
	
.port_content_container {
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 730px;
	text-align: left;
	line-height: 18px;
	}

.choose_col_1 {
	margin: 0px 0px 0px 0px;
	width: 650px;
	float: left;
	}

.choose_col_1  p {
	font: 12px Arial, Helvetica, sans-serif;
	*margin: 0px 0px 0px 0px;
	margin: 0px 0px 35px 0px;
	color: #000000;
	
	}

.choose_col_1 h1 {
	margin: 10px 0px 0px 0px;
	color: #f16c39;
	font-size: 20px;
	text-align: left;
	}

.choose_col_2 {
	margin: 0px;
	padding: 0px;
	width: 360px;
	height: 100%;
	float: left;
	padding-left: 20px;
	padding-top: 0px;
	
	}

.choose_col_container {
	margin: 0px;
	padding: 0px;
	width: 600px;
	height: auto;
	padding-top: 0px;
	display: inline-block;
	}

.choose_col_container_left {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 30px;
	height: auto;
	float: left;
	padding-left: 0px;
	padding-top: 10px;
	display: inline;
	}

.circle {
	margin: 0px;
	width: 30px;
	display: inline;
	height: 22px;
	background: url(../images/circle.png) no-repeat;
	float: left;
	}

.circle_date {
	width: 27px;
	height: 22px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	float: left;
	margin-left: -3px;
	padding-top: 5px;
	line-height: 8pt;
	}

.choose_col_container_right {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 445px;
	height: auto;
	float: left;
	padding-left: 0px;
	display: inline;
	padding-top: 15px;
	}
	

.choose_col_container_right p {
	font: 12px Arial, Helvetica, sans-serif;
	color: #383a3d;
	margin: 0px 0px 0px 0px;
	}

.choose_col_2_left {
	margin: 0px;
	padding: 0px;
	width: 360px;
	float: left;
	padding-left: 20px;
	border-left: 1px #d2d2d2 solid;
	}

.choose_col_2 {
	margin: 0px;
	padding: 0px;
	width: 360px;
	height: 100%;
	float: left;
	padding-left: 0px;
	}

.choose_col_2_text1 {
	margin: 15px 0px 0px 0px;
	padding: 0px;
	width: 360px;
	display: inline-block;
	float: left;
	text-align: left;
	color: #383a3d;
	}

.choose_col_2_text1 h2{
	margin: 0px 0px 10px 0px;
	
	}


.choose_col_2_text1 p{
	margin: 0px 0px 15px 0px;
	padding: 0px;
	width: 360px;
	
	display: inline-block;
	float: left;
	text-align: left;
	color: #383a3d;
	
	}


.choose_col_2_text2 {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	width: 360px;
	height: 100%;
	display: inline-block;
	float: left;
	text-align: left;
	color: #383a3d;
	}


.choose_col_2_text p {
	font: 12px/2em Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #383a3d;
	margin: 0px;


	}

.choose_col_2_text a {
	font: 11px/2em Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-weight: bold;
	color: #000;

	}

.choose_col_2_text a:hover {
	font: 11px/2em Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-weight: bold;
	color: #000; 

	}


.choose_col_2_graphic {
	margin: 95px 0px 0px -2px;
	padding: 0px;
	width: 432px;
	height: 281px;
	display: inline-block;
	float: left;
	
	}

.choose_col_2_right {
	margin: 0px;
	padding: 0px;
	width: 130px;
	height: 100%;
	float: right;
	padding-left: 0px;

	}

.choose_col_2 h2 {
	margin: 0px;
	color: #f16c39;
	font-size: 15px;
	text-align: left;
	}

.news_container {
	margin: 0px;
	margin-top: 15px;
	width: 330px;
	display: inline-block;
	height: auto;
	}

.news_date {
	width: 27px;
	height: 50px;
	background: url(../images/calendar-date.gif) no-repeat;
	display: inline-block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	float: left;
	margin-right: 8px;
	padding-top: 2px;
	line-height: 8pt;
	}
	.news_date .month {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 8px;
		font-weight: bold;
		}

.new_info {
	text-align: left;
	display: inline;
	}

.news_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	}

.news_preview {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	}

.news_end {
	margin-top: 10px;
	margin-bottom: 20px;
	}

.bottom_content {
	width: 730px;
	display: inline-block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	}

.grey_line {
	margin: 0px;
	padding: 0px;
	width: 730px;
	border-top: 1px #d2d2d2 solid;
	height: 1px;
	display: inline-block;
	clear: both;
	}
	
.bottom_content h3 {
	margin: 20px 0px 0px 0px;
	color: #f16c39;
	font-size: 20px;
	text-align: left;
	}

/* -------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- Semi-Custom Page Styles */
/* -------------------------------------------------------------------------------------------------- */

.semi_container_main {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	padding-left: 0px;
	padding-top: 0px;
	width: 970px;
	height: 650px;
	display: inline-block;
	
	}


.semi_container_main1 {
	margin: 200px 0px 0px 0px;
	padding: 0px;
	padding-left: 0px;
	padding-top: 0px;
	width: 970px;
	height: 650px;
	display: inline-block;
	
	}

.semi_bg {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	padding-left: 0px;
	padding-top: 0px;
	width: 905px;
	height: auto;
	display: inline-block;
	
	
	}

.semi_container_left{
	margin: 0px;
	padding: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 35px;
	width: 442px;
	height: auto;
	float: left;
	display: inline;
}

.agent_container_right{
	margin: 0px 210px 0px 0px;
	padding: 0px;
	padding-left: 0px;
	padding-top: 0px;
	width: 200px;
	float: right;
	display: inline;
}


.agent_container_right h2{
	margin: 0px 0px 0px 0px;
	color: #f16c39;
	font-size: 15px;
	text-align: left;
	width: 330px;
	
}

.semi_right{
	margin: 0px;
	padding: 0px;
	padding-left: 0px;
	padding-top: 0px;
	width: 200px;
	height: auto;
	float: left;
	display: inline;
}


.semi_two_column_left {
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	padding-top: 20px;
	width: 740px;
	height: auto;
	float: left;
	display: inline;
	}
	
.semi_content_container {
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 730px;
	text-align: left;
	line-height: 18px;
	}

.semi_col_1 {
	margin: 0px;
	width: 484px;
	height: 100%;
	float: left;
	}

.semi_col_1  p {
	font: 12px/2em Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #75787b;
	}

.semi_col_1 h1 {
	margin: 0px 0px 0px 25px;
	color: #26b2a0;
	font-size: 16px;
	text-align: left;
	}

.semi_col_2 {
	margin: 0px;
	padding: 0px;
	width: 360px;
	height: 100%;
	float: left;
	padding-left: 20px;
	padding-top: 0px;
	
	}

.semi_col_container {
	margin: 0px;
	padding: 0px;
	width: 400px;
	height: 100%;
	padding-top: 0px;
	display: block;
	}

.semi_col_container_text {
	margin: 0px;
	padding: 0px;
	width: 400px;
	height: 100%;
	padding-top: 0px;
	display: block;
	}

.semi_col_container_left {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 45px;
	height: 100%;
	float: left;
	padding-left: 0px;
	padding-top: 15px;
	display: inline;
	}

.semi_col_container_right {
	margin: 0px 0px 0px -10px;
	padding: 0px;
	width: 445px;
	height: 100%;
	float: left;
	padding-left: 0px;
	display: inline;
	padding-top: 15px;
	}

.semi_col_2_left {
	margin: 0px;
	padding: 0px;
	width: 200px;
	height: 100%;
	float: left;
	padding-left: 0px;

	}

.semi_col_2_text {
	margin: 25px 0px 0px 25px;
	padding: 0px;
	width: 484px;
	height: 100%;
	display: inline-block;
	float: left;
	text-align: left;
	color: #b0b1b1;
	}

.semi_col_2_text2 {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	width: 330px;
	height: 100%;
	display: inline-block;
	float: left;
	text-align: left;
	color: #b0b1b1;
	}


.semi_col_2_text p {
	font: 12px/2em Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #b0b1b1;


	}

.semi_col_2_text2 p {
	font: 12px/2em Arial, Helvetica, sans-serif;
	line-height: 24px;
	color: #b0b1b1;


	}

.semi_col_2_text a {
	font: 11px/2em Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-weight: bold;
	color: #000;

	}

.semi_col_2_text a:hover {
	font: 11px/2em Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-weight: bold;
	color: #000; 

	}


.semi_col_2_graphic {
	margin: 95px 0px 0px -2px;
	padding: 0px;
	width: 432px;
	height: 281px;
	display: inline-block;
	float: left;
	
	}

.semi_col_2_right {
	margin: 0px;
	padding: 0px;
	width: 130px;
	height: 100%;
	float: right;
	padding-left: 0px;

	}

.semi_col_2 h2 {
	margin: 0px 0px 0px 0px;
	color: #26b2a0;
	font-size: 15px;
	text-align: left;
	width: 350px;
	}
	
/* -------------------------------------------------------------------------------------------------- */

.semi_col_3 {
	margin: 0px;
	width: 484px;
	height: 100%;
	float: left;

}

.semi_col_3 h1 {
	margin: 25px 0px 0px 25px;
	color: #26b2a0;
	font-size: 16px;
	text-align: left;
	}

.semi_col_3 p{
     
	margin: 15px 0px 0px 65px;
	padding: 0px;
	width: 484px;
	height: 100%;
	display: inline-block;
	float: left;
	text-align: left;
	color: #b0b1b1;

	}



/* -------------------------------------------------------------------------------------------------- */

.bottom_content {
	width: 730px;
	display: inline-block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	}

.grey_line {
	margin: 0px;
	padding: 0px;
	width: 730px;
	border-top: 1px #d2d2d2 solid;
	height: 1px;
	display: inline-block;
	clear: both;
	}
	
.bottom_content h3 {
	margin: 20px 0px 0px 0px;
	color: #f16c39;
	font-size: 20px;
	text-align: left;
	}


/* -------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- Studio-Agent Page Styles */
/* -------------------------------------------------------------------------------------------------- */

.semi_container_main {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	padding-left: 0px;
	padding-top: 0px;
	width: 970px;
	height: 650px;
	display: inline-block;
	
	}


.semi_container_main1 {
	margin: 200px 0px 0px 0px;
	padding: 0px;
	padding-left: 0px;
	padding-top: 0px;
	width: 970px;
	height: 650px;
	display: inline-block;
	
	}

.semi_bg {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	padding-left: 0px;
	padding-top: 0px;
	width: 905px;
	height: auto;
	display: inline-block;
	
	
	}

.semi_container_left{
	margin: 0px;
	padding: 0px;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 35px;
	width: 442px;
	height: auto;
	float: left;
	display: inline;
}

.semi_container_right{
	margin: 0px 210px 0px 0px;
	padding: 0px;
	padding-left: 0px;
	padding-top: 0px;
	width: 200px;
	float: right;
	display: inline;
}


.semi_container_right h2{
	margin: 0px 0px 0px 0px;
	color: #26b2a0;
	font-size: 15px;
	text-align: left;
	width: 330px;
	line-height: 18pt;
}

.semi_right{
	margin: 0px;
	padding: 0px;
	padding-left: 0px;
	padding-top: 0px;
	width: 200px;
	height: auto;
	float: left;
	display: inline;
}


.semi_two_column_left {
	margin: 0px;
	padding: 0px;
	padding-left: 5px;
	padding-top: 20px;
	width: 740px;
	height: auto;
	float: left;
	display: inline;
	}
	
.semi_content_container {
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 730px;
	text-align: left;
	line-height: 18px;
	}

.agent_col_1 {
	margin: 0px;
	width: 484px;
	height: 100%;
	float: left;
	}

.agent_col_1  p {
	font: 12px/2em Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #75787b;
	}

.agent_col_1 h1 {
	margin: 0px 0px 0px 25px;
	color: #f16c39;
	font-size: 16px;
	text-align: left;
	}

.agent_col_1 h2 {
	margin: 0px 0px 0px 25px;
	color: #b061e4;
	font-size: 16px;
	text-align: left;
	}

.semi_col_2 {
	margin: 0px;
	padding: 0px;
	width: 360px;
	height: 100%;
	float: left;
	padding-left: 20px;
	padding-top: 0px;
	
	}

.semi_col_container {
	margin: 0px;
	padding: 0px;
	width: 400px;
	height: 100%;
	padding-top: 0px;
	display: block;
	}

.semi_col_container_text {
	margin: 0px;
	padding: 0px;
	width: 400px;
	height: 100%;
	padding-top: 0px;
	display: block;
	}

.semi_col_container_left {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 45px;
	height: 100%;
	float: left;
	padding-left: 0px;
	padding-top: 15px;
	display: inline;
	}

.semi_col_container_right {
	margin: 0px 0px 0px -10px;
	padding: 0px;
	width: 445px;
	height: 100%;
	float: left;
	padding-left: 0px;
	display: inline;
	padding-top: 15px;
	}

.semi_col_2_left {
	margin: 0px;
	padding: 0px;
	width: 200px;
	height: 100%;
	float: left;
	padding-left: 0px;

	}

.agent_col_2_text {
	margin: 10px 0px 0px 25px;
	padding: 0px;
	width: 484px;
	height: 100%;
	display: inline-block;
	float: left;
	text-align: left;
	color: #b0b1b1;
	}

.semi_col_2_text2 {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	width: 330px;
	height: 100%;
	display: inline-block;
	float: left;
	text-align: left;
	color: #b0b1b1;
	}


.semi_col_2_text p {
	font: 12px/2em Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #b0b1b1;


	}

.semi_col_2_text2 p {
	font: 12px/2em Arial, Helvetica, sans-serif;
	line-height: 24px;
	color: #b0b1b1;


	}

.semi_col_2_text a {
	font: 11px/2em Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-weight: bold;
	color: #000;

	}

.semi_col_2_text a:hover {
	font: 11px/2em Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-weight: bold;
	color: #000; 

	}


.semi_col_2_graphic {
	margin: 95px 0px 0px -2px;
	padding: 0px;
	width: 432px;
	height: 281px;
	display: inline-block;
	float: left;
	
	}

.semi_col_2_right {
	margin: 0px;
	padding: 0px;
	width: 130px;
	height: 100%;
	float: right;
	padding-left: 0px;

	}

.semi_col_2 h2 {
	margin: 0px 0px 0px 0px;
	color: #26b2a0;
	font-size: 15px;
	text-align: left;
	width: 350px;
	}
	
/* -------------------------------------------------------------------------------------------------- */

.agent_col_3 {
	margin: 0px;
	width: 484px;
	height: 100%;
	float: left;

}

.agent_col_3 h1 {
	margin: 25px 0px 0px 25px;
	color: #f16c39;
	font-size: 16px;
	text-align: left;
	}

.agent_col_3 p{
     
	margin: 15px 0px 0px 65px;
	padding: 0px;
	width: 484px;
	height: 100%;
	display: inline-block;
	float: left;
	text-align: left;
	color: #b0b1b1;
	}

/* -------------------------------------------------------------------------------------------------- */

.bottom_content {
	width: 730px;
	display: inline-block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	}

.grey_line {
	margin: 0px;
	padding: 0px;
	width: 730px;
	border-top: 1px #d2d2d2 solid;
	height: 1px;
	display: inline-block;
	clear: both;
	}
	
.bottom_content h3 {
	margin: 20px 0px 0px 0px;
	color: #f16c39;
	font-size: 20px;
	text-align: left;
	}






.formMarketer {
	margin: 10px 0 0 0;
}
.formMarketer h2 {
	color: #b061e4;
	margin: 0 0 20px 0;
}
.submitMarketer {
	background: url(../images/submitButtonMarketer.png) no-repeat;
}		

.formSemi {
	margin: 40px 0 0 20px;
}
.formSemi h2 {
	color: #26b2a0;
	margin: 0 0 20px 0;
}
.submitSemi {
	background: url(../images/submitButtonSemi.png) no-repeat;
}		


/* -------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------- Studio Agent */
/* -------------------------------------------------------------------------------------------------- */
.Agent {
	background: #3f4447 url(../images/agentBack.jpg) no-repeat 0 30px;
}
.bp_content_Agent {
	margin: -8px 0 0 0;
	padding: 28px 35px 35px 35px;
	float: left;
	width: 870px;
}
.bp_content_Agent_Back {
	margin: -8px 0 0 0;
	padding: 28px 35px 35px 35px;
	float: left;
	width: 870px;
}
.bodyColumnAgent {
	margin: 220px 25px 0 35px;
	width: 480px;
	float: left;
	display: inline;
}
.bodyColumnAgent h2 {
	font: 15px/1.5em Arial, Helvetica, sans-serif;
	color: #f16c39;
	margin: 30px 0 15px 0;
}
.bodyColumnAgent p {
	color: #ffffff;
}
.formAgent {
	margin: 20px 0 0 0;
}
.formAgent h2 {
	color: #f16c39;
	margin: 0 0 20px 0 !important;
}
.submitAgent {
	background: url(../images/submitButtonAgent.png) no-repeat;
}
.bp_content_Agent .rightColumn {
	margin: 220px 0 0 0;
	padding: 0 0 0 20px;
	width: 290px;
	float: left;
	color: #ffffff;
	border-left: 1px dotted #4b4e4f;
}
.bp_content_Agent .rightColumn ul {
	margin: 0;
	padding: 0 0 0 35px;
}
.bp_content_Agent .rightColumn li {
	list-style: url(../images/bullet.png);
	margin: 0 0 3px 0;
}
.bp_content_Agent h2 {
	font: 15px/1.5em Arial, Helvetica, sans-serif;
	color: #f16c39;
	margin: 30px 0 15px 0;
}

.bp_content_Agent_Back .rightColumn {
	margin: 220px 0 0 0;
	padding: 0 0 0 20px;
	width: 290px;
	float: left;
	color: #ffffff;
	border-left: 1px dotted #4b4e4f;
}
.bp_content_Agent_Back .rightColumn ul {
	margin: 0;
	padding: 0 0 0 35px;
}
.bp_content_Agent_Back .rightColumn li {
	list-style: url(../images/bullet.png);
	margin: 0 0 3px 0;
}
.bp_content_Agent_Back h2 {
	font: 15px/1.5em Arial, Helvetica, sans-serif;
	color: #f16c39;
	margin: 30px 0 15px 0;
}


/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- Semi Custom */
/* -------------------------------------------------------------------------------------------------- */
.Semi {
	background: #3f4447 url(../images/semiBack.jpg) no-repeat 0 30px;
}
.bp_content_Semi {
	margin: -8px 0 0 0;
	padding: 28px 35px 35px 35px;
	float: left;
	width: 870px;
}
.bodyColumnSemi {
	margin: 220px 25px 0 35px;
	width: 480px;
	float: left;
	display: inline;
}
.bodyColumnSemi h2 {
	font: 15px/1.5em Arial, Helvetica, sans-serif;
	color: #26b2a0;
	margin: 30px 0 15px 0;
}
.bodyColumnSemi p {
	color: #ffffff;
}
.formSemi {
	margin: 20px 0 0 0;
}
.formSemi h2 {
	color: #f16c39;
	margin: 0 0 20px 0 !important;
}
.submitSemi {
	background: url(../images/submitButtonSemi.png) no-repeat;
}
.bp_content_Semi .rightColumn {
	margin: 220px 0 0 0;
	padding: 0 0 0 20px;
	width: 290px;
	float: left;
	color: #ffffff;
	border-left: 1px dotted #4b4e4f;
}
.bp_content_Semi ul {
	margin: 0;
	padding: 0 0 0 35px;
	color: #ffffff;
}
.bp_content_Semi li {
	list-style: url(../images/bullet.png);
	margin: 0 0 3px 0;
}
.bp_content_Semi h2 {
	font: 15px/1.5em Arial, Helvetica, sans-serif;
	color: #26b2a0;
	margin: 30px 0 15px 0;
}


/* -------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------- Request A Website Styles */
/* -------------------------------------------------------------------------------------------------- */


.bp_content_Request{
	margin: -8px 0 0 0;
	padding: 28px 35px 35px 35px;
	float: left;
	width: 870px;
}


.bp_request_container_main{
	margin: 0px 0px 0px 0px;
	padding: 0px;
	padding-left: 0px;
	padding-top: 0px;
	width: 892px;
	height: auto;
	float: left;
	display: inline-block;
	
	
}

.bp_request_container_left{
	margin: 15px 0px 0px 0px;
	padding: 0px;
	padding-left: 0px;
	padding-top: 0px;
	width: 500px;
	height: auto;
	float: left;
	display: inline;
}

.bp_request_container_right{
	margin: 0px 0px 0px 0px;	
	width: 243px;
	height: 400px;
	float: right;
	display: inline-block;
	border-left: 1px #d2d2d2 solid;
}

.request_col_1 {
	margin: 0px;
	width: 484px;
	height: 100%;
	float: left;
	}

.request_col_1  p {
	font: 12px/2em Arial, Helvetica, sans-serif;
	line-height: 18px;
	color: #000000;
	}

.request_col_1 h1 {
	margin: 15px 0px 0px 0px;
	color: #f16c39;
	font-size: 20px;
	text-align: left;
	}

.request_col_2 {
	margin: 0px 0px 0px 105px;
	*margin: 0px 0px 0px 65px;
	height: 400px;
	width: 200px;
	float: right;
	display: inline-block;
	
	}

.semi_col_container {
	margin: 0px;
	padding: 0px;
	width: 400px;
	height: 100%;
	padding-top: 0px;
	display: block;
	}

.semi_col_container_text {
	margin: 0px;
	padding: 0px;
	width: 400px;
	height: 100%;
	padding-top: 0px;
	display: block;
	}

.semi_col_container_left {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 45px;
	height: 100%;
	float: left;
	padding-left: 0px;
	padding-top: 15px;
	display: inline;
	}

.semi_col_container_right {
	margin: 0px 0px 0px -10px;
	padding: 0px;
	width: 445px;
	height: 100%;
	float: left;
	padding-left: 0px;
	display: inline;
	padding-top: 15px;
	}

.semi_col_2_left {
	margin: 0px;
	padding: 0px;
	width: 200px;
	height: 100%;
	float: left;
	padding-left: 0px;

	}

.semi_col_2_text {
	margin: 25px 0px 0px 25px;
	padding: 0px;
	width: 484px;
	height: 100%;
	display: inline-block;
	float: left;
	text-align: left;
	color: #b0b1b1;
	}

.semi_col_2_text2 {
	margin: 10px 0px 0px 0px;
	padding: 0px;
	width: 330px;
	height: 100%;
	display: inline-block;
	float: left;
	text-align: left;
	color: #b0b1b1;
	}


.semi_col_2_text p {
	font: 12px/2em Arial, Helvetica, sans-serif;
	line-height: 16px;
	color: #b0b1b1;


	}

.semi_col_2_text2 p {
	font: 12px/2em Arial, Helvetica, sans-serif;
	line-height: 24px;
	color: #b0b1b1;


	}

.semi_col_2_text a {
	font: 11px/2em Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-weight: bold;
	color: #000;

	}

.semi_col_2_text a:hover {
	font: 11px/2em Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-weight: bold;
	color: #000; 

	}


.semi_col_2_graphic {
	margin: 95px 0px 0px -2px;
	padding: 0px;
	width: 432px;
	height: 281px;
	display: inline-block;
	float: left;
	
	}

.semi_col_2_right {
	margin: 0px;
	padding: 0px;
	width: 130px;
	height: 100%;
	float: right;
	padding-left: 0px;

	}

.semi_col_2 h2 {
	margin: 0px 0px 0px 0px;
	color: #26b2a0;
	font-size: 15px;
	text-align: left;
	width: 350px;
	}
	
/* -------------------------------------------------------------------------------------------------- */

.semi_col_3 {
	margin: 0px;
	width: 484px;
	height: 100%;
	float: left;

}

.semi_col_3 h1 {
	margin: 25px 0px 0px 25px;
	color: #26b2a0;
	font-size: 16px;
	text-align: left;
	}

.semi_col_3 p{
     
	margin: 15px 0px 0px 65px;
	padding: 0px;
	width: 484px;
	height: 100%;
	display: inline-block;
	float: left;
	text-align: left;
	color: #b0b1b1;

	}

/* --------------------------------------------------------------------------------------------------- */
/********************************************************************************************************
 
	Company: Superlative, Inc
	Product: Superlative Website
	Authors: Cameron Schuyler, David Wheeler
	Date: 4/29/10
	Created @ Superlative, Inc. 2010
	
********************************************************************************************************/
/* --------------------------------------------------------------------------------------------------- */	
h1 {
	font: 30px Arial, Helvetica, sans-serif;
	color: #3f4447;
	margin: 0 0 20px 0;
}
h2 {
	font: 20px Arial, Helvetica, sans-serif;
	color: #f16c39;
	margin: 0 0 20px 0;
}
h3 {
	font: 12px Arial, Helvetica, sans-serif;
	color: #3f4447;
	margin: 0 0 20px 0;
}
h4 {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #3f4447;
	margin: 20px 0 10px 0;
}
p {
	font: 12px/1.6em Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
}
.bodyColumn {
	width: 480px;
	float: left;
	margin: 0 0 10px 0;
}
.bodyColumn2 {
	width: 370px;
	float: left;
	margin: 0 20px 10px 0;
}
ul.default {
	list-style: url(../images/bullet.gif);
	float: left;
	margin: 10px 0 20px 35px;
	padding: 0;
}
ul.default li {
	margin: 0 0 5px 0;
}

/* -------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- Broker Solutions */
/* -------------------------------------------------------------------------------------------------- */
a.brokerButton {
	width: 185px;
	height: 41px;
	float: left;
	background: url(../images/requestInfoButton.png) no-repeat;
	text-indent: -9000px;
	overflow: hidden;
	outline: none;
}
a.brokerButton:hover {
	background: url(../images/requestInfoButton.png) no-repeat 0 -41px;
}
.broker_flash_container {
	width: 480px;
	height: auto;
	float: right;
	text-align: left;
	margin: 0 0 0 0;
}


/* -------------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------- Agent Solutions */
/* -------------------------------------------------------------------------------------------------- */
.bp_content_Agent {
	background: url(../images/agentBack.png) top right no-repeat;
	margin: -8px 0 0 0;
	padding: 28px 35px 35px 35px;
}
ul.agent_slots {
	width: 940px;
	height: 380px;
	margin: 0 0 -25px -23px;
	padding: 0;
	clear: both;
}
ul.agent_slots li {
	width: 223px;
	height: 380px;
	margin: 0 8px 0 0;
	list-style: none;
	display: inline;
	float: left;
}
ul.agent_slots li h1 {
	display: none;
}
ul.agent_slots li p {
	width: 183px;
	height: 117px;
	font: 11px/1.3em Arial, Helvetica, sans-serif;
	color: #fff;
	float: left;
	margin: 0;
	padding: 200px 20px 0 20px;
	text-align: justify;
}
ul.agent_slots li a {
	height: 47px;
	width: 223px;
	outline: none;
	overflow: hidden;
	background: url(../images/agentButton.gif) no-repeat;
	float: left;
	text-indent: -9000px;
}
ul.agent_slots li .shadow {
	height: 12px;
	width: 223px;
	background: url(../images/agentSlotShadow.png) no-repeat;
	float: left;
}
ul.agent_slots li.studioAgent p {
	margin: 0;
	background: #373c3f url(../images/studioAgent.jpg) no-repeat;
}
ul.agent_slots li.studioMarketer p {
	margin: 0;
	background: #373c3f url(../images/studioMarketer.jpg) no-repeat;
}
ul.agent_slots li.fullCustom p {
	margin: 0;
	background: #373c3f url(../images/fullCustom.jpg) no-repeat;
}
ul.agent_slots li.semiCustom p {
	margin: 0;
	background: #373c3f url(../images/semiCustom.jpg) no-repeat;
}


/* -------------------------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------- Company Info */
/* -------------------------------------------------------------------------------------------------- */
.companyInfo {
	background: #e9e9e9 url(../images/infoBack.jpg) no-repeat;
	float: left;
	width: 870px;
}
.companyInfo h1 {
	margin: 0 0 30px 0;
}
.bodyColumnInfo {
	width: 405px;
	float: left;
	margin: 0 50px 10px 0;
}
.bodyColumnInfo h2 {
	margin: 0 0 15px 0;
}
.bodyColumnInfo p {
	min-height: 180px;
	height: auto !important;
	height: 180px;
	margin: 0;
}
.bodyColumnInfo img {
	float: left;
	border: 1px solid #adadad;
	padding: 4px;
	margin: 5px 10px 5px 0;
	background: #ffffff;
}
.last {
	margin: 0;
	border: none;
}


/* -------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------- Full Custom */
/* -------------------------------------------------------------------------------------------------- */
.full {
	background: #3f4447 url(../images/fullBack.jpg) no-repeat 0 30px;
}
.bp_content_Full {
	margin: -8px 0 0 0;
	padding: 28px 35px 35px 35px;
	float: left;
	width: 870px;
}
.bodyColumnFull {
	margin: 240px 50px 0 0;
	width: 316px;
	float: left;
}
.bodyColumnFull h2 {
	color: #24a9e8;
}
.bodyColumnFull p {
	color: #ffffff;
}
.formFull {
	margin: 240px 0 0 0;
}
.formFull h2 {
	color: #24a9e8;
	font-size: 15px;
}
.submitFull {
	background: url(../images/submitButtonFull.png) no-repeat;
}
.formBroker {
	margin: 10px 0 0 0;
}
.formBroker h2 {
	color: #24a9e8;
	font-size: 15px;
}
.submitBroker {
	background: url(../images/submitButtonFull.png) no-repeat;
}

.formButton {
	margin: 10px 0 0 0;
	text-align: left;
}


/* -------------------------------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------------------------- News */
/* -------------------------------------------------------------------------------------------------- */
.news h1 {
	background: url(../images/newsHead.gif) no-repeat;
	height: 39px;
	display: block;
	padding: 5px 0 10px 55px;
	border-bottom: 6px solid #d5d5d5;
}
.news img {
	border: 1px solid #d5d5d5;
	background: #ffffff;
	padding: 6px;
	margin: 12px 15px 3px 0;
	float: left;
}
.news .bodyColumn {
	width: 600px;
	padding: 0 20px 20px 0;
	margin: 0 0 20px 0;
	border-right: 1px dotted #000000;
}
.news .rightColumn {
	margin: 0 0 0 22px;
	float: left;
}
.news .rightColumn ul {
	margin: 0 0 0 20px;
	padding: 0;
}
.news .rightColumn li {
	list-style: url(../images/bullet.png);
}