@charset "utf-8";

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #49691d;
	margin: 0px;
}
img {
	border: 0px none;
}

h1, h2 {
	margin-top: 0;
	clear: both;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.2em;
}
.profiles h3 {
	font-size: 1.1em;
	text-decoration: underline;
	margin: 0;
	padding: 0;
}
p {
	margin: 1em 0;
}
.content a, a.linkstyle, .footlinks a {
	color: #681d23;
	text-decoration: none;
	outline: none;
	margin: -1px -3px;
	padding: 1px 3px;
}
.content a:hover, a.linkstyle:hover, .footlinks a:hover {
	color: #ffffe8;
	background-color: #3a520a;
	opacity: 0.7;
	*filter: alpha(opacity=70);
}




#container {
	height: 688px;
	width: 928px;
	font: 14px "Times New Roman", Times, serif;
	color: #49691d;
	background: url(../images/bg_shadow.gif) no-repeat;
	margin: 4px auto 0;
	padding: 0 6px 11px;
}
.container-bg {
	height: 656px;
	width: 928px;
	background: #f0f0d3;
	padding: 16px 0;
}
.frame  {
	height: 656px;
	width: 897px;
	background: url(../images/frame.gif) no-repeat;
	margin: 0 auto;
}
.frame #corner-tl, .frame #corner-tr, .frame #corner-bl, .frame #corner-br {
	position: absolute;
	z-index: 1050;
}
.frame #corner-tl {
	height: 109px;
	width: 106px;
	background: url(../images/frame_tl.png) no-repeat;
}
.frame #corner-tr {
	height: 106px;
	width: 108px;
	background: url(../images/frame_tr.png) no-repeat;
	margin-left: 789px;
}
.frame #corner-bl {
	height: 109px;
	width: 107px;
	background: url(../images/frame_bl.png) no-repeat;
	margin-top: 547px;
}
.frame #corner-br {
	height: 106px;
	width: 108px;
	background: url(../images/frame_br.png) no-repeat;
	margin-top: 550px;
	margin-left: 789px;
}
.header {
	z-index: 1000;
	position: absolute;
	height: 225px;
	width: 818px;
	background: #FFFFEA no-repeat left 50%;
	margin: 10px 10px 0;
	padding: 25px 30px 0;
}
.header#bg01   {
	background: #ffffea url(../images/bg_header_01.jpg) no-repeat;
}
.header #logo {
	height: 208px;
	width: 232px;
	background: url(../images/logo.png) no-repeat;
	float: left;
	margin-right: 1em;
	position: relative;
	z-index: 1010;
}
.header #contact {
	opacity: 0.7;
	*filter: alpha(opacity=70);
	background: #3a520a;
	padding: 6px 14px;
	clear: right;
	position: absolute;
	bottom: 0px;
	right: 0px;
	color: #ffffe8;
	text-align: center;
	font-variant: small-caps;
	z-index: 1010;
}
.header #contact strong {
	font-weight: normal;
	font-size: 16px;
}
.header #quote {
	width: 375px;
	position: absolute;
	bottom: 0px;
	left: 215px;
}
.header #quote p {
	/* hiding see-through bg for quote
	background-image: url(../images/bg_quote.png);
	border: 1px solid #FFFFFF;*/
	font-style: italic;
	font-weight: bold;
	padding: 7px 25px;
}
.header #architect-link {
	position: absolute;
	bottom: 0.5em;
	left: 200px;
	font-size: 1.3em;
}
.header #architect-link a {
	color: #ff0000;
	text-decoration: none;
}


.nav {
	width: 878px;
	height: 22px;
	background-color: #ffffe8;
	margin: 260px 10px 0;
	border-top: 4px solid #000000;
	border-bottom: 1px solid #000000;
	text-align: center;
	color: #000000;
	font-weight: bold;
	position: absolute;
	z-index: 1050;
}
.content {
	width: 878px;
	height: 360px;
	margin: 287px 10px 0;
	background: url(../images/bg_gradient.png) repeat-y 100%;
	position: absolute;
	z-index: 1040;
	overflow: hidden;
	overflow-y: auto;
}
#mdc_logo {
	float: left;
	margin: -12px 0 0 -140px;
}

#compass {
	height: 90px;
	width: 90px;
	background: url(../images/compass.jpg) no-repeat;
	float: right;
	margin: 15px;
}
#home_content {
	padding: 1em 1em 1em 335px;
}

#home_gallery {
	width: 480px;
	height: 360px;
	margin: 287px 0 0 10px;
	position: absolute;
	z-index: 1020;
	overflow: hidden;
}
#inner_gallery {

}
#inner_gallery p {
	white-space: nowrap;
}



#inner_content {
	margin: 1em;
	padding: 0 1.2em 2em;
}




.column	{
}

ul.buttons {
	width: auto;
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	top: -1em;
}
ul.buttons li {
	margin: 0 0 0 -1px;
	padding: 0;
	float: left;
	position: relative;
}
ul.buttons li a {
	opacity: 0.6;
	*filter: alpha(opacity=60);
	display: block;
	float: left;
	cursor: pointer;
	padding: 0.2em 0.8em;
	margin: 0px;
	font-weight: bold;
	color: #ffffe8;
	background-color: #3a520a;
	border-top: 0px none;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}
ul.buttons li a:hover {
	opacity: 0.7;
	*filter: alpha(opacity=70);
}

.float-rt {
	float: right;
	margin: 0 0 1em 1em;
}
.float-lt {
	float: left;
	margin: 0 1em 1em 0;
}

.open-quote {
	width: 0.4em;
	float: left;
	font: 4em Georgia, "Times New Roman", Times, serif;
	margin: -8px 2px -36px 0;
	opacity: 0.5;
	*filter: alpha(opacity=50);
}

ul.dynalist {
	list-style-type: none;
	margin: 0 0 1em 0;
	padding: 0;
	display: inline-block;
}
ul.dynalist a {
	display: block;
	border: 1px solid #575757;
	padding: 0.4em;
	height: 50px;
	overflow: hidden;
	font-size: 0.8em;
	line-height: 13px;
}
ul.dynalist a:hover {
	color: #ffffe8;
}
ul.dynalist a.autoheight {
	height: auto;
	min-height: 50px;
	max-height: auto;
	white-space: nowrap;
}

ul.dynalist img {
	float: left;
	border-width: 0;
	border-style: none;
	margin-right: 0.5em;
}
ul.dynalist h2 {
	margin: 0px;
	padding: 5px 5px 0 5px;
	clear: none;
	font-size: 1.3em;
	line-height: 20px;
	display: block;
	float: left;
}
ul.dynalist.newslist h2 {
	font-size: 1.2em;
}


ul.dynalist h3 {
	font-weight: bold;
	font-size: 1em;
	margin: 0;
	padding: 5px 0 0;
	line-height: 20px;
}


ul.dynalist li {
	margin: 0 0.5em 1em;
	float: left;
	position: relative;
	width: 48%;
	padding: 0;
}
ul.dynalist li.autowidth {
	width: auto;
}
ul.dynalist li.ad {
	text-align: center;
}
ul.dynalist li.ad img {
	float: none;
	height: 125px;
	width: auto;
	margin: 0px;
}




form.dynaform {
	font-size: 1em;
	margin: 0;
	padding: 0;
}
form.dynaform div.formgroup {
	float: left;
}
form.dynaform label {
	display: block;  /* block float the labels to left column, set a width */
	float: left;
	width: 14em;
	padding: 0;
	margin: 10px 0 0; /* set top margin same as form.dynaform input - textarea etc. elements */
	text-align: right;
	font-weight: bold;
}
form.dynaform label.nowrap { 
	width: auto;
	clear: both;
}
form.dynaform label.zip { 
	width: 5em;
}
form.dynaform input, form.dynaform textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:18em;
	margin:8px 10px 0 10px; /* set margin on left of form.dynaform elements rather than right of
                              label aligns textarea better in IE */
}
form.dynaform input {
	height: 18px;
}
form.dynaform input#State {
	width: 4em;
}
form.dynaform input#ZipCode {
	width: 6.95em;
}
form.dynaform input#HowHeard, form.dynaform textarea#Comments {
	width: 90%;
}
form.dynaform input#submit {
	height: auto;
	width: auto;
	margin: 15px 0 0;
}
form.dynaform input#reset {
	height: auto;
	width: auto;
	margin-left: 0; /* set margin-left back to zero on reset button (set above) */
}
textarea {
	overflow: auto;
}
form.dynaform .required {
	font-weight: normal;
	color: #ff0000;
	font-style: italic;
	font-size: 80%;
	font-family: Arial, Helvetica, sans-serif; /* uses class instead of div, more efficient */
}
form.dynaform br {
	clear: left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
.iframe_margins {
	margin: 0px 1em;
}
.footlinks {
	list-style: none;
	font: bold 10px Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 2px 16px;
	position: relative;
	bottom: 7px;
	display: block;
	float: right;
}
.footlinks li {
	float: left;
}
.footlinks li a {
	margin: 0px 6px;
	padding: 5px;
	line-height: 21px;
	text-transform: uppercase;
}



#footer {
	margin: 0.5em auto;
	width: 928px;
	clear: both;
	text-align: center;
	font-size: 0.95em;
}
#sitemap {
	padding-left: 80px;
}
