/* * DEFAULTS / Re-Usable CLASSES * */
body {
	background:url(../img/bg.jpg);
	color:#1a2834;
	font:12px Tahoma, Geneva, sans-serif;
	padding:5px 0;
}
a {
	color:#384856;
}
img { -ms-interpolation-mode: bicubic; }
.left {
	float:left
}
.right {
	float:right
}
.clear {
  display:block;
  clear:both;
  visibility:hidden;
  height:0em;
  border-width:0;
  margin:0;
  padding:0;
  font-size: 0em;
}
.png, .block {
	display:block;
}
.imageLeft{
	float:left;
	border:2px solid #62696B;
	margin:0 10px 10px 0;
}
.imageRight{
	float:right;
	border:2px solid #62696B;
	margin:0 0 10px 10px;
}
img.full{
	position:relative;
	z-index:1;
}

/* * CONTAINER / HEADER * */
#container {
	background:#fff;
	border:solid 5px #62696b;
	width:971px;
	margin:0 auto;
}

#header {
	background:url(../img/bg-header.jpg) no-repeat;
	height:190px;
}

#header h1 {
	float:left;
	padding:15px 15px 0 15px;
}
#header h2 {
	float:left;
	text-align:center;
	width:444px;
	font-size:20px;
	line-height:160%;
	color:#f0a95f;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:15px;
}
#header img.chitty{
	position:relative;
	top:127px;
	*top:50px;
	left:-288px;
}
#header a.img {
	display:block;
	padding-top:40px;
	*padding-top:0px;
	padding-right:10px;
	float:right;
}
#header a.img img {
	display:block;
	*margin-top:-10px;
}

/* * NAVIGATION * */
#nav {
	width:100%;
	background:url(../img/menu.gif) repeat-x;
	height:46px;
}
	ul#menu{ 
		margin:0px; 
		padding:0px; 
		list-style:none; 
		display:inline-block; 
		float:left; 
		position:relative;
		z-index:1000; 
	}
	ul#menu li {
		float:left;
		position:relative;
		padding-left:1px;
		background:url(../img/menu-s.gif) no-repeat top left;
	}
		ul#menu li.first {
			background:none;
			padding-left:0;
		}
		ul#menu li a {
			display:block;
			height:46px;
			line-height:44px;
			font-size:19px;
			color:#192531;
			text-decoration:none;
			text-transform:uppercase;
			padding:0 33px;
		}
			ul#menu li.first a {
				padding:0 31px 0 30px;
			}
			ul#menu li a:hover,
			ul#menu li a.active {
				background:#f0a95f;
			}
			/* sub-menus*/
			ul#menu ul{ padding:0px; margin:0px; display:block; display:inline; position:relative;z-index:10000;}
			ul#menu li ul { 
				position:absolute; 
				left:0px; 
				top:46px; 
				z-index:10000;
				line-height:16px; 
				background-color:#2b475f; 
				color:#fff; 
				/* for IE */ display:none; 
			}
			ul#menu li ul a{ 
				font-size:14px; 
				font-weight:bold; 
				padding:0;
			}
			ul#menu li:hover ul { display:block;}
			ul#menu li ul li{ 
				display:block; 				 
				border-top: solid 1px #375F7F; 
				list-style-type:none;
				background:none;
				width:250px;
				text-align:center;
				position:relative;
				z-index:100000;
			}
			ul#menu ul li.first{
				border-top: none; 
			}
			ul#menu ul li.active,  #menu ul li.active a{ 
				background:#f0a95f; 
				color:#2B475F;
			}
			ul#menu ul li.active:hover, #menu ul li.active a:hover{
				background:#f0a95f; 
				color:#2B475F;
			}
			ul#menu li ul li a { 
				display:block; 
				color:#fff;
				padding:0 35px 0 36px;
				margin:8px 0; 
				height:15px;
				line-height:14px; 
				width:179px;
				text-align:center;
			}
			ul#menu ul li.first a{
				padding:0 35px 0 36px; 
			}
			ul#menu li ul li a:hover { 
				color:#F0A95F; 
				background-color:#2b475f;
			}

/* * CONTENT * */
#content {
	border-bottom:solid 8px #f0a95f;
	width:100%;
	padding-bottom:18px;
}

#slide {
	border-bottom:solid 8px #f0a95f;
	width:100%;
	height:274px;
	position:relative;
}

#page {
	float:left;
	width:570px;
	padding:16px 0 16px 22px;
}
#page h2 {
	font-size:24px;
	color:#59452a;
	padding-bottom:10px;
}
#page p {
	line-height:140%;
	padding-bottom:12px;
}

/* * News + Announcements BLOG Styles * */

.ditto_summaryPost{	/* Main Ditto Post Summary Container */
	border:2px solid #DDD;
	padding:0 8px 10px 4px;
	width:571px;
}
.ditto_summaryPost h3{	/* Post Title */
		border-bottom:1px solid #DDD;
		padding:2px 0 6px 0px;
		margin:10px 0px 20px 0;
		width:550px;
		font-size:24px;
		text-align:center;
}
.ditto_summaryPost h3 span.blogDate{
	margin:0 15px;
}
.ditto_summaryPost h3 a{
	text-decoration:none;
	font-weight:normal;
}
.ditto_summaryPost h3 a:hover{
	color:black;
	text-decoration:none;
}	
.ditto_info {	/* Author and summary container */
	margin-left:10px;
	font-size:13px;
	text-align:left;
	padding-bottom:30px;
}
	.ditto_info .date{
		font-size:16px;
	}
p.summary {	/* Summary of post */
	margin:5px 0 0 0px;
	width:560px;
}
p.summary p{	/* Summary of post w/paragraph*/
	margin:10px 0 0 0px;
	width:560px;
}
.ditto_link{	/* Comment / Continue button */
			float:right;
			display:block;
			background:url(../img/cont-reading.jpg) no-repeat top left;
			width:55px;
			height:19px;
			padding:3px 0 0 12px;
			font-size:11px;
			margin:10px 10px 10px 0;
			font-weight:bold;
}
.ditto_link a{	/* Comment / Continue button text */
	color:white;
	text-decoration:none;
}

/* PAGINATION */

#ditto_pages {	/* Pagination Container */
	display:block;
	margin:0 0 7px 5px;
}

#ditto_pages a img{	
	border:none;
}

.ditto_currentpage {	/* The Active Page Number */
	color:#214579;
	padding:0 3px;
}

a.ditto_page{	/* The Page Number links */
	color:black;
	padding:0 3px;
}

a.ditto_page:hover{	/* The Page Number links on hover */
	color:#22BFB8;
}		

/* * RIGHT SIDEBAR * */
#sidebar {
	float:right;
	width:343px;
	padding-bottom:16px;
}

#sidebar .news {
	background:#d2e2ec;
	padding-bottom:24px;
	width:100%;
	min-height:130px;						/* IE6 MIN-HEIGHT TRICK */ 	
	height:auto !important;					/* IE6 MIN-HEIGHT TRICK */ 	
	height:130px; 							/* IE6 MIN-HEIGHT TRICK */
}
#sidebar .news h3 {
	font-size:20px;
	height:58px;
	line-height:56px;
	color:#fff;
	background:#485762;
	text-align:center;
	border-bottom:solid 1px #5a6873;
}
#sidebar .news h6 {
	background: url(../img/bg-gradient.gif) repeat-x;
	border-bottom:solid 1px #5f707f;
	height:22px;
	line-height:20px;
	color:#f0a95f;
	text-align:center;
	margin-bottom:17px;
}
#sidebar .news h6 a {
	color:#f0a95f;
	text-decoration:underline;
}
#sidebar .news h6 a:hover {
	text-decoration:none;
}
#sidebar .news ul#twitter_update_list {
	padding:0 20px 10px 20px;
}
	#sidebar .news ul#twitter_update_list li{
		margin-bottom:15px;
		font-size:12px;
		font-weight:bold;
		color:#485762;
	}
		#sidebar .news ul#twitter_update_list li a{
			display:block;
			text-align:right;
			margin:5px 0;
			color:#485762;
			font-size:12px;
		}
			#sidebar .news ul#twitter_update_list li a:hover{
				text-decoration:none;
			}
		#sidebar .news ul#twitter_update_list li span a{
			display:inline;
			text-align:;
			color:#000;
			font-size:12px;
		}
#sidebar .news ul.reflect_archive{
	margin:15px 0 0 40px;
}
	#sidebar .news ul.reflect_archive li{
		font-size:16px;
		font-weight:bold;
		list-style-type:circle;
	}
#sidebar .news a.newsTitle{
	font-size:16px;
	padding:0 5px 5px 15px;
}
	#sidebar .news .newsDescr{
		font-size:14px;
		padding:0 5px 15px 20px;
	}
	#sidebar .news .newsLink{
		text-align:right;
		margin:-15px 25px 10px 0;
		font-size:14px;
	}
#sidebar .news h4 {
	color:#1a2734;
	font-size:18px;
}
#sidebar h4 a {
	color:#1a2734;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}
#sidebar h4 a:hover {
	color:#000;
}
#sidebar .news h5 {
	color:#000;
	font-size:18px;
	text-align:center;
	margin:11px 0 5px 0;
}
#sidebar h5 a {
	color:#000;
	text-decoration:none;
	font-family:Arial, Helvetica, sans-serif;
}
#sidebar h5 a:hover {
	text-decoration:underline;
}
#sidebar .news small {
	font-size:14px;
	color:#72899a;
	display:block;
	padding-bottom:3px;
}
#sidebar .news p {
	padding-bottom:10px;
	line-height:140%;
	color:#1a2734;
}
#sidebar .news .button img {
	display:block;
	margin:0 auto;
}

/* * SUBPAGES * */
#subpage {
	min-height:300px;						/* IE6 MIN-HEIGHT TRICK */ 	
	height:auto !important;					/* IE6 MIN-HEIGHT TRICK */ 	
	height:300px; 							/* IE6 MIN-HEIGHT TRICK */
	border-top:solid 8px #f0a95f;
	padding:22px;
}
#subpage h2 {
	font-size:24px;
	color:#59452a;
	text-transform:uppercase;
	padding-bottom:14px;
}
#subpage h2.venue {
	font-size:28px;
	color:#59452a;
	padding:0px;
	margin:5px 0;
	text-align:center;
}
#subpage h3 {
	font-size:20px;
	color:#29455D;
	padding:10px 0 4px 0;
}
#subpage h4 {
	font-size:18px;
	color:#29455D;
	padding:10px 0 2px 0;
}
#subpage p {
	line-height:140%;
	padding-bottom:12px;
}
#subpage ul{
	margin:10px 0 10px 40px;
}
	#subpage ul li{
		list-style-type:circle;
		line-height:170%;
		font-weight:bold;
	}

#subpage #sponsors{
	width:700px;
	margin:15px auto;
	text-align:center;
}
	#subpage #sponsors h2{
		font-size:28px;
		margin:0;
	}
	#subpage #sponsors table{
		margin:0 auto;
	}
		#subpage #sponsors table td{
			padding:10px;
		}
	#subpage #sponsors img{
		margin-bottom:30px;
		width:220px;
	}

#subpage #incentives{
	margin:5px 0 0 100px;
}
#subpage .incentiveLeft{
	float:left;
	margin:0 20px 20px 0;
	width:350px;
	height:90px;
	border:1px solid #ccc;
	padding:5px 0;
	text-align:center;
	vertical-align:middle;
}
#subpage .incentiveRight{
	float:left;
	width:350px;
	height:90px;
	border:1px solid #ccc;
	padding:5px 0;
	text-align:center;
}

#subpage .box {
	float:left;
	width:423px;
	padding:15px 0;
	margin-right:40px;
}
#subpage .box.right {
	float:right;	
}
#subpage .box a{
	display:block;
	margin-top:5px;
	text-align:center;
	font-size:14px;
}
	#subpage .box a:hover{
		text-decoration:none;
	}
#subpage .box a.img img {
	float:left;
	width:200px;
	margin:0 12px 0 0;
	border:1px solid #BDBBAE;
}
#subpage .box .text {
	margin-top:-10px;
}
#subpage .box .text h3 {
	font-size:20px;
	color:#59452a;
	padding-bottom:5px;
}
#subpage .box .text p {
	padding-bottom:12px;
}
#subpage .box .text p.url{
	font-weight:bold;
	color:#384856;
	text-decoration:underline;
}
	#subpage .box .text p.url:hover{
		text-decoration:none;
		cursor:pointer;
	}
	
/* * POSTERS TABLE * */

table.posters{
	margin:0 auto;
	text-align:center;
}
	table.posters td{
		font-size:16px;
		text-align:center;
		padding:3px 20px;
	}
.posterText{
	margin:-5px 10px 0 0;
	display:inline-block;
}
	
/* * FORMS * */

#subpage .form{
		margin:15px 0 0 200px;
	}
	
	#subpage .form input, textarea{
		font-size:16px;
		color:#13283B;
	}
	
	#subpage .form input:hover, input:focus, textarea:hover, textarea:focus{
		background-color:#EFF7FF;
	}
	
	#subpage h6{
		width:504px;
		height:32px;
		margin-top:8px;
		margin-bottom:3px;
		padding-top:10px;
		padding-left:6px;
		background-color:#6898C9;
		float:left;
		display: block;
		font-size: 11pt;
		font-weight:bold;
		color:#fff;
		text-align:center;
	}
	#subpage fieldset {
		border:1px dashed #2B475F;
		padding:10px;
		width:510px;
		margin:0 0 20px 0px;
	}
	
	#subpage legend {
		font-size:20px;
		line-height:18px;
		border: 1px solid #E0E8EF;
		padding: 2px 6px 5px 6px;
		font-size:12px;
		font-weight:bold;
		text-transform:uppercase;
		color:#fff;
		background-color:#6898C9;
		*margin-left:-7px;
	}
	#subpage label {
		width:148px;
		height:31px;
		margin-top:3px;
		margin-right:2px;
		padding-top:12px;
		background-color:#6898C9;
		float:left;
		font-size:13px;
		font-weight: bold;
		line-height: 1.1;
		color:#fff;
		text-align:center;
	}
		#subpage label span{
			display:block;
			font-size:11px;
			margin-top:3px;
		}
	#subpage .div_textbox {
		width:347px;
		float:right;
		background-color:#D1E2EF;
		height:35px;
		margin-top:3px;
		padding-top:5px;
		padding-bottom:3px;
		padding-left:5px;
		display:block;
	}	
		.div_fourwords{
			width:505px;
			height:auto;
			background-color:#D1E2EF;
			margin-top:3px;
			padding:10px 0 10px 5px;
			display:block;
			color:#14314F;
			font-size:14px;
			clear:both;
		}
		.div_fourwords span{
			display:inline-block;
			margin-right:20px;
			font-size:16px;
		}
	#subpage .username {
			background-image: url(../img/16m.png);
			background-repeat: no-repeat;
			background-position:left;
			width:285px;
			color: #666;
			padding:3px 5px 3px 19px;
	}	
	#subpage .email {
		background-image: url(../img/email.gif);
		background-repeat: no-repeat;
		background-position:left;
		width:285px;
		color: #666;
		padding:3px 5px 3px 24px;
	}	
	#subpage .textbox {
		background-image: url(../img/16t.png);
		background-repeat: no-repeat;
		background-position:left;
		width:285px;
		height:auto;
		color: #666;
		padding:3px 5px 3px 19px;
	}		
	#subpage .div_textarea {
		width:347px;
		float:right;
		background-color:#D1E2EF;
		height:115px;
		margin-top:3px;
		padding-top:5px;
		padding-bottom:3px;
		padding-left:5px;
	}	
	#subpage .textarea {
		background-image: url(../img/16t.png);
		background-repeat: no-repeat;
		background-position:left;
		width:285px;
		height:100px;
		color: #666;
		padding:3px 5px 3px 19px;
	}	
	#subpage .select{
		width:250px;
		height:26px;
		font-size:16px;
		margin-top:3px;
	}
	#subpage .selectMonth{
		width:130px;
		height:26px;
		font-size:16px;
		margin-top:3px;
	}
	#subpage .selectYear{
		width:100px;
		height:26px;
		font-size:16px;
		margin-top:3px;
	}
		
	/** This is for the image verification captcha text box style ***/
	#subpage .form label.captcha {
		width:142px;
		height:45px;
		margin-top:3px;
		margin-right:2px;
		padding-top:0px;
		padding-bottom:3px;
		float:left;
		display: block;
		font-size:11px;
		font-weight: bold;
		line-height: 1.1;
		color:#fff;
		text-align:center;
		background-color:transparent;
	}
	
	#subpage .button_div {
		width:287px;
		float:right;
		background-color:transparent;
		border:1px solid #436483;
		text-align:right;
		height:35px;
		margin-top:8px;
		padding:5px 32px 3px;
	}
	#subpage input.buttons {
		background-color:#FF8400;
		font-size:12px; 
		color: #fff; 
		padding: 6px 14px;
		border-width: 2px;
		border-style: solid;
		border-color: #FFB96F #FFB96F #FFB96F #FFB96F;
		text-decoration: none;
		text-transform:uppercase;
		font-weight:bold;
		cursor:pointer;
	}
	#subpage input.buttons:hover, #subpage input.buttons:focus{
		background-color:#EF7B00;
	}	
	
	/* Crappy Fix until I get rid of the error messages under text boxes */
			label.error{
				visibility:hidden; 
				font-size:0em;
				height:0;
				line-height:0em;
			}			
			/* validation error message bar */
			#drawer {
				background:#6898C9 url(../img/h80.png) repeat-x scroll 0 0;
				_background-color:#ddd;
				overflow:visible;
				position:fixed;	
				left:0;
				top:0;
				text-align:center;
				padding:15px;
				font-size:18px;
				border-bottom:2px solid #28455C;
				width:100%;
				display:none;
				z-index:2;
				color:#fff;
			}			
			input.error {
				border:2px solid red;
				background-color:#f8a1a8;	
				margin:0;
				padding:0;
			}			
			textarea.error {
				border:2px solid red;
				background-color:#f8a1a8;	
				float:;		
			}			
			select.error {
				border:2px solid red;
				background-color:#f8a1a8;	
				float:;		
			}
			#subpage input.error:hover, #subpage input.error:focus{
				background-color:#f8a1a8;
			}
			#subpage textarea.error:hover, #subpage textarea.error:focus{
				background-color:#f8a1a8;
			}
			
/* * OVERLAY FEATURE FOR IMAGES ON VENUE PAGE * */

/** OVERLAY (LIGHTBOX) EFFECT **/	
	#subpage #venues .overlay { 		 
		/* must be initially hidden */
		display:none;
		
		/* place overlay on top of other elements */
		z-index:10000;
		
		/* styling */
		background-color:#333;
		
		width:640px;	
		min-height:200px;						/* IE6 MIN-HEIGHT TRICK */ 	
		height:auto !important;					/* IE6 MIN-HEIGHT TRICK */ 	
		height:200px; 							/* IE6 MIN-HEIGHT TRICK */
		border:1px solid #666;
		
		/* CSS3 styling for latest browsers */
		-moz-box-shadow:0 0 90px 5px #000;
		-webkit-box-shadow: 0 0 90px #000;     	 
	} 
	 
	/* "next image" and "prev image" links */
	.next, .prev {
		
		/* absolute positioning relative to the overlay */
		position:absolute;
		top:40%;	
		border:1px solid #666;	
		cursor:pointer;
		display:block;
		padding:10px 20px;
		color:#fff;
		font-size:11px;
		text-transform:uppercase;
		font-weight:bold;
		
		/* upcoming CSS3 features */
		-moz-border-radius:5px;
		-webkit-border-radius:5px;	
	}
	
	.prev {
		left:0;
		border-left:0;
		-moz-border-radius-topleft:0;
		-moz-border-radius-bottomleft:0;
		-webkit-border-bottom-left-radius:0;
		-webkit-border-top-left-radius:0;
	}
	
	.next {
		right:0;
		border-right:0;
		-moz-border-radius-topright:0;
		-moz-border-radius-bottomright:0;
		-webkit-border-bottom-right-radius:0;
		-webkit-border-top-right-radius:0;	
	}
	
	.next:hover, .prev:hover {
		text-decoration:underline;
		background-color:#000;
	}

	 
	/* the "information box" */
	.info {
		position:absolute;
		bottom:0;
		left:0;	
		padding:10px 15px;
		color:#fff;
		font-size:11px;
		border-top:1px solid #666;
	}
	
	.info strong {
		display:block;	
	}
	
	/* progress indicator (animated gif). should be initially hidden */
	.progress {
		position:absolute;
		top:45%;
		left:50%;
		display:none;
	}
	
	.next, .prev{
		background:#13283B !important;
		background:rgba(0, 0, 0, 0.6) url(../img/overlay/h80.png) repeat-x;		
	}
	
	.info {
		background:#13283B !important;
		background:rgba(0, 0, 0, 0.6) url(../img/overlay/h80.png) repeat-x;		
	}

	#content #subpage .overlay .close { 
		background-image:url(../img/overlay/close.png);
		position:absolute;
		right:-15px;
		top:-15px;
		cursor:pointer;
		height:35px;
		width:35px;
	}

/* * UnderWriting Sponsors Section * */
#bottom {
	background:url(../img/bottom-s.gif) no-repeat 627px 40px;
	width:100%;
	margin-bottom:12px;
	padding-bottom:12px;
}
#bottom .left h4 {
	font-size:24px;
	color:#026143;
	text-align:center;
	margin-bottom:16px;
	margin-left:-70px;
}
#bottom .left {
	width:534px;
	padding-left:22px;
	margin-left:60px;
}
#bottom .left a img {
	display:block;
	float:left;
	padding-right:25px;
}
#bottom .right {
	width:343px;
	text-align:center;
}
#bottom .right h4 {
	font-size:24px;
	color:#026143;
	text-align:center;
	margin-bottom:16px;
}
#bottom .right a img {
	display:block;
	float:left;
	padding-left:20px;
}

/* * FOOTER * */
#footer {
	background:url(../img/bg-footer.jpg) no-repeat;
	height:102px;
}
#footer h6 {
	float:left;
	padding:16px 22px 0 22px;
}

#footer .left {
	font:12px Arial, Helvetica, sans-serif;
	color:#fff;
	width:425px;
	text-align:left;
	padding-top:25px;
}
#footer .left p {
	line-height:160%;
	padding-bottom:4px;
}
#footer .left p a {
	color:#fff;
	text-decoration:underline;
}
#footer .left p a:hover {
	text-decoration:none;
}
#footer .left small {
	display:block;
	font-size:11px;
	color:#6c9ed1;
}
#footer .left small a {
	color:#6c9ed1;
	text-decoration:none;
}
#footer .left small a:hover {
	color:#fff;
}

#footer .right {
	padding-right:22px;
	padding-top:24px;
}
#footer .right a {
	display:block;
	float:left;
	padding-left:16px;
}
#footer .right a img {
	display:block;
}