/* -------------------------------------------------------------
Title:		landing page base styles
Updated:	March 24, 2010
------------------------------------------------------------- */


/* baselines
------------------------------------------------------------- */
* {
	margin: 0;
	padding: 0;
	}

body {
	width: auto;
	background: #efefef;
	color: #333;
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	}

#wrap {
	width: 905px;
	margin: 0 auto;
	background: #fff url('/common/images/template_controls/template3/bg_wrap_905.png') repeat-y 0 0;
	text-align: left;
	position: relative;
	}

#head {
	height: 12px;
	background: url('/common/images/template_controls/template3/bg_header_905.png') no-repeat 0 0;
	}

#foot {
	height: 12px;
	background: url('/common/images/template_controls/template3/bg_footer_905.png') no-repeat 0 0;
	}

#content {
	margin: 0 9px 0 10px;
	}

.clear {
	clear: both;
	}
/* -------------------------------------------------------------
                                                end baselines */





/* link styles
------------------------------------------------------------- */
a {
	font-size: inherit;
	padding: 0;
	}

a:link,
a:visited,
a:hover,
a:active {
	color: #333;
	text-decoration: underline;
	}

a:hover {
	text-decoration: none;
	}
/* -------------------------------------------------------------
                                              end link styles */





/* typography
------------------------------------------------------------- */
sup {
	line-height: 0;
	}

.dash h2 {
	font-size: 32px;
	line-height: 1;
	margin: 0 0 6px 0;
	padding: 0;
	text-align: left;
	}

.dash h3 {
	font-size: 17px;
	text-transform: uppercase;
	}

.dash h4 {
	font-size: 13px;
	line-height: 18px;
	margin: 0 0 4px 0;
	text-align: left;
	text-transform: uppercase;
	}


.info h4 {
	color: #d11a16;
	}


#content p {
	margin: 0 0 15px 0;
	line-height: 15px;
	}

#content p.number {
	font-size: 20px;
	line-height: 1;
	margin: -12px auto 10px auto;
	color: #cc3300;
	text-align: center;
	}

#dash_contact p {
	margin: 0;
	}

#dash_testimonials p {
	margin: 0;
	padding-bottom: 4px;
	}

#content p.links {
	font-size: 10px;
	line-height: 2;
	margin: 20px 0 10px 0;
	text-align: center;
	}

/* -------------------------------------------------------------
                                               end typography */





/* form elements
------------------------------------------------------------- */
#dash_form input.text,
#dash_form select,
#dash_form textarea {
	color: #666;
	font-size: 12px;
	width: 138px;
	margin: 0 0 9px 0;
	padding: 3px 5px;
	background: #fff url('/common/images/template_controls/template3/bg_input.png') no-repeat 0 0;
	border: 1px solid #044a88;
	border-left-color: #809bb2;
	border-top-color: #809bb2;
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	}

#dash_form input.text,
#dash_form select
{
	white-space: nowrap;
}

#dash_form select {
	padding: 3px;
	width: 150px;
	font-size: 11px;
	}

#dash_form textarea {
	padding: 3px;
	width: 142px;
}

#dash_form div.submit {
	text-align: center;
	}

#column_2 #dash_form div.submit {
	width: 150px;
	}
/* -------------------------------------------------------------
                                            end form elements */





/* columns
------------------------------------------------------------- */
.dashColumn {
	margin: 0;
	padding: 0;
	}

.dashColumn .dash {
	margin-bottom: 10px;
	}

#column_1 {
	width: 197px;
	}

#column_2 {
	width: 490px;
	}

#column_3 {
	width: 199px;
	}


/* -------------------------------------------------------------
                                                  end columns */





/* boxes
------------------------------------------------------------- */
#dash_about .copy {
	background: url('/common/images/template_controls/template3/bg_about.png') repeat-x 0 0;
	border: 1px solid #e9e9e9;
	padding: 15px 15px 0 15px;
	}

#column_1 #dash_about .copy,
#column_3 #dash_about .copy {
	width: 138px;
	margin: 0 auto;
	}


.box .top {
	height: 20px;
	background: url('/common/images/template_controls/template3/box_top_194.png') no-repeat 0 0;
	}

.box .mid {
	background: url('/common/images/template_controls/template3/box_mid_194.png') repeat-y 0 0;
	padding: 2px 18px 0 22px;
	}
#show_testimonials_row .mid
{
	padding: 2px 15px 0 20px;
}

.box .btm {
	height: 20px;
	background: url('/common/images/template_controls/template3/box_btm_194.png') no-repeat 0 0;
	}


.info {
	width: 170px;
	margin: 0 auto;
	}


#column_2 .box .top {
	background-image: url('/common/images/template_controls/template3/box_top_490.png');
	}

#column_2 .box .mid {
	background-image: url('/common/images/template_controls/template3/box_mid_490.png');
	}

#column_2 .box .btm {
	background-image: url('/common/images/template_controls/template3/box_btm_490.png');
	}

#column_2 .info {
	width: 490px;
	}


#column_2 #dash_contact img {
	display: block;
	width: 199px;
	margin: 0 auto;
	}

#column_2 #dash_contact p {
	width: auto;
	}




/* -------------------------------------------------------------
                                                    end boxes */








/****************************************************************************************************************/







/* baselines
------------------------------------------------------------- */
body {
	background: #d5dce6;
	}

#wrap {
	background: #fff url('/common/images/template_controls/template3/bg_wrap_d5dce6_905.png') repeat-y 0 0;
	}

#head {
	height: 24px;
	background: url('/common/images/template_controls/template3/bg_header_d5dce6_905.png') no-repeat 0 0;
	}

#foot {
	height: 24px;
	background: url('/common/images/template_controls/template3/bg_footer_d5dce6_905.png') no-repeat 0 0;
	}

	
/* -------------------------------------------------------------
                                                end baselines */





/* link styles
------------------------------------------------------------- */
a:link,
a:visited,
a:hover,
a:active {
	color: #1a49a9;
	}
/* -------------------------------------------------------------
                                              end link styles */





/* typography
------------------------------------------------------------- */
#landing_header_text {
	width: 886px;
	margin: 0px auto 5px auto;
}
#landing_header {
	position:relative;	
}

#show_title_row
{
	z-index:10;
	position:absolute;
	top:15px;
	margin-left: 10px;
}
#landing_header_text .business_name_title {
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	line-height: 1;	
	padding: 0;	
}

#landing_header_text .listing_subtitle {
	font-size: 20px;
	line-height:1;
}

#landing_header_text .phone
{
	padding:0px; 
	font-size: 26px;
	line-height:1;
	font-weight:bold;
}


.dash h2,
.dash h3,
.dash h4 {
	color: #669900;
}

#column_1 .dash h3,
#column_3 .dash h3 {
	font-size: 14px;
	margin: 0 0 6px 0;
	}

#dash_youtube h3 {
	padding: 0 15px 5px 15px;
	}

.dash .bio h4 {
	color: #1a49a9;
	font-size: 12px;
	margin: 0;
	text-transform: none;
	}

#dash_bios p {
	margin-bottom: 0;
	padding-bottom: 12px;
	}
	
	#dash_bios p.title {
		padding-bottom: 8px;
		}


#dash_contact p {
	margin: 0 0 12px 0;
	text-align: center;
	}
	
#dash_contact p.visit {
	font-size: 13px;
	font-weight: bold;
	text-align:center;
}

#dash_contact h4 {
	text-align: center;
	}

#content p.number {
	color: #333;
	font-size: 20px;
	font-weight: bold;
	}

#dash_contact p,
#content p.number {
	margin: 0 0 9px 0;
	}
	
	#content p.number .phoneLabel {font-size: 15px;}
	#content p.number .phoneNumber {font-size: 4;}


p.disclosures {
	font-size: 11px;
	line-height: 14px;
	margin: 0 20px;
	padding: 20px 0 0 0;
	text-align: center;
	}
	
	
.dash ul {
	margin: 0;
	padding: 0;
	}

.dash li {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	list-style: none;
	}
	

#column_1 .dash .icons li,
#column_3 .dash .icons li {
	line-height: 15px;
	min-height: 23px;
	}


/* -------------------------------------------------------------
                                               end typography */





/* form elements
------------------------------------------------------------- */
/* -------------------------------------------------------------
                                            end form elements */





/* columns
------------------------------------------------------------- */
/* -------------------------------------------------------------
                                                  end columns */





/* boxes
------------------------------------------------------------- */
#dash_form .mid {
	padding-right: 23px;
	}

#dash_mission .mid {
	padding: 3px 8px 0 8px;
	}

#dash_values .copy

#dash_values .copy {
	margin-bottom: -5px;
	}

/* -------------------------------------------------------------
                                                    end boxes */





/* IE fixes
------------------------------------------------------------- */
/** html #landing_header {
	margin-top: 3px;
	}*/
/* -------------------------------------------------------------
                                                 end IE fixes */

/*********************Left Services**************************/
.services_left h4 {color: #2381c9;}
.services_left ul {margin: 0; padding: 0;}
.services_left li {font-family: arial, sans-serif; color: #000; font-size: 12px; line-height: 15px; list-style: none; background: url('../images/template_controls/template3/bullet_smile.png') no-repeat 0 1px; font-weight: bold; margin: 0; padding: 0 0 3px 15px;}
.services_left {width: 170px; margin: 0 auto;}
.services_left .top {height: 10px; background: url('/common/images/template_controls/template3/services_top_170.png') no-repeat 0 0;}
.services_left .mid {background: url('/common/images/template_controls/template3/services_mid_170.png') repeat-y 0 0; padding: 0 4px 0 8px;}
.services_left .btm {height: 10px; background: url('/common/images/template_controls/template3/services_btm_170.png') no-repeat 0 0;}

.misc_section_body
{
	line-height:15px;
	color:#333333;
	font-size:12px;
}
.misc_section_list li
{
	margin: 0 0 6px 0;
	overflow:hidden;
}
.misc_section_list .misc_list_title
{
	color: #333;
	font-size: 13px;
	font-weight: bold;
}
.misc_section_list .misc_list_title
{
	margin-left:200px;
	text-transform:none;
}
.misc_section_list .misc_list_image
{
	float:left;
	padding: 0 5px 0 5px;
}

.misc_section_list_editor
{
	background-color:#E9E9E9;
	margin:5px 10px;
}

.our_mission
{
	width:auto;
	padding:2px 18px 0 22px;
}


.badge_wrap {}
.off 
{
	font-size:14px;
	font-weight:bold;
	margin:0 0 6px;
	color:#669900;
	text-transform:uppercase;
}
.offer_img{float:right;}

/******************Testimonials************************/
.test_wrap {width:275px; overflow:auto; margin-top:15px; }
h5.test_hd {font-size:14px;background:url('/common/images/template_controls/template1/testm_top.png') no-repeat; height:40px; width:260px; padding:0px 0px 0px 15px; line-height:40px; color:#8b97a6;}

a.btn {background:url('/common/images/template_controls/template1/btn_1.png') no-repeat left; font:normal 14px/30px Arial, Helvetica, sans-serif; height:30px; padding:0px 5px 0px 15px; color:#FFF; display:inline-block; float:left;}
span.btn_rt {background:url('/common/images/template_controls/template1/btn_1.png') no-repeat right; height:30px; width:10px; float:left;}
.testm_p {
	color:#333333;
	float:left;
	font:14px/18px Arial,Helvetica,sans-serif;
	margin:5px;
	text-align:left;
}
.testm_p span {
	color:#8B97A6;
	display:block;
	font-size:12px;
	padding:5px 0;
}
#dash_testimonials p  {
	margin:0;
	padding-bottom:4px;
}
#testimonials
{
	padding:15px;
	padding-bottom:0;
	background:url("/common/images/test_bg.png") repeat-x scroll center top transparent;
	color:#333333;
	font:italic 14px/18px Arial,Helvetica,sans-serif;
}

#testimonials span {
	color:#8B97A6;
	display:block;
	font-size:12px;
	padding:5px 0;
}

.rowWork {
	padding:0 5px 0 0;
	height:400px;
	overflow:auto;
}
#testimonials_all p
{
	margin:0;
	font:12px/18px Arial,Helvetica,sans-serif;
	text-align:justify;
}
.viewButton
{
	height:30px;
}
.uploadButton
{
	height:40px;
}
.uploadButton a, .uploadButton span
{
	margin-top:10px;
}
.modal_dialog .inputColLeft
{
	width:20%;
}
#offer_description2
{
	color:#333333;
	font-size:12px;
	margin:0 0 9px;
	line-height:15px;
	text-align:center;
}
.dash h1 {
	text-align:left;
}
#dash_testimonials cite {
	color:#8B97A6;
	font-size:12px;
}

#content p.footer_links{
	font-size: 10px; line-height: 2; margin: 20px 0 10px 0; text-align: center;
}

.hrd_status_container
{
	width:490px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}


#offer_description,#offer_description2 {
	font-family:Arial,sans-serif;
	font-size:15px;
	font-weight:bold;
	line-height:15px;
	padding:7px 0 0;
	text-transform:uppercase;
	color:#663300;	
}
#offer_description2
{
	border-top:1px dashed #FFFFFF;
}
#discount_offer .discount_col
{
	float:left;
	width:33%;
	margin:8px 0px;
}
#discount_offer .discount_col div
{	
	font-size:10px;
	font-weight:bold;
	padding:0 0 3px;
	text-transform:uppercase;
	color:#663300;
	text-align:center;
}
#discount_offer .discount_col strong
{
	font-size:16px;
	font-weight:bold;
	padding:0;
	display:block;	
	color:#663300;
	text-align:center;
}

#special_offer .section-1,#special_offer .section-2
{
	background:none repeat scroll 0 0 #F9EE9E;	
	color:#663300;
	margin:0 5px;
}

#special_offer .section-1
{
	border-top:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	padding:7px 10px 0 10px;
}

#special_offer .section-2
{
	border-bottom:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
	padding:7px 10px 0 10px;
}
#discount_offer 
{
	overflow:hidden;
	padding:0px;
	border-top:1px dashed #FFFFFF;
}
.section-3 
{
	padding:0px;
	margin:10px 0px;
}
.section-3 ul 
{
	margin:0px;
	margin-left: 10px;	
}

.section-3 ul li 
{
	list-style:disc inside none;
	font-size:12px;
	line-height:18px;
}

.section-1 .offer_image{float:right;margin-top:-14px;}