/* global */



html {
	height: 100%;
}
body {
	font-family: verdana, arial, sans-serif;
	padding: 0px;
	margin: 0px;
	font-size: .68em;
}
p {
	margin: 0px;
	padding: 0px 0px 16px 0px;
	line-height: 1.7em;
}
h1 {
	font-family: arial, sans-serif;/* letter-spacing: .1em; */

}
h2 {
	margin: 0px;
	padding: 0px 0px 4px 0px;
	font-size: 14px;
	font-weight: bold;
}
h3 {
	margin: 0px;
	padding: 0px 0px 4px 0px;
	font-size: 12px;
	font-weight: bold;
}
img {
	border: 0px;
}
a {
	outline: none;
}
/* image positioning - left, right and center */



#course_table, .infoTable {
	width: 100%;
}
.left {
	display: block;
	text-align: left;
}
.right {
	display: block;
	text-align: right;
	margin: 0 auto;
}
.center {
	display: block;
	text-align: center;
	margin: 0 auto;
}
/* block quote */

blockquote {
	margin: 20px 0px 20px 0px;
	padding: 10px 20px 0px 20px;
	border-left: 8px solid;
}
/* unordered list */

ul {
	margin: 8px 0px 0px 16px;
	padding: 0px;
}
ul li {
	list-style-type: square;
	margin: 0px 0px 11px 0px;
	padding: 0px;
	
}
/* ordered list */

ol {
	margin: 8px 0px 0px 24px;
	padding: 0px;
}
ol li {
	margin: 0px 0px 11px 0px;
	padding: 0px;
}
/* main container */

#main {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}
/* links above the logo / footer */

#links, #footer {
	margin-left: auto;
	margin-right: auto;
	padding: 10px 21px 0px 19px;
	width: 720px;
	height: 26px;
	font-size: 94%;
	text-transform: uppercase;
}
#links {
	text-align: right;
}
#footer {
	text-align: center;
}
#links a, #footer a {
	text-decoration: none;
}
#links a:hover, #footer a:hover {
	text-decoration: none;
}
/* logo */

#logo {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 100px;
	text-align: left;
}
#logo h1 {
	margin: 0px;
	padding: 41px 0px 0px 19px;
	font-size: 150%;
	letter-spacing: .2em;
}
/* navigation menu */

#menu {
	height: 42px;
	width: 760px;
	text-align: center;
	font-size: 12px;/*  font-weight: bold;

  margin-left: auto; 

  margin-right: auto;

 */

}
#menu ul {
	margin: 0px auto;
}
#menu li {
	float: left;
	margin: 0px;
	padding: 0px;
}
#menu li a {
	display: block;
	float: left;
	height: 37px;
	text-decoration: none;
	padding: 3px 13px 2px 19px;         /* original:            3px 10px 2px 10px*/
}
/* main content */

#content {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: auto;
	padding: 0px;
	overflow: hidden;
}
/* Larger <p> font

used on 

http://comcec.com/public/workshop_public.html 

and

http://comcec.com/private/workshop_private.html

*/



#largeListFont {
	font-size: 120%;
	font-weight: bold;
}
/* column 1 - contains sidebar items */

#column1 {
	width: 207px;
	float: right;
	padding: 16px 0px 15px 0px;
}
.sidebaritem {
	text-align: left;
	width: 188px;
	float: left;
	margin: 0px 0px 25px 0px;
}
.sbihead {
	width: 188px;
	padding: 5px 0px 5px 19px;
	text-transform: uppercase;
	background-color: #DE8141;
	display: block;
}
.sbihead h1 {
	padding: 0px;
	margin: 0px;
	margin-left: -10px;
	font-weight: bold;
	font-size: 112%;
}
.sbicontent {
	padding: 14px 0px 0px 5px;        /* original: 14px 8px 8px 19px; */
}
.sbicontent p {
	line-height: 14px;
	padding: 0px 0px 8px 0px;
}
.sbicontent form {
	background-color: #CCCCCC;
	color: black;
}
.sbilinks {
	padding: 0px;
}
.sbilinks ul {
	margin: 0px auto;
}
.sbilinks li {
	margin: 0px;
	float: left;
	list-style: none;
}
.sbilinks li a, .sbilinks li a:hover {
	float: left;
	height: 16px;
	text-decoration: none;
	padding: 5px 0px 4px 19px;
	width: 188px;
	border: 0px;
}
/*testimonials*/



#test p {
	padding-bottom: 20px;
	font-size: 12px;
}
/*agenda*/



.agenda {
	line-height: 1.3em;
}
.agenda p {
	margin: 0 0 5px 3px;
	padding: 0;
}
.agenda ul {
	margin-bottom: 5px;
	padding: 0;
}
.agenda li {
	margin: 0;
	padding: 0;
}
/* column 2 - page content */

#column2 { /* text-align: justify; */
	width: 512px;
	float: left;
	padding: 12px 3px 15px 19px;
}
#column2 h1 {
	padding: 6px 20px 4px 0px;           /* ORIGINAL: padding: 6px 0px 4px 0px;                */
	margin: 0px 0px 12px 0px; 	      /* ORIGINAL: margin: 0px 0px 12px 0px; */
	border-bottom: 1px solid;
	font-size: 150%;
	text-transform: uppercase;
	font-weight: normal;
}
#column2 a {
	text-decoration: none;
}
#table {
	text-align: center;
}



/* course table layout */



#course_table tr th, {
background-color: #CCCCCC;
 text-align: center;
}
.infoTable {
	background: #CCCCCC;
	border-collapse:collapse;
}
.infoTable td, .infoTable th {
	border: 1px solid white;
	padding: 3px;
}
.first {
	width: 22%;
}
.second {
	width: 78%;
}
.firstListing {
	width: 53%;
}
.secondListing {
	width: 20%;
}
.tdcenter {
	text-align: center;
}
.tdright {
	text-align: right;
}
.empty {
	background: #FFFFFF;
}
.sidebaritem a, .sidebaritem a:hover {
	padding: 0px 0px 2px 0px;
}

.sidebaritem a:hover {
}
/* contact page - form layout */

form {
	margin-top: 0px;
}
div.row {
	clear: both;
	width: 448px;
}
div.row span.formlabel {
	float: left;
	width: 150px;
	text-align: left;
}
div.row span.forminput {
	float: right;
	text-align: right;
}
div.spacer {
	clear: both;
	width: 80px;
}
input, textarea {
	font-family: verdana, arial, sans-serif;
	border: 1px solid;
	font-size: 100%;
	margin: 2px;
}
.submit {
	font-family: verdana, arial, sans-serif;
	border: 1px solid;
	cursor: pointer;
	font-size: 100%;
}
.form-submit {
	background: url(images/submit.gif);
	width: 120px;
	height: 20px;
	border: none;
}
.reset {
	border: none;
	background: #cccccc;
	color: black;
}



/* Player */

#player * {
	border: none;
	padding-bottom: 20px;
	display: block;
	width:500px;
	height:317px;
	margin-bottom: 20px;
	margin-top: 21px;
}

.player {
	padding-top:10px;
}