/*
      Created by Keith Donegan of Code-Sucks.com
	  
	  E-Mail: Keithdonegan@gmail.com
	  
	  You can do whatever you want with these layouts,
	  but it would be greatly appreciated if you gave a link
	  back to http://www.code-sucks.com
	  
*/

* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}
table, tr, td {
	color: black;
	margin:0;
	padding:0;
	border-collapse:collapse;
	font-family: Tahoma, sans-serif;
	font-size: 13px;
}
#wrapper { 
 margin: 0 auto;
 width: 830px;
 background: url(images/wrapper_back.gif) repeat-y;
}
#faux {
 background: url(images/faux-3-2-col.gif) repeat-y;
 margin-bottom: 0px;
 margin-left:5px;
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%
}
#header {
 color: #333;
 width: 800px;
 padding: 10px;
 height: 160px;
 margin: 0px 0px 6px 5px;
 background:url(images/top.jpg) no-repeat;
}
#leftcolumn { 
 display: inline;
 color: #333;
 margin:0;
 padding: 0px;
 width: 230px;
 float: left;
}
#rightcolumn { 
 float: right;
 color: #333;
 margin: 10px 20px 10px 5px;
 padding: 0px;
 width: 570px;
 display: inline;
 position: relative;
 line-height:1.5;
}
#rightcolumn p { 
 margin:6px 0;
}
#rightcolumn h1, #rightcolumn h2, #rightcolumn h3 { 
 text-align:center;
 color:#c92020;
}
#rightcolumn table {
 width:570px;
 margin:0;
 padding:0;
 border-collapse:collapse;
 line-height:1.2;
}
#rightcolumn table#showinfo th , #rightcolumn table#showinfo td {
 padding:2px 10px;
 width:45%;
 text-align:center;
 font-weight:bold;
 font-size:130%;
 color:#000;
 vertical-align:top;
}
#rightcolumn table#showinfo th {
 font-size:150%;
 color:#c92020;
}
#footer { 
 width: 800px;
 clear: both;
 color: #333;
 background: #5f89af;
 margin: 6px 0px 0px 5px;
 padding: 10px;
 height:50px;
}
#footer p {
 text-align:center;
 color:#fff;
}
#footer p a {
 color:#fff;
 text-decoration:none;
}
#footer p a:hover {
 color:#CC0000;
}
.clear { clear: both; background: none; }
#navigation {
 margin:10px 0;
 padding:0;
 width:230px;
 list-style:none;
 border-top:1px solid #fff;
}
#navigation li a {
 display:block;
 width:229px;
 text-decoration:none;
 font-weight:bold;
 background:#af5252;
 color:#fff;
 line-height:1.7;
 text-indent:10px;
 border-bottom:1px solid #fff;
}
#navigation li a:hover {
 background:#5f89af;
}
#address {
 padding:10px;
 color:#fff;
 text-align:left;
}
#address p {
 font-weight:bold;
 line-height:1.8;
}
#contact {
 text-align:center;
}
.calendar_table td {
	border:1px solid #ccc;
	padding:8px;
	height:60px;
	font-weight:normal;
	text-align:left;
	font-size:100%;
}
/* ---- registration START ----- */
div.companydata input, textarea, select {
	margin:0 0 4px 0;
	background:#fff !important;
}
div.visitordata input, textarea, select {
	margin:0 0 4px 0;
	background:#fff !important;
}
form.regform input.statezip {
	display:inline;
	width:120px;
	margin-left:10px;
}
form.regform div {
	margin:2px 2px 6px 2px;
	padding:30px 2px 0 4px;
	font-weight:bold;
	font-size:90%;
	color:#666;
	text-align:left;
}
form.regform div.companydata {
	background:url(images/circle1.gif) top left no-repeat #ffdddd;
	width:270px;
	float:left;
}
form.regform div.visitordata {
	background:url(images/circle2.gif) top left no-repeat #ffdddd;
	width:270px;
	float:right;
}
form.regform div.optional {
	background:url(images/circle3.gif) top left no-repeat #ffdddd;
	width:560px;
	padding-top:6px;
	clear:both;
	text-align:center;
}
form.regform .zipcode {
	margin-left:110px;
}
form.regform div.terms {
	margin:0px auto 10px auto;
	padding:0;
	background-color:#fff;
	color:#000;
	font-weight:normal;
	text-align:left;
	border:1px solid #ccc;
	width:540px;
	height:200px;
	overflow:auto;
}
form.regform div.terms ol {
	list-style-type:decimal;
	margin:14px;
	padding:10px;
}
td.content, td.content p {
	text-align:left;
	font-weight:normal;
}
td.content h1, .content h2, .content h3, .content h4, .content h5 {
	font-size: 13pt;
	font-weight: bold;
	color: rgb(128,0,0);
	letter-spacing: 1pt;
	text-align: center;
	margin-top:1em;
}
td.content p.strong {
	font-weight: bold;
}
td.content p.dates {
	text-align:center;
	font-weight:bold;
}
td.content div.prices {
	margin:30px 0;
	width:100%;
}
td.content div.prices table tr td {
	text-align:left;
	padding:3px 6px;
	font-weight:bold;
	font-size:120%;
	border-bottom:1px solid #ddd;
}
td.content div.prices table th {
	text-align:left;
	padding:3px 6px;
	font-weight:bold;
	font-size:120%;
	background-color:#aaa;
	color:#fff;
}
td.content div.prices p {
	margin:0;
	text-align:center;
	font-weight:bold;
	font-size:130%;
}

/* ---- registration END ----- */

