@charset "utf-8";

/* **************************************************** 

Title: 		GetSimple CSS Document
Author: 	Heather Engle
URL: 		http://www.akersdavis.com/ 
Created: 	March 3, 2011

**************************************************** */

@font-face {
    font-family: 'Carto';
    src: url('fonts/cartogothicstd-book-webfont.eot');
    src: url('fonts/cartogothicstd-book-webfont.eot?iefix') format('eot'),
         url('fonts/cartogothicstd-book-webfont.woff') format('woff'),
         url('fonts/cartogothicstd-book-webfont.ttf') format('truetype'),
         url('fonts/cartogothicstd-book-webfont.svg#webfontGJ7dVqfl') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

body {
	margin:0;
	padding:0;
	background:white;
	font-size:100%;
	font-family:'Carto', Tahoma, Arial, sans-serif;
}

img {
	border:0!important;
}

.top {
	position:relative;
}

#header {
	position:relative;
	float:left;
	width:840px;
	height:57px;
	overflow:hidden;
	padding:10px 0 5px 0;
	border-bottom:1px solid #E2C300;
}

	.symbol {
		position:absolute:
		top:0;
		left:0;
		margin-top:10px;
		float:left;
	}
	
	.akersdavis {
		position:absolute;
		margin-top:30px;
		margin-left:10px;
	}
	
	.textnav {
		position:absolute;
		top:0;
		right:0;
		margin-top:45px;
	}
	
		.textnav a {
			color:#666666;
			font-size:90%;
			padding:2px 10px;
			text-decoration:none;
			border:none;
		}
		
		.textnav a:hover {
			border-bottom:1px dotted #cccccc;
			color:#333333;
		}
		
#nav {
	list-style:none;
	margin:0px 0 40px 0;
	padding:0;
	float:right;
	width:620px;
	z-index:9999;
}

#nav li {
	float:left;
	margin:0px 5px;
}

#nav li a {
	display:block;
	text-transform:uppercase;
	font-size:85%;
	color:#333333;
	text-decoration:none;
	padding:10px 15px 10px 20px;
	text-align:right;
	background:url(images/dot.png) no-repeat 5px 15px;
	border:none;
}

#nav li a:hover, #navland {
	background:#FFFFB8 url(images/dot.png) no-repeat 5px 15px!important;
}


/* content */
#content, #content-interior {
	min-height:500px!important;
}
	/* breadcrumbs */

	.breadcrumbs {
	list-style:none;
	margin:0;
	padding:0 30px;
	width:80%;
	clear:both;
	}
	
	.breadcrumbs li {
	list-style:none;
	color:#666666;
	font-size:100%;
	float:left;
	display:inline;
	background:none!important;
	padding:0!important;
	margin:0 0 0 5px!important;
	line-height:2;
	}
	
	.breadcrumbs li a {
	color:#999999;
	text-decoration:none;
	display:block;
	}
	
	.breadcrumbs li a:hover {
	background:#f4f4f4;
	}

.right {
	float:right;
}

/* HEADINGS */

h1 {
	font-weight:normal;
	color:#666666;
	margin:10px 0 20px 0px;
}

h2 {
	margin:10px 0 0 0px;
	padding:0 0px 10px 15px;
	border-left:3px solid #E2C300;
	font-size:120%;
	color:#333333;
	line-height:1.5;
}

.grid_8 h2 {
	font-weight:normal;
}

/* COPY */
p {
	line-height:1.65;
	color:#666666;
	font-size:90%;
}

a {
	color:#333333;
	border-bottom:1px dotted #E2C300;
	padding:2px;
	text-decoration:none;
}

a:hover {
	color:#999999;
}

/* homepage paragraph */
.grid_6 p {
	margin:35px 0 10px 0px;
	line-height:1.65;
	color:#666666;
	font-size:95%;
}

	/* sidebar quote */
	
	.grid_4 .quote, .grid_4 .quotelong {
		margin-top:50px;
		color:#999999;
		line-height:1.85;
		text-align:right;
		background:transparent url(images/quote_bg.jpg) no-repeat 0 10px;
		background-size:100%;
		border-top:1px solid #cccccc;
		border-bottom:1px solid #cccccc;
		font-size:90%;
	}
	
	.grid_4 .quotelong {
		background:transparent url(images/quote_long_bg.jpg) no-repeat 0 10px;
		background-size:100%;
		font-size:90%;
	}
	
	.grid_4 .quoteby {
		font-size:80%;
		line-height:1.35;
		margin:0;
		padding:0 30px 10px 20px;
		display:block;
		text-align:right;
	}
	
	
/* LISTS */

#content-interior ul {
	list-style:none;
	color:#666666;
	font-size:85%;
	margin:0 0 0 10px;
	padding:0;
}

#content-interior ul li {
	list-style:none;
	background:url(images/arrow.jpg) no-repeat left;
	padding:10px 20px 10px 25px;
	line-height:1.5;
	color:#333333;
}

/* service offerings */

.offerings h3 {
	border-bottom:1px solid #E2C300;
	color:#666666;
	font-weight:normal;
	text-transform:uppercase;
	font-size:100%;
	padding:10px 0;
	margin:0;
}

.grid_4 .offerings h3 {
	text-align:center;
}

.offerings .grid_4 p, .grid_4 .offerings p {
	padding:5px 10px;
	line-height:1.5;
	color:#333333;
}

.offerings a {
	display:block;
	margin:5px 30px;
	padding:10px 15px;
	background:#FFFFB8;
	color:#333333;
	text-decoration:none;
}

.offerings a:hover {
	background:#EFDF69;
}

.grid_4 .hrleader {
	padding:10px 15px;
	background:#F5E599;
	font-size:80%;
	color:#666666;
	line-height:1.5;
	width:auto;
	margin:10px 0;
	}
	
	.grid_4 .hrleader:hover {
		background:#ffffcc;
	}
	
	.grid_4 .hrleader a {
		color:#333333;
		text-decoration:none;
		border-bottom:1px dotted #333333;
	}
	
	.grid_4 .hrleader a:hover {
		background:white;
	}

/* boxes */

#boxes {
	border-top:1px solid #E2C300;
	margin-top:30px;
}

/* Homepage Bio Box */
.box1 {
	background:#FFFFB8;
	position:relative;
	text-align:center;
}

	.box1 h3 {
		color:#888888;
		font-size:110%;
		margin:5px 0 5px 30px;
		padding:5px 0 0 0;
		line-height:1.5;
		font-weight:normal;
		text-align:left;
	}
	
	.box1 p  {
		font-size:77%;
		line-height:1.5;
		color:#666666;
		text-align:left;
		padding:0 30px 10px 30px;
	}
	
	.box1 .readmore {
		display:block;
		position:absolute;
		bottom:0;
		right:0;
		background:#F3E28C;
		font-size:75%;
		text-transform:uppercase;
		color:#333333;
		padding:7px 10px;
		text-decoration:none;
		margin-bottom:-29px;
	}

	.box1 .readmore:hover {
		background:#FFFFB8;
	}

.bio-box .readmore {
	background:#F3E28C;
	font-size:75%;
	text-transform:uppercase;
	color:#333333;
	padding:7px 10px;
	text-decoration:none;
	float:right;
}

.quote, .quotelong {
	font-size:88%;
	color:#666666;
	line-height:1.85;
	text-align:right;
	background:transparent url(images/quote_bg.jpg) no-repeat 0 30px;
	background-size:100%;
}

.quotelong {
	background:transparent url(images/quote_long_bg.jpg) no-repeat 0 30px;
}

.quote p, .quotelong p {
	text-align:left;
	padding:10px 25px 10px 35px;
}


/* clients */
#clients {
	width:100%;
	background:#666666;
	color:#cccccc;
	margin-top:40px;
	padding:10px 0;
}

	#clients h3 {
		color:#F3E28C;
		margin:10px 0 10px 30px;
		padding:0;
		font-weight:normal;
		font-size:110%;
	}

	.clientlist {
		float:left;
		margin:0 10px 10px 10px;
		width:165px;
	}
	
	.last {
		width:220px;
	}
	
	.clientlist li {
		font-size:80%;
		margin:5px 0;
	}
	
/* footer */
#footer {
	background:#333333;
	width:100%;
	margin:0;
	padding:10px 0 20px 0;
}

	.icons {
	float:left;
	width:75px;
	margin:10px;
	}
	
	.icons a {
		border:none;
	}
	
	.footerlinks {
	float:right;
	margin:10px;
	text-align:right;
	}
	
	.footerlinks a {
	color:#F3D869;
	text-decoration:none;
	font-size:80%;
	padding:0 5px 5px 5px;
	border:none;
	}
	
	.footerlinks a:hover {
	text-decoration:underline;
	color:#ffffcc;
	}
	
	.copyright {
	clear:both;
	font-size:75%;
	color:#cccccc;
	margin:10px 0 0 0;
	line-height:1.5;
	}
	
	.copyright a {
		border:none;
		}
	
	#footer .hrleader {
	width:290px;
	float:right;
	padding:10px 15px;
	background:#F5E599;
	font-size:80%;
	margin-top:-35px;
	margin-right:10px;
	color:#666666;
	line-height:1.5;
	}
	
	#footer .hrleader:hover {
		background:#ffffcc;
	}
	
	#footer .hrleader a {
		color:#333333;
		text-decoration:none;
		border-bottom:1px dotted #333333;
	}
	
	#footer .hrleader a:hover {
		background:white;
	}
	
/* form */

.fieldcaptcha {
display:none;
}

.p01-contact {
width:500px;
padding:10px;
}

label {
margin:0 0 5px 0;
font-size:90%;
text-transform:uppercase;
font-weight:normal;
text-align:right;
color:#666666;
line-height:30px;
}

.text, .textarea {
margin:5px;
background:#F8FFE0;
padding:5px;
}

input[type=text], textarea {
width:250px;
height:30px;
padding:3px;
margin:0 0 5px 0;
border:1px solid #999999;
font-size:100%;
box-shadow:inset 0px 0px 10px #ccc;
-moz-box-shadow:inset 0px 0px 10px #ccc;
-webkit-box-shadow:inset 0px 0px 10px #ccc;
}

input[type=text]:focus, textarea:focus {
background:#ffffcc;
}

textarea {
height:150px;
}

input[type=submit] {
float:right;
padding:10px 20px;
background:#E2C300;
font-size:100%;
color:black;
border:0;
outline:0;
}

.text span, .textarea span {
}