/* Secondary Page Styles */

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #DCAC78;
}

.mainimg {
	margin: 0 0 10px 10px;
	float: right;
}

#container {
	background: url(/img/bkgd-sec-mid.jpg);
}

#content {
	background: url(/img/bkgd-sec-top.jpg) no-repeat;
}

#footer{
	background: url(/img/bkgd-sec-btm.jpg) no-repeat;
}

#seccontent {
	float: left;
	color: #E3C9AE;
	width: 530px;
	padding: 20px;
}

#header h1, #header h1 a {
	display: block;
	margin: 0;
	width: 760px;
	height: 187px;
}

#topbar h2{
	float: left;
	height: 43px;
	width: 612px;
	margin: 0;
}

#topbar {
	width: 760px;
	height: 43px;
	margin: 0 auto;
}

#topbar p{
	float: left;
	width: 148px;
	height: 43px;
	margin: 0;
}

#topbar p a{
	background: url(/img/sec-home.gif) no-repeat;
	display: block;
	width: 148px;
	height: 43px;
}

/*Headers */

#header h1#directions_header {
	background: url(/img/sd-directions-header.jpg) no-repeat;
}
#topbar h2#directions{
	background: url(/img/sd-directions-heading.jpg) no-repeat;
}

#header h1#signup_header {
	background: url(/img/sd-signup-header.jpg) no-repeat;
}
#topbar h2#signup{
	background: url(/img/sd-signup-heading.jpg) no-repeat;
}

#header h1#aboutus_header {
	background: url(/img/sd-aboutus-header.jpg) no-repeat;
}
#topbar h2#aboutus{
	background: url(/img/sd-aboutus-heading.jpg) no-repeat;
}

#header h1#featurepres_header {
	background: url(/img/sd-featurepres-header.jpg) no-repeat;
}
#topbar h2#featurepres{
	background: url(/img/sd-featurepres-heading.gif) no-repeat;
}

#header h1#feedback_header {
	background: url(/img/sd-feedback-header.jpg) no-repeat;
}
#topbar h2#feedback{
	background: url(/img/sd-feedback-heading.jpg) no-repeat;
}


#header h1#resources_header {
	background: url(/img/sd-resources-header.jpg) no-repeat;
}
#topbar h2#resources{
	background: url(/img/sd-resources-heading.jpg) no-repeat;
}


#header h1#schedule_header {
	background: url(/img/sd-schedule-header.jpg) no-repeat;
}
#topbar h2#schedule{
	background: url(/img/sd-schedule-heading.jpg) no-repeat;
}


#header h1#seminars_header {
	background: url(/img/sd-seminars-header.jpg) no-repeat;
}
#topbar h2#seminars{
	background: url(/img/sd-seminars-heading.jpg) no-repeat;
}


#header h1#thingstoknow_header {
	background: url(/img/sd-thingstoknow-header.jpg) no-repeat;
}
#topbar h2#thingstoknow{
	background: url(/img/sd-thingstoknow-heading.jpg) no-repeat;
}

#schedule_list td{
	padding: 0 15px 5px 0;
}

.seminar {
	margin: 0 0 20px 0;
	padding: 15px;
	background-color: #4A3015;
	border: solid #DCAC78 1px;
	opacity: .9;
	filter: alpha(opacity=90);
}

.seminar img, .seminar h2, .seminar h3, .seminar p {
	opacity: 1;
	filter: alpha(opacity=100);
}

.note {
	float: left;
	width: 180px;
}

/* Form Page elements */

form {
	margin: 0;
	padding: 0;
}
input {
	margin: 0 0 0 5px;
}

#request {
	width: 350px; 
	margin: 0 0 10px 0;
	color: #E6C49D;
	float: left;
}

#request span, #request div{
line-height: normal;
margin-top: 0;
margin-bottom: 4px;
}

#request p{
line-height: normal;
margin-top: 0;
margin-bottom: 10px;
}

.row {
  margin: 2px;
  }
  
.rowproblem {
	color:#FFFF00;
	margin: 2px;
}

.inputbkgd {
	background-color:#E6C49D;
	border: 1px solid #333;
	font-size: 10px;
	width: 120px;
	}
	
.rowproblem input, .rowproblem textarea, .rowwideproblem input, .rowwideproblem textarea {
	background-color:#FFFFCC;
	border: 1px solid #333;
	font-size: 10px;
}

.label {
  float: left;
  width: 80px;
  margin-right: 5px;
  text-align: right;
  }

.formw {
  width: 255px;
  text-align: left;
  }
  
.formw select {
	margin-left: 7px;
}  
.cboxform {
  width: 250px;
  text-align: left;
  padding: 3px 0;
  }
  
.cbox {
}
  
div.rowwide {
  margin: 12px 10px 12px 98px;
  }  
div.rowwideproblem {
	color:#CC0000;
  margin: 12px 10px 12px 125px;
}
  
div.labelwide {
  text-align: left;
  }

div.wideformw {
  width: 100px;
  text-align: left;
  }
  
div.spaceleft {
	margin: 0 0 0 3px;
}

fieldset textarea {
	margin: 0;
}
  
fieldset {
	margin: 10px 0 10px 0;
	padding: 5px;
}
