html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, 
kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0; padding:0; border:0; outline:0; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline;
}
html,body{
	height: 100%;
}
body{
	min-height: 100%;
}
:focus {outline:0;} 
body {line-height:1; color:#000; background:#fff;}
ol, ul {list-style:none;}
table {border-collapse:separate; border-spacing:0;} /* tables still need 'cellspacing="0"' in the markup */
caption, th, td {text-align:left; font-weight:normal;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}

strong{
	font-weight: bold;
}

h2, h3, h4{
	color: #4d4748;
}
h4{
	font-weight: bold;
}
h5{
	font-weight: bold;
	color: #B22222
}

body, a{
	font-family:"myriad pro", "helvetia neue", arial, sans-serif;
	font-size:13px;
	color:#6B6B6A;
	line-height:1.4;
}

body{
	background:#475452 url("../images/green-gradient.png") repeat-x;
}

span.slightlySmaller{
	font-size:90%;
}

#wrapper{
	min-width:900px;
}


#sideShadow{
	position: fixed;
	top: 0;
	width: 201px;
	height: 100%;
}
#sideNav{
	z-index: 1000;
	background: url("../images/side_nav_dropshadow.png") repeat-y top right;
	/*float: left;*/
	text-align:right;
	font-variant:small-caps;
	width:201px;
	padding-right: 11px;
	position: absolute;
	top: 0;
	left: 0;
}

#sideNav li a{
	color:#6B6B6A;
	text-decoration:none;
	display:block;
	margin-left:20px;
	border-bottom: solid 2px #6B6B6A;
	padding:4px 6px 3px 0;
	font-size:1.1em;
}

#sideNav li.selected a{
	border-bottom:0;
	color:#fff;
}
#logo{
	background: url(../images/logo.png) no-repeat;
	width: 193px;
	height: 189px;
	position: absolute;
	top: 15px;
	left: 210px;
}

.selected{
	background-color:#6B6B6A;
}


#slightlySmaller{
	font-size:.9;
}
#contentwrapper{
	padding: 20px;
	background: #fff;
	margin:10px 80px 20px 230px;
}
#content{
	background-color:#fff;
	padding:0;
	overflow: hidden;
}
#content h2{
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 1em;
}
#content h3{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: .5em;
}
#content p,#content ul{
	margin-bottom: 1em;
}
#content ul.bullets{
	list-style-type: disc;
	list-style-position: inside;
}
#content img{
	margin: 0 1em 1em 0;
}

#regForm{
	float:right;
	margin-top:40px;
	margin-left:30px;
	border:1px solid #ddd;
	padding:10px;
	text-align:center;
	background-color:#f0f0f0;
}

#regFormIcon{
	border:1px solid #ccc;
}

#date{
	text-align:right;
	margin: 0 1em 1em 0;
}

#title{
	font-family: "Optima", "helvetia neue", arial, sans-serif;
	background: transparent url(../images/header_bg.gif) repeat-x left bottom;
	border-top:solid 1px #DDD9BA;
	border-bottom:solid 1px #DDD9BA;
	margin-left:-50px;
	color:white;
	padding:.5em 0 30px 210px;
	margin-bottom: 0;
}
#title h1{
	line-height: 1.5em;
	font-size: 2.3em;
	font-weight:bold;	
}
#title #details{
	color: white;
	padding-left: .2em;
}
#main{
	margin-left:190px;
	padding:60px 40px 30px 50px;
	font-size:.9em;
	min-width:800px;
}


.plain{
	list-style: none;
}

.narrow{
  width:70%;
}

.program{
	margin-bottom:1em;
}

.program li{
	list-style-type: decimal;
	margin:1em 50px 0 0;
	font-weight:bold;
}

.program ol li{
	list-style-type: decimal;
	margin:0 50px 0 0;
	font-weight:normal;
}

.separator{
	border-bottom:solid 1px #DDD9BA;
	margin-bottom:10px;
}

.floatRight{
	float:right;
}

img.floatRight{
	margin: 0 0 1em 1.5em !important;
}

#sponsors{
	clear: both;
}

#sponsors th{
	padding: .5em 1em;
	color: #FFFFFF;
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	border: 2px solid #FFFFFF;
}

#sponsors .platinum{
	background: #B0C4DE;
}

#sponsors .gold{
	background: #DAA520;
}

#sponsors .silver{
	background: #C0C0C0;
}

#sponsors .general{
	background: #666633;
}

#sponsors td{
	text-align: center;
}

#sponsors img{
	padding: 1em 1em 1em 1em;
	max-width: 17em;
	max-height: 17em;
}	
	

.sponsor{
	text-align: center;
	float: left;
	margin-right: 40px;
	margin-bottom: 1em;
	height:200px;
}

.sponsor img{
	margin: 0 !important;
	
}

img.border{
	border-color: #4d4748;
	border-width: 3px;
	border-style: solid;
	padding: 3px;
}

table.schedule,
table.schedule th,
table.schedule td
{
    padding: 4px;
    text-align: center;
    }
 
 
td.s_header
{
    padding-top: 8px;
    padding-bottom:11px;
    background-color: #E0E0E0;
    font-weight: bold;
    border: 1px solid #666666;
    vertical-align: bottom;
    white-space: nowrap;
    font-size: 12px;
}
 
td.time
{   
    border: 1px solid #333300;
    background-color: #336666;
    color: #FFFFFF;
    font-size: 12px;
}
 
td.event
{
    border: 1px solid #333300;
    font-size: 10px
}