﻿
/*	Global
	------------------------------------------------------------------------------------------------------------------------------------- */
	* {
		margin: 0px;
		padding: 0px;
		font-family: "Trebuchet MS", "lucida grande", Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #314249;
		text-align: left;
	}

	div { overflow: hidden; }

	img { border: 0px; }

	a { font-size: inherit; color: #0A5276; text-decoration: underline; }
	a:hover { text-decoration: none; }
	
	h1 { margin: 30px 0px 15px 0px; font-size: 24px; font-weight: bold; color: #0A5276; }
	div h1:first-child { margin-top: 0px; }
	h1 a { text-decoration: none; }
	
	h2 { margin: 20px 0px 10px 0px; font-size: 18px; color: #0A5276; }
	div h2:first-child { margin-top: 0px; }
	
	p { margin-top: 15px; font-size: inherit; color: inherit; line-height: 150%; }
	div p:first-child { margin-top: 0px; }
	
	b { font-size: inherit; color: inherit; }
	i { font-size: inherit; color: inherit; }
	ul li, ol li { font-size: inherit; color: inherit; line-height: 150%; }
	
	div#content ul, div#content ol { margin: 15px 0px 0px 30px; }
	div#content li ul { margin: 0px 0px 0px 30px; }

	.float_left { float: left; }
	.float_center { margin-left: auto; margin-right: auto; }
	.float_right { float: right; }

	.text_left { text-align: left; }
	.text_center { text-align: center; }
	.text_right { text-align: right; }
	
	.text_red { color: #DD0000; }
	
	.bold { font-weight: bold; }

	br.gap5 { line-height: 5px; }
	br.gap10 { line-height: 10px; }
	br.gap15 { line-height: 15px; }
	br.gap20 { line-height: 20px; }
	br.gap30 { line-height: 30px; }

	input[type=text], input[type=password], select, select option { padding: 2px 3px 3px 3px; }

	input[type=text], input[type=password], select {
		border: 0px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		-moz-box-shadow: inset 1px 1px 4px #000000;
		-webkit-box-shadow: inset 1px 1px 4px #000000;
		box-shadow: inset 1px 1px 4px #000000;
		padding: 5px 3px 4px 6px;
		background-color: White;
	}
	
	input[type=radio], input[type=checkbox] { position: relative; top: 2px; }
	
	input[type=button] {
		border: 0px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		background-color: #BCBCBC; /* Old browsers */
		background-image: linear-gradient(top, #EBEBEB 0%, #BCBCBC 100%); /* Proposed W3C Markup */
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#EBEBEB), to(#BCBCBC)); /* Safari/Chrome 10 */
		background: -webkit-linear-gradient(top, #EBEBEB, #BCBCBC); /* Chrome 11+ */
		background: -moz-linear-gradient(top, #EBEBEB, #BCBCBC); /* Mozilla Firefox */
		background: -o-linear-gradient(top, #EBEBEB, #BCBCBC); /* Opera */
		background: -ms-linear-gradient(top, #EBEBEB, #BCBCBC); /* IE 10 */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EBEBEB', endColorstr='#BCBCBC', GradientType=0); /* IE 8/9 */
		padding: 5px 10px;
		font-size: 13px;
		font-weight: bold;
		cursor: pointer;
	}
	input[type=button]:hover { background: White; color: #0A5276; }



/*	Layout
	------------------------------------------------------------------------------------------------------------------------------------- */
	html { height: 100%; overflow-x: hidden; }
	
	body { height: 100%; background-color: #EBEBEB; }
	
	div#wrap { min-height: 100%; overflow: auto; }
	
	div#header { height: 490px; background: #7E8C95 url(/home/img/header_bg.png) repeat-x; }
	
	div#header_content_splitter {
		width: 100%;
		height: 10px;
		background: url(/home/img/header_content_splitter.png) no-repeat center;
		position: relative;
		top: -5px;
		z-index: 2;
	}
	
	div#content { width: 960px; padding: 30px 0px 210px 0px; margin: 0px auto; }
	
	div#footer {
		width: 100%;
		margin-top: -111px;
		border-top: 1px solid #2A383B;
		background-color: #56676E; /* Old browsers */
		background-image: linear-gradient(top, #62737A 0%, #56676E 100%); /* Proposed W3C Markup */
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#62737A), to(#56676E)); /* Safari/Chrome 10 */
		background: -webkit-linear-gradient(top, #62737A, #56676E); /* Chrome 11+ */
		background: -moz-linear-gradient(top, #62737A, #56676E); /* Mozilla Firefox */
		background: -o-linear-gradient(top, #62737A, #56676E); /* Opera */
		background: -ms-linear-gradient(top, #62737A, #56676E); /* IE 10 */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62737A', endColorstr='#56676E', GradientType=0); /* IE 8/9 */
		position: relative;
	}



/*	Header
	------------------------------------------------------------------------------------------------------------------------------------- */
	div#header_top { width: 926px; height: 150px; margin: 0px auto; }
	
	div#header_top div#header_logo {
		width: 186px;
		height: 134px;
		background: url(/home/img/logo_header.png) no-repeat;
		cursor: pointer;
		float: left;
	}
	div#header_top div#header_logo:hover { background-position: 0px -134px; }
	
	div#header_top_line { width: 737px; height: 36px; margin-right: 3px; }
	div#header_top_line div#header_date_time { padding-top: 6px; float: right; }
	div#header_top_line div#header_date_time span { font-size: 14px; color: #EBEBEB; text-shadow: 1px 1px 2px Black; }
	div#header_top_line div#header_date_time span#header_date sup { color: #EBEBEB; text-shadow: 1px 1px 2px Black; position: relative; top: 2px; }
	div#header_top_line div#header_date_time span#header_time { margin-left: 10px; }
	
	div#header_photo_shadow {
		width: 976px;
		height: 332px;
		margin: 0px auto;
		background: url(/home/img/header_photo_shadow.png) no-repeat;
	}
	
	div#header_photo {
		width: 920px;
		height: 300px;
		margin: 0px auto;
		background-repeat: no-repeat;
	}
	
	div#top_nav { margin: 0px 3px 0px 0px; /*background-color: Red;*/ }
	div#top_nav ul { margin: 0px; float: right; }
	div#top_nav ul li { list-style: none; display: block; float: left; }
	div#top_nav ul li a {
		width: 100px;
		height: 36px;
		padding-top: 78px;
		font-size: 16px;
		color: #EBEBEB;
		text-decoration: none;
		text-align: center;
		outline: none;
		display: block;
	}
	div#top_nav ul li.active a,
	div#top_nav ul li:hover a {
		background: url(/home/img/top_nav_link_bg.png) no-repeat;
		color: White;
		text-shadow: 1px 1px 2px Black;
	}
	
	div#header_2nd_line {
		padding: 28px 0px 15px 0px;
		position: relative;
		top: -114px;
		left: -3px;
	}



/*	Recruiter Login
	------------------------------------------------------------------------------------------------------------------------------------- */
	div#recruiter_login_header_button {
		width: 122px;
		height: 26px;
		background: url(/home/img/recruiter_login_button.png) no-repeat;
		cursor: pointer;
		float: right;
	}
	div#recruiter_login_header_button:hover { background-position: 0px -26px; }
	
	div#recruiter_login_panel { width: 930px; margin-left: -465px; position: absolute; top: 91px; left: 50%; z-index: 3; }
	div#recruiter_login_panel > div {
		max-width: 280px;
		margin: 0px 5px 5px 10px;
		-webkit-border-radius: 15px;
		-webkit-border-top-right-radius: 0px;
		-moz-border-radius: 15px;
		-moz-border-radius-topright: 0px;
		border-radius: 15px;
		border-top-right-radius: 0px;
		-moz-box-shadow: 1px 1px 2px 2px #333333;
		-webkit-box-shadow: 1px 1px 2px 2px #333333;
		box-shadow: 1px 1px 2px 2px #333333;
		background-color: #56676E; /* Old browsers */
		background-image: linear-gradient(top, #62737A 0%, #56676E 100%); /* Proposed W3C Markup */
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#62737A), to(#56676E)); /* Safari/Chrome 10 */
		background: -webkit-linear-gradient(top, #62737A, #56676E); /* Chrome 11+ */
		background: -moz-linear-gradient(top, #62737A, #56676E); /* Mozilla Firefox */
		background: -o-linear-gradient(top, #62737A, #56676E); /* Opera */
		background: -ms-linear-gradient(top, #62737A, #56676E); /* IE 10 */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62737A', endColorstr='#56676E', GradientType=0); /* IE 8/9 */
		padding: 30px;
		float: right;
	}
	div#recruiter_login_panel form { font-size: 13px; font-weight: bold; color: #EBEBEB; }
	div#recruiter_login_panel form input#user_email { width: 220px; }
	div#recruiter_login_panel form select#recruiter_login_product { margin-right: 10px; }
	div#recruiter_login_panel form input#recruiter_login_panel_button { float: right; }
	div#recruiter_login_panel form a { font-size: 11px; color: #EBEBEB; }
	div#recruiter_login_panel form a:hover { color: White; }



/*	Footer
	------------------------------------------------------------------------------------------------------------------------------------- */
	div#footer * { color: #EBEBEB; }
	div#footer input { font-size: 12px; color: #314249; }
	
	div#footer_inner { width: 920px; margin: 0px auto; padding: 30px 0px; }
	div#footer_inner div { margin-left: 100px; line-height: 150%; float: left; }
	div#footer_inner div:first-child { margin-left: 0px; }
	div#footer_inner span.footer_title { font-size: 14px; font-weight: bold; line-height: 150%; }
	
	div#footer_logo {
		width: 83px;
		background: url(/home/img/logo_footer.png) no-repeat;
		padding-top: 60px;
		font-size: 13px;
		font-weight: bold;
		text-align: center;
	}
	
	div#footer a { font-size: 12px; text-decoration: none; }
	div#footer a:hover { color: White; text-decoration: underline; }
	
	img#footerTwitter { position: relative; top: 1px; }



/*	Tabbed Content Containers
	------------------------------------------------------------------------------------------------------------------------------------- */
	div.tab_widget_title { padding-bottom: 10px; font-size: 24px; font-weight: bold; color: #0A5276; float: left; }
	
	div.tab_widget_tabs { float: right; }
	div.tab_widget_tabs div.tab { padding: 9px 20px 8px 20px; font-size: 16px; font-weight: bold; float: left; cursor: pointer; }
	div.tab_widget_tabs div.tab.active {
		-webkit-border-top-left-radius: 15px;
		-moz-border-radius-topleft: 15px;
		border-top-left-radius: 15px;
		-webkit-border-top-right-radius: 15px;
		-moz-border-radius-topright: 15px;
		border-top-right-radius: 15px;
		background-color: White;
		cursor: auto;
	}
	
	div.tab_widget_content {
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		-webkit-border-top-right-radius: 0px;
		-moz-border-radius-topright: 0px;
		border-top-right-radius: 0px;
		background-color: White;
		padding: 30px;
	}



/*	Content Containers
	------------------------------------------------------------------------------------------------------------------------------------- */
	div.content_box {
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		-webkit-border-top-right-radius: 0px;
		-moz-border-radius-topright: 0px;
		border-top-right-radius: 0px;
		background-color: White;
		padding: 30px;
		line-height: 150%;
	}