/* -- reset -- */

html,body,div,ul,ol,li, h1,h2,h3,h4,h5,h6,p { margin: 0; padding: 0; }

ul,li {list-style-type: none;}

h1,h2,h3,h4,h5,h6,em,strong { font-weight: normal; font-style: normal; }

img { border: none; }

a { text-decoration: none; }


.clear { clear: both; height: 0; line-height: 0;}



body {
	background: #E3E0D4;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}


#container_wrapper {
	width: 1030px;
	margin: 0 auto;
	background: url(img/wmw-wrap-shadow.png) repeat-y;
}


#container {
	width: 1000px;
	margin: 0 auto;
	background: #FFF;
}

#header {
	width: 900px;
	height: 50px;
	margin: 0 0 0 50px;
	padding: 50px 0 0 0;
}

#feature {
	width: 900px;
	height: 360px;
	margin: 0 0 30px 50px;
	padding: 5px 0 0 0;
	border-top: 2px #CCC dotted;
	border-bottom: 2px #CCC dotted;
}

#video {
	width: 570px;
	height: 355px;
	background: #900;
	float: left;
}

#welcome {
	width: 305px;
	height: 315px;
	margin: 0 0 0 10px;
	float: left;
	padding: 0 0 20px 15px;
	
}

#welcome h1 {
	font-size: 28px;
	color: #841615;
	margin: 20px 0 2px 0;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

#welcome h2 {
	font-size: 16px;
	font-weight: bold;
	color: #841615;
	margin: 12px 0 1px 0;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

#welcome h3 {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

#welcome p {
	font-size: 14px;
	color: #000;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

#welcome a:link, #welcome a:visited, #welcome a:active {
	color: #000;
	text-decoration: none;
}

#welcome a:hover {
	color: #000;
	text-decoration: underline;
}	


#schedule {
	width: 900px;
	margin: 10px 0 40px 50px;
}

#schedule h1 {
	font-size: 20px;
	font-weight: bold;
	color: #841615;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	margin: 0 0 10px 0;
	border-bottom: 2px #CCC dotted;
}

#schedule ul {
	margin: 0 0 50px 0;
}

#schedule ul li {
	font-size: 14px;
	color: #000;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	line-height: 1.75em;
}

#schdule p
{
	font-size: 14px;
	color: #000;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	line-height: 1.75em;
}

#schedule table {
	font-size: 14px;
	color: #000;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	line-height: 1.5em;
}


.indent {
	margin-left: 40px;	
}

#left {
	width: 420px;	
	height: 750px;
	float: left;
	margin: 0 25px 0 50px;
}

#left h1 {
	font-size: 28px;
	color: #841615;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	margin: 0 0 25px 0;
}

#left #bio {
	width: 420px;
	margin: 0 0 35px 0;
	float: left;
}

#bio #image {
	width: 120px;
	height: 90px;
	background: #333;
	float: left;
	margin: 0 20px 0 0;
}

#bio h1 {
	color: #841615;
	font-size: 16px;
	font-weight: bold;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	margin: 0 0 7px 0;
}

#left #bio #text {
	width: 280px;
	float: left;
	font-size: 11px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	line-height: 1.5em;
}

#right {
	width: 455px;
	height: 500px;
	float: left;
	padding: 0 0 0 5px;
}

#right #bio {
	width: 450px;
	margin: 0 0 35px 0;
	float: left;
}

#right #bio #text {
	width: 310px;
	float: left;
	font-size: 11px;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	line-height: 1.5em;
}

#footer {
	width: 1000px;
	height: 65px;
	background: #231f20;
	padding: 25px 0 0 0;
}

#footer p {
	text-align: center;
	font-size: 12px;
	color: #e3e0d4;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	line-height: 2em;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #e3e0d4;
	text-decoration: none;
}

#footer a:hover {
	color: #e3e0d4;
	text-decoration: underline;
}

li a:link, li a:visited, li a:active {
	color: #841615;
	text-decoration: none;
}

li a:hover {
	color: #841615;
	text-decoration: underline;
}


#page_content
{
	margin: 0 50px 70px 10px;
	font-size:12px;
	color: #333;
	line-height: 2em;
}

#page_content p
{
	font-size:12px;
	color: #333;
	line-height: 2em;
}

#page_content p b,strong
{
	font-weight: bold;
}

/* FORM CSS*/
/***********************************************************/
/*Form******************************************************/
/***********************************************************/

div#page_content fieldset 
{
	padding-top: 10px;
	margin-bottom: 10px;
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-top: solid 1px Gray;
}

div#page_content fieldset.nolegend
{
	border: none;
}

div#page_content legend 
{
	padding: 0 2px;
	font-weight: bold;
	color: Black;
}

div#page_content fieldset ol 
{
	margin: 0;
	padding: 0;
}

div#page_content input[type="text"]
{
	width: 200px;
}

div#page_content input[type="password"]
{
	width: 200px;
}

div#page_content textarea
{
	width: 200px;
}

div#page_content textarea.big
{
	width: 350px;
	height: 75px;
}

div#page_content textarea.bigger
{
	width: 500px;
	height: 75px;
}

div#page_content select
{
	width: 200px;
}

div#page_content label 
{
	display: inline-block;
	vertical-align: top;
	text-align: right;
	width: 180px;
}

div#page_content fieldset.wide label
{
	width: 90%;
	text-align: left;
}

div#page_content fieldset li.wide label
{
	width: 90%;
	text-align: left;
}

div#page_content fieldset li.wide input[type="text"]
{
	margin-left: 184px;
}

div#page_content fieldset li.wide select
{
	margin-left: 184px;
}

div#page_content fieldset li
{
	list-style: none;
	padding: 0 0 5px 0;
	margin: 0;
	
}

div#page_content fieldset ol.numbered
{
	margin-left: 25px;
}

div#page_content fieldset ol.numbered li
{
	list-style-type:decimal;
}

div#page_content span.example
{
	font-size:10px;
}

div#page_content fieldset .submit /*submit button*/
{
	margin: 4px 0 0 200px;
}

div#page_content .hidden
{
	display: none;
}

#formFHU *.twolines
{
	margin-top:25px;
}

/*checkboxes*/
div.checkboxes
{
	width: 200px;
	float: left;
}

li.wide div.checkboxes
{
	width: 600px;
}

label.checkboxes_label
{
	float: left;
}

.checkboxes input[type='checkbox']
{
	float: left;
}

div#page_content .checkboxes label
{
	float: left;
	text-align: left;
}
/*end checkboxes*/


/***************************************************/
/*****Validation************************************/
/***************************************************/

#formFHU label.error 
{
	width: auto;
	display: inline-block;
    font-weight: bold;
    margin:0;
	margin-left: 10px;
    padding:0;
    color:#CC0000;
}

#formFHU *.twolines + label.error
{
	margin-top:23px;
}

#formFHU textarea.big + label.error
{
	margin-left: 184px;
}

#formFHU input.error
{
    border: 1px solid #CC0000;
}
