@charset "utf-8";

/* CSS Reset */
/*
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,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
} */

/* design stuff */

* {
	margin: 0;
}
html, body {
	height: 100%;
	background: url(img/grain_mid.jpg);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	color: #6c6052;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -80px;
	position: relative;
}

.footer {
	background: url(img/footerbg.jpg) no-repeat top left;
	height: 80px;
	width: 1000px;
	color: #645842;
	font-size: 90%;
	font-style: italic;
}

a {
	color: #b48437;
	text-decoration: none;
}

a:hover {
	color: #362403;
	text-decoration: underline;
}

#clientlogin {
	color: #c7bba6;
	background: #352b1c;
}

#contactform {
	color: #c7bba6;
	background: #352b1c;
	z-index: 1000;
}

#button_contactform {
	width: 92px;
	height: 24px;
	float: left;
	margin: 0 3px 0 0;
	background: url(img/buttons/contactform.jpg) top no-repeat;
}

#button_contactform:hover {
	background: url(img/buttons/contactform.jpg) bottom no-repeat;
}


#button_clientlogin {
	width: 82px;
	height: 24px;
	float: left;
	background: url(img/buttons/clientlogin.jpg) top no-repeat;
}

#button_clientlogin:hover {
	background: url(img/buttons/clientlogin.jpg) bottom no-repeat;
}


.footerpad {
	padding: 25px 25px 0px 50px;
}

.footer a {
	color: #67460c;
	text-decoration: none;
	padding: 0 15px 0 0;
}

.footer a:hover {
	color: #000000;
	text-decoration: underline;
}

.footerpush {
	height: 80px;
}

.topbar {
	height:6px;
	background: #352b1c;
}

.header {
	height: 130px;
	background: url(img/headerbg.jpg) no-repeat top left;
	width: 1000px;
}

.subheadbg {
	background: url(img/subheadbg_bottom.jpg) no-repeat bottom left;
}

.subhead {
	background: url(img/subheadbg_top.jpg) no-repeat top left;
	min-height: 170px;
	height: auto !important;
	height: 170px;
	width: 1000px;
	line-height: 1.35em;
}

.contentbg {
	background: url(img/contentbg_bottom.jpg) no-repeat bottom left;
}

.content {
	background: url(img/contentbg_top.jpg) no-repeat top left;
	min-height: 535px;
	height: auto !important;
	height: 535px;
	width: 1000px;
}

.topbarpad {
	padding: 25px 25px 19px 25px;
}

.mainpadding {
	padding: 0 25px 0 25px;
}

.indent15 {
	padding: 0 0 0 15px;
}

.clear {
	clear:both;
}

.sidebuttons {
	float: right;
	margin: 0 25px 0 0;
}

.goldtext {
	color: #b58800;
}

.contactinfo {
	margin: 0;
	padding: 5px 0 0 490px;
	font-size: 8pt;
}

.contactheading {
	float:left;
	display: inline;
}

.contactpadding {
	padding: 10px 30px 0 0;
	display: block;
	float: left;
}

/* sub header pieces */
.subheadwho {
	width: 450px;
	float: left;
	margin: 0 25px 0 0;
	padding: 0 0 10px 0;
}

.subheadwho p {
	margin: 0;
	padding: 0 0 15px 15px;
}

.subheadright {
	float:left;
	width: 475px;
}

.subheadwhat {
	width: 225px;
	float: left;
	margin: 0 25px 0 0;
}

.subheadprojects {
	width: 225px;
	float: left;
}

.subheadtestimonial {
	padding: 0 0 30px 0;
}

.subheadhoribar {
	border-top: 1px dashed #ad996f;
	height: 25px;
	margin: 30px 0 0 0;
}

.subheadtestimonial img {
	float: left;
}

.subheadtestimonial blockquote {
	padding: 10px 0 0 40px;
}

.subheadtestimonial cite {
	display:block;
	text-align: right;
	padding: 0 10px 0 0;
}


/* headers */
h1 {
	display: block;
	padding: 20px 0 0 25px;
}

h1 img {
	border: 0px;
}

h2 {
	display: block;
	padding: 20px 0 5px 0;
}

h2.contenthead {
	display: block;
	padding: 0 0 0 25px;
}

h3 {
	color:#b48437;
	font-size: 105%;
}

/* portfolio block */
.pblockouter {
	background:url(img/grain_dark.jpg);
	padding: 10px;
}

.pblockspace {
	height: 30px;
}

.pblock {
	background:url(img/grain_light.jpg);
	padding: 10px
}

.pblock img {
	border: 0;
}

.pblockpad {
	padding: 15px 15px 5px 15px;
}

.pblocklinks {
	font-size: 9pt;
	font-style: italic;
	padding: 15px 0 0 0;
}


/* sub header list */
.subheadlist ul, .subheadlist li {
	list-style: none;
	margin: 0;
	padding: 0 0 2px 0;
}

.subheadlist a {
	color: #6c6052;
	text-decoration: none;
}

.subheadlist a:hover {
	color: #000000;
}

.subheadplus {
	color: #b58800;
	font-weight: bold;
	padding: 0 0 0 15px;
}

/* contact form */
input[type=text] {
	background: #3f3628;
	border: 1px dashed #7e705c;
	color: #c4baab;
	font-size: 9pt;
	padding: 4px;
	width: 450px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

textarea {
	background: #3f3628;
	border: 1px dashed #7e705c;
	color: #c4baab;
	font-size: 9pt;
	padding: 4px;
	width: 450px;
	height: 100px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.contactformleft {
	width: 510px;
	display: inline;
	float:left;
}

.contactformright em {
	color: #a1937f;
	display: block;
	font-size: 9pt;
}

.contactformright {
	padding: 15px 0 0 0;
	width: 500px;
	float: left;
	display: inline;
	margin: 0 0 0 -25px;
}

label {
	display: block;
	margin: 0 0 3px 0;
}

.contactform {
	margin: 0 0 15px 0;
}

.contactformsubmit {
	margin: 0 0 0 0;
	text-align: right;
}