﻿#main_image {
	clear: both;
	border-width: 0px;
	margin: auto;
	height: 400px;
	background-image: url('../image/main/main.jpg');
	background-position: center top;
	background-repeat: no-repeat;
}

.overlay_base {
	width: 140px;
	height: 60px;
	position: relative;
	background-repeat: no-repeat;
	top: 50px;
	text-align: center;
}

.overlay_base:hover {
	cursor: pointer;
}

.overlay_base_text {
	font-size: 10px;
	color: #2A2A2A;
	position: relative;
	top: -2px;
}

#video_overlay_base {
	float: left;
	left: 50px;
	top: 55px;
	height: 110px;
}

#video_overlay_image {
	position: relative;
	top: -18px;
}

#slider_overlay_base {
	background-image: url('../image/main/slider.png');
	background-position: left top;
	height: 50px;
	float: left;
	clear: left;
	left: 50px;
	top: 32px;
	display: none;
}

#portal_overlay_base {
	background-image: url('../image/main/portal.jpg');
	width: 131px;
	height: 43px;
	float: right;
	top: 64px;
	right: 60px;
}

#portal_overlay_image {
	background-image: url('../image/main/portal_overlay.jpg');
	background-position: right top;
	width: 100%;
	height: 100%;
	top: 0px;
	right: 0px;
	display: none;
}

.overlay {
	width: 100%;
	height: 100%;
	padding-left: 1px;
	text-align: center;
	line-height: 20px;
	display: block;
}

.overlay a:link, .overlay a:active, .overlay a:visited {
	color: #FFFFFF;
}

.overlay a:hover {
	color: #ff7625;
}

.overlay_text {
	font-size: 14px;
	color: #FFFFFF;
	display: block;
}

#overlay_text_top {
	padding-top: 3px;
}

.slice {
	float: left;
}

#video_box {
	margin: auto;
	margin-top: 15px;
	width: 270px;
	padding: 10px;
	text-align: center;
	color: #6093FF;
	font-size: 14px;
	font-weight: bold;
	border-width: 1px;
	border-color: #6093FF;
	border-style: solid;
	position: relative
}

#video_box:hover {
	background-color: #DAEBFE;
	cursor: pointer;
}

#video_embed {
	width: 800px; 
	height: 475px; 
	margin: auto; 
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px #C0C0C0 solid; 
	overflow: hidden;
}

#video_box a {
    color: #666666;
    font-size: 12px;
    margin-left: 20px;
    font-weight: normal;
}
#video_box a:hover {
    color: #6093FF;
}

.box {
	float: left;
	border-color: #C0C0C0;
	border-style: solid;
	border-width: 1px;
	width: 200px;
	height: 50px;
	padding: 30px 0px 0px 0px;
	margin: 0px 15px 20px 20px;
	text-align: center;
	vertical-align: middle;
	position: relative;
}

.box:hover {
	background-color: #DAEBFE;
	cursor: pointer;
}

.open_box {
	float: right;
	width: 45%;
	height: 100%;
	padding: 20px 15px 20px 20px;
	position: relative;
}

.open_box:hover {
	cursor: pointer;
}

.box_title {
	font-size: 20px;
	font-weight: bold;
	color: #ff7625;
	display: block;
	margin-bottom: 30px;
}

.box_text {
	font-size: 14px;
	line-height: 20px;
	color: #2A2A2A;
	display: block;
}

#home_menu_column {
    float: left;
    width: 200px;
    height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left; 
    position: relative;   
}

#home_content_block {
	width: 750px;
	margin: auto;
	padding-top: 20px;
}

#home_tab_panel {
	width: 170px;
	margin-bottom: 25px;
	border: 1px #C0C0C0 solid;
	position: relative;
}

.home_tab {
	color: #ff7625;
	padding: 10px;
	text-align: center;
	border-bottom: 1px #DAEBFE solid;
}

.home_tab:hover {
	background-color: #DAEBFE;
	cursor: pointer;
}

#home_content_column {
    float: left;
    width: 550px;
    height: 100%;
    text-align: left;    
    padding-top: 17px;
}

.home_title {
    font-size: 22px;
	font-weight: bold;
    color: #ff7625;
    margin-bottom: 10px;
    padding-bottom: 5px;
    clear: both;
}

.home_text {
	display: block;
	margin: 0px 10px 15px 10px;
}
.spacer {
	float: left;
	width: 29px;
	height: 1px;
}
