/* CSS Resets */

tml, 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;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1;
}

ol, ul {
	list-style:inside;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}


table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

strong {
	font-weight:bold;
}

/* Typography */

* {
	color:#333;
	font-family:"Times New Roman", Times, serif;
}

h1, h2, h3, h4, h5, h6, p {
	margin-bottom:15px;
}

p {
	font-size:85%;
	line-height:140%;
}

.no_margin {
	margin:0;
}

a:hover {
	text-decoration:none;
}

/* Floats */

.right {
	float:right;
}

.left {
	float:left;
}

/* Layout */

body {
	background:url(../images/body_back.jpg) no-repeat top right #E8E2D7;
}

#container {
	width:678px;
	margin:10px auto;
}

/* Header */

#header {
	background:url(../images/header_back.png) no-repeat top;
	padding:14px 14px 0 14px;
	height:170px;
	text-align:center;
}

#header h1 {
	background:url(../images/logo.jpg) no-repeat;
	display:block;
	width:129px;
	height:170px;
	text-indent:-9999px;
	margin:0 auto;
}

/* Content */

#content {
	background:url(../images/content_back.png) repeat-y;
	padding:25px 42px;
	overflow:hidden;
}

#content_bottom {
	background:url(../images/content_bottom.png) no-repeat;
	width:678px;
	height:20px;
	display:block;
}

#intro {
	background:url(../images/intro.gif) no-repeat;
	display:block;
	width:224px;
	height:65px;
	text-indent:-9999px;	
}

#more {
	background:url(../images/more.gif) no-repeat;
	width:600px;
	height:63px;
	display:block;
	text-indent:-9999px;
	margin-top:30px;
}

/* Form */

form {
	margin-bottom:15px;
}

fieldset {
	border:1px solid #4C3628;
}

legend {
	padding:0 5px;
	font-style:italic;
	margin-left:20px;
}

fieldset span {
	position:relative;
}

div.pad {
	padding:20px;
	overflow:hidden;
}

label {
	left:6px;
	top:3px;
    position:absolute;
	font-size:90%;
	vertical-align:top;
}

#message_label {
	top:6px;
	position:inherit;
}

input[type="text"] {
	border:1px solid #4C3628;
	width:255px;
	padding:4px 5px;
	margin-bottom:10px;
}

textarea {
	border:1px solid #4C3628;
	width:255px;
	height:88px;
	padding:4px 5px;
	margin-bottom:10px;
	margin-top:-16px;
	font-size:80%;
}

#submit {
	background:url(../images/submit_button.png) no-repeat;
	border:none;
	width:99px;
	height:27px;
	text-indent:-9999px;
	text-transform:capitalize;
	float:right;
	cursor:pointer;
	margin-top:10px;
}

#submit:hover {
	background-position:0 -27px;
}
