/* *************************************************
RESET STYLES
http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded
************************************************* */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: normal;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


/* *************************************************
   BEGIN STYLING
************************************************* */


body {
	margin: 0;
	padding: 0;
	background-color: #444;
}

.clear {
	clear: both;
}

p {
	padding: 0px;
	margin: 10px 0 10px 0;
}

a {
	color: #B4863C;
}

a:hover {
	text-decoration: none;
}


/* *************************************************
   HEADER
************************************************* */


.header {
	background-image: url(../images/header-bg.gif);
	background-repeat: repeat-x;
	background-color: #9A3D0F;
	display: block;
	height: 112px;
	padding: 0;
	margin: 0;
}

	.header .logo {
		background-image: url(../images/header-logo.gif);
		background-repeat: no-repeat;
		display: block;
		height: 112px;
		width: 167px;
		padding: 0;
		margin: 0 auto;
	}

	.header .clientlogin {
		float: right;
		display: block;
		font-size: 11px;
		font-family: Arial, Helvetica, Sans Serif;
	}

	.header .clientlogin a {
		color: #E4CDC2;
		font-weight: bold;
		text-decoration: none;
		display: block;
		background-color: #9C3502;
		padding: 4px;
	}

	.header .clientlogin a:hover {
		color: #FFF;
		background-color: #B34109;
	}

/* *************************************************
   MENU
************************************************* */

.menu {
	background: url(../images/menu-bg.gif) repeat-x;
	background-color: #444;
	height: 33px;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.menu .menuitems{
	width: 679px;
	margin: auto;
}
.menu .menuitems ul {
	position: absolute;
	padding: 0;
	margin: 0;
	list-style: none;
	height: 33px;
	overflow: hidden;
}
.menu .menuitems ul.home { margin-left: 60px; }
.menu .menuitems ul.whatwedo { margin-left: 120px; }
.menu .menuitems ul.clients { margin-left: 220px; }
.menu .menuitems ul.blog { margin-left: 295px; }
.menu .menuitems ul.articles { margin-left: 345px; } 
.menu .menuitems ul.contact { margin-left: 420px; }
.menu .menuitems ul.about { margin-left: 515px; }
.menu .menuitems ul:hover {
	height: auto;
}
.menu .menuitems ul li {
	padding: 0;
	margin: 0;
	display: inline;
	text-align: left;
}
.menu .menuitems ul li.main {
}
.menu .menuitems ul li a {
	background-color: #444;
	background: url(../images/menu-bg.gif) repeat-x 0 0;
	color: #aaa;
	text-indent: 0;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	display: block;
	font-size: 11px;
	width: 140px;
	text-transform: none;
	border: 1px solid #000;
	border-top: none;
}
.menu .menuitems ul li a:hover {
	background-image: url(../images/menu-over-bg.gif);
	color: #fff;
}
.menu .menuitems ul li.main a {
	color: #999;
	height: 13px;
	padding: 10px 20px 10px 20px;
	text-transform: uppercase;
	font-weight: bold;
	background: none;
	width: auto;
	border: none;
}
.menu .menuitems ul li.main a:hover {
	color: #ccc;
	background: none;
}



/* *************************************************
   CONTENT
************************************************* */

.content {
	background-image: url(../images/content-bg.gif);
	background-repeat: repeat-x;
	background-color: #F8ECDC;
	display: block;
	font-family: "trebuchet ms", Arial, Helvetica;
	font-size: 10pt;
	padding: 0;
	margin: 0;
}

	.content .box {
		display: block;
		width: 600px;
		padding: 10px 0;
		margin: 0 auto;
		color: #6E5738;
		text-align: justify;
		line-height: 20px;
	}

	.content .index {
		background-image: url(../images/index-motto.gif);
		background-repeat: no-repeat;
		padding: 15px 0 15px 423px;
		display: block;
		width: 317px;
		margin: 0 auto;
		color: #6E5738;
		text-align: justify;
		line-height: 20px;
	}
	.content .blurbtop{
		background: url(../images/bg_blurb_top.jpg) no-repeat top;
		width: 403px;
		height: 387px;
	}
	.content .blurbcontainer{
		background: url(../images/bg_blurb_fill.jpg) repeat-y top;
		clear: both;
	}
	.content .blurbcontainer .blurbcontent{
		float: left;
		margin-top: -350px;
			padding: 0 50px 0 50px;
		color: #866d4f;
		font-size: 20px;
		line-height: 30px;
		text-align: justify;
		width: 303px;
	}
	.content .blurbcontainer .blurbcontent h2{
		color: #b75e32;
		font-size: 24px;
		padding: 0;
		margin: 0 0 5px 0;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-weight: normal;
	}
	.content .blurbcontainer .blurbcontent span.highlight{
		color: #cf8e43;
		text-decoration: underline;
	}
	.content .blurbbottom{
		background: url(../images/bg_blurb_bottom.jpg) no-repeat bottom;
		width: 403px;
		height: 31px;
		clear: both;
	}
	.content strong {
		font-weight: bold;
	}


.text-header {
	font-family: Georgia, Garamond, Serif;
	font-size: 18px;
	color: #A93B03;
	display: block;
	padding: 20px 0 10px 0;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #E0C29A;
}

.text-subheader {
	font-size: 18px;
	color: #BA7C35;
	padding: 0px 0 10px 0;
	margin: 0;
	border-bottom: 1px dashed #E0C29A;
}

.next a {
	font-family: Georgia, Garamond, Serif;
	font-size: 12px;
	text-decoration: none;
	text-align: right;
	padding: 10px 0;
	display: block;
	font-weight: bold;
}


blockquote, .staffprofile {
	padding: 20px;
	margin: 5px 40px;
	background-color: #EFD8BA;
	font-size: 9pt;
	line-height: normal;
}

	.staffprofile .image {
		border: 1px solid #E3C49C;
		display: block;
		float: right;
		padding: 10px;
		margin: 15px;
		background-color: #FFFCF7;
	}

table.contactform {
	margin: 0px auto;
	padding: 10px;
	background-color: #F5E8D4;
}

	table.contactform td {
		padding: 5px 10px;
		vertical-align: middle; 
		background-color: #EBD6B5;
		margin: 0px;
	}

	table.contactform td input, table.contactform td select, table.contactform td textarea,
	.contactform input, .contactform textarea {
		background-image: url(../images/form-input-bg.gif);
		background-repeat: repeat-x;
		background-color: #FCF7EF;
		border: 1px solid #BEA57C;
		font-size: 15px;
		font-family: Georgia, Garamond, Serif;
		color: #85570C;
		padding: 5px;
		margin: 3px;
	}

	table.contactform tr:hover td input, table.contactform tr:hover td textarea {
		background-image: none;
		background-color: #FFF;
		/*border: 3px solid #C17700;*/
		color: #C17700;
		margin: 3px;
	}

	table.contactform tr:hover td {
		background-color: #E0C59B;
		color: #895400;
		margin: 0px;
	}

/* *************************************************
   MOOTOOLS
************************************************* */

#floatleft {
	padding: 0px;

	margin: 0 15px 0 0;
	list-style: none;
	float:left;
	width: 300px;
}

	#floatleft li {

		background-image: url(../images/list-type.gif);
		background-repeat: no-repeat;
		background-position: 12px 12px;
		background-color: #A55F10;

		padding: 4px 12px 4px 28px;
		margin: 0; 

		font-size: 11px;
		color: #EAD2B3;

		border-bottom: 1px solid #C48946;

		line-height: normal;

		width: 250px;
	}

ul.mediablog {
	padding: 0;
	margin: 0;
	list-style: none;
	width: 317px;
}

	ul.mediablog li .date {
		font-size: 11px;
		color: #D18D32;
		width: 60px;
		font-weight: bold;
		float: left;
	}

	ul.mediablog li a {
		font-size: 11px;
		padding: 4px 0px;
		margin: 0px;
		border-bottom: 1px solid #EAD4B6;
		color: #6E5738;
		text-decoration: none;
		display: block;
		width: 317px;
	}

	ul.mediablog li {
		margin: 0px;
		padding: 0px;
		clear: both;
		float: left;
	}



/* *************************************************
   FOOTER
************************************************* */

.footer {
	background-image: url(../images/footer-bg.gif);
	background-repeat: repeat-x;
	background-color: #B8601B;
	display: block;
	height: 71px;
	padding: 0;
	margin: 0;
}

	.footer .text {
		background-image: url(../images/footer-text.gif);
		background-repeat: no-repeat;
		display: block;
		height: 71px;
		width: 526px;
		padding: 0;
		margin: 0 auto;
	}

.base {
	background-image: url(../images/base-bg.gif);
	background-repeat: repeat-x;
	background-color: #444;
	display: block;
	height: 45px;
	padding: 0;
	margin: 0;
}


/* *************************************************
   BLOG
************************************************* */


.postdate {
	font-family: "Trebuchet MS";
	background-image: url(../images/date-bg.gif);
	background-repeat: repeat-x;
	background-color: #A93B03;
	border-bottom: 5px solid #7D2A00;
	color: #FFF;
	display: block;
	margin: 15px 0px;
	width: 65px;
}

	.postmonth, .postyear {
		font-size: 10px;
		text-align: center;
	}

	.postday {
		font-size: 35px;
		text-align: center;
	}



.postdetail {
	display: block;
	float: right;
	width: 520px;
}

	.postsubject {
		font-family: Georgia, Garamond, Serif;
		font-size: 18px;
		color: #A93B03;
		display: block;
		padding: 20px 0 5px 0;
		margin: 0 0 5px 0;
		border-bottom: 1px solid #E0C29A;
	}

	.posttime {
		font-family: Georgia, Garamond, Serif;
		font-size: 10px;
		text-transform: uppercase;
		color: #997748;
		font-weight: bold;
		display: block;
	}

.postentry {
	clear: both;
}