* {
	margin: 0;
	padding: 0;
	outline: none;
}
body {
	font: 100%/1.4 Arial, Helvetica, sans-serif;
	background: url('../images/main_bg_tile.png') repeat-x fixed;
}

h1, h2, h3, h4 {
	color: #303030;
	font-weight: normal;
}
h1 { font-size: 24px; }
h2 { font-size: 21px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; font-weight: bold; }
h5 { font-size: 14px; }
p, ul {
	color: #333;
	margin: 10px 0 15px;
	font-size: 14px;
}
ul {
	margin-left: 20px;
}
a {
	color: #A61F25;
	text-decoration: underline;
}
a:hover {
	background: #DDD;
	text-decoration: none;
}
img {
	border: 0;
}
hr {
	border: none;
	border-bottom: 1px dotted #888;
	margin: 15px 0;
}
p img {
	float: left;
	padding-right: 15px;
}


/* LAYOUT */
#container {
	margin: 0 auto;
	width: 828px;
	padding: 0 4px;
	background: url('../images/content_tile_bg_back.png') top left repeat-y;
}
#header {
	position: relative;
	height: 178px;
	padding: 0 0 0 17px;
	background: url('../images/header_bg.png') no-repeat;
}
.the-pitch {
	display: block;
	float: left;
	width: 100%;
	padding: 13px 0px 5px;
	color: #A61F25;
	letter-spacing: 1.5px;
}
#logo a {
	clear: both;
	float: left;
	width: 337px;
	height: 118px;
	display: block;
	background: url('../images/header_rrvrc_logo.png') top left no-repeat;
	text-indent: -7896px;
}
.event-info {
	float: right;
	margin: 0;
	width: 456px;
	height: 151px;
	display: block;
	background: url('../images/header_bg_cohosts.png') top right no-repeat;
	text-indent: -8790px;
	position: absolute;
	top: 0;
	right: 0;
}


/* NAVIGATION */
#nav {
	font-size: 14px;
	float: left;
	margin: 0;
	width: 172px;
	list-style: none;
}
#nav a {
	border-bottom: white solid 1px;
	padding: 10px 0px 10px 10px;
	color: #444;
	display: block;
	width: 162px;
	text-decoration: none;
	background: url('../images/includes_navigation_left_button_onoff.png') 0px 50% no-repeat;
}
#nav a:active,
#nav a:hover {
	color: white;
	text-decoration: none;
	background: url('../images/includes_navigation_left_button_onoff.png') -188px 50% no-repeat;
}
.home #nav .selected a,
.agenda #nav .selected a,
.speakers #nav .selected a,
.registration #nav .selected a,
.accommodations-home #nav .selected a,
.sponsors #nav .selected a {
	color: white;
	background: url('../images/includes_navigation_left_button_onoff.png') -376px 50% no-repeat;
}
/* Sub-Navigation */
#nav .subnav {
	font-size: 12px;
	border-bottom: #FFF solid 1px;
	list-style: none;
	margin: 0;
}
#nav .subnav a,
#nav .selected .subnav a {
	display: block;
	padding-left: 10px;
	color: white;
	background: #888;
	border: none;
}
#nav .subnav a:hover {
	background: #666;
}
#nav .subnav .selected a {
	color: #FFF;
	background: #222;
}


/* page content here */
#content {
	padding: 23px 20px;
	position: relative;
	min-height: 500px;
	float: left;
	width: 450px;
}
#aside {
	float:left;
	width: 164px;
	padding-left: 1px;
}


ul.get-involved {
	list-style: none;
	margin: 0;
}
.get-involved a {
	display: block;
	padding: 10px 15px;
	text-decoration: none;
	font-size: 12px;
	color: #333;
	background: #EEE;
	border-bottom: 1px dotted #666;
}
.get-involved a strong {
	font-size: 14px;
	color: #A61F25;
}
.get-involved a:hover {
	background: #F4F4F4;
}


/* FOOTER */
#footer {
	clear: both;
	min-height: 179px;
}
#footer strong {
	color: white;
	font-size: 16px;
}
#footer a {
	color: white;
}
#footer a:hover {
	color: #A61F25;
	background: #FFF;
}
#footer .top {
	height: 97px;
	background: url('../images/footer_top.png') bottom left no-repeat;
}
#footer .top img {
	float: right;
	padding: 0px;
	margin: 0px;
}
#footer .bottom {
	margin: 0;
	font-size: 14px;
	color: #DDD;
	text-align: center;
	padding: 30px 0px 35px 0px;
	background: #761216 url('../images/footer_bottom.png') top center no-repeat;
}




/* Page Styles */

/*SPONSORS*/
#sponsors h3 {
	background: url(../images/h3_header_bg.png) #dfdfdf 0px 50% no-repeat;
	padding: 4px !important;
}


/*AGENDA*/
table {
	width: 100%;
	border-collapse: collapse;
}
table tr {
	padding: 10px 0;
	border-bottom: 1px dotted #CCCCCC;
}
table th {
	text-align: left;
	font-size: 16px;
	padding: 10px 0;
}
table td {
	padding: 10px 8px 10px 0;
	font-size: 12px;
	vertical-align: top;
	color: #666;
}
table td p {
	font-size: 12px;
	color: #666;
}
table td h4 {
	line-height: 1.2;
	font-size: 14px;
	font-weight: bold;
}
table .time {
	color: #A61F25;
	font-weight: bold;
}


/*CONFERENCE SPEAKERS*/
.speakers #content img {
	padding: 5px;
	border: 1px solid #CCC;
	margin-right: 10px;
	float: left;
}
.speakers #content h3 {
	font-weight: bold;
}
#speakers #agenda_speakers {
	padding-bottom: 25px;
}

.expandLink {
	text-align: right;
	clear: both;
}

a.expandCollapse {
	text-decoration: none !important;
	line-height: 1.5em;
	text-align: right;
	font-size: .9em;
	font-weight: bold;
}

#speakers #agenda_speakers p {
	padding-bottom: 1em !important;
	margin-bottom: 0px !important;
	line-height: 1.5em !important;
}

#speakers #agenda_speakers img {
	float: left;
	margin: 0px 12px 3px 0px;
	padding: 3px 0px 0px 0px;
}

ul#sp_li {
	margin-left: 18px;
	list-style-type: square;
}
ul#sp_li li {
	padding-bottom: 5px;
	font-size: .85em;
	line-height: 1.5em;
	color: #333333;
}


/*REGISTRATION*/
#registration {
	float: left;
	width: 100%;
}
#registration ul#cancellations {
	list-style: square;
	padding: 0px 30px 20px 30px;
	margin: 0px;
}
#registration ul#cancellations li {
	padding-bottom: 10px;
	line-height: 1.5em;
	color: #666666;
}
#registration p {
	margin: 0;
}
#registration .type {
	width: 75%;
	float: left;
}
#registration .price {
	float: right;
	width: 25%;
	text-align: right;
	font-size: 18px;
	color: #A61F25;
}
#registration hr {
	clear: both;
}
#registration .type strong {
	display: block;
}
#registration .type em {
	margin: 5px 0 10px;
	display: block;
}

/* goals */
a.goal {
	clear: both;
/*	display: block;*/
	padding: 5px 10px;
	background: #EEE;
	color: #333;
	text-decoration: none;
	border: 1px solid #666;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 14px;
}
a.goal:hover {
	color: #A61F25;
	background: #F4F4F4;
}

/*ACCOMMODATIONS*/
#accommodations {
	list-style: none;
}
#accommodations li {
	float: left;
}
#accommodations a {
	height: 0;
	width: 101px;
	float: left;
	display: block;
	padding: 144px 0 0;
	margin: 10px 20px;
	color: #666;
	text-decoration: none;
	text-align: center;
	position: relative;
	background: url('../images/icons_travel-button-ideas.png') no-repeat;
}
#accommodations a:hover {
	color: black;
	text-decoration: none;
	background: url('../images/icons_travel-buttons.gif') no-repeat;
}
#accommodations li a span {
	padding: 144px 0 0;
	text-align: center;
}
#accommodations .accommodations a {
	background-position: 0px 0px;
}
#accommodations .accommodations a:hover {
	background-position: 0px -215px;
}
#accommodations .travel a {
	background-position: -144px 0px;
}
#accommodations .travel a:hover {
	background-position: -144px -215px;
}
#accommodations .destination a {
	background-position: -288px 0px;
}
#accommodations .destination a:hover {
	background-position: -288px -215px;
}


/* SPONSORS */
ul.sponsors {
	float: left;
	width: 100%;
	list-style: none;
	margin: 0 0 20px;
}
ul.sponsors li {
/*	padding: 5px;*/
	float: left;
	margin: 0 10px 10px 0;
}
ul.sponsors li a {
	float: left;
	padding: 0 10px;
	width: 117px;
	height: 117px;
	display: block;
	border: 1px solid #CCC;
}
ul.sponsors li a:hover {
	background: none;
	border-color: #808080;
}


/* GENERIC TAB STYLES FOR INLINE CONTENT */
.tabs {
	list-style: none;
	margin: 0 0 15px 0;
	width: 100%;
	float: left;
	font-size: 16px;
}
.tabs li {
	float: left;
	margin-right: 5px;
}
.tabs a {
	float: left;
	display: block;
	padding: 2px 10px;
	background: #EEE;
	text-decoration: none;
	color: #444;
}
.tabs a:hover {
	color: #A61F25;
}
.tabs a.current {
	background: #A61F25 url('../images/includes_navigation_left_button_onoff.png') -376px 50% no-repeat;
	color: #FFF;
}


/* GENERIC ACCORDION STYLES */
.accordion {
	border-bottom: solid 1px #c4c4c4;
}
.accordion h3 {
	background: #EEE url("../images/arrow-square.gif") no-repeat right -51px;
	padding: 4px 15px;
	border: solid 1px #CCC;
	border-bottom: none;
	cursor: pointer;
}
.accordion h3:hover {
	background-color: #E4E4E4;
}
.accordion h3.active {
	background-position: right 5px;
	color: #A61F25;
}
.accordion p {
	background: #f7f7f7;
	margin: 0;
	padding: 10px 15px 20px;
	border-left: solid 1px #CCC;
	border-right: solid 1px #CCC;
}


/* GENERIC MORE INFO LINKS */
.more-info {
	background: url("../images/arrow-square.gif") no-repeat left -51px;
	padding: 3px 25px;
	cursor: pointer;
}
.more-info.active {
	background-position: left 5px;
}


/*accommodations - travel page */
.panes div {
	display: none;
}
