/*------------------------------------------------------------------
html5 reset
------------------------------------------------------------------*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* Colors


*/
/*------------------------------------------------------------------
html, body, #wrapper 
------------------------------------------------------------------*/

html {
	background:#efe2cc url(../images/bg-html.png) 0 0 repeat-x;
}

body {
	font-family:helvetica, arial, sans-serif;
	font-size:14px;
	line-height:1.4em;
	color:#333;
	min-height:1000px;
	min-width:1000px;
}

#wrapper {
	width:900px;
	margin:0 auto;
	position:relative;
}

/*------------------------------------------------------------------
header
------------------------------------------------------------------*/

header {
	height:149px;	
	width:900px;
	position:relative;
}

#scales {
	float:left;
	width:161px;
	height:149px;
}

#logo {
	float:left;
	position:relative;
	left:15px;
	top:25px;	
}

#tagline {
	float:right;
	position:relative;
	right:15px;
	top:40px;
	margin-bottom:40px;	
	font-family:'puritan', 'puritan regular', helvetica, arial, sans-serif;	
	font-style:italic;
	color:#efe2cc;
	font-size:14px;
	line-height:1.5em;
	text-align:center;
}

nav {
	position:absolute;
	left:161px;
	top:119px;
	height:31px;
	z-index:99;
	text-transform:uppercase;
	font-family:'puritan', 'puritan regular', helvetica, arial, sans-serif;	
}

nav ul li {
	float:left;	
	height:31px;
}

nav ul li a {
	display:block;
	text-decoration:none;
	color:#efe2cc;
	padding:6px 19px 5px;
	font-size:17px;
	font-weight:100;
}

nav ul li:hover a, nav ul li a:hover {
	background:#533f2f;	
}

.home .home a, .about .about a, .services .services a, .did-you-know .did-you-know a, .contact .contact a, .testimonials .testimonials a {
	background:#b26c27;	
}

/*------------------------------------------------------------------
#content
------------------------------------------------------------------*/

#content {
	min-height:200px;
	width:900px;
	clear:both;
	overflow:hidden;	
	background:url(../images/bg-aside.png) 0 335px no-repeat;
}

.home #content {
	background:none;
}

#content h1 {
	color:#0f466c;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:26px;
	line-height:1.2em;
	padding-bottom:8px;
	font-weight:normal;
}

#content h2 {
	color:#0f466c;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:19px;
	line-height:1.2em;
	padding-bottom:8px;
	font-weight:normal;
}

#content h3 {
	color:#0f466c;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:19px;
	line-height:1.2em;
	padding-bottom:4px;
	font-weight:normal;
}

#content aside h3 {
	padding-left:10px;
	
}

#content h4 {
	color:#0f466c;
	font-size:16px;
	line-height:1.4em;
	padding-bottom:3px;
	font-weight:normal;
}

.home #content aside h4 {
	padding-top:6px;
	background:url(../images/aside-divider-home.png) 0 0 no-repeat;
	padding-left:10px;
}

#content p {
	color:#0f143c;
	font-size:15px;
	line-height:1.4em;
	margin-bottom:1em;	
}

#content ul, #content ol {
	margin-bottom:15px;
	margin-left:15px;
	color:#0f143c;
	font-size:12px;
}

#content li {
	color:#0f143c;
	font-size:15px;
	line-height:1.4em;
	padding-bottom:3px;
}

#content a {
	color:#b26c27;
	text-decoration:none;
}

#content a:hover {
	text-decoration:underline;	
}

#content .half-col {
	float:left;
	width:44%;
	margin-right:4%;	
}

#content .half-col + h3, #content .half-col + h4, #content .half-col + h2, #content .half-col + p {
	clear:both;	
}

/*------------------------------------------------------------------
article
------------------------------------------------------------------*/

article {
	float:right;	
	width:600px;
	padding:40px 0;
	position: relative;
}

.home article {
	width:374px;
	background:url(../images/bio-large.jpg) 0 0 no-repeat;
	padding:35px 0 0 365px;
	height:592px;
}

.home .peer-button {
	position: absolute;
	left: 0;
	top: 482px;
}

.avvo_badge {
    float: left;
padding: 0 15px;
}

/*------------------------------------------------------------------
aside
------------------------------------------------------------------*/

aside {
	float:left;
	width:260px;
	background:url(../images/bio-aside.jpg) 0 0 no-repeat;
	padding-top:415px;
}

.did-you-know aside {
	background-image:url(../images/didyouknow-aside.png);
}

.services aside {
	background-image:url(../images/services-aside.png);
}

.contact aside {
	background-image:url(../images/contact-aside.png);
}

.testimonials aside {
	background-image:url(../images/testimonials-aside.png);
}

.home aside {
	background:none;
	width:161px;
	padding-top:15px;
}

aside #address-block, aside #did-you-know-block {
	padding:0 20px;	
	width:220px;
}

aside #did-you-know-block h3 {
	padding-left:0; 
}

aside #did-you-know-block p {
	font-size:13px;
	line-height:1.35em;
	color:#533f2f;
}

.home #content aside h4 a {
	color:#0f466c;
}

.home aside #address-block {
	margin-top:150px;
	padding:0 10px;
	width:140px;
}

aside #address-block p {
	color:#533f2f;
	font-size:15px;
	line-height:1.35em;
	margin-bottom:.5em;
}

aside #address-block p a img {
	padding:2px 2px 0 0;	
}

aside #address-block p a:hover img {
	padding:0 2px 2px 0;	
}

aside hr {
	background:url(../images/aside-divider.png) 25px 0 no-repeat;
	border-color:transparent;	
}

/*------------------------------------------------------------------
footer
------------------------------------------------------------------*/

footer {
	clear:both;
	border-top:1px solid #d3bd97;
	padding-top:25px;
	width:900px;
	text-align:center;
	color:#4f3928;	
	font-size:12px;
}

footer p {
	margin:0 0 6px;
	line-height:1.4em;	
	color:#4f3928;	
	font-size:12px;
}

footer p a {
	color:#4f3928;	
	text-decoration:none;
}

/*------------------------------------------------------------------
forms
------------------------------------------------------------------*/
