/* Table of Contents:
	- Global Containers
	- Typography
	- Header Layout
	- Middle Layout
	- Footer Layout
*/

/* Global Containers
--------------------------------------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	text-shadow: rgba(0,0,0,.01) 0 0 0; /* Safari Font Smoothing Fix */
}

body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background: url(../img/green-texture.png) top center repeat;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear {
	clear: both;
}

div.container, #footer {
	width: 920px;
	margin: 0 auto;
	text-align: left;
}

div.container:after {
	content: ".";  
	display: block; 
	height:  0;  
	clear: both; 
	visibility: hidden;
}

.none {
	display: none;
}

/* Typography
--------------------------------------------------------------------------------------- */

a, a:link, a:active {
	color: #8d5227;
}

a:hover {
	color: #771c7d;
}

a:visited {
	color: #bb977d;
}

a img {
	border: 0;
}

.about {
	color: #781d7e;
}

.services {
	color: #958900;
}

.gallery {
	color: #8e5328;
}

.clients {
	color: #cfc487;
}

.qa {
	color: #644421;
}

.give {
	color: #dba848;
}

h2.news {
	color: #781d7e;
}

/* Header Layout
--------------------------------------------------------------------------------------- */
#header {
	background: url(../img/header-bg.png) top center repeat-x;
	height: 150px;
	width: 100%;
}

h1 img {
	margin: 19px 0 0 0;
	float: left;
}

h1 span {
	visibility: hidden;
	position: absolute;
}

#nav {
	font-size: 13px;
	list-style: none;
	float: right;
	margin: 40px 0 0 0;
}

#nav li {
	float: left;
}

#nav a {
	display: block;
	width: 52px;
	height: 70px;
	margin: 0 0 0 12px;
	text-decoration: none;
	text-align: center;
	background: url(../img/nav-icons.png) bottom left no-repeat;
}

#nav a.about {
	background-position: bottom left;
}

#nav a.services {
	background-position: -52px 18px;
}

#nav a.gallery {
	background-position: -104px 18px;
}

#nav a.clients {
	background-position: -156px 18px;
}

#nav a.qa {
	background-position: -208px 18px;
}

#nav a.give {
	background-position: -260px 18px;
}
#nav a.blog {
	background-position: -312px 18px;
}

#nav a:hover {
	opacity: .5;
}

#nav li.current a {
	border-top: solid 12px #f6f3de;
}

/* Middle Layout
--------------------------------------------------------------------------------------- */
#content {
	width: 100%;
	background: #fff;
	border-top: dashed 1px #958900;
	border-bottom: solid 10px #781d7e;
}

#content div.container {
	padding-bottom: 20px;
}

h2 {
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	width: 70px;
	margin: 30px 20px 0 0;
	padding: 44px 0 0 0;
	float: left;
	display: inline;
	letter-spacing: 1px;
}

h2.about {
	background: url(../img/h2/h2-about.png) top center no-repeat;
}

h2.services {
	background: url(../img/h2/h2-services.png) top center no-repeat;
}

h2.gallery {
	background: url(../img/h2/h2-gallery.png) top center no-repeat;
}

h2.clients {
	background: url(../img/h2/h2-clients.png) top center no-repeat;
}

h2.qa {
	background: url(../img/h2/h2-qa.png) top center no-repeat;
}

h2.give {
	background: url(../img/h2/h2-give.png) top center no-repeat;
}

h2.news {
	background: url(../img/designcorner2.jpg) top center no-repeat;
	padding: 144px 0 0 0;
}

h2.news span {
	visibility: hidden;
}


h2.links {
	background: url(../img/links.gif) top center no-repeat;
	padding: 144px 0 0 0;
}

div.cols {
	float: left;
	width: 251px;
	margin: 24px 20px 4px 0;
	display: inline;
}

div.cols2 {
	float: left;
	width: 360px;
	margin: 2px 20px 4px 0;
	display: inline;
}

div.full {
	width: 522px;
}

div.cols ul {
	margin-left: 16px;
}

h3 {
	color: #958900;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	margin: 24px 0 2px 0;
	letter-spacing: 1px;
}

h3.services {
	font-size: 13px;
	color: #771c7d;
	font-weight: bold;
	letter-spacing: normal;
	margin-top: 0px;
	margin-bottom: 6px;

}

h3.news {
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 1px;
}

h4 {
	color: #771c7d;
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	margin: 6px 0 6px 0;
	letter-spacing: 1px;
}

p, ul, ol {
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 12px 0;
	color: #666;
}

p.serv  {
	margin-bottom: 8px;
}

p strong {
	color: #8e5328;
	font-weight: normal;
}

ul li, ol li {
	margin-bottom: 4px;
}

.center {
	text-align: center;
}

ul.testimonials {
	list-style: none;
}


ul.testimonials li {
	margin: 0 0 10px 0;
	background: url(../img/quotes-bg.png) top left no-repeat;
	padding: 10px 0 0 10px;
}

ul.testimonials-sm li {
	margin: 0 0 10px 0;
	background: url(../img/quotes-bg.png) top left no-repeat;
	padding: 0px 0 0 0px;
}

ul.testimonials li strong {
	display: block;
	color: #771c7d;
}

ul.testimonials-sm li strong {
	display: block;
	color: #771c7d;
}

ul.inline li strong {
	display: inline;
}

ul.news li {
	display: block;
	background: none;
}

ul.news li strong {
	font-size: 13px;
}

ol.news {
	color: #771c7d;
	margin-left: 36px;
	font-size: 14px;
	line-height: 26px;
}

ol.news i {
	color: #958900;
}

#beforeafter {
	background: url(../img/before-after-h3.png) top left no-repeat;
	font-size: 1px;
	line-height: 1px;
	width: 114px;
	height: 31px;
	margin: 76px 0 10px 0;
}

#beforeafter span {
	visibility: hidden;
}

#gallery {
	float: left;
	width: 830px;
}

#thumbs {
	list-style: none;
	line-height: 1px;
	width: 588px;
	float: right;
	margin: 30px 0 10px 40px;
}

#thumbs li {
	float: left;
	display: inline;
	margin: 0 0 10px 10px;
}

#gallery p, #give p {
	line-height: 20px;
}

#popup {
	width: 690px;
	margin: 0 auto;
	background: #f6f3de url(../img/gallery/popups-bg.png) bottom left no-repeat;
	text-align: left;
	padding-bottom: 1px;
	border-bottom: solid 10px #781d7e;
}

#popup img {
	margin-bottom: 11px;
}

#popup p {
	margin: 0 125px 11px 20px;
}

div.bg {
	background: url(../img/foliage-bg.png) bottom left no-repeat;
}

div.bgr {
	background: url(../img/foliage-bg.png) bottom right no-repeat;
}


#give {
	float: left;
	display: inline;
	margin-left: 60px;
	width: 770px;
}

#give h3 {
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 50px;
	margin-bottom: 12px;
}

#give h3 span {
	color: #dba747;
}

#give h3 b {
	color: #9b8975;
}

#give p.width {
	width: 360px;
}

#give h4 {
	color: #771c7d;
	text-transform: uppercase;
}

div.givebuttons {
	float: left;
	display: inline;
	background: url(../img/give/cert-bg.png) top left repeat-y;
	width: 223px;
	margin: 0 30px 20px 0;
}

div.givebuttons p {
	margin: 2px 10px;
}

div.givebuttons input {
	display: block;
}

#os0, #os1 {
	width: 194px;
}

#os1 {
	margin-bottom: 10px;
}

#paypal {
	clear: left;
	text-align: center;
	margin: 0 44px 0 0;
}

#success {
	border: solid 1px #948800;
	width: 500px;
	padding: 0;
	margin: 10px 0;
	background: #efecd9;
}

#success h4 {
	text-transform: none;
	background: #948800;
	color: #fff;
	margin: 0 0 10px 0;
	padding: 5px 20px;
}

#success p {
	margin: 0 20px 10px 20px;
}

div.privacy {
	width: 400px;
	float: left;
	display: inline;
	margin: 0 0 0 40px;
}

div.privacy h3 {
	font-weight: bold;
	margin: 40px 0 10px 0;
}

div.archive {
	width: 400px;
	float: left;
	display: inline;
	margin: 0 0 0 40px;
}

div.archive h3 {
	font-weight: bold;
	margin: 40px 0 10px 0;
}


/* CONTACT FORM
--------------------------------------------------------------------------------------- */
.required {
	color: #771c7d;
}

.tip {
	font-size: 11px;
	font-style: italic;
	text-align: right;
	margin-left: 180px;
}

#contact {
	display: block;
	border: dashed 1px #958900;
	width: 404px;
	padding: 10px 15px;
	margin: 20px 0;
	float: left;
	background: #f6f3de url(../img/header-bg.png) bottom right no-repeat;
}

#contact p {
	margin: 0 0 6px 0;
}

#contact p label {
	float: left;
	width: 75px;
	text-align: right;
	padding-right: 6px;
}

#contact p span {
	margin-left: 15px;
}

#contact p span label {
	float: none;
	width: auto;
	padding-right: 4px;
}

#contact input, #contact select, #contact legend, #contact label, #contact textarea {
	font-size: 12px;
}

#realname, #ADDRESS, #ADDRESS2, #email {
	width: 250px;
}

#CITY, #ZIP {
	width: 175px;
}

#PHONE, #FAX {
	width: 100px;
}

#STATE {
	width: 35px;
}

#ZIP {
	width: 75px;
}

#MESSAGE {
	width: 400px;
}

p.company {
	display: none;
}

#contact fieldset {
	width: 250px;
	margin: 0;
	padding: 0;
	border: none;
}

#contact fieldset legend {
	color: #000;
}

p.referral label {
	width: auto;
	margin: 2px 6px 0 0;
}

p.submit {
	margin: 8px 0 0 0;
}

p.submit input {
	font-weight: bold;
	font-size: 14px;
	width: 80px;
}




/* Footer Layout
--------------------------------------------------------------------------------------- */
#footer {
	padding: 6px 0 10px 0;
}

#footer p {
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	text-align: right;
	margin: 0 0 4px 0;
}

#footer p b {
	font-size: 16px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

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

#footer p.tagline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #781d7e;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#footer a.newslink {
	color: #fff;
	text-decoration: none;
}

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

#footer p.newslink {
	color: #781d7e;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	float: left;
	margin: 0 0 0 24px;
	text-transform: none;
	width: 205px;
	clear: left;
}


#footer #enews {
	float: left;
	width: 300px;
	margin: 2px 0 10px 0;
}

#footer #enews p {
	text-align: left;
	text-transform: uppercase;
	margin: 0 0 4px 0;
	line-height: 16px;
}

#footer #enews p input {
	font-family: Arial, Helvetica, sans-serif;
	border: solid 1px #781d7e;
	font-size: 12px;
	line-height: 14px;
	padding: 1px;
	margin: 0 0 2px 0;
}

#footer #enews p label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: none;
	width: 36px;
	float: left;
	text-align: right;
	margin: 0 2px 0 0;
}

#footer #enews p span label {
	float: none;
	margin-left: 8px;
}


#mce-EMAIL {
	width: 203px;
}

#mce-FNAME {
	width: 60px;
}

#mce-LNAME {
	width: 100px;
}

#subscribe {
	border: solid 1px #781d7e;
	color: #781d7e;
	background: #f6f3de;
	cursor: pointer;
	padding: 2px 4px;
	font-size: 12px;
	margin: 0 0 2px 38px;
}

#subscribe:hover {
	background: #cfc487;
}

p.belniak {
	clear: left;
	color: #f6f3de;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	margin: 2px 0 2px 0;
	text-align: center;
}	

p.belniak a {
	color: #fff;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	margin: 2px 0 2px 0;
	text-align: center;
}
