@charset "utf-8";

* { 
	margin: 0px;
	padding: 0px;
	outline: none;
	border: 0px;
	text-decoration:none;
}
body {
	font: normal 11px "Lucida Grande", Arial, Helvetica, sans-serif;
}
.hide {
	display: none;
}
.weburl {
	color: #999;
	font-weight: normal;
	font-size: 12px;
	padding-left: 20px;
}
td {
	padding: 2px;	
}
hr {
	display: none;
}
.invite {
	display: none;
}
#printheader {
	font-size: 14px;
	margin-bottom: 40px;
}
#printheader h2 {
	margin-bottom: 15px;
	font-size: 18px;
	border-bottom: 1px solid #EEE;
	padding-bottom: 5px;
}
#printheader a {
	color: #000;	
}
.button {
	background: url("../images/tabs.jpg") top center repeat-x;
	padding: 2px;
	border: 1px solid #C7C7C7;
	color: #666;
}
blockquote {
	display: block;
	padding: 0 25px;
	width: 550px;
	margin-top: 50px;
	color: #666;
	margin-left: 15px;
	clear: both;
}
blockquote > p > img {
	float: left;
	margin-top: -20px;
	margin-right: 15px;
	margin-left: 15px;
}
blockquote p {
	float: right;
	padding-left: 0px;
}
blockquote:before, blockquote:after {
	color: #CCC;
	display: block;
	font-size: 700%;
	width: 0px;
}
blockquote:before {
	content: open-quote;
	height: 0;
	margin-left: -0.55em;
}
blockquote:after {
	content: close-quote;
	height: 40px;
	margin-top: 0px;
	margin-left: 600px;
}
blockquote i {
	color: #999;
	margin-top: 7px;
	display: block;
}
#wrapper {
	margin:0 auto;
	width:700px;
}
#header {
	display: none;
}
#contentwrapper {
	position: absolute;
}
#homeimage {
	display: none;	
}
.biopic {
	border: 6px solid #DDD;
}
.floatleft {
	margin-bottom: 45px;
}
.floatright {
	color: #999;
	clear: both;
	text-align:center;
	margin-bottom: 45px;
}
.linespace {
	line-height: 20px;
}
.clear {
	height: 12px;
}
.contactme {
	color: #888;
	clear: left;
	padding-top: 20px;
	line-height: 18px;
}
.contactme > p > a {
	color: #888;
}
.contactme > p > b {
	color: #555;
}
.contactme img {
	float: left;
	border: 4px silid #666;
}
#menu {
	display: none;	
}
#frame {
	margin: 0px auto;
	width: 700px;
	position: relative;
}
#scroller {
	width: 700px;
	margin: 0px auto;	
}
#content {
	width: 700px;
}
#footer {
	display: none;
}
.section {
	width: 700px;
	clear: both;
	page-break-before:always;
}
.section p {
	font-size: 14px;
}
.section h2 {
	margin-bottom: 15px;
	font-size: 18px;
	border-bottom: 1px solid #EEE;
	padding-bottom: 5px;
}
.mdtext {
	color: #5F7844;
}
.gallerytitle {
	padding-bottom: 5px;	
}
.contacttitle {
	display: none;	
}
.contact {
	display: none;
}
.gallery {
	padding: 10px;
	width: 700px;
	height: 235px;
}
.gallery ul { 
	list-style: none; 
}
.gallery ul li { 
	display: inline; 
}
.gallery ul img {
	border: 5px solid #DDD;
	border-width: 5px;
}
.gallery ul a:hover img {
	border: 5px solid #BBD3A1;
	border-width: 5px;
	color: #fff;
}
.gallery ul a:hover { 
	color: #fff;
}


#sectionerror {
	color: #CB6C1B;
	text-indent: 95px;
	padding-bottom: 3px;
}
.inputfield {
	background-color:#FFF !important;
	border: 1px solid #C7C7C7 !important;
	color: #666 !important;
	width: 300px;
	margin: 0px !important;
	padding: 2px 1px 2px 1px !important;
	font-size: 11px !important;
	outline: none !important;
	font-family:Arial, Helvetica, sans-serif;
}
.textarea {
	background-color:#FFF !important;
	border: 1px solid #C7C7C7 !important;
	color: #666 !important;
	width: 300px;
	height: 50px;
	margin: 0px !important;
	padding: 1px !important;
	font-size: 11px !important;
	outline: none !important;
	font-family:Arial, Helvetica, sans-serif;
}
.inputfield:focus, .inputfield.sfocus, textarea:focus, textarea.sfocus {
	border: 1px solid #8A8A8A !important;
	outline: none !important;
}
.dhx_combo_box.inputerror,
.inputfield.inputerror,
.inputfield.inputerror.sfocus,
.inputfield.inputerror:focus,
.textarea.inputerror,
.textarea.inputerror.sfocus,
.textarea.inputerror:focus {
	border: 1px solid #5F7844 !important;
	background-color: #EBF0E5 !important;
}
