/* Job board styles */

.joblisting{ width:55%; border-bottom: 1px solid #999999; height:auto;padding-top:7px;padding-bottom:3px; }
#jobticker a { color: #ffffff; }
#jobticker a:hover { color: #660033; }
#jobticker{ background:#abadaf; padding-top:5px; padding-left:5px; padding-bottom:5px; margin-top: 5px;}
#jobticker .joblisting{ width:305px; border-bottom: 1px solid #999999; height:auto;padding-top:7px;padding-bottom:3px; }
#moreOpps { right:70px;margin-top:85px; position: absolute;z-index:1000; }
#moreOpps a { display: block; color: #ffffff; width: 140px; padding-left: 20px; height: 20px;padding-top: 5px;}



/* Gereral formatting styles */
a, a:visited { color: #000000; font-weight:bold; text-decoration: none; }
a:hover, a:active { color: #000000; font-weight:bold; text-decoration: none; }
.colouredheader { 
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
	font-weight: bold;
}

html, body, p, div,input,select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;
		
}

li { 
	list-style-image: url('/gfx/bullet_grey_arrow.gif');	
}

/* News styles */
.newsTitle {
	border-top: #999999 1px solid;
	padding-top:10px;
	margin-top:5px;

	font-weight: bold;
}
.newsText {
	margin-bottom:5px;

}
	.readOn, a.readOn, a.readOn:visited{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#333333;
		cursor:pointer;
		text-decoration:none;
	}
	
	.readOn:hover, .readOn:active, a.readOn:hover, a.readOn:active{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#660033;
		text-decoration:underline;
	}
.subtitle{ font-weight: bold; color: #000000; }
p { margin-bottom: 5px;;}
.title{ font-size:13px; font-weight:bold; }
.hpdivider{ width:inherit; border-top:1px solid #000000; height:1px; margin-top:0px;}
.subnavdivider{ display:box; height:10px; margin-left:10px; margin-right: 10px; text-align: center;}


/* Navigation styles */		

	.navLevel1, a.navLevel1, a.navLevel1:visited{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#333333;
		padding-left:20px;
		margin-right:15px;
		cursor:pointer;
		text-decoration:none;
		line-height:25px;
		border:1px solid blank;
	}
	
	.navLevel1:hover, .navLevel1:active, a.navLevel1:hover, a.navLevel1:active{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#660033;
		margin-right:15px;
		padding-left:20px;
		/*
		background-image:url('/gfx/bullet_red_arrow.gif');
		background-repeat:no-repeat;
		*/
		text-decoration:underline;
		line-height:25px;
	}	

	.navLevel1Selected, a.navLevel1Selected, a.navLevel1Selected:hover, a.navLevel1Selected:visited{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#660033;
		padding-left:20px;
		margin-right:15px;
		cursor:pointer;
		/*
		background-image:url('/gfx/bullet_red_arrow.gif');
		background-repeat:no-repeat;
		*/		text-decoration:underline;
		line-height:25px;
	}
	
	    .navLevel2, a.navLevel2, a.navLevel2:visited{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#333333;
		cursor:pointer;
		text-decoration:none;
		line-height:25px;
	}
	
	.navLevel2:hover, .navLevel2:active, a.navLevel2:hover, a.navLevel2:active{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#660033;
		background-repeat:no-repeat;
		text-decoration:underline;
		line-height:25px;
	}
	.navLevel2Selected, a.navLevel2Selected, a.navLevel2Selected:hover, a.navLevel2Selected:visited{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#660033;
		cursor:pointer;
		background-repeat:no-repeat;
		text-decoration:underline;
		line-height:25px;
	}
	
	
/* Positioning styles */
	body { margin:0; min-width: 779px;}
	#banner {
		background-image:url('/gfx/masthead_bg_line.gif');
		height:90px;
		text-align:right;
		min-width: 779px;
		}

		
	#navigation {
		min-width: 779px;
		height:26px;
		overflow:hidden;
		padding-top:5px;
		text-align:left;
		margin-top:0px;
   		margin-left:40px;		
		}
	
	#greybar {
		background-image:url('/gfx/top-grey-curve.gif');
		background-position:left top;
		background-repeat:no-repeat;
		background-color:#ABADAF;
   		height:25px;	
   		margin-left:30px;
	}


	#centercontent {
		background-image:url('/gfx/grey_cnr_bottom_right_big.gif');
		background-position:right bottom;
		background-repeat:no-repeat;
		background-color:#F0F0F0;
		width: auto;
		padding-left: 20px;
		padding-right: 80px;
		padding-bottom: 0px;		
		padding-top: 10px;	
   		margin-left:30px;	
   		margin-right:293px;	
   		min-height: 360px;
   		height: auto;
   		z-index:1;
   		position: relative;
   		
		}

	#signature {
		font-size;9x;
		color:#999999;
   		margin-right:292px;
		padding-top:3px;
   		margin-left: 40px;
   		width:310px;
		}
		

	#rightcontent {
		width: 292px;	
   		top:146px;	
   		right:0px;
   		z-index:0;
   		height: auto;
   		position: absolute;
		float: right; 	
		}
	

textarea, input { border: 1px solid #660033; background-color: #fff; }

