/* Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Styles
-------------------------------------------------------------- */

body, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
}

body,form,h1,h2,h3 {
	padding:0;
	margin:0;
}

#header {
	background-image:url(/images/fern2.jpg);
	background-repeat:no-repeat;
	height:100px;
}

#headerContent {
	margin-left:250px;
	padding-top:15px;
}

#headerContent span {
	color:#000;
	font-size:24px;
	text-shadow: #aaa 0px 1px 1px;
	display:block;
	margin-bottom:5px;
}

#headerContent h1 {
	color:#000;
	font-size:38px;
	text-shadow: #aaa 0px 1px 1px;
}

#primary {
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color:#f0f0f0;
	color:#000;
}

div.panel h2 {
	color:#000;
	text-shadow: #aaa 0px 1px 1px;
	float:left;
	width:200px;
	text-align:right;
	font-size:28px;
	padding:30px 0;
}

div.panel .panelInfo {
	margin-left:250px;
	font-size:18px;
	width:600px;
	padding:30px 0;
	line-height:28px;
}

.panelInfo p {
	padding-bottom:20px;
}

#primary .panelInfo strong {
	background-color:#ddd;
	padding:3px;
}

#contactForm {
	background-color:#eee;
	padding:20px;
}

#contactForm li {
	margin-bottom:10px;
}

#contactForm input {
	width:500px;
}

#contactForm textarea {
	width:500px;
	height:200px;
}

#contactForm input,
#contactForm textarea,
#contactForm button {
	font-size:18px;
	padding:5px;
}

#contactMessage {
	color:#800;
	background-color:#ff0;
	padding:5px;
	width:500px;
	margin-bottom:10px;
}


/*
#contactForm label {
	display:block;
}

#name, #email {
	width:30em;	
}

#message {
	width: 30em;
	height: 10em;
}

.highlight {
	background-color:yellow;
}

*/
