/* RESET */
/*html,body,div,span,applet,object,iframe,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,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,label,legend,p,blockquote,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;}body{line-height:1;color:black;background:white;}:focus{outline:0;}table{border-collapse:collapse;border-spacing:0;}caption,th,td{text-align:left;font-weight:normal;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul{list-style:none;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}blockquote:before,blockquote:after,q:before,q:after{content:"";}blockquote,q{quotes:"" "";}abbr,acronym{border:0;}*/
*{margin: 0; padding: 0;list-style: none;}

/* PAGE BLOCKS */
/* DEINFE STANDARD LINKS */
a:link, a:visited {
	color: #993300;
	text-decoration: none;
}
a:hover, a:active {
	color: #3D371C;
	text-decoration: none;
}
a img {border: none;}
.left {float: left;}
.right {float: right;}
.clear {clear:both;}
img.left {float: left; padding: 0 12px 8px 0;}
img.right {float: right; padding: 0 0 8px 12px;}
/* PAGE BLOCKS */
body, html {
	font-family: Tahoma, 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	background-color: #858055;
}
#pagewrapper {
	width: 950px;
	margin: 0 auto;
	padding: 0 6px;
	background: url(images/0_bodybg.png) repeat-y;
}
#container {
	width: 950px;
	margin: 0px;
	padding: 0px;
}
#header {
	display: block;
	overflow: hidden;
	height: 160px;
	background: url(images/0_header.png) no-repeat;
	position: relative;
}
#nav {
	clear: both;
	height: 22px;
	white-space: nowrap;
	display: block;
}

#content {
	padding: 20px;
	background: url(images/0_content.jpg) repeat-y;
	margin: 0px;
	overflow: hidden;
}
#contop {
	display: block;
	width: 910px;
	margin: 0px;
	padding: 6px 20px;
	background: url(images/0_contop.png) no-repeat left bottom;
	position: relative;
	top: -20px;
	left: -20px;
	z-index: 100;
}
#contop .pathtopage {display: block; width: 648px; overflow: hidden; float: left; font-size: 0.8em;}
#index #contop {background: url(images/0_content.jpg) repeat-y; height:0; padding: 0;}
#index #contop .pathtopage {display: none; padding: 0;}
#content #sidebar {
	display: block;
	float: right;
	width: 245px;
	border-left: 1px dotted #B3A152;
	padding: 0 0 0 14px;
	margin: 0px;
}
#sponsorblock {
	display: block;
	background: url(images/0_sponsors_bg.png) no-repeat top left;
	margin: 0;
	padding: 0;
	background-color: #FFF;
	width: 950px;
}
#footer {
	background: url(images/0_footer.png) no-repeat top left;
	width: 950px;
	text-align: center;
	margin: 0px;
	padding: 12px 0px 0px 0px;
	background-color: #3D371C;
	color: #E2D9B6;
}
#endcap {
	display: block;
	background: url(images/0_endcap.png) no-repeat;
	width: 962px;
	margin: 0 auto;
	padding: 0 6px;
	clear: both;
	height: 9px;
	width: 950px;
}
/* MAIN TYPOGRAPHIC STYLING */
/* STANDARD ELEMENT STYLES */
h1 {
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #3D371C;
	line-height: 26px;
	margin: 0px 0px 6px;
	padding: 0px;
	display: block;
}
h2 {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 20px;
	line-height: 22px;
	color: #3D371C;
	margin: 0px 0px 6px;
	padding: 0px;
	display: block;
}
h3 {
	font-size: 14px;
	color: #3D371C;
	line-height: 18px;
	margin: 0px 0px 6px;
	padding: 0px 0px 1px;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #8C8543;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
}
h3 a:link, h3 a:visited {
	color: #8C8543;
	text-decoration: none;
}
h3 a:hover, h3 a:active {
	color: #3D371C;
	text-decoration: none;
}
h4 {
	font-size: 12px;
	line-height: 16px;
	color: #E3DBB7;
	padding: 2px 2px 1px 6px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	background-color: #3D371C;
	display: block;
}
h5 {
	font-size: 12px;
	line-height: 14px;
	margin: 0px 0px 6px;
	padding: 2px 2px 2px 6px;
	display: block;
	background-color: #8C8543;
	color: #3D371C;
}
h5.subhead {
	font-size: 12px;
	line-height: 14px;
	margin: 0px 0px 12px 0px;
	padding: 0;
	display: block;
	background: transparent !important;
	color: #3D371C;
}
h6 {
	font-size: 12px;
	margin: 0px 0px 6px;
	padding: 0px;
	color: #8C8543;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 12px;
	display: block;
	border-bottom: 1px solid #8C8543;
}
#main-art-slides h1, #main-art-slides h2, #main-art-slides h3, #main-art-slides h4, #main-art-slides h5, #main-art-slides h6 {
	border: none; background: none; text-transform: none;
}
#main-art-slides h6 {margin: 0;}  
.teaser h3, .teaserfull h3, #home-fourblock h3 {border: none;}
p {
	margin-bottom: 12px;
}

/* BLOCK ELEMENTS */
#header .left {
	display: block;
	overflow: hidden;
	width: 470px;
	float: left;
}
#header .right {
	display: block;
	overflow: hidden;
	width: 470px;
	float: right;
	position: relative;
}
#header .left h1 a {
	display: block;
	width: 470px;
	height: 160px;
	text-indent: -9999px;
}
#header .right h2 {
	display: block;
	overflow: hidden;
	margin-right: 47px;
	margin-top: 133px;
	text-align: right;
	font-size: 14px;
	color: #b3a152;
	letter-spacing: .25em;
}
.motto {
	display: block;
	overflow: hidden;
	text-align: center;
	font-size: 20px;
	color: #3d371c;
	letter-spacing: .25em;
	margin-bottom: 12px;
}
/* HOME PAGE ELEMENTS */
#main {
	display: block;
	overflow: hidden;
	position: relative;
	float: left;
	width: 630px;
}
#main #home-fourblock {
	display: block;
	width: 630px;
	margin: 20px 0 0 0;
	padding: 0px;
	overflow: hidden;
}
#home-fourblock .toprow {
	display: block;
}
#home-fourblock .bottomrow {
	display: block;
	clear: left;
	border-top: 1px dotted #B3A152;
}
#home-fourblock .box {
	display: block;
	width: 304px;
	float: left;
}
#home-fourblock .left {
	padding: 0 0 12px 0;
	margin: 0 10px 0 0;
}
#home-fourblock .right {
	padding: 0px 0px 12px 10px;
	margin: 0px;
	border-left: 1px dotted #B3A152;
}
.topbox {}
.bottomrow .left, .bottomrow .right {padding-top: 12px !important;}
#main #teaser-bottom {clear: both; display: block;}
/* FOOTER */
#footer p {
	font-size: 0.8em;
	line-height: 1.2em;
	display: block;
	padding: 0px 0px 12px;
	margin: 0px;
	color: #8C8543;
}
/* HOME PAGE SPONSORS */
.home_sponsors {
	display: block;
	text-align: center;
	clear: both;
	float: none;
	padding: 16px 0 16px 0;
}
.home_sponsors li {
	list-style-type: none;
	display: inline;
	padding-bottom: 12px;
}
.home_sponsors a {
	padding-right: 15px;
	padding-left: 15px;
}
.home_sponsors li.logo-solo {
	display: block !important;
	text-align: center;
}
/********** BASIC PAGE BLOCKS/ELEMENTS *********/
#leftrail {
	display: block;
	float: left;
	width: 218px;
	overflow: hidden;
}
#midcontent {
	display: block;
	float: left;
	width: 400px;
	margin-left: 20px;
	overflow: hidden;
	border-left: 1px dotted rgb(61, 55, 28);
	padding-left: 20px;
}
#rightcontent {
	display: block;
	float: left;
	width: 650px;
	margin-left: 20px;
	overflow: hidden;
	border-left: 1px dotted rgb(61, 55, 28);
	padding-left: 20px;
}
#rightrail{
	display: block;
	float: right;
	width: 220px;
	overflow: hidden;
}
#leftrail h2 {
	color: #858055;
	border-bottom: 1px solid #858055;
}
.leftNavTitle a:link, .leftNavTitle a:visited {color: #858055;}
.leftNavTitle a:hover {color: #993300;}
#midcontent ul, #rightcontent ul, #rightrail ul, #midcontent ol, #rightcontent ol, #rightrail ol {
	display: block;
	list-style-position: inside;
	margin: 0 0 12px 0;
}

#midcontent ul li, #rightcontent ul li, #rightrail ul li {
	display: list-item;
	list-style-position: inside;
	list-style-type: square;
}
#midcontent ol li, #rightcontent ol li, #rightrail ol li {
	display: list-item;
	list-style-position: inside;
	list-style-type: decimal;
	margin: 0 0 6px 0;
}
#rightrail ol li, #rightrail ul li  {
	margin: 0 0 6px 0;
}
 #midcontent ul li, #rightcontent ul li, #midcontent ol li, #rightcontent ol li {
	margin: 0 0 12px 0;
}
/********************* TEASERS ********************/
/*.teaser img.right {position: absolute; right: 0; bottom: 0; padding: 6px 0 0 6px;}
.teaser img.left {float: left; margin-right: 8px;}*/
.teaser img.center {margin: 0 auto; text-align:center;}
.teaser img {position: relative; display: block; z-index:10;}
.teaser {
	display: block;
	overflow: hidden;
	position: relative;
	width: auto;
	height: auto;
	margin-bottom: 12px !important;
	padding: 12px;
	clear: both;
	text-align: left;
}
.teaser h3 {
	font-size: 14px;
	line-height: 16px;
	margin: 0;
	padding: 0;
}
#sidebar h3 a {
	text-decoration: none;
}
.teaser p {
	line-height: 16px;
	margin: 0 0 6px 0 !important;
}
.teaserfull {
	display: block;
	margin-bottom: 12px !important;
	clear: both;
}
#main .teaser {margin: 12px 0 0 0 !important; margin-bottom: 0 !important;}
#main .teaser h3, .teaser.oneline h3 {display: inline; padding-right: 12px;}
#main .teaser p, .teaser.oneline p {display: inline !important;}
.headtease {width: 300px;}
.brown {
	background-color: #7f7b69;
	color: #FFFFFF;
	background: url(images/teasebg_brn.png) repeat-x left bottom;
	margin: 0px;
	border: 1px solid #1F1B0C;
}
.brown a:link, .brown a:visited {
	color: #DAD1A6;
}
.brown a:hover, .brown a:active {
	color: #858055;
}
.main-event.brown {background-color: #7f7b69;}
.main-event.brown .event-image {border-color: #1F1B0C;}
.cream {
	background-color: #ece6cf;
	color: #2E2A15;
	background: url(images/teasebg_crm.png) repeat-x left bottom;
	margin: 0px;
	border: 1px solid #D1C494;
}
.cream a:link, .cream a:visited {
	color: #993300;
}
.cream a:hover, .regteaser a:active {
	color: #2E2A15;
}
.main-event.cream {background-color: #ece6cf;}
.main-event.cream .event-image {border-color: #D1C494;}
.darkblue {
	background-color: #697b7f;
	color: #FFFFFF;
	background: url(images/teasebg_dbl.png) repeat-x left bottom;
	margin: 0px;
	border: 1px solid #0C1B1F;
}
.darkblue a:link, .darkblue a:visited {
	color: #93ADB2;
}
.darkblue a:hover, .darkblue a:active {
	color: #DAD1A6;
}
.main-event.darkblue {background-color: #697b7f;}
.main-event.darkblue .event-image {border-color: #0C1B1F;}
.gold {
	background-color: #cdc18d;
	color: #FFFFFF;
	background: url(images/teasebg_gld.png) repeat-x left bottom;
	margin: 0px;
	border: 1px solid #907A2E;
}
.gold a:link, .gold a:visited {
	color: #993300;
}
.gold a:hover, .gold a:active {
	color: #DAD1A6;
}
.main-event.gold {background-color: #cdc18d;}
.main-event.gold .event-image {border-color: #907A2E;}
.gray {
	background-color: #afab8f;
	color: #FFFFFF;
	background: url(images/teasebg_gry.png) repeat-x left bottom;
	margin: 0px;
	border: 1px solid #5B5630;	
}
.gray a:link, .gray a:visited {
	color: #1F1B0C;
}
.gray a:hover, .gray a:active {
	color: #DAD1A6;
}
.main-event.gray {background-color: #afab8f;}
.main-event.gray .event-image {border-color: #5B5630;}
.lightblue {
	background-color: #93ADB2;
	color: #FFFFFF;
	background: url(images/teasebg_lbl.png) repeat-x left bottom;
	margin: 0px;
	border: 1px solid #4A6D76;
}
.lightblue a:link, .lightblue a:visited {
	color: #0C1B1F;
}
.lightblue a:hover, .lightblue a:active {
	color: #DAD1A6;
}
.main-event.lightblue {background-color: #a3babf;}
.main-event.lightblue .event-image {border-color: #4A6D76;}
.red {
	background-color: #bc7957;
	color: #FFFFFF;
	background: url(images/teasebg_red.png) repeat-x left bottom;
	margin: 0px;
	border: 1px solid #bc7957;
}
.red a:link, .red a:visited {
	color: #DAD1A6;
}
.red a:hover {
	color: #1F1B0C;
}
.main-event.red {background-color: #bc7957;}
.main-event.red .event-image {border-color: #bc7957;}
.white {
	background-color: #FFFFFF;
	color: #655555;
	background: url(images/teasebg_wht.png) repeat-x left bottom;
	margin: 0px;
	border: 1px solid #d2d4d4;
}
.white a:link, .white a:visited {
	color: #993300;
}
.white a:hover {
	color: #1F1B0C;
}
.main-event.white {background-color: #FFFFFF;}
.main-event.white .event-image {border-color: #d2d4d4;}
.teaserfull {color: #3D371C;}
.highlight {
	padding-bottom: 6px;
	border-bottom: 1px solid #858055;
}
.highlight h2 {
	display: block;
	height: 28px;
	text-align: center;
	font-size: 22px !important;
	line-height: 22px !important;
	text-decoration: none;
	margin: 0 0 8px 0;
	padding: 6px 0 0 0 !important;
	border-top: 1px solid #3D371C;
	border-bottom: 1px solid #3D371C;
}
.highlight h3 {
	display: block;
	text-align: center;
	font-size: 16px !important;
	text-decoration: none;
	margin: 0 0 8px 0;
	padding: 0px;
}
.centered {
	text-align: center;
}
#sidebar {
	display: block;
	float: left;
	width: 245px;
	border-left: 1px dotted #B3A152;
	padding: 0 0 0 14px;
	margin: 0px;
}

/*************************** HOME MAIN ART ROTATOR ************************/
#main_story {
    display: block;
    width: 630px;
    height: 350px;
    overflow: hidden !important;
}
#main-art-slides {
    position:relative;
    top:0px;
    left:0px;
    text-decoration: none;
    display: block;
    overflow: hidden !important;
    width: 630px;
    height: 350px;
}
#main-art-slides ul {list-style: none !important;}
.slideClass,.slideButton {
    list-style:none;
}
.slideClass li {
    position:absolute;
    top:0px;
    left:0px;
    overflow: hidden;
}
.slideButton {
    clear: both;
    position:absolute;
    top: 320px;
    left: 20px;
    z-index: 9999;
    color: white;
}
.slideButton li {
    float:left;
    margin: 0 5px 0 0;
}
.slideClass li img {
    position:relative;
    top:0px;
    left:0px;
    z-index: 0;
}
.slideClass li .slideshow-overlay {
    display: block;
    position: absolute;
    width: 590px;
    height: 130px;
    text-align: right;
    padding: 12px 20px 12px 20px;
    top: 247px;
    left: 0px;
    z-index: 5;
    background: url(images/ss-text-bg.png) no-repeat left top;
    _background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/templates/concours/images/ss-text-bg.png',sizingMethod='crop');
}
.slideClass li h6 {
    position: absolute;
    z-index: 2;
    top: 227px;
    left: 16px;
    color: #FFF;
    font-size: 10px;
}
.slideshow-overlay h3 {
    font-size: 18px;
    color: #B3A152;
    letter-spacing: .06em;
}
.slideshow-overlay h4 {
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
}
.slideshow-overlay {
    text-align: left;
    color: #FFFFFF;
}
.slideButton li a {
    display: block;
    width: 14px;
    height: 14px;
    font-size: 11px;
    background: #D8D0AD;
    text-align: center;
    margin: 0;
    padding: 0;
    color: #3d371c;
}
.slideButton li a cufon {
    margin-top: -6px;
}
.slideButton li a:hover {
    background: #993300;
    color: #FFFFFF;
}
/****** SPECIALTY PAGES ******/
/* EVENTS LISTING */
#events_menu {
	display: block;
	padding-bottom: 20px;
}
#events_menu .event_day {
	display: block;
	margin: 0;
	padding: 0;
	float: left;
	width: 225px;
	overflow: hidden;
}
#events_menu .event_day .event_art {
	display: block;
	width: 225px;
	height: 200px;
	overflow: hidden;
}
#events_menu .event_day .day_day {
	display: block;
}
h4.day_day {
	display: block;
	text-align: center;
	background: none !important;
	font-size: 1.4em;
	border-bottom: 1px solid;
	padding-bottom: 6px;
	margin: 0 6px;
	color: #3d371c;
}
#events_menu .event_day ul {
	display: block;
	margin: 0 6px;
}
.event_day ul li {
	display: block;
	
}
.event_day ul li a.event_title {
	display: block;
	padding: 3px 6px;
	font-size: 11px;
	color: #993300;
	border-bottom: 1px dotted #8C8543;
}
.event_day ul li a.event_title:hover {
	background: rgb(113, 110, 66);
	color: rgb(218, 209, 166);
}
.event_day ul li.active a.event_title {
	background: rgb(61, 55, 28);
	color: rgb(218, 209, 166);
}
.event_day ul li div {
	display: block;
	background: #ECE6CF url(images/teasebg_crm.png) repeat-x left bottom;
	padding: 6px;
}
.event_day ul li div p {
	font-size: 11px;
	line-height: 16px;
}
.event_day p.goto-link {
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
}
.event_day p.goto-link a {
	display: block;
	padding: 3px 6px;
}
.event_day p.goto-link a:link, .event_day p.goto-link a:visited {
	border: 1px solid #993300;
	color: #993300;
}
.event_day p.goto-link a:hover {
	background: rgb(61, 55, 28);
	color: rgb(218, 209, 166);
}
/*** GALLERY ***/
.all-winners {
}
.award-group {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
a.award-category-title {
	display: block;
	background-color: Transparent;
	border-bottom: 1px solid #3D371C;
	margin: 0px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-size: 13px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 6px;
	color: #3D371C;
}
.award-group.active a {
	background: url(images/nav-bg.png) repeat-x left top;
	color: rgb(226, 217, 182);
}
.award-winners {
	overflow: auto;
	margin: 0px;
	padding: 0px;
	background-color: #D6C48A;
}
.award-winners div {
	float: left;
	display: block;
	text-align: center;
	padding: 11px;
	width: 246px;
	margin: 12px;
	border: 1px solid #858055;
	background-color: #E2D9B6;
}
.award-winners div.clear {
	float: none;
	clear: both;
	padding: 0;
	margin: 0;
	border: none;
	display: none;
}
.award-winners div h3 {
	display: block;
	padding: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
	font-size: 14px;
	line-height: 16px;
	background-color: #3D371C;
	color: #E2D9B6;
	border-bottom: none;
}
.award-winners div p {
	display: block;
	font-size: 12px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	height: 30px;	
}
.award-winners div b {
	
}
.award-winners div img {
	border: 1px solid #CCCCCC;	
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open. The class "AccordionPanelOpen" is programatically added and removed
 * from panels as the user clicks on the tabs within the Accordion.
 */
.AccordionPanelOpen .AccordionPanelTab {
	background-color: #3D371C;
	color: #E2D9B6;
}

/* This is an example of how to change the appearance of the panel tab as the
 * mouse hovers over it. The class "AccordionPanelTabHover" is programatically added
 * and removed from panel tab containers as the mouse enters and exits the tab container.
 */
.AccordionPanelTabHover {
	color: #993300;
	background-color: #858055;
}
.AccordionPanelOpen .AccordionPanelTabHover {
	color: #E2D9B6;
	
}

/* This is an example of how to change the appearance of all the panel tabs when the
 * Accordion has focus. The "AccordionFocused" class is programatically added and removed
 * whenever the Accordion gains or loses keyboard focus.
 */
.AccordionFocused .AccordionPanelTab {
	/*background-color: #3399FF;*/
}

/* This is an example of how to change the appearance of the panel tab that is
 * currently open when the Accordion has focus.
 */
.AccordionFocused .AccordionPanelOpen .AccordionPanelTab {
	/*background-color: #33CCFF;*/
}
.multi {
		height: auto;
}
/***** CAR CLUB JAMBOREE ***/
.liability {
	padding: 6px;
	width: 388px;
}
.ccwinners {
	display: table;
	width: auto;
}
.ccwinners th {
	color: #F8F3D6;
	background-color: #858055;
	border: 1px solid #F8F3D6;
	padding: 2px;
	margin: 0px;
}
.ccwinners td {
	font-size: 11px;
	padding: 2px 10px 2px 2px;
	margin: 0px;
	border-bottom: 1px solid #858055;
	white-space: nowrap;
}
/***** SPONSORS PAGE *****/
.sponsor_list {
	background-color: #FFFFFF;
	display: block;
	overflow: hidden;
}
.sponsor_group {
	clear: both;
	text-align: center;
	display: block;
	overflow: hidden;
}
.sponsor_group h2 {
	font-size: 14px;
	color: #DAD1A6;
	background-color: #2E2A15;
	text-align: center;
	text-transform: uppercase;
}
.sponsor_list a {
	margin: 6px;
	display: inline;
}
.sponsor_list img {
	width: auto;
	margin: 10px;
	padding: 10px;
}
/***** ACCOMMODATIONS *****/
.acc_listing {
	display: block;
	margin-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #858055;
	clear: both;
	overflow: hidden;
}
.acc_listing img {
	float: right;
	margin-bottom: 8px;
	margin-left: 8px;
}
#rightrail-fullwidthtop {
	display: block;
	overflow: hidden;
	width: 670px;
	float: left;
}
#fullwidthtop {
	margin-left: 20px;
}

#fullwidthtop .top-promo {
	display: block;
	border: 1px solid #858055;
	margin: 12px 0;
	padding: 16px;
	overflow: hidden;
}
#fullwidthtop .top-promo .acc_listing {
	border-bottom: none;
	margin-bottom: 0;
}
.official {
	background: url(images/official-bg.png) top left no-repeat;
	display: block;
	margin: 12px 0;
	padding: 16px;
	overflow: hidden;
}
.official h4 {
	text-align: center !important;
	text-transform: uppercase;
}
.official img {
	padding: 6px;
	border: 1px solid #858055;
	overflow: hidden;
}
.official .acc_listing {
	border: none;
	margin-bottom: 0;
}
.official p.listing-special, .top-promo p.listing-special {
	margin-bottom: 0;
}
#rightrail .acc_listing img {
	float: none;
	display: block;
	margin: 0 auto;
}
.full-listing {
	display: block;
	overflow: hidden;
}
/***** NEWS PAGES *****/
ul.news-list {
	display: block;
	list-style: none !important;	
}
ul.news-list li {
	list-style: none !important;
	margin-bottom: 12px;
}
ul.news-list li .dateline {
	font-size: 0.8em;
	display: block;
	color: #858055;
}
h4.dateline {
	background: none;
	display: block;
	text-align: right;
	font-size: 12px;
	color: #858055;
	font-weight: normal;
}
.newscontact {
	display: block;
	float: right;
	text-align: right;
	padding-left: 12px;
	margin-left: 12px;
	margin-bottom: 12px;
	font-size: 10px;
	line-height: 12px;
	border-left: dotted 1px  #3D371C;
	background-color: transparent;
}
table.basic {
	width: 100%;
	margin-bottom: 12px;
}
table.basic th {
	text-align: left;
	padding: 4px;
	background-color: #3D371C;
	color: #F7EFCE;
}
table.basic td {
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	vertical-align: top;
}
/***** CONTACT STYLES *****/
.contactus {
}
.contactus .desc {
	font-weight: bold;
	padding: 6px;
	width: auto;
	margin: 0px;
	color: #3D371C;
}
.contactus .listing {
	clear: both;
	width: auto;
	display: block;
	padding-bottom: 8px;
	border-bottom: 1px solid #3D371C;
	overflow: hidden;
}
.contactus .listing .title {
	font-size: 12px;
	font-weight: bold;
	padding: 2px 0px 0px;
	margin: 8px 0px 0px;
	color: #3D371C;
	display: block;
}
.listing .listrow {
	display: block;
	clear: both;
	vertical-align: 50%;
}
.contactus .listrow .name {
	display: block;
	float: left;
	padding: 3px;
}
.contactus .listrow .email {
	display: block;
	padding: 3px;
	float: right;
	width: 238px;
}
/***** MANAGER FORMS *****/
.managerform fieldset {
	border: none;
}
.managerform dl {
	display: block;
	overflow: hidden;
	clear: both;
	margin: 0 0 6px 0;
}
.managerform dl dt {
	display: block;
	float: left;
	width: 180px;
}
.managerform dl dt label {
	display: block;
	font-weight: bold;
	color: rgb(61, 55, 28);
	text-align: right;
	margin-top: 4px;
}
.managerform .required-indicator {
	color: red;
	float: right;
	display: block;
	margin: 0 0 0 2px;
}
.managerform dd {
	display: block;
	float: left;
	margin: 0 0 0 12px;
}
.managerform dd input.text {
	width: 180px;
	border: none;
	height: 22px;
	padding: 2px 4px;
	border: 1px solid #c2ad76;
}
.managerform dd .textarea {
	width: 180px;
	height: 60px !important;
	border: none;
	height: 22px;
	padding: 2px 4px;
	border: 1px solid #c2ad76;
}
.managerform dd .radiolabel {
	font-weight: normal;
	padding: 0 12px 0 6px;
}
.managerform dd.special {
	padding: 6px 12px;
	border: 1px solid gray;
}
.managerform div.submission {
	text-align: center;
}
/***** SPONSORSHIP OBJECTIVES TABLE *****/
#sponsorship-table {
	border-collapse: collapse;
	border-top: 1px solid #FFF;
	border-left: 1px solid #FFF;
}
#sponsorship-table td {margin: 0; padding: 0;}
#sponsorship-table h5 {
	font-size: 10px;
	margin: 0;
	background-color: transparent !important;
}
#sponsorship-table td.offering h5 {
	color: #3b6e99 !important;
}
#sponsorship-table td.offering, #sponsorship-table th.offering {width: 218px;}
#sponsorship-table th.offering {padding: 6px 6px;}
#sponsorship-table td.offering h5 a {display: block; overflow: hidden; padding: 6px 6px;}

td.offering h5 a:link, td.offering h5 a:visited {
	color: #3b6e99 !important;
}
td.offering h5 a:hover {color: #993300 !important;}

.offering.light {
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	background-color: #a1b8cd;
}
.offering.dark {
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	background-color: #cad6e3;
}
.table-subheader {
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	background-color: #524f26;
}
.table-subheader th.offering h5 {color: #FFF !important;}
.darker, .lighter, .th1, .th2 {width: 41px;}
.darker, .th1 {
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	background-color: #a8a08a;
}
.lighter, .th2 {
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	background-color: #bab4a1;
}
#sponsorship-table .primary {
	background: url(/assets/templates/concours/images/chk-primary.png) no-repeat 50% 50%;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/templates/concours/images/chk-primary.png',sizingMethod='crop');
}
#sponsorship-table .secondary {
	background: url(/assets/templates/concours/images/chk-secondary.png)  no-repeat 50% 50%;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/templates/concours/images/chk-primary.png',sizingMethod='crop');
}
#sponsorship-table .darker.primary {
	background: #a8a08a url(/assets/templates/concours/images/chk-primary.png) no-repeat 50% 50%;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/templates/concours/images/chk-secondary.png',sizingMethod='crop');
}
#sponsorship-table .lighter.primary {
	background: #bab4a1 url(/assets/templates/concours/images/chk-primary.png) no-repeat 50% 50%;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/templates/concours/images/chk-primary.png',sizingMethod='crop');
}
#sponsorship-table .darker.secondary {
	background: #a8a08a url(/assets/templates/concours/images/chk-secondary.png)  no-repeat 50% 50%;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/templates/concours/images/chk-secondary.png',sizingMethod='crop');
}
#sponsorship-table .lighter.secondary {
	background: #bab4a1 url(/assets/templates/concours/images/chk-secondary.png)  no-repeat 50% 50%;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/templates/concours/images/chk-secondary.png',sizingMethod='crop');
}
#sponsorship-table .darker.dependent {
	background: #a8a08a url(/assets/templates/concours/images/chk-dependant.png)  no-repeat 50% 50%;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/templates/concours/images/chk-dependant.png',sizingMethod='crop');
}
#sponsorship-table .lighter.dependent {
	background: #bab4a1 url(/assets/templates/concours/images/chk-dependant.png)  no-repeat 50% 50%;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/templates/concours/images/chk-dependant.png',sizingMethod='crop');
}
#sponsorship-table th.th1 {
	background-color: #a8a08a;
	background-image: url(/assets/templates/concours/images/sponsorship-table-header.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/templates/concours/images/sponsorship-table-header.png',sizingMethod='crop');
}
#sponsorship-table th.th2 {
	background-color: #bab4a1;
	background-image: url(/assets/templates/concours/images/sponsorship-table-header.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/templates/concours/images/sponsorship-table-header.png',sizingMethod='crop');
}
#sponsorship-table th.th1.ca {
	background-position: -3px bottom !important;
}
#sponsorship-table .th2.th2.cb {
	background-position: -52px bottom !important;
}
#sponsorship-table .table-header .th1.cc {
	background-position: -101px bottom !important;
}
#sponsorship-table .table-header .th2.cd {
	background-position: -149px bottom !important;
}
#sponsorship-table .table-header .th1.ce {
	background-position: -197px bottom !important;
}
#sponsorship-table .table-header .th2.cf {
	background-position: -245px bottom !important;
}
#sponsorship-table .table-header .th1.cg {
	background-position: -291px bottom !important;
}
#sponsorship-table .table-header .th2.ch {
	background-position: -339px bottom !important;
}
#sponsorship-table .table-header .th1.ci {
	background-position: -387px bottom !important;
}
.noobj {
}
.table-header { height: 149px;}
.table-legend .titling {
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	background: #FFF url(/assets/templates/concours/images/sponsorship-table-title.png) no-repeat 50% 50%;
}
#sponsorship-table td p, #sponsorship-table th p {display: block; text-indent: -9999px; width: 42px;}
#sponsorship-table .table-legend th, #sponsorship-table tfoot td {background-color: #FFF;border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;}
#sponsorship-table thead th.legend, #sponsorship-table tfoot td {height: 28px}
#sponsorship-table .text-right {padding-right: 12px; text-align: right;}
td.hover,
#sponsorship-table tbody tr.row1:hover,
#sponsorship-table tbody tr.row2:hover {
	background-color: rgba(204,204,51,.2) !important;
}
/***** EXHIBITORS HOME PAGE *****/
.exhibitor-list-result {
	display: block;
	margin: 0 0 20px 0;
}
.exhibitor-list-result li {
	display: block;
	padding: 2px;
	margin: 0 0 2px 0;
	background: #999;
}
/*** NEW EVENTS PAGE ***/
#main-events {display: block; overflow: hidden; width: 446px; float: left;}
			
			.main-event {display: block; margin-bottom: 12px; overflow: hidden;}
				.main-event .event-image {display: block; overflow: hidden; width: 159px; border-right: 1px solid; height: auto; float: left; margin: 0; padding: 0;}
				.main-event .event-info {display: block; overflow: hidden; float: right;  width: 260px; padding: 12px; }
					.main-event .event-info h4 {background: none; padding: 0; font-size: 11px !important; color: #3D371C; }
					.main-event .event-info h3 {margin-bottom: 6px; font-size: 14px; border: none;}
					.main-event .event-info img {display: block; border: 1px solid; padding: 8px; margin: 0 8px 8px 0;}
					.main-event .event-info p {font-size: 11px;}
					.main-event .event-time {text-transform: lowercase; display: block; margin-bottom: 6px; font-weight: bold;}
					.main-event p.event-tickets {font-size: 12px; margin-bottom: 8px;}
					.main-event p.event-location {font-size: 12px; margin-bottom: 8px;}
					.main-event p.goto-link { float: right; font-size: 10px; margin-bottom: 0;}
					.main-event p.goto-link a { padding: 2px 4px; border: 1px solid; text-transform: uppercase;}
		
		#other-events {display: block; overflow: hidden; width: 445px; float: left; margin-left: 19px;}
			#other-events .event-group, #other-events .other-event {display: block; overflow: hidden; clear: both; margin-bottom: 6px;}
				.event-group h4 {background: none; padding: none; font-size: 11px !important; color: #3D371C; border: 1px solid #8a8567; padding: 2px 4px; }
				/*.other-event .event-time {display: block; overflow: hidden; width: 120px; float: left; text-align: right; font-weight: bold; color: #3D371C;}
				.other-event .event-info {display: block; overflow: hidden; width: 313px; float: left; margin-left: 12px;}*/
			table.other-event {border-collapse: collapse; margin: 0; padding: 0;}
				table.other-event td {margin: 0;}
				table.other-event tr { border-bottom: 1px solid #f5f0d0;}
			
			.other-event td.event-time {width: 150px; text-align: right; padding: 2px 8px 3px 6px; font-weight: bold; color: #3D371C; vertical-align: top; background-color: #d3cdae; text-transform: lowercase;}
			.other-event td.event-label {width: 150px; text-align: right; padding: 2px 8px 3px 6px; font-weight: bold; color: #767053; vertical-align: top; background-color: #d3cdae; }
			.other-event td.event-info {display: block; overflow: hidden; width: 283px; padding: 2px 6px 3px 6px; vertical-align: top; background-color: #e9dcb2;}
			.other-event tr.event-title td.event-time {background: #b6b091;}
			.other-event tr.event-title td.event-info {background: #e0cc9b;}
			.other-event tr.second td {background-image: url(images/shad-event.png); background-position: left top; background-repeat: repeat-x; padding-top: 10px;}
/*** TICKETS TABLE ***/
.ticket-table, .patron-table {display: block; border-top: 1px solid #FFFFFF;}
		.ticket-table tr, .patron-table tr {vertical-align: top;}
		.ticket-table td, .ticket-table th, .patron-table th, .patron-table td {padding: 6px; margin:0;}
		.ticket-table th, .patron-table th {vertical-align: top;}
			.ticket-table th.first, .patron-table th.first {text-align: left; border-left: 1px solid #FFFFFF;}
			.ticket-table th span, .patron-table th span {font-size: 0.8em; font-weight: normal;}
		.ticket-table .event-title {width: 360px; font-weight: bold; border-left: 1px solid #FFF;}
			.ticket-table td span, .patron-table td span {font-weight: normal; font-size: 0.9em;}
		.patron-table .event-title {width: 360px; font-weight: bold; border-left: 1px solid #FFF;}
		.ticket-table .price, .patron-table .price {width: 100px; text-align: center; font-weight: bold;}
			.ticket-table .price span, .patron-table .price span {font-weight: normal;}
		.light .event-title {border-right: 1px solid #FFF; border-bottom: 1px solid #FFF; background-color: #a1b8cd;}
		.dark .event-title {border-right: 1px solid #FFF; border-bottom: 1px solid #FFF; background-color: #cad6e3;}
		.p1, .p3 {border-right: 1px solid #FFF; border-bottom: 1px solid #FFF; background-color: #a8a08a;}
		.p2 {border-right: 1px solid #FFF; border-bottom: 1px solid #FFF; background-color: #bab4a1;}
		
		.ticket-table th, .patron-table th {background-color: #cdc18d; color: #FFFFFF; background: url(images/teasebg_gld.png) repeat-x left bottom; margin: 0px;border-right: 1px solid #FFF; border-bottom: 1px solid #FFF;}
		.ticket-table a, .patron-table a {text-decoration: none;}
			.ticket-table a:link, .ticket-table a:visited, .patron-table a:link, .patron-table a:visited {color:rgb(59, 110, 153);}
			.ticket-table a:hover, .patron-table a:hover {#993300;}
/***** POLLS *****/
/*#easypoll frameset {border: none;}
#easypoll h3 {display: none;}
#*/
.pollvotes, .pollresults {
    background-color:#cfe295;
    border:1px solid #79a100;
    padding:10px;
}

.pollvotes h3, .pollresults h3 {
    margin-top:0px;
    font-size:1.4em;
    color:#618200;
}

.pollvotes ul, .pollresults ul {
    padding:0px 4px 0px 4px;
    list-style: none !important;
}

.pollvotes ul li, .pollresults ul li {list-style: none !important;}

.easypoll fieldset {
    border:0px;
    margin:0px;
    padding:0px;
}

.easypoll input.pollbutton {
    border:1px solid #79a100;
    color:#618200;
    background-color:#d8e6af;
    padding: 3px 6px;
}

.easypoll input:hover {
    background-color:#FFF;
}

.easypoll_bar {
    height:8px;
    background-color:#FFF;
}

.easypoll_inner {
    height:100%;
    background:url('../../templates/modxhost/images/foot_4x82.jpg') repeat-x top left;
    background-color:#618200;
}

.easypoll_error {
    border:1px solid #600;
    background-color:#FAA;
    padding:8px;
}
li.hovered {background-color: rgba(185,197,150,1);}