body 
{
	background: url('images/background.jpg') repeat;
	font-family: Georgia, "Times New Roman", Times, serif;

	color: #4D504A;
}

hr
{
	margin: 15px 40px 30px 30px;
}

h1, h2 {
	color: #F3783c;
}

h1 
{
	font-size: 2.2em;
	margin: 15px 0px 25px 0px;
	background: url('images/mcc.png') no-repeat left center;
	padding-left: 30px;
}

h2 
{
	font-size: 1.6em;
	padding-left: 22px;
	background: url('images/h2.png') no-repeat left 5px;
}

h3 
{
	font-size: 1.4em;
}

p, blockquote, ul, ol {
	margin-bottom: 16px;
	line-height: 1.75em;
}

blockquote {
}

ul, ol, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

a {
	text-decoration: none;
	color: #d3581c;
}

p a, td a, li a, h2 a, dt a
{
	border-bottom: 1px dotted #d3581c;
}

a:hover {
	text-decoration: none;
	color: #F3783c;
}

p a:hover, td a:hover, li a:hover, h2 a:hover, dt a:hover
{
	border-bottom-color: #f3783c;
}

form
{
	background: url('images/bar.png') repeat-x left 50px;
}

/* Header */
#header 
{
	background: url('images/convention_banner.png') no-repeat -10px top;
	height: 160px;
	margin: 0 auto;
	position: relative;
}

/* Logo */
#logo 
{
	display: block;
	width: 165px;
	height: 135px;
}

#logo span
{
	visibility: hidden;
	display: none;
}

.contactus
{
	background: url('/images/icons/icon-email.png') left center no-repeat;
	padding-left: 22px;
	color: #fff;
	font-size: .9em;
}


#ctl00_Header1_lnkMobile
{
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: .75em !important;
	font-weight: normal !important;
	position: absolute;
	top: 125px;
	left: 23px;
}

#ctl00_Header1_lnkMobile:hover
{
	color: #D14E2A;
}

/* Search */
#search {
	height: 30px;
	margin: 0;
	position: absolute;
	bottom: 0px;
	right: 13px;
}

#search fieldset {
	margin: 0;
	padding: 0 0 0 22px;
	border: none;
}

#search input
{	
	font: 12px;
}

#search .sf_searchText {
	width: 120px;
	height: 16px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #999999;
	color: #000000;
}

#search .button {
	margin-left: 5px;
	padding: 4px 4px;
	height: 20px;
	vertical-align: bottom;
	width: 30px;
	cursor: pointer;
	background: url('images/search.png') no-repeat;
	border: none;
	font-size: 10px;
	color: #FFFFFF;
}

.container
{
	font-style: italic;
}

/* Menu */
#topnav
{
	padding-top: 10px;
	background: #D88A3C;
	border-left: 2px solid #F4DDC7;
	border-top: 2px solid #F4DDC7;
	border-right: 2px solid #F4DDC7;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
}

#topnav ul 
{
	height: 30px;
	z-index: 100;
	margin: 0px;
	padding: 0px 0 0 30px;
	list-style: none;
	line-height: normal;
}

#topnav li 
{
	display: block;
	float: left;
	position: relative;
	text-align: center;
}

#topnav ul a 
{
	display: inline-block;
	height: 35px;
	line-height: 35px;
	padding: 0px 25px 5px 25px;
	text-decoration: none;
	text-align: center;
	text-transform: lowercase;
	color: #FFFFFF;
	font-weight: bold;
	border-bottom: none !important;
	
	-moz-border-radius-topleft: 3px;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topright: 3px;
	-webkit-border-top-right-radius: 3px;
}

#topnav ul a:hover, #topnav .active a
{
	color: #f5f5f5;
}

#topnav .selected {
	background: #fff;
	color: #CC6600;
}

#topnav a.selected:hover
{
	color: #dc7610;
}


#topnav ul ul
{
	position: absolute;
	height: auto;
	left: -5px;
	top: 25px;
	display: none;
	margin-top: 10px;
	width: 205px;
	padding: 0px;
	background: #F4DDC7;
	border: 1px solid #ccc;
	-moz-box-shadow: 3px 4px 9px #895959; /* for Firefox 3.5+ */ 
	-webkit-box-shadow: 3px 4px 9px #895959; /* for Safari and Chrome */ 
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#topnav ul li ul li
{
	padding: 0px;
	float: none;
}

#topnav ul ul a
{
	padding: 3px 5px;
	color: #D88A3C;
	display: block;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

#topnav ul ul a:hover
{
	color: #CC6600;
	background: #F1DaC4;
}

/* Page */
#page
{
	background: #D88A3C url('images/contentbackground.png') repeat-y;
	position: relative;
	z-index: 0;
	border-left: 2px solid #F4DDC7;
	border-right: 2px solid #F4DDC7;
}

/* Content */
#content 
{

	padding-top: 20px;
	padding-left: 30px;
	margin-left: 10px;
}

#content img
{
	max-width: 545px;
}

.breadcrumb
{
	font-size: .9em;
}

#content .title {
	margin: 0px;
	color: #BF0B0B;
}

#content .title a {
	padding: 0px 0px 0px 0px;
	letter-spacing: -1px;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: normal;
	font-style: italic;
	color: #BF0B0B;
}

#content .entry {
	padding: 20px 0px;
}

#content .meta {
	text-align: right;
	padding: 0px 0 20px 0;
	font-weight: bold;
	color: #202020;
}

#content .byline {
	font-size: 12px;
	font-style: italic;
	text-transform: lowercase;
	color: #7D807A;
}

#content fieldset 
{
	border: none;
}

#content fieldset label
{
	display: block;
	margin-top: 10px;
}

/* Sidebar */

#sidebar
{
	position: relative;
}

.RadPanelBar 
{
	margin: 0px 0px 15px 0px;
	width: auto !important;
}

#sidebar ul 
{
	border: none !important;
	list-style: none;
	line-height: normal;
	text-align: center;
}

#sidebar h3 {
	font-size: 77%;
	color: #110404;
}

#sidebar p {
	margin: 0;
	line-height: normal;
	color: #D4C792;
}

#sidebar a
{
	color: #efefef;
}

#sidebar a:hover 
{
	color: #fff;
}

#sidebar a, 
.rpLink, .rpOut
{
	border: none !important;
	padding-left: 10px;
	outline: none;
}

#sidebar .rpSlide a:hover
{
	color: #fff !important
}

#sidebar .rpSlide a:active
{
	color: #fff !important;
	background: none !important;
}

.rpOut
{
	padding: 25px 0px 0px 10px !important;
	text-align: center;
}

.rpText
{
	padding: 0px !important;
}

.eventsSideHeader
{
	text-align: center;
	font-weight: bold;
	font-size: 1.25em;
	color: #fff !important;
	padding: 25px 0px 2px 0px !important;
}

#sidebar .eventsSideHeader a
{
	color: #fff;	
}

.eventsPanelBar .rpOut
{
	font-weight: normal;
	font-size: .9em;
	padding: 2px 0px !important;
	font-style: normal;
	color: #f5f5f5;
}

.rpSlide .rpOut
{
	font-size: .9em;
	font-weight: normal;
	font-style: normal;
	margin: -1px 0px -3px 0px;
	padding: 1px 0px !important;
	color: #efefef !important;
}

.rpSlide .rpOut:hover,
.eventsPanelBar ul li a .rpOut:hover
{
	color: #fff !important;
}

#sidebar .rpExpanded,
#sidebar .rpExpanded .rpOut
{
	color: #fff !important;
	font-weight: bold;
	font-size: 1.25em !important; 
	font-style: italic;
}


#sidebar ul ul .rpSelected,
#sidebar .eventsPanelBar ul .rpSelected
{
	background: #CC6600;
	border: 1px ridge #CC6600;
	padding: 2px 0px;
	font-style: italic !important;
}

#sidebar ul ul .rpSelected .rpOut,
#sidebar .eventsPanelBar ul .rpSelected .rpOut
{
	color: #fff !important;
}

#sidebar .rpExpandable
{
	font-weight: bold;
	font-size: 1.1em;
	background: none !important;
	padding-left: 0px !important;
}

#sidebar .rpExpandable .rpOut
{
	background: none !important;
	padding-left: 0px !important;
}

#sidebar address
{
	background: #CC6600;
	margin: 50px 0px;
	padding: 5px 10px;
}

#sidebar address p
{
	color: #fff;
	text-align: center;
	font-size: 1em;
	font-style: normal;
	margin: 15px 0px;
}

#sidebar address p a
{
	color: #fff;
	font-size: 1.4em;
	padding-left: 0px !important;
}

#sidebar address p a:hover
{
	color: #F4DDC7;
}

#sidebar .affiliates
{
	text-align: center;
	margin-top: 25px;
}

#sidebar .affiliates a
{
	padding: 0px !important;
}

#sidebar .affiliates img
{
	border: 1px solid #ccc;
	margin: 10px auto;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=150,strength=3);
	-moz-box-shadow: 1px 1px 5px #000000;
}

/************************
* F O O T E R			*
************************/
#footer {
	color: #F4DDC7;
	background: #d88a3c;
	padding: 20px 0 0 0;
	position: relative;
	border-left: 2px solid #F4DDC7;
	border-right: 2px solid #F4DDC7;
}

#footer .audpanel img,
#footer .ccpanel img
{
	height: 100px;
	float: left;
	margin-right: 10px;
	border: 1px solid #ccc;
	padding: 2px;
}

#footer p {
	margin: 0;
	text-align: left;
	font-size: 11px;
}

#footer a {
	text-decoration: none;
	color: #F4eDe7;
	font-weight: bold;
	border: none;
}

#footer a:hover 
{
	color: #fff;
}

#footer .affiliates
{
	text-align: left;
	padding-bottom: 7px;
}

#footer .affiliates strong
{
	font-size: 1em;
	text-align: center;
}

#footer .affiliates a
{
	padding: 3px 0px;
	margin: 0px 20px 0px 2px;
	font-size: 0.9em;
	padding-left: 24px;
}

#footer .affiliates .twitter
{
	background: url('/images/icons/social/twitter.png') no-repeat left top;
}

#footer .affiliates .facebook
{
	background: url('/images/icons/social/facebook.png') no-repeat left top;
}

#footer .affiliates .email
{
	background: url('/images/icons/social/email.png') no-repeat left top;
}

#footer .affiliates img
{
	height: auto;
	border: 1px solid #999;
	height: 40px;
	padding: 0px;
	margin: 3px auto;
	float: none;
}

/* Positions */
.floatleft
{
	float: left;
	margin-right: 10px;
}


.floatright
{
	float: right;
	margin-left: 10px;
}

.centertext
{
	text-align: center;
}

.tracking
{
	display: none;
	visibility: hidden;
	height: 0px;
	overflow: hidden;
}

