@charset "UTF-8";
/* CSS Document */


* {
	margin: 0;
}
html, body {
	height: 99%;
}



/* UNIVERSAL STYLES */



body {
	text-align:left;
	font-size:1em;
	background:url('../images/pagebg.jpg') #fff repeat-x;
	}
#right {
	font-size:.875em;
}
#right .module {
	padding:10px !important;
}
.module {
	border:1px solid #999999;
	padding:15px 20px 20px 20px;
	margin-bottom:10px; /* Horizontal Whitespace between modules */
	min-height:1px;
	display:block;
	font-size:.875em;
	background:#fff;
	}
.notebox {
	border:0 none !important;
	background:#eee;
}
a {
	color:#5e680e;
	outline:none;
	}
	h1 a {
		color:#fff;
		}
h1 { /* Module Heading */
	font-size:1em;
	font-weight:bold;
	color:#fff;
	border:1px solid #333;
	background: #4a4a4a;
	padding: 5px 0 5px 10px;
	}
h2 {
	font-size:1em;
	color:#6f7c00;
	}

hr {
	border: none 0;
	margin: 3px 0 3px 0;
	width: 100%;
	text-align: left;
	height: 1px;
	color: #ccc;
	border-top: 1px solid #ccc;
	background-color: #ccc;
	}
hr.white {
	border: none 0;
	margin: 0 0 8px 0;
	width: 100%;
	text-align: left;
	height: 1px;
	color: #fff;
	border-top: 3px solid #fff;
	background-color: #fff;
	}
#faq h2 {
	margin:0 !important;
	padding:0 !important;
	}

h2, h2 a { /* Module Heading */
	font-weight:bold;
	padding: 0;
	text-decoration:none
	}
h2 a:hover {
	text-decoration:underline !important;
	}
	p {
	display:block;
	padding:3px 0 10px 0;
	}
strong {
	font-weight:bold;
}
.caption {
	text-align:center;
	padding:3px 0;
	display:block;
	font-size:.775em;
	}
ul.bulleted {
	padding: 8px 0;
	display:block;
	min-height:1px;
	height:100%;
	list-style: disc url("../images/bullet.gif") !important;
	margin-left:25px;
	margin-right:20px;
	}
ul.bulleted li {
	display:list-item !important;
	list-style-type:disc !important;
	background:none 0 !important;
	margin:0 0 0 10px !important;
	padding:0 0 3px 0 !important;
	}




	
/***********/
/* MODULES */
/***********/

/* AGENDA PAGE */
#tracksessions {
background:url("../images/trackbg.gif") repeat-y;
padding-top:10px;
margin-bottom:10px;
}
.time {
	font-weight: bold;
	font-size: .75em !important;
	float:left;
	width:80px !important;
	margin-left:10px;
	padding-top:2px;
	margin-right:5px !important;
	padding-right:3px !important;
	margin-bottom:12px;
}
.activity {
float:left;
width:590px;
font-weight:bold;
}
.description {
font-weight:normal;
font-size:.825em;
margin-bottom:12px;
}
ul.tracks li {
float:left;
width:184px;
padding-right:15px;
font-size:.975em;
}
ul.tracks li.last {
	margin-right:0 !important;
}


/* HEADER */

#header {
	text-align:center;
	background:#8b9b05;
	padding:0 !important;
	margin-bottom:2px !important;
	height:119px;
	}
#header img {
	padding:0 !important;
	margin:0 !important;
	}

/* FAQ */
.toplink {
	font-size:.8em;
	display:block !important;
	margin: 5px 25px .8em 0;
	text-align:right;
	width:100%;
	font-weight:bold;
}

	

/* FOOTER */
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 60px; /* .push must be the same height as .footer */
}
#footer {
	text-align:center;
	font-size:10px;
	font-weight:bold;
	border:0 none !important;
	background:#000;
	color:#fff;
	margin:0 !important;
	padding: 12px 20px 25px 20px !important;
	}
#footer a {
	color:#FFFFFF;
	font-weight:bold;
}








/* FORMS */

.radio_b{
    padding:0 5px 0 15px;
	width:15px;
    cursor: default;
	height:10px;
}

#regForm {
	padding:10px 15px 5px 15px;
	border:1px solid #cccccc;
	background-color:#EFEFEF;
	}

div.row {
  	clear: both;
 	margin:0;
	height:30px;
	padding-top:5px;
	font-size:12px;
	}

div.row span.label {
  	float: left;
  	width: 120px;
 	text-align: right;
    margin:0;
	font-weight:bold;
	}

.req {
	color:#FF0000;
	}
  
div.row span.req {
	float: left;
	text-align: left;
	padding:0 5px 0 10px;
	margin:0;
	width:5px;
	}

div.row span.formw {
	float: left;
	width: 190px;
	text-align: left;
	margin:0;
	padding:0;
	} 
  
form {
	margin:0;
	padding:0;
	}

label{
	float: left;
	width: 120px;
	font-weight: bold;
	margin:0;
	padding:0;
	text-align:right;
	vertical-align:middle;
	}

input, textarea{
	width: 180px;
	margin-bottom: 5px;
	font-size:14px;
	}

select {
	margin-bottom: 5px;
	font-size:14px;
	}

.boxes{
	width: 1em;
	}

#submitbutton{
	margin-left: 120px;
	margin-top: 5px;
	width: 110px;
	font-size:12px;
	}
	
#button{
	margin-left:140px;
	width: 80px;
	font-size:14px;
	}
