
#layout_grid {
	height: 100%;
	width: 100%;

	border-collapse: collapse;

	margin: 0px;
	padding: 0px;
	
	background-color: #ffffff;
	
}

	#layout_grid tr {
		margin: 0px;
		padding: 0px;
	}
	
	#layout_grid td {
		margin: 0px;
		padding: 0px;
		
		vertical-align: top;
		
		background-color: #ffffff;
	}


#grid_left {
	width: 40%;
	
	background-color: #ffffff;
}

	#left_div {
		height: 100%;
		width: 100%;
		
		position: relative;
		
		background-color: #ffffff;
	}
	
		
#grid_right {
	width: 40%;
	
	background-color: #ffffff;
}

	#right_div {
		height: 100%;
		width: 100%;
		
		position: relative;
	}
	
		
#grid_main {
	width: 1000px;
}


#main_div {
	width: 1000px;
	
	background-color: #ffffff;
}

	#main_top {
		height: 134px;
	
		position: relative;
		
		z-index: 60;
	}
	
		#top_nav {
			height: 20px;
			width: 431px;
			
			position: absolute;
			top: 16px;
			left: 564px;
			
		}
		
			#top_nav_items {
				height: 18px;
				width: 254px;
				
				position: absolute;
				top: 0px;
				left: 0px;
				
				text-align: right;
				
				font-size: 11px;
				
				color: #969696;
			}
			
				#top_nav_items a {
					color: #969696;
				}
			
		
			#top_search {
				height: 18px;
				width: 167px;
				
				position: absolute;
				top: 0px;
				left: 264px;
			}
			
				#top_search_field_div {
					height: 18px;
					width: 154px;
					
					background-image: url(images/top_search_field.gif);
					background-repeat: no-repeat;
					
					position: absolute;
					top: 0px;
					left: 0px;
				}
				
					#top_search_field {
						height: 14px;
						width: 147px;
						
						position: absolute;
						top: 2px;
						left: 5px;
						
						background-color: transparent;
						border-width: 0px;
						
						font-family: Verdana, Sans-Serif;
						font-size: 11px;
						
						color: #b4b4b4;
					}
					
					#top_search_button {
						height: 18px;
						width: 10px;
						
						position: absolute;
						top: 0px;
						left: 157px;
					}
	
		#top_logo {
			height: 57px;
			width: 238px;
			
			display: block;
			
			background-image: url(images/top_logo2.gif);
			background-repeat: no-repeat;
			
			position: absolute;
			top: 49px;
			left: 4px;
		}
		
		#top_dropmenus {
			height: 20px;
			width: 573px;
			
			position: absolute;
			top: 118px;
			left: 3px;
		}
		
		#top_intelliport {
			height: 16px;
			width: 80px;
			
			background-image: url(images/top_intelliport.gif);
			background-repeat: no-repeat;
			
			position: absolute;
			top: 118px;
			left: 656px;
			
			cursor: pointer;
		}

		#top_intelliport_expanded {
			height: 35px;
			width: 267px;

			position: absolute;
			top: 99px;
			left: 728px;

			display: none;

		}

			#top_intelliport_expanded_links {
				height: 16px;
				width: 140px;

				position: absolute;
				top: 3px;
				left: 123px;

				font-size: 10px;
				
				color: #646464;
			}

				#top_intelliport_expanded_links a {
					color: #646464;
				}

			#top_intelliport_expanded_field {
				height: 16px;
				width: 257px;

				background-image: url(images/top_intelliport_fields.gif);
				background-repeat: no-repeat;

				position: absolute;
				top: 19px;
				left: 0px;		
			}

				#top_intelliport_username {
					height: 12px;
					width: 122px;

					position: absolute;
					top: 0px;
					left: 9px;

					font-family: Verdana, Sans-Serif;
					font-size: 10px;
					line-height: 10px;
					color: #8ec9c5;

					background-color: transparent;
					border-width: 0px;

				}

				#top_intelliport_password {
					height: 12px;
					width: 117px;

					position: absolute;
					top: 0px;
					left: 136px;

					font-family: Verdana, Sans-Serif;
					font-size: 10px;
					line-height: 10px;
					color: #8ec9c5;

					background-color: transparent;
					border-width: 0px;
				}

			#top_intelliport_expanded_button {
				height: 16px;
				width: 8px;

				position: absolute;
				top: 19px;
				left: 259px;
			}
		#top_intelliport_back {
			height: 16px;
			width: 80px;
			
			background-image: url(images/top_intelliport.gif);
			background-repeat: no-repeat;
			
			position: absolute;
			top: 118px;
			left: 656px;
			
			cursor: pointer;
		}

	
	#main_calendar {
		height: 50px;
		
		position: relative;
	}
	
	#main_bottom {
		height: 90px;
		
		position: relative;
		
		margin-bottom: 15px;
		
		font-size: 10px;
		color: #969696;
		
		line-height: 13px;
	}
	
		#bottom_info {
			height: 60px;
			width: 676px;
			
			position: absolute;
			top: 4px;
			left: 4px;
			
		}
		
			#bottom_info a {
				color: #4e8e90;
			}
		
		#bottom_byline {
			height: 20px;
			width: 240px;
			
			position: absolute;
			top: 4px;
			left: 756px;
			
			text-align: right;
		}
		
			#bottom_byline a {
				color: #969696;
			}

#style1_main {
	height: 696px;
	
	position: relative;
	
	z-index: 40;
	
}

	#style1_slides {
		height: 340px;
		width: 731px;
		
		position: absolute;
		top: 6px;
		left: 5px;
	}
	
		#style1_slides_selector {
			height: 18px;
			width: 95px;
			
			position: absolute;
			top: 315px;
			left: 628px;
		}
		
			.slide_selector {
				height: 18px;
				width: 15px;
				
				position: absolute;
				top: 0px;
				
				cursor: pointer;
				
			}
			
				.slide_selector_inactive {
					height: 15px;
					width: 15px;
					
					position: absolute;
					top: 2px;
					left: 0px;
				}
				
				.slide_selector_active {
					height: 18px;
					width: 15px;
					
					position: absolute;
					top: 0px;
					left: 0px;
					
					background-image: url(images/style1_slides_selector_active.gif);
					background-repeat: no-repeat;
					
					display: none;
				}
		
			#slide_selector_1 {
				left: 0px;
			}
			
				#slide_selector_1 .slide_selector_inactive {
					background-color: #c8c8c8;
					
					display: none;
				}
				
				#slide_selector_1 .slide_selector_active {
					display: block;
				}
			
			#slide_selector_2 {
				left: 20px;
			}
			
				#slide_selector_2 .slide_selector_inactive {
					background-color: #646464;
				}
			
			#slide_selector_3 {
				left: 40px;
			}
			
				#slide_selector_3 .slide_selector_inactive {
					background-color: #c8c8c8;
				}
			
			#slide_selector_4 {
				left: 60px;
			}
			
				#slide_selector_4 .slide_selector_inactive {
					background-color: #646464;
				}
			
			#slide_selector_5 {
				left: 80px;
			
			}
				#slide_selector_5 .slide_selector_inactive {
					background-color: #c8c8c8;
				}
	
	#style1_sidebar {
		height: 712px;
		width: 249px;
		
		position: absolute;
		top: -16px;
		left: 746px;
	}
	
		#style1_sidebar_events {
			height: 335px;
			width: 249px;
			
			position: absolute;
			top: 0px;
			left: 0px;			
		}

			#style1_sidebar_events_header {
				height: 16px;
				width: 142px;

				background-image: url(images/style1_sidebar_events_header.gif);
				background-repeat: no-repeat;

				position: absolute;
				top: 0px;
				left: 12px;
			}
			
			#style1_sidebar_events_items {
				height: 313px;
				width: 249px;
				
				position: absolute;
				top: 22px;
				left: 0px;
			}
	
		#style1_sidebar_updates {
			height: 335px;
			width: 249px;
			
			position: absolute;
			top: 350px;
			left: 0px;
			
		}
		
			#style1_sidebar_updates_header {
				height: 13px;
				width: 200px;
				
				background-image: url(images/style1_sidebar_updates_header.gif);
				background-repeat: no-repeat;
				
				position: absolute;
				top: 0px;
				left: 9px;
			}
			
			#style1_sidebar_updates_items {
				height: 313px;
				width: 249px;
				
				position: absolute;
				top: 22px;
				left: 0px;
			}
	
	
	#style1_callouts {
		height: 340px;
		width: 731px;
		
		position: absolute;
		top: 356px;
		left: 5px;
	}
		
		#style1_callout_education {
			height: 330px;
			width: 237px;
			
			position: absolute;
			top: 0px;
			left: 0px;
		}
		
			#callout1_title {
				height: 32px;
				width: 237px;
				
				background-image: url(images/callout1_title.gif);
				background-repeat: no-repeat;
				
				position: absolute;
				top: 0px;
				left: 0px;
			}
			
			#callout1_items {
				height: 298px;
				width: 237px;
				
				position: absolute;
				top: 32px;
				left: 0px;
			}
			
				#callout1_items .calloutitem_label {
					color: #4e8e90;
					
				}
				
				#callout1_items .calloutitem_selector_label {
					color: #4e8e90;
				}
				
				.callout_bracket {
					height: 136px;
					width: 12px;

					background-image: url(images/callout_bracket.gif);
					background-repeat: no-repeat;

					position: absolute;
					top: 120px;
					left: 0px;
				}

		
		#style1_callout_industry {
			height: 330px;
			width: 237px;
			
			position: absolute;
			top: 0px;
			left: 247px;
		}

			#callout2_title {
				height: 32px;
				width: 237px;
				
				background-image: url(images/callout2_title.gif);
				background-repeat: no-repeat;
				
				position: absolute;
				top: 0px;
				left: 0px;
			}
			
			#callout2_items {
				height: 298px;
				width: 237px;
				
				position: absolute;
				top: 32px;
				left: 0px;
			}
			
				#callout2_items .calloutitem_label {
					color: #4e8e90;
					
				}
				
				#callout2_items .calloutitem_selector_label {
					color: #4e8e90;
				}
						
		#style1_callout_services {
			height: 330px;
			width: 237px;
			
			position: absolute;
			top: 0px;
			left: 494px;
		}

			#callout3_title {
				height: 32px;
				width: 237px;
				
				background-image: url(images/callout3_title.gif);
				background-repeat: no-repeat;
				
				position: absolute;
				top: 0px;
				left: 0px;
			}
			
			#callout3_items {
				height: 298px;
				width: 237px;
				
				position: absolute;
				top: 32px;
				left: 0px;
			}
			
				#callout3_items .calloutitem_label {
					color: #4e8e90;
					
				}
				
				#callout3_items .calloutitem_selector_label {
					color: #4e8e90;
				}
								
#style1_bottom {
	height: 230px;
	
	position: relative;
}

	#style1_largead {
		height: 221px;
		width: 733px;
		
		position: absolute;
		top: 0px;
		left: 3px;
	}
	
	#style1_smallad {
		height: 221px;
		width: 249px;
				
		position: absolute;
		top: 0px;
		left: 746px;
	}
	
.block_ad_edit {
	height: 219px;
	width: 247px;

	border: 1px solid #d0d0d0;
	
	background-color: #efefef;
}

	.block_ad_edit_text {
		margin: 15px;
	}
