@charset "UTF-8";

/* --------------------------
	screen.css created by:
	Stylesheeter
	
	Updated: September 08, 2009
	
	-------------------------*/	



body  {
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0; 
	padding: 0;
	color: #000000;
	}

p {
	margin: 20px 0;
	line-height: 140%
	}
	
p.intro {
	font: 14px Georgia, "Times New Roman", Times, serif;
	}

	p.intro span {
		color: #772503;
		}
		
p.home-feature {
	padding: 3px;
	background:#fffdce;
	text-align: center;
}

h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin: 10px 0;
	}

h1 {
	font-size: 28px;
	color: #772503;
	}

h2 {
	font-size: 18px;
	color: #858f2e;
	}

h2.notice {
	color: #cc0000;
	}
	
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #315413;
	margin: 10px 0 -10px;
}
			
#event-outline h1 {
	font-size: 24px;
	color: #315413;
	}
	
a {
	color: #858f2e;
	}
	
	h2 a {
		text-decoration: none
		}
	
#main-content li {
	line-height: 18px;
	}

table {
	border-collapse: collapse;
	border: none;
	}
	
	th, td {
		padding: 2px;
		}
		
	td.date {
		font: 14px Georgia, "Times New Roman", Times, serif;
		color: #315413;
		}
		
table.pricing {
	border-left: 1 px solid #cccccc;
	border-top: 1px solid #cccccc;
	margin-left: 10px;
	}
	
	table.pricing th, table.pricing td {
		padding: 5px;
		border-right: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
		}
		
		table.pricing th {
			font-weight: bold;
			}	
		
table.form-table {
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	}

	table.form-table th, table.form-table td {
		padding: 5px;
		border-right: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
		}
		
table.delegates {
	border-top: 1px solid #cccccc;
	}
	
	table.delegates th, table.delegates td {
		padding: 5px;
		border-bottom: 1px solid #cccccc;
		}
		
		table.delegates th {
			color: #fff;
			font-weight: bold;
			background: #858f2e;
			}
			
			
table.sponsors {
	border-bottom: 1px solid #cccccc;
	}
	
	table.sponsors td, table.sponsors th {
		padding: 3px;
		border-bottom: 1px solid #cccccc;	
	}
	
	table.sponsors td strong {
		font-weight: bold;
		}

			
dl {
	display: block;
	width: 550px;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	line-height: 140%;
	border-bottom: 1px solid #ccc;
	}
	
	dt {
		margin-bottom: 10px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 14px;
		font-weight: bold;
		color: #315413;
		}
		
		dl img {
			padding: 2px;
			border: 1px solid #ccc;
			margin-left: 25px;
			}

/* -- LAYOUT -- */

#container { 
	width: 800px; 
	} 
#header { 
	width: 800px;
	height: 225px;
	} 

#sidebar {
	float: left;
	width: 191px;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url(../images/bg-left-column.gif) top left no-repeat;
	}

	#sidebar ul {
		padding: 38px 0 25px;
		list-style: none;
		color: #f0f3b5;
		}
		
		#sidebar ul li {
			width: 150px;
			padding: 2px 20px;
			font-size: 12px;
			border-bottom: 1px solid #f0f3b5;
			}
			
			#sidebar ul li a {
				text-decoration: none;
				}
				
			#sidebar ul li a:hover {
				color: #315413;
				}	
	
#main-content { 
	margin-left: 226px;
	padding-right: 35px;
	}

#event-outline {
	padding: 15px;
	margin-bottom: 20px;
	background: #e7f265 url(../images/bg-schedule.gif) bottom right no-repeat;
	}
 
#footer { 
} 
	#footer p {
	}
	
/* -- STYLES -- */

.error {
	color: #ff0000;
	}
	
.border {
	padding:  2px;
	border:  1px solid #858f2e;
}
	
.pad-left {
	margin-left: 25px;
	}

.float-wrapper {
	overflow: auto;
	}

.column {
	float: left;
	width: 245px;
	padding-top: 20px;
	margin-right: 24px;
	}
	
.lightbulb {
	background: url(../images/lightbulbs.gif) top right no-repeat;
	}

.float-right { 
	float: right;
	margin-left: 8px;
}
.float-left {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#main-content ul {}
	#main-content li { margin-left: 25px; list-style-type: disc;  }
#main-content ul.no-bullet li { list-style-type: none; }
