* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a img {
	border: 0;
}

#header-area {
	background-image: url(images/header-area-bg.png);
	background-repeat: repeat-x;
	background-color: #f4f7f8;
}

	#header {
		background-image: url(images/header-bg.png);
		height: 124px;
	}
		#logo {
			width: 420px;
			float: left;
		}
		#phone {
			width: 560px;
			float: right;
			padding: 20px 20px 0 0;
			text-align: right;
		}
			#phone h2 {
				color: #7b5f9c;
				font-size: 14px;
				margin-bottom: 3px;
			}
				#phone h2 a {
					color: #7b5f9c;
					text-decoration: none;
				}
				#phone h2 a:hover {
					color: #FFFFFF;
				}
			#phone h1 {
				color: #7b5f9c;
				font-size: 40px;
			}

	#navigation {
		padding-top: 15px;
		font-size: 13px;
		text-align: center;
		height: 31px;
	}
		#navigation li {
			list-style-type: none;
			display: inline;
			font-weight: bold;
			text-transform: uppercase;
		}
		#navigation li a {
			color: #FFFFFF;
			text-decoration: none;
			margin: 0 12px;
		}
		
	#banner-area { }
		#banner {
			width: 565px;
			height: 234px;
			background-image: url(images/banner-bg.jpg);
			float: left;
		}
		#testimonials {
			background-image: url(images/testimonials-bg.png);
			width: 400px;
			height: 204px;
			float: right;
			padding: 30px 30px 0 5px;
			font-size: 13px;
			line-height: 19px;
		}
			#testimonials h2 {
				display: none;
			}
			#testimonials br {
				margin-bottom: 10px;
			}
			#testimonials a {
				display: none;
			}


#mid-area {
	background-color: #f4f7f8;
}
	#content {
		background-image: url(images/content-area.png);
		background-repeat: repeat-y;
		padding: 20px 0;
	}
		#post-area {
			width: 668px;
			float: left;
			padding: 0 30px 0 10px;
		}
		#sidebar-area {
			width: 292px;
			float: right;
		}
			#social { }
				#social h2 {
					font-family: Georgia, "Times New Roman", Times, serif;
					font-size: 20px;
					color: #FFFFFF;
					font-weight: normal;
					background-color: #9aba7e;
					padding: 8px 0 8px 8px;
					margin-bottom: 10px;
				}
				#social label {
					margin: 0 7px;
				}
			#sidebar-area li {
				list-style-type: none;
				margin-bottom: 20px;
			}
				#sidebar-area li h2 {
					font-family: Georgia, "Times New Roman", Times, serif;
					font-size: 20px;
					color: #FFFFFF;
					font-weight: normal;
					background-color: #9aba7e;
					padding: 8px 0 8px 8px;
					margin-bottom: 10px;
				}
					#sidebar-area ul ul {
						margin: 0 15px;
					}
					#sidebar-area li li {
						font-size: 13px;
						background-image: url(images/list-nav.png);
						background-repeat: no-repeat;
						margin-bottom: 0px;
					}
					#sidebar-area li li a {
						color: #4b5c3d;
						text-decoration: none;
						display: block;
						border-bottom: 1px solid #dfdfda;
						padding: 8px 0 8px 20px;
					}

#footer-area {
	background-image: url(images/footer-area-bg.png);
	padding-bottom: 10px;
    margin-bottom: -70px;
}
	#footer {
		background-image: url(images/footer-bg.png);
		height: 97px;
		font-size: 11px;
		color: #ffffff;
		text-align: right;
		padding: 30px 20px 0 0;
		padding-right: 20px;
	}
		#footer p {
			margin-bottom: 3px;
		}
		#footer p strong, #footer p strong a {
			color: #b3d892;
		}
		#footer p a {
			color: #FFFFFF;
			text-decoration: none;
		}
		#footer p a:hover {
			text-decoration: underline;
		}
	

.container {
	width: 1000px;
	margin: 0 auto;
}

.clearboth {
	clear: both;
}

.the-post {
	margin-bottom: 10px;
}
	.the-post h1 {
		font-size: 28px;
		color: #9aba7e;
		font-weight: normal;
		padding-bottom: 8px;
		margin-bottom: 15px;
		border-bottom: 1px solid #9aba7e;
	}
	.the-post h1 a {
		color: #9aba7e;
		text-decoration: none;
		display: block;
	}
	.the-post p {
		font-size: 13px;
		line-height: 22px;
		margin-bottom: 10px;
	}
		.the-post ul, .the-post ol {
			margin-left: 30px;
		}
			.the-post li {
				line-height: 22px;
				margin-bottom: 5px;
			}


/**New**/
ul.socials {
    display: none;
}