@charset "UTF-8";
/* CSS Document */
body {
	padding:0;
	background-color:#fff;
	margin:0px auto;
	width:100%;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	
}

ul {margin:0 0 0 25px; padding:0px;}
li {margin:0; padding:0;}

#jobPage{
	margin:0;
	padding:10px 0 ;
	line-height:16px;
	font-size:11px;
	position:relative;
}
#jobPage h2 {padding:8px 0; margin: 0 0 10px 0; border-top: 3px #D72027 solid; background:url(../images/dotted_border.gif) repeat-x bottom left; font-size:14px; font-weight:bold; color:#D72027;}
#jobPage .close {z-index:2; float:right; position:relative}
#jobPage .close a {text-decoration:underline; color:#333;position:relative; display:block;  background:transparent url(../images/close.jpg) center right no-repeat; padding: 0 25px 0 40px;}
#jobPage .footred {text-align: center; color:#D72027; font-weight:bold;position:relative}
#jobPage .footred a {color:#D72027; font-weight:bold; text-decoration:underline;position:relative}
#jobPage .foot {text-align: center; color:#333333; font-weight:normal;position:relative}

#jobPage p { padding:0 0 20px 0; margin:0; position:relative}

#bioPage{
	margin:20px;
	line-height:16px;
}
#bioPage h2 {width:610px; padding:8px 0; margin: 0px; position:relative; border-top: 3px #D72027 solid; background-image:url(../images/dotted_border.gif); background-position:bottom; background-repeat:repeat-x; font-size:14px; font-weight:bold; color:#D72027;}
#bioPage .close {z-index:2; float:right; background:transparent url(../images/close.jpg) center right no-repeat; padding: 0 25px 0 0;}
#bioPage .close a {text-decoration:underline; color:#333;}
#bioPage .footred {text-align: center; color:#D72027; font-weight:bold;}
#bioPage .footred a {color:#D72027; font-weight:bold; text-decoration:underline;}
#bioPage .foot {text-align: center; color:#333333; font-weight:normal;}


#articlePage {
	margin:20px;
	line-height:16px;
}
#articlePage h2 {width:610px; padding:8px 0; margin: 0px; position:relative; border-top: 3px #D72027 solid; background-image:url(../images/dotted_border.gif); background-position:bottom; background-repeat:repeat-x; font-size:14px; font-weight:bold; color:#333333;}
#articlePage h4 {font-size: 14px; color:#D72027; font-weight:bold;}
#articlePage .footred {text-align: left; color:#D72027; font-weight:bold;}
#articlePage .footred a {color:#D72027; font-weight:bold; text-decoration:none;}
#articlePage .footlight {font-size: 10px; text-align:left; color: #999999; font-weight:normal; margin-top:10px; line-height:13px;}
#articlePage .pad {padding:0 5px;}

#lightbox{
	display:none;
	position: absolute;
	top:50px;
	left:50%;
	z-index:9999;
	width:650px;
	height:auto;
	margin:0 0 0 -325px;
	background:#fff;
	text-align:left;
}
#lightbox[id]{
	position:fixed;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=50);
}
#overlay[id]{
	position:fixed;
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}

#lightbox.done img{
	width:auto;
	height:auto;
}