
#layout_grid {
	height: 100%;
	width: 100%;

	border-collapse: collapse;

	margin: 0px;
	padding: 0px;
	
	background-color: #f0f0f0;

}

	#layout_grid tr {
		margin: 0px;
		padding: 0px;
	}
	
	#layout_grid td {
		margin: 0px;
		padding: 0px;
		
		vertical-align: top;
	}


#grid_left {
	width: 40%;
	
	background-color: #737a7e;
	background-image: url(images/grid_bg.gif);
	background-position: top right;
}

	#left_div {
		height: 100%;
		width: 100%;
	}

		#left_orange {
			font-size: 0px;
			line-height: 0px;
			height: 8px;
			
			background-color: #d25827;
		}
		
		#left_grey {
			height: 33px;
			
			background-color: #737a7e;
		}
		
		#left_white {
			height: 324px;
			
			background-color: #ffffff;

		}

		#left_fade {
			height: 751px;
			
			background-image: url(images/grid_fade.gif);
			background-repeat: repeat-x;
			background-position: top right;
		}
		
#grid_right {
	width: 40%;
	
	background-color: #737a7e;
	background-image: url(images/grid_bg.gif);
	
}

	#right_div {
		height: 100%;
		width: 100%;
	}

		#right_orange {
			font-size: 0px;
			line-height: 0px;
			height: 8px;
			
			background-color: #d25827;
		}
		
		#right_grey {
			height: 33px;
			
			background-color: #737a7e;
		}
		
		#right_white {
			height: 324px;
			
			background-color: #ffffff;

		}
		
		#right_fade {
			height: 751px;
			
			background-image: url(images/grid_fade.gif);
			background-repeat: repeat-x;
		}
		
#grid_main {
	width: 1037px;
	
}


#main_div {
	width: 1037px;
	
	background-color: #ffffff;
}

	#main_top {
		height: 158px;
		position: relative;
		z-index: 100;

	}
	
		#top_orange {
			font-size: 0px;
			line-height: 0px;
			height: 8px;
			
			background-color: #d25827;
		}
		
		#top_grey {
			height: 33px;
			
			background-color: #737a7e;
			color: #ffffff;
			font-size: 11px;
			
			position: relative;
			
			z-index: 105;
		}
		
			#top_grey a {
				color: #ffffff;
			}
				#top_member_message {
					position: absolute;
					left: 29px;
					top: 11px;
					width: 450px;
				}
				#top_nav{
					display: inline;

					position: absolute;
					left: 523px;
					top: 11px;

					width: 400px;

				}

				#top_member_login {
					display: inline;
					position: absolute;
					left: 769px;
					top: 12px;
					width: 180px
					height: 16px;    
				}

				#top_search {
					position: absolute;
					left: 877px;
					top: 8px;
					width: 133px;
					height: 18px;
				}
					#top_search_form {
						margin: 0px;
						padding: 0px;
						background: url(images/top_search_input.gif) no-repeat top left;
					}
						#search_terms {
							width: 133px;
							height: 18px;
							border:0px solid #000000;
							color: #737a7f;
							font-size: 11px;
							padding-left: 19px;
							padding-top: 3px;
							background-color: transparent;
						}
						#search_submit {
							width: 11px;
							height: 11px;
							position: absolute;
							left: 5px;
							top: 4px;
						}

			#top_join_now {
				display: block;
				
				width: 95px;
				
				padding-top: 4px;
				padding-bottom: 3px;

				background-color: #d25928;

				position: absolute;
				top: 34px;
				left: 875px;
				/*left: 1020px;*/
				
				text-align: center;
				
			}

		#top_logo {
			height: 98px;
			
			position: relative;
			z-index: 51;
		}
		
			#logo {
				height: 91px;
				width: 91px;
				
				position: absolute;
				top: 18px;
				left: 19px;
				z-index: 51;
			}
			#logo_txt {
				height: 13px;
				width: 321px;
				
				position: absolute;
				top: 55px;
				left: 109px;
				z-index: 51;
			}
		
		#top_subnav {
			height: 21px;
			position: relative;

			z-index: 101;
			font-size: 11px;

			padding-left: 331px;
			
		}
			#top_subnav_orange a {
				color: #d05827;
			}
			
			#top_subnav_grey a {
				color: #737b7f;
			}	

	#main_bottom {
		height: 158px;
		
	}
	
		#bottom_spacer {
			height: 37px;
		}
		
		#bottom_white1 {
			height: 49px;
			
			margin-bottom: 18px;
			
			position: relative;
		}
		
			#bottom_sponsors {
				height: 49px;
				width: 249px;
				
				background-image: url(images/bottom_sponsors.gif);
				background-repeat: no-repeat;
				
				position: absolute;
				top: 0px;
				left: 768px;
			}
			
				#bottom_sponsor_lsi {
					height: 32px;
					width: 80px;
					
					display: block;
					
					background-image: url(images/bottom_sponsor_lsi.gif);
					background-repeat: no-repeat;
					
					position: absolute;
					top: 8px;
					left: 3px;
					
				}
				
				#bottom_sponsor_accessgroup {
					height: 32px;
					width: 80px;
					
					display: block;
					
					background-image: url(images/bottom_sponsor_accessgroup.gif);
					background-repeat: no-repeat;
					
					position: absolute;
					top: 8px;
					left: 101px;
			
				}
				
				#bottom_sponsor_hw {
					height: 32px;
					width: 40px;
					
					display: block;
					
					background-image: url(images/bottom_sponsor_hw.gif);
					background-repeat: no-repeat;
					
					position: absolute;
					top: 8px;
					left: 205px;
				}
	
		#bottom_white {
			height: 28px;
			
			position: relative;
		}
		
			#bottom_nav {
				height: 18px;
				width: 800px;
				
				position: absolute;
				top: 6px;
				left: 20px;
				
				color: #acacac;
			}
			
				#bottom_nav a {
					color: #acacac;
				}
		
			#bottom_connect {
				height: 21px;
				width: 202px;
				
				position: absolute;
				top: 0px;
				left: 818px;
				
			}
			
				#bottom_connect_label {
					height: 21px;
					width: 118px;
					
					background-image: url(images/botton_connect_label.gif);
					background-repeat: no-repeat;
					
					position: absolute;
					top: 0px;
					left: 0px;
				}
				
				#bottom_connect_twitter {
					height: 21px;
					width: 18px;
					
					background-image: url(images/bottom_connect_twitter.gif);
					background-repeat: no-repeat;
					
					position: absolute;
					top: 0px;
					left: 118px;
					
					display: block;
				}
				
				#bottom_connect_facebook {
					height: 21px;
					width: 19px;
					
					background-image: url(images/bottom_connect_facebook.gif);
					background-repeat: no-repeat;
					
					position: absolute;
					top: 0px;
					left: 136px;
					
					display: block;
				}
				
				#bottom_connect_linkedin {
					height: 21px;
					width: 21px;
					
					background-image: url(images/bottom_connect_linkedin.gif);
					background-repeat: no-repeat;
					
					position: absolute;
					top: 0px;
					left: 155px;
					
					display: block;
				}
				
				#bottom_connect_label2 {
					height: 21px;
					width: 26px;
					
					background-image: url(images/bottom_connect_label2.gif);
					background-repeat: no-repeat;
					
					position: absolute;
					top: 0px;
					left: 176px;
				}
		
		#bottom_orange {
			height: 26px;
			
			background-color: #d25827;
			
			position: relative;
		}
			#footer_txt_white {
				color: #ffffff;
				font-size: 10px;
				padding-left: 20px;
				padding-top: 5px;
			}
			#footer_txt_white a {
				color: #ffffff;
			}

		#footer_byline {
			position: absolute;
			top: 5px;
			left: 834px;
			
			color: #782200;
			
			font-size: 10px;
		}
		
			#footer_byline a {
				color: #782200;
			}

#footer_byline img {
position: absolute;
border: 0;
padding-left: 6px;
}


#style1_navborder {
	height: 1px;
	
	font-size: 0px;
	line-height: 0px;
	
	background-image: url(images/style2_navborder.gif);
	background-repeat: repeat-x;
	
	margin-left: 3px;
	margin-right: 21px;
	margin-bottom: 3px;
}

#main_content {
	margin-left: 19px;
	margin-bottom: 4px;
}


#style1_flash_div {
	height: 270px;
	width: 1000px;

	margin-bottom: 8px;
	
	position: relative;
}

	#style1_flash {
		height: 270px;
		width: 1000px;

		background-image: url(images/flash_bg.jpg);
		background-repeat: no-repeat;
	}

#style1_callout {
	height: 95px;
	
	margin-bottom: 26px;
}

	.style1_callout {
		height: 95px;
		width: 328px;
		
		float: left;
		position: relative;

		margin-right: 8px;
		
		background-image: url(images/style1_callout_bg.gif);
		background-repeat: no-repeat;
	}
	
	.style1_callout2 {
		height: 95px;
		width: 328px;
		
		float: left;
		position: relative;
		
		margin-right: 8px;
		

	}
	
	.callout_headline {
		font-size: 14px;
		color: #737b7f;
		position: absolute;
		left: 8px;
		top: 19px;
	}
	
	.callout_subheadline{
		font-size: 12px;
		color: #d05827;
		position: absolute;
		left: 107px;
		top: 58px;
		
		font-weight: bold;
	}
	
	.callout_copy {
		font-size: 11px;
		color: #444b4c;
		position: absolute;
		left: 108px;
		top: 73px;
	}
		
	.callout_thumb {
		width: 91px;
		height: 40px;
		
		position: absolute;
		left: 9px;
		top: 49px;
	}
	
		.callout_thumb_top_left {
			background-color: #f6f7f7;
		}
		
		.callout_thumb_top_right {
			background-color: #f6f7f7;
		}
		
		.callout_thumb_bottom_left {
			background-color: #d9dedb;
		}
		
		.callout_thumb_bottom_right {
			background-color: #d9dddb;
		}
	
	.callout_link {
		width: 315px;
		
		position: absolute;
		top: 95px;
	}
	
	/* 3rd callout has a different style */
	.style1_callout2 .callout_headline {
		color: #ffffff;
	}
	.style1_callout2 .callout_subheadline {
		color: #ffffff;
	}
	.style1_callout2 .callout_copy {
		color: #ffffff;
	}
	
	#style1_callout3 a {
		color: #ffffff;
	}
	
	#style1_callout1 {
		cursor: pointer;
	}
	
	#style1_callout2 {
		cursor: pointer;
	}
	

#style1_callout_bottom {
	height: 1px;
	
	font-size: 0px;
	line-height: 0px;
	
	clear: both;
	margin-bottom: 25px;
}

#style1_body {
	/*height: 477px;*/
	/* not sure if this will be static, or if content driven */
}

	#style1_body_table {
		width: 1000px;
		
		border-collapse: collapse;
	}
	
		#style1_body_table tr {
			margin: 0px;
			padding: 0px;
		}
		
		#style1_body_table td {
			margin: 0px;
			padding: 0px;
		}
	
		#style1_body_news {
			width: 247px;
		}
		
		#style1_body_needknow {
			width: 422px;
		}
		
		#style1_body_calendar {
			width: 331px;
		}

/* style1_body_needknow parts */
#style1_needknow_panel {
	padding: 0px 16px 30px 16px;
	background: url(images/needknow_background.gif) no-repeat 0px 19px;
}
	
	#needknow_panel_title {
		font-size: 16px;
		color: #444b4c;

		margin-bottom: 16px;
		margin-left: 5px;
	}
	
	#needknow_panel_controls {
		color: #8c8c8c;

		display: inline;
		
		padding-left: 8px;
		
		font-size: 12px;
		
		
	}
	
		.needknow_panel_control_active {
			color: #d25927;
			
			cursor: default;
		}
	
		.needknow_panel_control_inactive {
			color: #8c8c8c;
			
			cursor: pointer;
		}
		
		.needknow_panel_control_bracket {
			color: #8c8c8c;
		}
	
	#needknow_panels {
		height: 177px;
		
		position: relative;
	}

#style1_signup {
	padding: 18px 26px 12px 17px;
	background-color: #737b7f;
	
	position: relative;
	
	margin-right: 1px;
}

	#signup_title {
		font-size: 16px;
		color: #ffffff;
		margin-bottom: 8px;
		margin-left: 2px;
	}
	#signup_subtitle_orange {
		font-size: 12px;
		font-weight: bold;
		color: #e6a465;
		margin-bottom: 0px;
		margin-left: 2px;
	}
	
	#signup_subtitle_white {
		font-size: 11px;
		color: #ffffff;
		margin-bottom: 13px;
		margin-left: 2px;
	}
	
	#signup_form {
		margin-bottom: 20px;
	}
	
		#signup_form input {
			width: 359px;
			height: 20px;
			color: #737b7f;
			font-size: 11px;
			border: 0px;
			padding-left: 19px;
			padding-top: 3px;
			margin-bottom: 3px;
			background: url(images/input_signup_home.gif) no-repeat top;
		}
		
		#signup_form label {
			display: none;
		}
		
		#signup_form .signup_form_submit {
			width: 60px;
			margin: 0px 0px 0px 0px;
			padding: 0px;
			background: none;
			float: right;
		}
		
		#signup_spacer {
			height: 0px;
			
			font-size: 0px;
			line-height: 0px;
		}
		
		#signup_spacer2 {
			height: 0px;
			
			font-size: 0px;
			line-height: 0px;
		}

/*#style1_body_news*/
#style1_news {
}

	#style1_news_header {
		font-size: 16px;
		color: #444b4c;	
		margin-bottom: 13px;
	}

		#style1_news_header_2 {
			font-size: 12px;
			color: #8c8c8c;
			display: inline;
		}


/*#style1_body_calendar*/
#style1_calendar {
	padding-right: 12px;
	padding-left: 13px;
	
	
}
	#style1_calendar_header {
		font-size: 16px;
		color: #444b4c;	
		margin-bottom: 12px;
	}
		#style1_calendar_feed_div {
			display: inline;
			
			width: 1px;
			height: 12px;
			
			position: relative;
			
			padding-right: 20px;
		}
	
			#style1_calendar_feed_link {
				padding-left: 6px;
				
				position: absolute;
				top: 2px;
			}

		#style1_calendar_header_2 {
			font-size: 12px;
			color: #8c8c8c;
			padding-left: 10px;
			display: inline;
		}
		#style1_calendar_header_2 a{
			color: #8c8c8c;
			text-decoration: none;
		}
		#style1_calendar_header_2 a:hover{
			color: #d05827;
		}

	.calendar_item_block {
		margin-bottom: 14px;
	}
		.calendar_item_title {
			font-size: 12px;
			color: #d05827;
			line-height: 19px;
			margin-bottom: -1px;
		}
			.calendar_item_title a {
				color: #d05827;
			}
		
		.calendar_item_title_2 {
			font-size: 12px;
			color:#737b7f;
			line-height: 19px;
			display: inline;
		}
		.calendar_item_datetime {
			font-size: 11px;
			color: #444b4c;
			line-height: 16px;
		}
		.calendar_item_copy {
			font-size: 11px;
			color: #787878;
			line-height: 16px;
		}
		.calendar_item_more_link {
			width: 15px;
			height: 10px;
			padding-left: 4px;
			padding-top: 1px;
			/*
			background: url(images/button_arrow.gif) no-repeat top;
			*/
		}




		#style1_sponsor {
		    padding: 18px 26px 12px 17px;
		    /* background-color: #737b7f; */
		    background-image: url(images/sponsor_back2.gif);
		    background-repeat: no-repeat;
		    position: relative;
		    height: 250px;
		    width: 421px;
		    margin-right: 1px;
		}
		
.sponsor_block img {
    border: 0;
}

#chair_one {
position: absolute;
top: 33px;
left: 9px;
}

#chair_two {
position: absolute;
top: 33px;
left: 144px;
}

#chair_three {
position: absolute;
top: 33px;
left: 279px;
}

#pres_one {
position: absolute;
top: 120px;
left: 9px;
}

#pres_two {
position: absolute;
top: 120px;
left: 144px;
}

#pres_three {
position: absolute;
top: 120px;
left: 279px;
}

#pres_four {
	position: absolute;
	top: 182px;
	left: 10px;
}