@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;
}


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

#sidebar_text {
	padding: 0px 10px 10px 10px;
	position:relative;
	top: 0px;
}
	#sidebar_text h1 {
		font: 18px "Arial" normal;
		color: #FFF;
		margin: 0px;
	}
	#sidebar_text h2 {
		font-size: 11px;
		color: #3A5C7E;
		margin: 0px;
		padding-left: 15px;
	}
	#sidebar_text p {
		color: #FFF;
		margin: 0px;
		padding-left: 15px;
		padding-right: 20px;
	}
	
		#sidebar_text p.details {
			text-align: right;
			padding: 10px 15px 0px 0px;
		}
			#sidebar_text p.details a {
				color: #600;
				font-weight: bold;
				background: url('/media/structure/star.gif') no-repeat;
				padding-left: 15px;
			}
	
.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;
	}
