@charset "UTF-8";
/* CSS Document */

* html, * body {
	margin: 0;
	padding: 0;
}
body {
	background: #000 url(/img/stripe.png);
	color: #333;
	font: small Verdana, Arial, Helvetica, sans-serif;
	line-height: 150%;
	height: 100%;
}
#header {
	background: transparent url(/img/banner.png) top left no-repeat;
	height: 165px;
	margin: 0 auto;
	position: relative;
	width: 924px;
	z-index: 30;
}
html {
	height: 100%;
	margin-bottom: 1px;
}

* html #wrapper
{
	height: 100%;
}
div#wrapper {
	min-height: 100%;
	position: relative;
}
* {
	margin: 0;
	padding: 0;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
 
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#wrapper {
	background-color: #fff;
	margin: 0 auto;
	position: relative;
	width: 802px;
	z-index: 10;
}
#nav_wrap {
	background: #efd18b url(/img/nav_bg.jpg) bottom left repeat-x;
	float: left;
	height: 200px;
	margin-top: -20px;
	position: relative;
	width: 200px;
	z-index: 20;
}
#nav_wrap ul {
	font-size: 90%;
	list-style: none;
	margin: 12px 0 0 20px;
}
#nav_wrap li {
	margin-bottom: 4px;
}
#image_wrap {
	margin: -20px 0 12px 200px;
	position: relative;
	z-index: 20;
}
#story {
	margin-left: 212px;
	padding-bottom: 60px;
	width: 570px;
}
#story ul {
	margin: 0 0 12px 36px;
	list-position: inside;
}
p {
	margin-bottom: 12px;
}
#specialties {
	background: transparent url(/img/sidebar_top.gif) top left no-repeat;
	font-size: 90%;
	float: right;
	padding-top: 12px;
	margin: 0 0 4px 8px;
	width: 150px;
}
#specialties ul {
	background: transparent url(/img/sidebar_bottom.gif) bottom left no-repeat;
	list-style-position: inside;
	margin-left: 0;
	padding-bottom: 40px;
	width: 150px;
}
#specialties li {
	font-style: italic;
	margin-left: 20px;
}	
#specialties span {
	display: block;
	font-weight: 570;
	margin-top: 24px;
	text-align: center;
	width: 150px;
}
#featured_wrap {
	background: #faf6ec url(/img/featured_bg.jpg) bottom left repeat-x;
	border: 1px solid #999;
	float: left;
	font-size: 90%;
	padding: 12px;
	width: 546px;
}
#featured_wrap dl {
	float: left;
	margin-bottom: 12px;
}
#featured_wrap dt {
	float: right;
	width: 402px;
}
dd.image {
	background-color: #fff;
	border: 1px solid #999;
	float: left;
	margin-right: 8px;
	padding: 3px;
}
dd.image img {
	float: left;
}
#footer {
	background-color: #f9eed3;
	border-top: 1px solid #ccc;
	color: #666;
	font-size: 85%;
	height: 48px;
	line-height: 140%;
	margin: -49px auto 0 auto;
	position: relative;
	text-align: center;
	width: 802px;
	z-index: 10;
}
#footer span {
	display: block;
	padding-top: 10px;
}


h2, h3 {
	color: #682c85;
	line-height: 110%;
	margin-bottom: 8px;
}


#header a {
	display: block;
	height: 130px;
	margin-left: 63px;
	width: 280px;
}



a {
	color: #da2523;
	text-decoration: none;
}
a:visited {
	color: #682c85;
}
a:hover {
	color: #682c85;
}
#nav_wrap a:visited {
	color: #da2523;
}

#form_wrap {
	margin: 0 auto;
	width: 400px;
}
form {
	margin-top: 20px;
}
.input_wrap, .textarea_wrap {
	clear: both;
	margin-bottom: 8px;
}
.input_wrap label, .textarea_wrap label {
	display: block;
	float: left;
	margin-right: 10px;
	width: 80px;
}
.input_wrap input {
	border: 1px solid #666;
}
input:focus, textarea:focus {
	background-color: #ffffba;
}
.textarea_wrap {
	float: left;
	margin-top: 12px;
}
textarea {
	border: 1px solid #666;
}
fieldset {
	background: #faf6ec;
	border: 1px solid #666;
	float: left;
	margin: 6px 0;
	padding: 8px;
	width: 400px;
}
#column1, #column2 {
	float: left;
	width: 200px;
}
.submit {
	clear: left;
	margin: 12px 5px 0 0;
}
#column1 div, #column2 div {
	margin-bottom: 8px;
}