html, body {
	padding: 0;
	margin: 0;
	background-color: #D9EBDC;
}

a {
	color: #66956F;
}

h4 {
	color: #66956F;
	font-size: medium;
}

#headerbar {
	padding: 7px;
	background-color: #685238;
	border-color: #CDA23A;
	border-style: solid;
	border-width: 0 0 5px 0;
	text-align: center;	
	white-space: nowrap;
	min-width: 950px;
}

#logowhite { display: none }

#container {
	margin: 0 auto;
	width: 950px;
	background: #FFF url('../graphics/sageedge.gif') repeat-y top left;
}

#navigation {
	float: left;
	width: 180px;
}

#navigation a img {
	margin: 12px 0 0 0; 
}

#navigation a {
	display: block;
}

#contentwrap {
	float: right;
	width: 100%;
	margin-left: -220px;
}

#tagline {
	text-align: right;
	background: url('../graphics/tagrule.gif') repeat-x 0 24px;
}

#content {
	margin-left: 220px;
	padding: 16px 40px 40px 0;
	/* background: url('../graphics/tagline.gif') no-repeat top right; */
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
}

#bigimg { border: 1px solid #000 }

#footer {
	clear: both;
	padding: 8px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #66956F;
	text-align: center;
}

#footer span {
	margin: 0 10px;
}

/* page-specific */

#indexrandom {
	text-align: center;
}

#porttier1 {
	font-weight: bold;
}

#portnav div, #portfolio {
	clear: both;
}

#portnav div a {
	display: block;
	float: left;
	margin: 5px 24px 5px 0;
	padding-bottom: 12px;
	text-decoration: none;
}

.portactive { background: url('../graphics/portarrow.gif') no-repeat bottom center }

.portnote {
	clear: both;
	font-style: italic;
}

#portfolio {
	margin-top: 22px;
	height: 400px;
}

#portfolio div { float: left }

.portthumbs {
	padding-right: 10px;
}

.portthumbs a {
	display: block;
	margin-bottom: 10px;
	border: 1px solid #000;
	text-align: center;
}

.portthumbs a:hover { border-color: #FFF }

#portimg {
	text-align: center;
	padding-left: 10px;
}

#testimonials div {
	padding: 6px 0 30px 32px;
	background: url('../graphics/quote.gif') no-repeat top left;
}

#testimonials span {
	display: block;
	margin-top: 10px;
	padding-right: 25px;
	color: #66956F;
	text-align: right;
	font-style: italic;
}

#media img {
	margin-right: 10px;
}

#contactform td {
	white-space: nowrap;
}

input,textarea {
	padding: 2px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
}

.img_right {
	float: right;
	margin: 16px 4px 16px 16px;
	border: 1px solid #000;
}

.submit {
	margin: 10px;
}

.show {}
.hide { display: none }