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

body {
	background-color:#427006;
	margin:0px;
	background-image: url(../Images/BckgrndNEWV2.jpg);
	background-repeat: repeat-x;
	font-size: 12px;
}

/*contains all other elements*/
#container {
	margin:0 auto;
	width:915px;
	position: relative;

}		

/*main body used by all pages - it sets the beige background image*/
#bodymain {
	width:915px;
	background-color: transparent;
	background-image: url(../Images/backgroundmiddleNEW2.png);
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: center;
	position:absolute;
}
/* contains the rcc logo image div and the large main picture div on each page*/
#topheader {
	width:900px;
}	

/*left rcc logo image*/
#logoimageleft {
	float:left;
	width:234px;
	height: 216px;
}

/*large image on top of each page*/
#bigimageright {
	float:left;
	width:666px;
	height: 216px;
}	

/*main page only, contains logos for other site links at bottom*/
#footerlogos {
	float:left;
	margin-left: 85px;
}
#footerlogos ul {
	margin: 0;
}
#footerlogos li {
	display: inline;
	margin: 0;
}

/* background image used on all pages except gallery*/
#bigimageback {
	background-image: url(../Images/bigbackground2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	overflow:visible;
}

/*used in gallery page only */
#bigimageback3 {
	background-image: url(../Images/bigbackground2.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 1200px;
}

/*left column on main page containing testimonials*/
#homeimageleft {
	text-align: center;
	width:234px;
	float: left;
}
#homeimageleft h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	font-style:italic;
	color:#996600;
	line-height: 20px;
	margin-top: 5px;
	font-weight: normal;
	margin-bottom: 5px;
}	
#homeimageleft p {
	font-family:arial;
	font-size:10px;
	color:#000000;
}
#navigationbuttons, #navigationbuttonsgeneric {
	float:left;
	width:666px;
	height:20px;
	margin-top:1px;
	margin-bottom:1px;
}
#navigationbuttonssubpg {
	float:left;
	width:666px;
	height:45px;
	margin-top:1px;
	margin-bottom:1px;
	background-color: #7ac142;
}
#navigationbuttonsgallery {
	float:left;
	width:666px;
	height:45px;
	margin-top:1px;
	margin-bottom:1px;
	background-color: #7ac142;
	margin-left: 2px;
}

/*intro divs - middle section of each page*/

#homeintro {
	margin: 28px 0 0 0;
	width:420px;
	float:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 26px;
}
#plannerintro {
	margin:28px 0 0 22px;
	width:420px;
	float:left;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#raleighintro {
	margin:28px 0 0 20px;
	width:423px;
	float:left;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#scheduleintro {
	margin:28px 0 0 22px;
	width:622px;
	float:left;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#facilitiesintro {
	margin:28px 0 0 22px;
	width:635px;
	float:left;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* right sidebars containing links column */
#sidebarright {
	width:204px;
	float: left;
	margin-left: 16px;
	background-image: url(../Images/sidebarmiddle.jpg);
	background-repeat: repeat-y;
	text-align: center;
	margin-top: 28px;
}
#sidebarrightsubpg {
	width:204px;
	float: left;
	margin-left: 20px;
	background-image: url(../Images/sidebarmiddle.jpg);
	background-repeat: repeat-y;
	text-align: center;
	margin-top: 28px;
}
#sidebarrightraleigh {
	width:204px;
	float: left;
	background-image: url(../Images/sidebarmiddle.jpg);
	background-repeat: repeat-y;
	text-align: center;
	margin-top: 28px;
	margin-left: 20px;
}
#sidebarrightfacilities {
	width:200px;
	float: left;
	background-image: url(../Images/sidebarmiddle.jpg);
	background-repeat: repeat-y;
	margin-left: 10px;
}
#sidebartop {
	background-image:url(../Images/sidebarbacktop.jpg);
	background-repeat: no-repeat;
	height:16px;
}	



p {
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
}

#facilitycontent {
	width: 420px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float: left;
	margin-top: 5px;
}
#genericcontent {
	width: 420px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float: left;
	margin-top: 5px;
}

#genericcontentLong {
	width: 420px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float: left;
	margin-top: 5px;
	height: 550px;
}

/*bottom swirl */
#busmainbottom {
	background-image: url(../Images/busbottomgraphic2NEW_IE6.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 133px;
	width: 900px;
	float: left;
}


#bottomfooterswirl {
	background-image: url(../Images/bottomswirlfooterNEWV2.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 130px;
	width: 913px;
	float: left;
}

#footercontent {
	font-size:10px;
	font-weight:bold;
	margin-top: 100px;
	text-align: center;
}
#footercontent ul {
	font-family: Arial, Helvetica, sans-serif;
	list-style-type: none;
	color: #FFFFFF;
	width: 850px;
}
#footercontent li {
	display:inline;
	margin-left: 5px;
}
#footercontent p {
	color: #333300;
}	

#eventscontent {
	line-height: 18px;
	color: #696406;
}
#galleryspotlight {
	float: left;
	width: 210px;
	font-size:12px;
	margin-left: 10px;
}
#sidebargeneric {
	float: left;
	width: 200px;
}
#sidebarfacility {
	float: left;
	width: 160px;
	margin-left: 15px;
}
#sidebarfacility ul {
	list-style-type: none;
	margin: 0 0 0 5px;
	padding: 0;
}
#sidebarrightfacilities ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#sidebarfacility li {
	margin-bottom: 2px;
}
#sidebarrightfacilities li {
	margin-bottom: 2px;
}
#eventscontent {
	float: left;
	width: 200px;
	font-size: 14px;
}
#testimonial {
	width: 205px;
	margin-left: 18px;
}
#greeninitiativebullets {
	float: left;
	width: 420px;
}
#subnav {
	float: left;
	width: 666px;
	height: 17px;
	margin-left: 3px;
	height: 20px;
	color: #006600;
}


#facilitycontent h3, #sidebargeneric h3, #plannerintro h3, #scheduleintro h3, #genericcontent h3, #genericcontentLong h3, #plannerscontent h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #ed8002;
	margin-bottom: 5px;
}
#exhibitorscontentbottom {
	float: left;
	width: 420px;

}
#plannerscontent ul, #genericcontent ul, #genericcontentLong ul {
	float: left;
	margin: 0;
	padding: 0;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}
#plannerscontent li, #genericcontent li, #facilitycontent li, #genericcontentLong li {
	margin: 0 0 10px 12px;
	padding: 0;
	list-style-type: disc;
	color: #333333;
	line-height: 14px;
 } 
#beinggreencopy {
	margin-right: 35px;
	margin-left: 25px;
	margin-top: 5px;
	line-height: 16px;
}
#gallerytitle {
	margin-left: 235px;
	float: left;
	width: 600px;
	margin-top: 20px;
	margin-bottom: 20px;
}
#orangebar {
	height: 20px;
	background-color: #ed8002;
	margin-top: 1px;
}
#galleryleft {
	float: left;
	width: 232px;
	height: 450px;
}
#gallerytitle .subnavgallery {
	color: #146736;
	margin-top: 5px;
}
#citymapleft {
	float: left;
	width: 232px;
}
#citymap {
	width: 825px;
	float: left;
	margin-left: 50px;
	margin-top: 35px;
}
 #sidebarrightsubpg p {
	font-size:12px;
}	
#sheraton {
	float: left;
	width: 205px;
	margin-right: 15px;
}
#exhibitorscontentbottom p{
	font-size:12px;
	color:#333333;
	line-height: 18px;
} 
		
/* Buttons */
a.planners {
	display: block; /* a tag must be a block */
	width: 110px; /* width of reactive image */
	height: 21px; /* height of reactive image */
	background-image:url(../Images/plannersbutoff.jpg); /* source for start image */
	background-repeat: no-repeat;
	float:left;
}
a.planners:hover {
	background-image:url(../Images/plannersbutHover.jpg); /* source for start image */
	background-repeat: no-repeat;
}
a.plannersON {
	display: block; /* a tag must be a block */
	width: 110px; /* width of reactive image */
	height: 24px; /* height of reactive image */
	background-image:url(../Images/plannersbutON.jpg); /* source for start image */
	background-repeat: no-repeat;
	float:left;
}
a.exhibitorsON {
	display: block; /* a tag must be a block */
	width: 110px; /* width of reactive image */
	height: 24px; /* height of reactive image */
	background-image:url(../Images/exhibitorsbutON.gif); /* source for start image */
	background-repeat: no-repeat;
	float:left;
}
a.exhibitors {
	display: block; /* a tag must be a block */
	width: 110px; /* width of reactive image */
	height: 21px; /* height of reactive image */
	background-image:url(../Images/exhibitorsbutoff.jpg); /* source for start image */
	background-repeat: no-repeat;
	float:left;
}
a.exhibitors:hover {
	background-image:url(../Images/exhibitorsbuton.jpg); /* source for start image */
	background-repeat: no-repeat;
}
a.attendeesON {
	display: block; /* a tag must be a block */
	width: 110px; /* width of reactive image */
	height: 24px; /* height of reactive image */
	background-image:url(../Images/attendeesbutON.gif); /* source for start image */
	background-repeat: no-repeat;
	float:left;
}
a.attendees {
	display: block; /* a tag must be a block */
	width: 110px; /* width of reactive image */
	height: 21px; /* height of reactive image */
	background-image:url(../Images/attendeesbutoff.jpg); /* source for start image */
	background-repeat: no-repeat;
	float:left;
}
a.attendees:hover {
	background-image:url(../Images/attendeesbuton.jpg); /* source for start image */
	background-repeat: no-repeat;
}
a.scheduleON {
	display: block; /* a tag must be a block */
	width: 110px; /* width of reactive image */
	height: 24px; /* height of reactive image */
	background-image:url(../Images/schedulebutON.gif); /* source for start image */
	background-repeat: no-repeat;
	float:left;
}
a.schedule {
	display: block; /* a tag must be a block */
	width: 110px; /* width of reactive image */
	height: 21px; /* height of reactive image */
	background-image:url(../Images/schedulebutoff.jpg); /* source for start image */
	background-repeat: no-repeat;
	float:left;
}
a.schedule:hover {
	background-image:url(../Images/schedulebuton.jpg); /* source for start image */
	background-repeat: no-repeat;
}
a.raleigh {
	display: block; /* a tag must be a block */
	width: 110px; /* width of reactive image */
	height: 21px; /* height of reactive image */
	background-image:url(../Images/raleighbutoff.jpg); /* source for start image */
	background-repeat: no-repeat;
	float:left;
}
a.raleighON {
	display: block; /* a tag must be a block */
	width: 110px; /* width of reactive image */
	height: 24px; /* height of reactive image */
	background-image:url(../Images/raleighbutON.gif); /* source for start image */
	background-repeat: no-repeat;
	float:left;
}
a.raleigh:hover {
	background-image:url(../Images/raleighbuton.jpg); /* source for start image */
	background-repeat: no-repeat;
}
a.gallery {
	display: block; /* a tag must be a block */
	width: 110px; /* width of reactive image */
	height: 21px; /* height of reactive image */
	background-image:url(../Images/gallerybutoff.jpg); /* source for start image */
	background-repeat: no-repeat;
	float:left;
}
a.galleryON {
	display: block; /* a tag must be a block */
	width: 110px; /* width of reactive image */
	height: 24px; /* height of reactive image */
	background-image:url(../Images/galleriesbutON.jpg); /* source for start image */
	background-repeat: no-repeat;
	float:left;
}
a.gallery:hover {
	background-image:url(../Images/gallerybuton.jpg); /* source for start image */
	background-repeat: no-repeat;
}
#homeintro a, #sidebarrightsubpg a, #plannerscontent a, #sidebargeneric a, #genericcontentLong a, #facilitiesintro a, #citymap a, #facilitiesintroRev a, #gallerytitle a {
	text-decoration:none;
	color:#006838;
}		
#homeintro a:hover, #sidebarrightsubpg a:hover, #plannerscontent a:hover, #sidebargeneric a:hover, #genericcontentLong a:hover, #facilitiesintro a:hover, #citymap a:hover, #facilitiesintroRev a:hover, #gallerytitle a:hover {
	text-decoration:underline;
	color:#006838;
}
#homeintro a:visited, #sidebarrightsubpg a:visited, #plannerscontent a:visited, #sidebargeneric a:visited, #genericcontentLong a:visited, #facilitiesintro a:visited, #citymap a:visited, #facilitiesintroRev a:visited, #gallerytitle a:visited {
	color:#006838;
}
#footercontent a {
	color:#006600;
	text-decoration:none;
}
#footercontent a:hover {
	text-decoration:underline;
	color:#006600;
}

#subnavschedule a {
	text-decoration:none;
	color: #333333;
}
#subnav a {
	text-decoration:none;
	color: #006600;
}
#subnav a:hover {
	text-decoration:underline;
}
#subnav a:visited {
	text-decoration:none;
	color: #006600;
}		
/* Class */
.homeintroheader {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#ed8002;
}	
.homeintrocontent {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#333333;
	line-height: 21px;
	margin-right: 8px;
}
.dottedline {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #aeaca2;
}
.dottedlinesmall {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #aeaca2;
	margin-top:8px;
}
.sidebarhometext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-right:8px;
	margin-top: 5px;
	font-weight: bold;
}	
p.footercontentwhite {
	color:#FFFBEC;
}	
.eventscontentgreen {
	color:#006838;
	margin-bottom: 7px;
}	
#subnav p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	margin-left: 16px;
	margin-top: 3px;
	color:#006600;
}	
#plannerscontent p {
	font-size: 12px;
	line-height: 21px;
	color: #333333;
	margin-bottom:10px;
}
	
.subnavonwhite {
	color:#f7f4e4;
}
.scheduledate {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#66672c;
}	
.schedulecontent {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#126634;
	margin-bottom: 10px;
}	
.bold {
	font-weight: bold;
}
	

div#preloader{
   position: absolute;
   top:-9999px;
   left:-9999px;
   height:1px;
   width:1px;
   overflow:hidden;
}
.spacer {
clear: both !important;
}



div.content {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	float:right;
	width:550px;
	margin-right:25px;
}
div.content a, div.navigation a {
	text-decoration: none;
	color: #777;
}
div.content  a:focus, div.content  a:hover, div.content  a:active {
	text-decoration: underline;
	color:#106432;
}
div.controls {
	margin-top: 5px;
	height: 20px;
}
#photocredit {
	font-size: 11px;
	color: #666666;
	float: right;
}
div.controls a {
	color:#106432;
	font-size: 12px;
	padding: 5px 5px 5px 0;
}
div.ss-controls {
	float: left;
}
div.nav-controls {
	float: right;
	margin-left:10px;
}

div.loader {
	/*background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;*/
	width: 550px;
	height: 350px
}
div.slideshow {
	clear: both;
}
div.slideshow span.image-wrapper {
	float: left;
	padding-bottom: 5px;
}
div.slideshow a.advance-link {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
div.slideshow img {
	border: none;
	display: block;
}
div.download {
	float: right;
}
div.embox {
	clear: both;
	
	padding: 12px;
}
div.image-title {
	font-weight: bold;
	font-size: 17px;
	color:#136735;
}

div.image-desc {
	line-height: 21px;
	padding-top: 8px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
div.navigation {
	/* The navigation style is set by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}
a.thumb {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb {
	background: #000;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 11px;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.pagination a, div.pagination span.current {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
	border: 1px solid #ccc;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}

/* Minimal Gallery Styles */
#thumbs-min ul.thumbs li {
	float: none;
	padding: 0;
	margin: 0;
	list-style: none;
}

#thumbs-min a.thumb {
	padding: 0px;
	display: inline;
	border: none;
}

#thumbs-min ul.thumbs li.selected a.thumb {
	background: inherit;
	color: #000;
	font-weight: bold;
}

/*Table Style */
#hor-minimalist-a
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 430px;
	border-collapse: collapse;
	text-align: left;
	margin-bottom: 20px;
}
#hor-minimalist-a th
{
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding: 10px 8px;
	border-bottom: 1px solid #333333;
}
#hor-minimalist-a td
{
	color: #333333;
	padding: 9px 8px 0px 8px;
}


.layouttable {
	width: 100%;
	margin:0px;
	padding:0px;
	border: 0px none;
}
.layouttable th {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	text-align:right;
	margin:0px 0px 10px 0px;
	padding:3px;
}
.layouttable td {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	vertical-align:top;
	margin:0;
	padding:3px 3px 15px 0px;

}
.datatable th {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	text-align:left;
}
.datatable td {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
.scheduletitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#e87836;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 5px;
	}
/*
	.eventtitle {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	width: 200px;
	color:#126634;
	padding-right: 0px;
	padding-left: 0px;
	float: left;
}
.eventdate {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	width: 140px;
	color:#66672c;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
}
.eventratingpublic{
	background-image: url(/Schedule/public_button.gif);
	background-repeat: no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	width: 90px;
	color:#66672c;
	padding-right: 0px;
	float: right;
}

.eventratingprivate{
	background-image: url(/Schedule/private_button.gif);
	background-repeat: no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	width: 90px;
	color:#66672c;
	padding-right: 0px;
	float: right;
}
.eventlocation {
	color: #737625;
	font-family: Arial, "Times New Roman", serif;
	font-size: 12px;
	width: 170px;
	text-align: left;
	font-weight: bold;
	padding-right: 0px;
	float: right;
	clear: right;
}
*/
.dottedlineschedule {
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #aeaca2;
	padding-top: 10px;
	padding-bottom: 5px;
}
#schedule {
	float:left;
	width:666px;
	font-family: Georgia, "Times New Roman", Times, serif;
}