/* Express layout         */
/* Stylesheet created by: */
/* Tim Marsolais of       */
/* Technology-Works       */
/* Copyright 2004-2005	  */
/* All rights reserved	  */

/* general styles */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	background: #6db1be;
	}

#wrap {
	position: relative;
	width: 800px;
	margin: 5px auto;
	text-align: left;
	background: #fff;
	}
.break {
	clear: both;
}	
.error { margin: 10px; padding: 10px; background: #fcc; border: 1px solid #f33; color: #f33; }
.errorText { padding: 3px 3px 3px 3px; color: #f33; }	
.success { margin: 10px; padding: 10px; background: #ffc; border: 1px solid #363; color: #363; }	
.bold { font-weight: bold; }
.note { font-size: 10px; color: #fff; }
.return { margin: 5px; text-align: right; }
.title1 { 
	padding-bottom: 10px;
	margin: 0 0 10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #ff9900;
	font-weight: normal;
	/*border-bottom: 1px solid #ccc;*/
}
.title2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #6db1be;
	font-weight: normal;
}
#title3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6db1be;
	font-weight: normal;
}
h2 {
	width: 480px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #6db1be;
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	}
h5 {
	font-size: 18px;
	color: #C00;
}
.hr { border-bottom: solid 1px #ccc; margin: 5px 0 5px 0;  }

/* header styles */

#header {
	height: 160px;
	margin: 0;
	padding: 0;
	background: url(images/hm_hdr.jpg) top center no-repeat;
	}

#busName h1 { display:none; }
#tagLine { display: none; }
/* navigation styles */
#topDesc {
	z-index:100;
	position: absolute;
	width: 150px;
	height: 20px;
	top: 140px;
	left: 75px;
	font-size:11px;
	color:#6db1be;
	text-align:center;
}
#topDesc a:link, #topDesc a:visited {
	text-decoration:none;
	color:#6db1be;
}
#topDesc a:hover {
	text-decoration:none;
	color:#CCC;
}
#nav {
	height: 20px;
	width: 760px;
	position: absolute;
	top: 136px;
	margin: 0 -15px 0 0;
	text-align: right;
	text-decoration: none;
	font-size: 12px;
	}
	
#nav ul {
	margin: 0;
	padding: 1px 0 0 10px;
	list-style-type: none;
	}
	
#nav li {
	display: inline;
	margin: 0 4px;
	}
#nav li#homelink {
	display: block;
	width: 60px;
	float: left;
}

#nav a:link, #nav a:visited {
	text-decoration: none;
	margin: 0 15px 0 15px;
	color: #660000;
	}
#nav a:hover {
	text-decoration: none;
	margin: 0 15px 0 15px;
	color: #6db1be;
	}
#bottomNav {	
	font-size: 10px;
	margin: 0;
	padding-bottom: 5px;
	color: #fff;

}
#bottomNav ul {
	margin: 0;
	list-style-type: none;
}
#bottomNav li {
	display: inline;
}
#bottomNav a:link, #bottomNav a:visited {
	text-decoration: none;
	color: #fff;
}
#cnav li {
	list-style-type: none;
	margin: 10px 5px 10px 15px;
}

#services {
	position: absolute;
	height: 20px;
	width: 480px;
	top: 210px;
	right: 290px;
	margin: 0;
	padding: 0 10px 0 0;
	text-align: right;
	font-size: 12px;
	color: #666;
	}
#services li {
	list-style-type: none;
	display: inline;
}
#services a:link, #services a:visited {
	text-decoration: none;
	color: #900;
}
#home {
	position: absolute;
	height: 20px;
	width: 720px;
	top: 215px;
	right: 290px;
	margin: 0;
	padding: 0 10px 0 0;
	text-align: right;
	font-size: 11px;
	color: #900;
	}
#home li {
	list-style-type: none;
	display: inline;
}
#home a:link, #home a:visited {
	text-decoration: none;
	color: #900;
}
#more
{
	color: #F93;
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	margin: 10px 0 5px 0;
}
#more a:link, #more a:visited
{
	color: #900;
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: right;
	text-decoration: none;
	margin: 10px 0 5px 0;
	padding: 0;
}
#more a:hover
{
	color: #999;
}

/* search styles */

#search {
	position: absolute;
	width: 200px;
	top: 100px;
	right: 0;
	margin: 0;
	padding: 0;	
	}
	
#search input {
	padding-left: 2px;
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
	background-color: #ffc;
	border: 1px solid #000;
	}

#search input#goBtn {
	padding: 0 4px;
	border: none;
	border: 1px solid #000;
	background-color: #900;
	color: #ffc;
	}
	
table.searchBox {
	border: 1px solid #ccc;
	}
	
.commonReport {
	margin: 10px 0;
	color: #f33;
	}

/* content styles */

#content {
	margin: 15px 0 0 20px;
	padding: 0 0 5px 0;
	text-align: left;
	}
.para {
	width: 480px;
	height:
	margin: 5px 20px 5px 0;
	padding-top: 5px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: justify;
	line-height: 1.4em;
}
.para ul {
	margin: 0;
}
.para li {
	text-align: left;
}
.para li#info {
	list-style-type: bullet;
}
.para h3 {
	font-weight: bold;
	font-size: 14px;
	color: #ff9900;
	margin: 5px 0 0 0;
	padding: 8px 0 0 0;
}
.para h4 {
	color: #ff9900;
	margin-bottom: -1px;
	text-align: left;
}

.paraW {
	width: 760px;
	margin: 5px 20px 5px 0;
	padding-top: 5px;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: justify;
	line-height: 1.4em;
}
.paraW ul {
	margin: 0;
}
.paraW li {
	text-align: left;
}
.paraW li#info {
	list-style-type: bullet;
}
.paraW h3 {
	font-weight: bold;
	font-size: 14px;
	color: #ff9900;
	margin: 5px 0 0 0;
	padding: 8px 0 0 0;
}
.paraW h4 {
	color: #ff9900;
	margin-bottom: -1px;
	text-align: left;
}

.teambox {
	width: 475px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dashed #ccc;
	text-align: left;
}
.teambox ul {
	margin-bottom: 10px;
}
.teambox li {
	margin-left: 0px;
}
.teambox img {
	float: left;
	width: 125;
	margin: 5px 5px 5px 0;
}
.twocolwrap { 
	width: 485px;
	margin: 0 0 10px 0;
	padding: 10px 0 5px 0;
}
#lcol {
	float: left;
	width: 228px;
	padding: 5px 0 5px 0;
	margin: 2px 0 8px 0;
	
}
#rcol {
	float: right;
	width: 228px;
	padding: 5px 0 3px 0;
	margin: 2px 0 8px 0;
	
}
#lcol img, #rcol img {
	float: left;
	width: 90px;
	padding: 0 5px 3px 0;
	margin: 0 1px 0 0;
}

#lcol h3, #rcol h3 {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #6db1be;
	margin: 0;
	padding: 0;
}
.colcopy {
	width: 228px;
	margin: 0 0 25px 0;
	padding: 3px 0 0 0;
	border-top: 1px solid #ccc;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: left;
	line-height: normal;
}
.colcopy ul {
	width: 130px;
	margin:0 0 0 93px;
	padding:0 0 0 3px;
}
.colcopy li {
	margin:0 0 0 10px;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #900;
	text-align: left;
	line-height: 1.4em;
}
#events {
	float: right;
	width: 270px;
	margin: 0 0 10px 20px;
	padding: 2px;
}
#events h3
{
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #ff9900;
	margin: 0 0 5px 0;
	padding: 0;
	text-transform: uppercase;
}
#events h4 {
	font-size: 12px;
	color: #ff9900;
	font-weight: normal;
	margin: -5px 0 5px 0;
}
#events strong {
	font-family: verdana, helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #900;
}
#events ul {
	margin: 0;
	padding: 0;
}
#eventsbox1 {
	width: 230px;
	background-color: #ffc;
	padding: 5px;
	margin-bottom: 5px;
	border-top: 5px solid #6db1be;
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
}
#eventsbox1 a:link, #eventsbox1 a:visited {
	text-decoration: none;
	color: #900;
	font-weight: bold;
}
#eventsbox1 a:visited {
	text-decoration: none;
	color: #999;
	font-weight: bold;
}
#eventsbox1 a:hover {
	text-decoration: none;
	color: #999;
	font-weight: bold;	
}
#eventsbox2 {
	width: 230px;
	background-color: #ffc;
	padding: 5px;
	margin-bottom: 5px;
	border-top: 5px solid #933;
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
}
#eventsbox2 a:link, #eventsbox2 a:visited {
	text-decoration: none;
	color: #900;
	font-weight: bold;
}
#eventsbox2 a:visited {
	text-decoration: none;
	color: #999;
	font-weight: bold;
}
#eventsbox2 a:hover {
	text-decoration: none;
	color: #999;
	font-weight: bold;	
}
#eventsbox3 {
	width: 230px;
	background-color: #ffc;
	padding: 5px;
	margin-bottom: 5px;
	border-top: 5px solid #fc6;
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	}
#eventsbox3 a:link, #eventsbox3 a:visited {
	text-decoration: none;
	color: #900;
	font-weight: bold;
}
#eventsbox3 a:visited {
	text-decoration: none;
	color: #999;
	font-weight: bold;
}
#eventsbox3 a:hover {
	text-decoration: none;
	color: #999;
	font-weight: bold;	
}
#eventsbox4 {
	width: 230px;
	background-color: #ffc;
	padding: 5px;
	margin-bottom: 5px;
	border-top: 5px solid #cc9;
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
	}
	
#inner {
	margin: 0;
	padding: 0;
	}

ul.noB li {
	list-style-type: none;
}
ul.noBspace li {
	list-style-type: none;
	margin: 15px 0 15px 0;
	padding:0;
}

/* form styles */
#optin {
	width:270px;
	height:200px;
	font-size: 12px;
	font-family: Arial, helvetica, san-serif;
	text-align:center;
	margin:0;
	padding:0;
}
input, text, textarea, checkbox, select {
	font-size: 12px;
	font-family: Arial, helvetica, san-serif;
	margin:2px 0 2px 0;
	padding:0;
	}

form.large {
	width: 410px;
	border: 1px solid #aaa;
	border-top: 2px solid #aaa;
	border-bottom: 2px solid #aaa;
	}
	
form#register {
	width: 700px;
	border: 1px solid #aaa;
	border-top: 2px solid #aaa;
	border-bottom: 2px solid #aaa;
	}

form.large .formQuestion, form#register .formQuestion {
	margin: 0;
	padding: 10px;
	}
	
form#register .formHeader {
	padding: 3px 0 3px 10px;
	background-color: #6db1be;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	}
	
form.large .formQuestion span.bold, form#register .formQuestion span.bold {
	display: block;
	width: 110px;
	float:left;
	margin: 0 8px 0 0;
	padding: 0;
	text-align: right;
	font-weight: bold;
	}
	
form#register .formQuestion span.bold {
	width: 350px;
	}
	
form#register .regPolicy {
	margin: 10px 15px;
	}
	
form.large .errorText, form#register .errorText {
	padding: 3px 3px 3px 160px;
	color: #f33;
	}
	
form.large .formSubmit, form#register .formSubmit {
	margin: 0;
	padding: 6px;
	text-align: center;
	border-top: 1px solid #6db1be;
	}
	
li form.large {
	border: none;
	}	
	
/* registration styles */
ul#confirmInfo li, ul#confirmCourse li {
	list-style-type: none;
	padding: 3px;
	}
	
ul#confirmInfo li .bold {
	width: 90px; 
	display: block;
	float: left;
	}
	
ul#confirmCourse li .coursePrice {
	width: 80px;
	display: block;
	float: left;
	font-weight: bold;
	}
	
#registerTotal, #confirmStep, #confirmButton {
	margin: 10px 0;
	}

#confirmButton {
	text-align: center;
	}
	
/* contact styles */

img.sentMail {
	margin: 20px 0 0 20px;
	padding: 0;
	text-align: center;
	border: 1px solid #333;
	}

/* footer styles */

#footer {
	clear: both;
	width: 800px;
	margin: 0;
	padding: 10px 0 5px 0;
	text-align: center;
	font-size: 10px;
	color: #fff;
	background-color: #6db1be;
	}

/* tworks footer styles */

#tworks {
	width: 800px;
	margin: 0px;
	padding: 14px 0 8px 0;
	background: #6db1be url(images/tw_cog_trans.gif) 8px 8px no-repeat;
	vertical-align: middle;
	letter-spacing: .4em;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #000;
}

#tworks a:link, #tworks a:visited {
	font-weight: bold;
	color: #ccc;
	margin-left: 15px;
}