/* Reset */


html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

.clear {
	clear: both;
}
	
/* Global Styles */


body {
	background: url(body-bg.jpg) repeat-x #e9cba5;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #101010;
}

#wrapper {
	width: 1000px;
	background: url(content-bg.jpg) repeat-y #fff;
	margin: 0 auto;
	height: 100%;
}

#header {
	height: 259px;
}

h1 {
	font-size: 1.9em;
	margin-bottom: 12px;
	color: #33152f;
	font-weight: bold;
}

h2 {
	font-size: 1.6em;
	margin-bottom: 6px;
	margin-top: 6px;
	font-weight: bold;
}


h3 {
	font-size: 1.4em;
	margin-bottom: 6px;
	line-height: 1.5em;
	margin-top: 6px;
	color: #33152f;
	font-weight: bold;
}

h4 {
	font-size: 1.2em;
	margin-bottom: 4px;
	margin-top: 6px;
	font-weight: bold;
}

h5 {
	font-size: 1.1em;
	margin-bottom: 4px;
	margin-top: 6px;
}


p {
	font-size: 14px;
	line-height: 1.5em;
	padding-bottom: 10px;
	
}

a {
	color: #33152f;
	text-decoration: none;
}

a:hover {
	color: #33152f;
	text-decoration: underline;
}

.main {
	width: 690px;
	padding-right: 10px;
	margin-left: 50px;
	float: left;
	min-height: 650px;
}

.sidebar {
	width: 160px;
	margin-right: 40px;
	float: left;
}

.main ul {
	margin: 10px 0;
}
.main li {
	list-style: disc;
	padding-bottom: 4px;
	line-height: 1.5em;
	margin-left: 40px;
}

img.inline {
	float: right;
	margin: 0px 15px 15px 15px;
	padding: 3px;
	border: solid 1px #ffffff;
}

img.callout {
	margin-bottom: 15px;
}

img.hr {
	margin: 10px 0px;
}


.footer {
	height: 70px;
	width: 950px;
	padding-left: 50px;
	font-weight: bold;
}



/* Contact Form */

.fieldblock {
	margin-top: 12px;
}

.fieldblock label {
	color: #33152f;
	line-height: 1.1em;
	font-size: 1.2em;
}

.fieldblock label.error {
	color: #cc0000;
	line-height: 1.3em;
	font-size: 0.9em;
	background: #d5d5d5;
	border: solid 1px #ccc;
	}

input.submit {
	margin-top: 12px;
	margin-bottom: 40px;
}

.input input {
	width: 200px;
	background: #ffffff;
	border: 1px #eee solid;
	margin-bottom: 6px;
	color: #474747;
}

span.check {
	padding-left: 6px;
}

.box input {
	margin: 12px 0px 6px 6px;
}
