@import url('/css/default.css');
@import url('/css/DropMenu.css'); 
@import url('/css/cms.css');

/* Generic Styles */

body {
	font:10pt "Arial";
	background: #fff url('/media/structure/tiled_background.jpg') repeat-x;
	margin:0px;
}

#frame {
	width: 762px;
	background: url('/media/structure/frame_background.jpg') no-repeat;
	margin-left:100px;
	padding-left:140px;
}
#logo {
	height:84px;
	text-align: right;
}

#main {
	background: url('/media/structure/main_tile.gif') repeat-y top right;
	margin-top: 1px;
}

#content {
	width: 416px;
	float: left;
	padding: 15px 15px 0px 15px;
	min-height: 400px;
}
#content p { margin: 0 0 1.0em 0;}

#sidebar {
	width: 316px;
	margin-top:0px;
	float: left;
	background: #7AADE0;
}

#featured_jobs {
	margin:5px 0 ;
	padding: 10px ;
	background:#97bee7;
}

#sidebar_text {
	padding: 0px 10px 10px 10px;
	position:relative;
	top: 0px;
}
	#featured_jobs h1,
	#sidebar_text h1 {
		font: 18px tahoma, geneva, sans-serif;
		color: #FFF;
		margin: 0px;
		background: url('/media/structure/right_col_fade_line.png') no-repeat bottom center;
		padding: 4px 0px;
		clear:both;
	}
	#sidebar_text h1 {color:#3A5C7E;}
	#sidebar_text .right_content {
		width:200px;
		padding: 5px 0 0 10px;
	}
	#sidebar h2 {
		font-size: 10pt;
		color: #3A5C7E;
		margin: 0px;
	}
	#sidebar p {
		font-size: 9pt;
		line-height: 11pt;
		color: #FFF;
		margin: 0px;
		padding-right: 20px;
		padding-bottom: 5px;
	}
	
		#sidebar p.details {
			text-align: right;
			padding: 10px 15px 0px 0px;
		}
			#sidebar p.details a {
				color: #600;
				font-weight: bold;
				background: url('/media/structure/star.png') no-repeat 0 3px;
				padding-left: 15px;
			}
	#sidebar em {color: #3A5C7E;}
		#sidebar em a {color: #3A5C7E;}
		#sidebar em span {color:#600;font-weight:bold;}
	#sidebar a {color: #600;text-decoration:none;}
		#sidebar a:hover {color: #600;text-decoration:underline;}
	#featured_jobs h1 {
		margin-bottom:8px;
		font-weight:bold;
		font-size: 15pt;
	}

.border {
	border: 1px solid #600;
}
.job_opp {
		margin-bottom: 20px;
		padding-bottom: 10px;
		border-bottom: 1px solid #7AADE0;
	}
.job_opp .post_date {
  color: #755128;
}
		.job_opp h2{
			margin-bottom: 5px;
			margin-top: 15px;
			color: #2D75BD;
		}
		.job_opp h3{
			margin-bottom: 2px;
			margin-top: 0px;
		}
	.mypage {
		font-weight: bold;
		font-size: 15px;
		color: #666;
	}

#footer {
	color: #64554D;
	padding: 0px 0px 0px 100px;
	background: url('/media/structure/footer_tile.gif') repeat-x;
}
	#footer a {
		text-decoration: none;
		color: #64554D;
	}
	#footer_text {
		float: left;
		width: 901px;
		height: 54px;
		padding-left: 1px; /* the W gets cut off */
		padding-top: 50px;
		background: url('/media/structure/footer_people.gif') no-repeat right top;
	}
	
/* lightbox styles */ 
#sidebar .hide_this {display:none;} 

.tb_big_description {
	
}
.tb_big_description h1,
.tb_big_description h2 {
	color:#395B7E;
	margin: 10px 0;
}
.tb_big_description h1 {
	font-size:18px;
}
.tb_big_description h3{color:#fff;}
.tb_big_description h4{color:#395B7E;margin:0;}
.tb_big_description 
.tb_rightcol {
	width:210;
	margin-top:7px;
}

.tb_highlights {
	background:#B3C0CE;

	padding: 5px;
	margin-bottom:1px;
	color:#fff;
}
.tb_job_info {
	width: 350px;
	padding-left:15px;
}
.tb_content p {margin-top:0;}

.tb_content select {margin:3px 0;}

