/* $Id: jobDetail.css 6793 2010-05-17 17:55:42Z chrisl $ */
.jobNav {
	clear: right;
	float: right;
	margin : 0 0 5px 8px;
	border : 1px solid #BB8;
	padding : 0 5px;
	width : 180px;
	background : #EED;
}
.jobNav DIV.jobNavSeperator {
	border-top : 1px solid #996;
}
.jobNav DIV.jobNavImg {
	display : block;
	float : left;
	margin-right : 5px;
	width : 18px;
}
.jobNav DIV.jobNavItem {
	clear : both;
	margin : 8px 0;
	font : bold x-small Verdana;
}
.jobNav A, .jobNav A:Visited { color : #333; text-decoration : none; }
.jobNav A:Hover { text-decoration : underline; }

#job H1, #job H2 {
	font-family : Arial;
}

#job H2 {
	font-size : 1.25em;
	margin-bottom : 5px;
}

#jobAttrib {
	width : 517px;		/* size-specific = content width - 200px */
}							/* for some reason IE needs an extra 3px ? */

#jobAttrib TH {
	padding : 3px;
	width : 110px;
	background : #DDD;
	font-weight : normal;
	text-align : left;
}
#jobAttrib TD { padding : 3px 3px 3px 5px; }
#jobAttrib TD UL {
	margin : 0;
	padding : 0;
	list-style : none;
}

#jobDesc {
	clear:both;
	margin : 25px 10px 25px 20px;
}

#jobApplyInfo {
	margin : 0 10px 25px 20px;
}
#jobApplyInfo TH {
	text-align : left;
	font-weight : bold;
	vertical-align : top;
}
#jobApplyInfo TD {
	padding-left : 10px;
}

#jobApplyLink {
	margin : 25px 10px 25px 20px;
	text-align : center;
	font : bold 1.25em Arial;
	background : #ddf;
	padding : 12px;
	border : 1px solid black;
}

#jobStatement {
	width : 90%;
	margin : 25px auto;
	text-align : center;
	font-style : italic;
	font-size : x-small;
}

#instProfile {
	margin : 0 10px 25px 20px;
}
#instProfile UL {
	margin : 0;
	padding : 0;
	list-style : none;
}

/* image classes */
.leftAlign { float : left; margin : 0 15px 10px 0; }
.rightAlign { float : right; margin : 0 0 10px 15px; }
.centerAlign { text-align : center; clear : both;}


/* This box-model hack is here only to break NN4 and keep it from processing this stylesheet */
.NN4HackToBlockStyles { voice-family : "\"}\"";	voice-family : inherit; }
