/*
body{
	line-height: 1.5em;
}
*/

.pageTitle {
	background-image: url(../../images/guidance/page_title_img.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #000;
	width: 100%;
	height: 300px;
	position: relative;
}

/* ===== Main Image ===== */
div#id_mainimage{
	max-width: initial;
	overflow: hidden;
	position: relative;
}

div#id_mainimage>.title{
	position: absolute;
	display: block;
	line-height: 1.0em;
	top: 50%;
	left: 0;
	right: 0;
	padding: 0;
	margin: -0.5em auto 0;
	font-size: 30px;
	color: white;
	width: 250px;
	height: auto;
	text-align: center;
	background-image: none;
}

#id_tabbox{
	width: 100%;
	position: relative;
	border-bottom: solid 1px #000;
}

#id_tabs{
	border-collapse: separate;
	margin: 50px auto -1px;
	text-align: center;
	display: table;
}

#id_tabs>.item{
	display: table-cell;
	width: 320px;
	height: 60px;
	background: #eee;
	text-align: center;
	vertical-align: middle;
	font-size: 20px;
	border: solid 1px #000;
	border-right: hidden;
	z-index: 20;
	margin: 0;
	padding: 0;
	
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

#id_tabs>.item:hover{
	background: #c8c8c8;
	cursor: pointer;
}

#id_tabs>.item.selected{
	background: #fff;
	border-bottom: hidden;
	z-index: 20;
}

#id_tabs>.item.selected:hover{
	cursor: default;
}

#id_tabs>.item:first-child{
	border-top-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
}

#id_tabs>.item:last-child{
	border-top-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border-right: solid 1px #000;
}
