@charset "utf-8";
/* CSS Document */

body {
font-family:"Times New Roman", Times, serif;
line-height:normal;
background:#fff url(top-bg.jpg) repeat-x top;
color:#000000;
padding-top:35px;}

strong {
font-weight:bold;}

/* container */
#container {
width:900px;
margin:0 auto;}

/* header */
#header {
width:100%;
padding-bottom:25px;}

	#header-left {
	float:left;}
	
		#logo {
		float:left;
		padding-right:20px;}
		#title {
		float:left;}
			#title p.copmany {
			font-size:30px;
			color:#592727;
			text-transform:uppercase;
			font-weight:bold;}
				#title p.copmany a {
				color:#592727;
				text-decoration:none;}
			#title p.tagline {
			font-size:18px;
			color:#666;
			text-transform:uppercase;
			border-bottom:#ccc solid 1px;
			padding-bottom:5px;
			margin-bottom:5px;}
				#title p.tagline a {
				color:#666;
				text-decoration:none;}
			#title p.address {
			font-size:12px;}

	#header-right {
	float:right;
	font-size:18px;
	color:#666;
	width:300px;}
		#header-right p.phone {
		color:#666;
		font-size:30px;
		font-weight:bold;}

/* nav */
#nav {}
	
	#nav ul {
	height:30px;}
	#nav li {
	float:left;}
	#nav li a {
	font-size:14px;
	color:#242623;
	text-decoration:none;
	border-left:#eee solid 1px;
	border-top:#eee solid 1px;
	padding:7px 20px 6px 20px;
	display:block;}
	#nav li.current a {
	background:#592727;
	color:#fff;}
		#nav li.end a {
		border-right:#eee solid 1px;}
		#nav li.current-end a {
		background:#592727;
		color:#fff;
		border-right:#eee solid 1px;}
	#nav li a:hover {
	background:#592727;
	color:#fff;}

/* banner */
#banner {
border:#eee solid 1px;
margin-bottom:35px;
padding:5px;}

	#banner-inside {
	width:888px;
	height:220px;}
		.banner-services {background:#fff url(../image/banner-girls.jpg) no-repeat top;}
		.banner-home {background:#fff url(../image/banner-woman.jpg) no-repeat top;}
		.banner-finance {background:#fff url(../image/banner-asian-couple.jpg) no-repeat top;}
		.banner-success {background:#fff url(../image/banner-girl-laptop.jpg) no-repeat top;}
		.banner-contact {background:#fff url(../image/banner-father-son.jpg) no-repeat top;}
		.banner-insurance {background:#fff url(../image/banner-senior-couple.jpg) no-repeat top;}
		.banner-smile-gallery {background:#fff url(../image/banner-man-smile.jpg) no-repeat top;}
		.banner-testimonial {background:#fff url(../image/banner-african-american.jpg) no-repeat top;}
		.banner-about {background:#fff url(../image/banner-doc.jpg) no-repeat top;}
		
	#banner-promo {
	float:right;
	width:209px;
	height:220px;
	background:#f6f6f6 url(promo-bg.jpg) repeat-x bottom;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#333;
	padding:0 10px;}
	
		#banner-promo p {
		padding-bottom:20px;}
		#banner-promo p.promo {
		color: #64760a;
		font-size:24px;
		padding-bottom:5px;}

/* left content */
#left-content {
float:left;
width:580px;
padding:0 35px;
line-height:20px;
font-weight:14px;}

	#left-content img.member {
	padding-right:20px;}

	#left-content ul {
	padding:0 0 15px 40px;}
		#left-content li {
		list-style-image: url(check-icon.gif);
		list-style-position:outside;}

	#left-content a {
	color:#000000;
	text-decoration:underline;}

	#left-content h1 {
	font-size:24px;
	font-weight:bold;
	color:#592727;
	padding-bottom:30px;
	line-height:normal;}
	
	#left-content h2 {
	font-size: 18px;
	font-weight:bold;
	color:#242623;
	padding-bottom:5px;
	line-height:normal;}
	
	#left-content p {
	padding-bottom:15px;}
		#left-content p.cta {
		font-size: 20px;
		line-height:normal;
		padding:40px 0;
		color:#000;
		font-weight:bold;}
		#left-content p.cta img {
		margin-top:-20px;}
	
	#left-content-testimonial {
	width:450px;
	padding:20px 0 20px 70px;}
	
		#left-content-testimonial p {
		line-height:16px;}
	
		#left-content p.quote {
		font-weight:bold;
		font-style:italic;}
		#left-content p.read-more {
		text-align:right;}

/* right sidebar */
#right-sidebar {
float:right;
width:235px;
float:right;}

	#right-sidebar p {
	padding-bottom:10px;}
		#right-sidebar p.blurb {
		padding-bottom:20px;}

	#right-sidebar h2 {
	color:#333;
	font-size:18px;
	font-weight:bold;
	padding-bottom:15px;}
		#right-sidebar h2.mail {
		background:url(mail-icon-form.gif) no-repeat top left;
		padding-left:30px;}

	#right-sidebar form {
	font-size:12px;
	border:#eee solid 1px;
	padding:15px;
	background:#fff;}

	#right-sidebar input, #right-sidebar textarea {
	width:165px;
	border:#ccc solid 1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:5px 5px 5px 25px;
	margin-bottom:5px;}
		#right-sidebar input.human {
		background:url(people-icon-txt-box.gif) no-repeat top left;}
		#right-sidebar input.mail {
		background:url(mail-icon-txt-box.gif) no-repeat top left;}
		#right-sidebar input.phone {
		background:url(phone-icon-txt-box.gif) no-repeat top left;}
		#right-sidebar textarea.note {
		background:url(paper-icon-txt-box.gif) no-repeat top left;}	
		#right-sidebar input.btn {
		border:#b5cbd6 solid 1px;
		background:#f8fbff url(submit-btn-bg.gif) repeat-x bottom;
		padding:5px 0;
		margin:0;
		width:197px;
		color:#15428c;
		font-size:18px;
		font-family:"Times New Roman", Times, serif;
		font-weight:bold;}

/* footer */
#footer {
border-top:#999 dotted 1px;
margin-top:30px;
font-size:12px;
padding:10px 0 30px 0;
color:#999;}

	#footer p {
	padding-bottom:10px;}

	#footer a {
	color:#592727;
	text-decoration:underline;}

	#footer ul {}
	#footer li {
	float:left;
	padding:0 5px;}
	#footer li a {}

/* random styles */
.clear {
clear:both;
margin:0;
padding:0;}

.img-float-left {
float:left;
padding-right:10px;}
.img-float-right {
float:right;
padding-left:10px;}

.blue-txt {
color:#592727;
font-weight:bold;}

.required {
color:#a1191f;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;}

.float-left {
float:left;
padding-right:40px;}

