@charset "utf-8";
/* CSS Document */

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin : 0; padding : 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size : 100%; }

/* Removes list-style from lists */
ol,ul { list-style : none; }

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, th, var
{ font-style : normal; font-weight : normal; }

/* Removes list-style from lists */
table { border-collapse : collapse; border-spacing : 0; }

/* Removes border from fieldset and img */
fieldset,img { border : 0; }

/* Left-aligns text in caption and th */
caption,th { text-align : left; }

/* Removes quotation marks from q */
q:before, q:after { content :''; }

.clearfix { clear: both; }

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px; line-height: 1.5;
	background: url(../images/body-bg.png);
	color: #333;
}

.container {
	width: 980px;
	background: #FFF;
    margin: 30px auto 12px;
	padding-bottom: 20px;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
	border-radius: 6px;
}

#header {
	height: 70px;
	padding: 0 20px;
}

.logo {
	width: 272px; height: 70px;
	float: left;
	text-indent: -9999px;
	background: url(../images/C4C-logo.png) no-repeat left center;
}

.phone {
	float: right;
	width: 400px;
	text-align: right;
	line-height: 70px; color: #003366;
	font-size: 22px; font-weight: bold;
}

#feature {
	height: 425px;
	border-top: 1px solid #c9c9c9;
	background: url(../images/banner10.jpg) no-repeat;
}

.featureContent  {
	width: 580px;
	padding: 30px 0 0 20px;
}
.ullist {
	margin-left:20px;}
h1 {
font-family: 'Droid Serif', serif;
	font-size: 38px; font-weight: 600;
	line-height: 49px; color: #2a3162;
	padding: 10px 0 14px;
	letter-spacing: -1px;
}

.fcInfo {
	width: 600px; line-height: 1.5;
	font-size: 15px; color: #333;
}

.featureForm {
	width: 360px;
	float: left;
}


#details {
	padding: 0 16px 80px 20px;
	background: url(../images/bottomlogos.png) no-repeat center bottom;
}

.detailsMain {
	width: 580px;
	min-height: 300px;
	float: left;
	padding: 30px 36px 0 0;
}

.detailsTitle {
	font-family: 'Droid Serif', serif;
    font-weight: 700;
	font-size: 28px; 
	line-height: 34px;
	padding: 12px 0; 
	border-top: 1px solid #D5E8F0;
	border-bottom: 1px solid #D5E8F0;
	color: #003366;
	text-align: center;
	margin-bottom: 20px;
}

.detailsMain p { margin-bottom: 10px; }

.detailsList {
	float: left;
}

.detailsList li {
	float: left;
	width: 270px;
	padding-right: 40px;
	padding-bottom: 22px;
	line-height: 1.7;
}

.detailsList li.last { padding-right: 0; }

.listIntro {
	color: #003366; font-weight: bold;
	font-size: 16px; line-height: 1.4;
}

.listDetails {
	padding: 8px 0;
	border-top: 1px solid #D5E8F0;
	border-bottom: 1px solid #D5E8F0;
}

.detailsSide {
	float: left;
	width: 328px;
}

.cform {
	width: 270px; 
	padding: 146px 29px 24px;
	background: url(../images/form-bg_landscaping.jpg) no-repeat;
}

label { 
display: block; padding: 0 0 2px 3px; color: #4d4d4d;
font-size: 11px; font-weight: bold; text-shadow: 0px 1px 0px #fff;
font-family: Georgia, "Times New Roman", Times, serif;
}

input {
	font-size: 12px;
	width: 112px; height: 28px;
	padding: 0 5px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	margin-bottom: 12px;
	color:#4d4d4d;
	text-shadow: 0px 1px 0px #fff;
	outline: none;
	background: #fff;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3) inset;
}

#company, #email {
	width: 258px;
}

.formLeft {
	float: left;
	width: 125px;
	padding-right: 10px;
}

.formRight {
	float: right;
	width: 125px;
	padding-left: 10px;
}

.btnHolder { text-align: center; margin-top:-10px}

#formButton {
	width: 200px; border: none; padding: 0;
	color: #fff; text-shadow: 0px -1px 0px #10459A;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px; line-height: 36px;
	margin-top: 6px;
	font-weight: bold;
	border-radius: 8px;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
	background: #50a5e6;
	background: -moz-linear-gradient(top, #50a5e6 47%, #2b94e5 71%, #316fb7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(47%,#50a5e6), color-stop(71%,#2b94e5), color-stop(100%,#316fb7));
	background: -webkit-linear-gradient(top, #50a5e6 47%,#2b94e5 71%,#316fb7 100%);
	background: -o-linear-gradient(top, #50a5e6 47%,#2b94e5 71%,#316fb7 100%);
	background: -ms-linear-gradient(top, #50a5e6 47%,#2b94e5 71%,#316fb7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#50a5e6', endColorstr='#316fb7',GradientType=0 );
	background: linear-gradient(top, #50a5e6 47%,#2b94e5 71%,#316fb7 100%);
}

#formButton:hover {
	background: #8AC4EE;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.27);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.27);
}

.disclaimer {
	font-size: 12px; font-style: italic;
	text-align: center; padding-top: 12px;
}

.disclaimer a { color: #0252A2; text-decoration: none; }

.disclaimer a:hover { color: #003366; text-decoration: underline; }

.testimonialContainer {
	margin: 20px 50px 15px 50px;
	}
.testimonialcopy1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	font-style:italic;
	}
.quote { font-size: 12px;}

.bizName { 
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: bold; color: #4d4d4d; text-shadow: 0px 1px 0px #fff;
}

p.bizName { margin-bottom: 2px; }

.more {
	font-size: 12px; font-weight: bold;
	text-align: right; text-shadow: 0px 1px 0px #fff;
	font-family: Georgia, "Times New Roman", Times, serif; 
}

.more a { color: #316fb7; }

.more a:hover { color: #003366; }

.last { padding-right: 0; }

#footer {
	width: 980px;
	margin: 0 auto 40px;
	padding: 0;
	font-size: 11px;
	text-shadow: 0px 1px 0px #fff;
}

#footer a { color: #999; }

#footer a:hover { color: #333; }

.footerLeft {
	float: left;
	width: auto;
}
.footerCenter {
	}

.fbWindow { background: #fff; }

.fbWindow .feedback { margin-top: 0; }

.fbWindow p { margin-bottom: 12px; }