/* @override http://www.paperstreet.com/test/fstrials-new/style.css */

* {
	margin: 0;
	padding: 0;
}

body {
	behavior: url("includes/inc.csshover.htc");
	font: 12px Arial, Helvetica, sans-serif;
	background: #7e9fbf url(images/bg.gif) repeat-x;
}

a, a:link, a:active, a:visited {
	color: #369;
	text-decoration: none;
}

img {
	border-style: none;
}

a:hover {
	color: #036;
	text-decoration: underline;
}

#logo {
	width: 760px;
	text-align: left;
	clear: both;
	height: 114px;
	margin-right: auto;
	margin-left: auto;
}

#content {
	width: 722px;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	margin: 0px auto;
	padding: 12px 0px 0px;
	height: auto;
	min-height: 500px;
	height: expression(
	  this.scrollHeight < 500? "500px" : "auto" );
	/*

Fix for IE min-height */
	background: #fff;
	position: relative;
}

#menu {
	height: 30px;
	width: 724px;
	margin: 0px auto;
	position: relative;
}

#body {
	padding: 0px 0px 30px;
	margin: 0px;
	width: 472px;
	left: 236px;
	top: 0px;
	height: auto;
	position: relative;
}

#footer {
	width: 684px;
	text-align: left;
	font-size: 10px;
	color: #fff;
	background: url(images/page_bottom.gif) no-repeat center top;
	margin: 0px auto;
	clear: both;
	padding: 30px 20px 20px;
}

#footer a {
	color: #fff;
	font-size: 10px;
	padding: 0px;
}

#sidebar {
	margin: 0px;
	padding: 0px;
	width: 212px;
	position: absolute;
	left: 12px;
	top: 12px;
	height: auto;
}

.formselect {
	width: 150px;
	font-size: 10px;
}

#options {
	padding-top: 20px;
	font-size: 10px;
}

.formwidth {
	width: 200px;
}

.boxContainer {
	margin: 0px 0px 12px;
	padding: 0px;
}

.boxTop {
	width: 212px;
	height: 19px;
	background: url(images/corners-gray-top.gif) no-repeat;
}

.boxBottom {
	width: 212px;
	height: 19px;
	background: url(images/corners-gray-btm.gif) no-repeat;
}

.boxMid {
	background: url(images/corners-gray-mid.gif) repeat-y;
	margin: 0px;
	padding: 0px;
}

.boxMid p, .boxMid ul {
	margin: 0px;
	padding: 0px 0px 0px 12px;
}

.boxMid li {
	margin: 0px;
	padding: 0px 0px 0px 12px;
	background: url(images/arrow.gif) no-repeat left top;
	list-style: none;
}

.boxMid h2 {
	margin: 0px;
	padding: 0px 0px 0px 12px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #4f4f4f;
}

.wtTop {
	width: 475px;
	height: 19px;
	background: url(images/wt_top.gif) no-repeat;
}

.wtBottom {
	width: 475px;
	height: 19px;
	background: url(images/wt_btm.gif) no-repeat;
}

.wt {
	background: url(images/wt_mid.gif) repeat-y left top;
	margin: 0px;
	padding: 0px 15px;
	width: 460px;
}

.wt p {
	margin: 0px 0px 10px;
	padding: 0px 20px 0px 0px;
	color: #605A54;
}

.wt ul {
	padding: 0px 20px 0px 36px;
	color: #605A54;
}

.wt ol {
	margin: 0px;
	padding: 0px 20px 12px 36px;
	color: #605A54;
}

.wt li {
	margin: 0px;
	padding: 0px 0px 12px;
}

.wt h1 {
	margin: 0px;
	padding: 0px;
}

.wt h2 {
	font-size: 14px;
	color: #369;
	margin: 0px;
	padding: 0px;
}

#header {
	height: 96px;
	width: 475px;
	background: url(images/header_bg.gif) no-repeat;
	margin: 0px;
	padding: 0px;
}

#header-disorders {
	height: 246px;
	width: 475px;
	margin: 0px;
	padding: 0px;
}

#header h1 {
	color: #4f4f4f;
	font: 24px/24px "Arial Narrow", Arial, Helvetica, sans-serif;
	padding: 20px 175px 0px 20px;
	margin: 0px;
}

.form-field {
	width: 170px;
}

.boxContainer div img {
	display: block;
}

form#participateForm {
	padding: 12px 12px 0px;
}

#participateForm input#name,
#participateForm input#email,
#participateForm input#phone {
	display: block;
	padding: 0px;
	margin-bottom: 2px;
	width: 185px;
	border-style: none;
	height: 23px;
}

#participateForm label {
	font-size: 10px;
	color: #4f4f4f;
	line-height: 10px;
	font-weight: bold;
}