@charset "UTF-8";
/* CSS Document */

body { margin: 0; font-family: 'Open Sans', Arial, Helvetica, Verdana, sans-serif; font-weight:400; -webkit-font-smoothing:subpixel-antialiased; background-color:#ffffff;}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
	
}
.select, .select a {
	color: #ffffff;
	background-color:#e25720;
	-webkit-font-smoothing:subpixel-antialiased;
	text-decoration:none;
	list-style:none;
	display: block;
}
.select a:hover {
	color: #ffffff;
	background-color:#717171;
	border-bottom:#F60 solid 3px;
}
#Seating a {
	font-weight:700;
	color: #ffffff;
	background-color:#e25720;
	-webkit-font-smoothing:subpixel-antialiased;
	text-decoration:none;
	display: inline-block;
}
#Seating a:hover {
	color: #ffffff;
	text-decoration:underline;
}
.register a {
	color: #ffffff;
	background-color:#e25720;
	-webkit-font-smoothing:subpixel-antialiased;
	text-decoration:none;
	list-style:none;
	display: block;
}
.register a:hover {
	color: #ffffff;
	background-color:#717171;
	border-bottom:#F60 solid 3px;
}/**/

.home a, .june a, .speaker a, .program a, .location a, .sponsors a, .news2 a {
	color: #717171;
	background-color:#ffffff;
	-webkit-font-smoothing:subpixel-antialiased;
	text-decoration:none;
	list-style:none;
	display: block;
}
.home a:hover, .june a:hover, .speaker a:hover, .program a:hover, .location a:hover, .sponsors a:hover, .news2 a:hover {
	color: #717171;
	background-color:#ededed;
	border-bottom:#F60 solid 3px;
}

/*----- HEADERS -----*/


h1,h2,h3 {text-rendering:optimizeLegibility;}

h1 {font-family:'Open Sans', sans-serif;-webkit-font-smoothing:subpixel-antialiased;}
h3 {font-weight:400;color:#484848}

h1 {
    font-size: 2.8em;
    margin-bottom: .67em;
	margin-top:0;
	line-height: 1em; 
	padding:0;
	color:#fff;
	/*border-bottom:2px solid #0099FF;*/
}

h2 {
    font-size: 2.1em;
	line-height:1em;
	padding:0;
	margin:0 0 .6em 0;
	color:#0f5cac;
	/*color:#002c7f;*/
	display:block;
}


h3 {
    font-size: 1.3em;
	line-height:1em;
   /* margin-bottom: 1em; */
}

h4 {
    font-size: 1em;
    margin-bottom: 1.33em;
	border-bottom:1px solid #0f5cac;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.75em;
    margin: 2.33em 0;
}
/* CONTENT STYLES */
.left {
	float:left;
}
.right {
	float:right;
}
#Right_column a {
	color:#303437;
	font-weight: 700;
	-webkit-font-smoothing:subpixel-antialiased;
}
#Right_column a:hover {
	color: #717171;
	font-weight: 700;
}
#Left_column ul li, #Left_column ol li{
	margin-bottom:.6em;
}
.speakers {
	float:left;
	margin-right:1em;
	border:#717171 solid 1px;
}
.rule {
	margin:2em 0 2.6em 0;
	height:5px;
	border-bottom:#717171 solid 1px;
}