body {
	background-image: url(/images/bg-main.jpg);
	background-repeat: repeat-x;
	background-color: #e7e7e7;
	font-family: Arial;
	color: #777;
}

.clear {
	clear: both;
}

p {
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: 13px;
}

.divider {
	width: 100%;
	height: 1px;
	background-color: #e5f1c9;
	margin: 10px 0 10px 0;
}

#container {
	margin: 0 auto;
	width: 950px;
	margin-bottom: 30px;
}

#header {
	position: relative;
	height: 113px;
}

h1#logo {
	position: absolute;
	top: 20px;
	left: 5px;
	background-image: url(/images/logo.png);
	width: 207px;
	height: 79px;
	text-indent: -9999px;
}

ul#navigation {
	position: absolute;
	bottom: 0;
	right: 0;
}

ul#navigation li{
	float: left;
}

ul#navigation a{
	display: block;
	color: #fff;
	font-size: 19px;
	background-color: #67cee0;
	text-decoration: none;
	width: 112px;
	margin: 0 0 0 0;
	padding: 12px 10px 10px 17px;
}
ul#navigation a:hover {
	background-image: url(/images/bg-navigation.jpg);
}

ul#navigation a#current {
	background-image: url(/images/bg-navigation.jpg);
}

ul#navigation span{
	font-family: Arial;
	font-style: italic;
	font-weight: bold;
	font-size: 11px;
	color: #dffaff;
	display: block;
	margin-top: 4px;
}

#banner {
	width: 950px;
}

#slideshow {
	float: left;
	width: 439px;
}

#tagline {
	float: right;
	width: 511px;
}

#tagline h2 {
	width: 511px;
	height: 245px;
	text-indent: -9999px;
	background-image: url(/images/tagline.png);
}

#tagline a {
	display: block;
	margin-left: 10px;
	width: 300px;
	height: 45px;
	background-image: url(/images/schedule-appointment.png);
	text-indent: -9999px;
}

#home-content {
	padding: 25px 0 25px 0;
	background-color: #fff;
	border: 2px solid #d8d8d8;
	border-top: 0;
	-moz-border-radius-bottomleft: 12px;
	-moz-border-radius-bottomright: 12px;
	-webkit-border-bottom-left-radius: 12px
	-webkit-border-bottom-right-radius: 12px;
}

#content {
	margin-top: 30px;
	padding: 25px 0 25px 0;
	background-color: #fff;
	border: 2px solid #d8d8d8;
	-moz-border-radius-bottomleft: 12px;
	-moz-border-radius-bottomright: 12px;
	-webkit-border-bottom-left-radius: 12px
	-webkit-border-bottom-right-radius: 12px;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	-webkit-border-top-left-radius: 12px
	-webkit-border-top-right-radius: 12px;
}

#content ul {
	list-style-type: square;
	font-size: 12px;
	line-height: 1.5;
	margin: 0 0 13px 30px;
	color:#7d982f;
}

#content #contact-details p a{
	color:#33b3ce;
}

#content #contact-details p a:hover{
	color:#a8c74e;
}




.span-33 {
	float: left;
	width: 28%;
	margin-left: 4%;
}

.span-66 {
	float: left;
	width: 60%;
	margin-right: 4%;
	margin-left: 4%;
}

.span-100 {
	margin-right: 4%;
	margin-left: 4%;
}


h3#intro {
	font-size: 20px;
	line-height: 1.4;
	color: #95c421;
	padding-bottom: 5px;
	border-bottom: 1px solid #e5f1c9;
	margin-bottom: 10px;
}

h3.faq-section {
	font-size: 20px;
	line-height: 1.4;
	color: #95c421;
	padding-bottom: 5px;
	border-bottom: 1px solid #e5f1c9;
	margin-bottom: 10px;
}

#content h4 {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5em;
	margin: 15px 0 4px 0;
}


ul#office-photos{
	margin: 0 0 0 0;
}

ul#office-photos li{
	display: inline;
}

ul#office-photos li a img{
	border: 1px solid #ddd;
	padding: 5px;
	margin: 10px 10px 0 0;
}

ul#office-photos li a img:hover{
	border: 1px solid #95c421;
	padding: 5px;
	margin: 10px 10px 0 0;
}

#agbeyegbe h3{
	float: left;
	width: 300px;
	font-size: 20px;
	line-height: 1.4;
	color: #95c421;
	margin-top: 15px;
}
#agbeyegbe span {
	display: block;
	color: #aaa;
	font-size: 12px;
	margin-top: 10px;
}

#agbeyegbe img{
	float: right;
	margin-bottom:-30px;
	margin-right:25px;
}

#diagram {
	margin-bottom: 10px;
}

h3#why-choose-us {
	width: 266px;
	height: 195px;
	background-image: url(/images/why-choose-us.png);
	text-indent: -9999px;
}

a#faq {
	display: block;
	text-indent: -9999px;
	margin: 15px 0 15px 0;
	width: 266px;
	height: 55px;
	background-image: url(/images/faq.png);
}

a#blog {
	display: block;
	text-indent: -9999px;
	margin: 15px 0 15px 0;
	width: 266px;
	height: 55px;
	background-image: url(/images/read-our-blog.png);
}


img#shakes {
	margin: 10px 0 10px 30px;
}

#map {
	border: 5px solid #a8c74e;
	margin: 10px 0 10px 0;
}

.quote {
	margin-top: 20px;
	font-style: italic;
	line-height: 1.5;
}
.quote span	{
	display: block;
	text-align: right;
	margin-top: 20px;
	font-size: 13px;
	font-weight: bold;
	font-style: normal;
	line-height: 1.5;
}


/*FOOTER--------------------------------------------------------*/

#footer {
	color: #999;
	font-size: 11px;
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #ccc;
}

#footer a{
	color: #999;
}

#footer span a{
	text-decoration:none;
}

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

#footer #copy {
	float: left;
	width: 400px;
	line-height: 1.5;
}

#footer #facebook {
	float: right;
	text-align: right;
	width: 400px;
}



/*CONTACT--------------------------------------------------------*/

#contact-details p span{
	color:#95C421;
	font-weight:bold;
}

#contact-form {
	float: left;
	width: 48%;
}

#contact-form label {
	display: block;
	font-weight: bold;
	margin: 10px 0 4px 0;
	font-size: 12px;
}

#contact-form input, #contact-form textarea {
	width: 90%;
	font-family: Arial;
	font-size: 12px;
	padding: 3px;
}

#contact-form input#submit {
	width: 70px;
	margin-top: 10px;
}

#contact-form h3{
	margin-top:20px;
	line-height: 1.4;
}

#contact-details {
	float: left;
	width: 48%;
	margin: 20px 0 0 20px;
}

