@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1c4063;
	height: 100%;
}

#pageWrapper {
	margin:0px;
	width: 955px;
	min-height:100%;
	height: auto !important;
	height:100%;
}

#headWrapper{
	height:188px;
	width:955px;
	clear:both;
	background:url(../images/page_headerbg.gif) left top repeat-x;
}
	
	#headTextWrapper{
		height:132px;
		width:955px;
		clear:both;
	}
	
		#headLogoImage{
			position:relative;
			float:left;
			width:500px;
			height:132px;
			padding:0;
			margin:0;
			overflow:hidden;
		}
		
		#headText{
			position:relative;
			float:left;
			width:455px;
			text-align:right;
			color:#4b7aa7;
			padding-top:20px;
			height:112px;
			margin:0;
			overflow:hidden;
		}
	
	#navigationWrapper{
		padding-top:6px;
		padding-left:110px;
		height:50px;
		width:845px;
		clear:both;
	}
	
		.navigationTab{
			position:relative;
			float:left;
			width:140px;
			height:50px;
			margin-right:3px;
			background:url(../images/navtab.gif) left top no-repeat;
		}
		
			.navigationTab a{
				padding-left:17px;
				padding-top:25px;
				
				
				text-decoration:none;
				font-weight:bold;
				font-size:14px;
				color:#3f576f;
				width:123px;
				height:25px;
				float:left;
				
			}
		
		.navigationTabAct{
			background:url(../images/navtab_act.gif) left top no-repeat !important;
		}
			.navigationTabAct a{
				color:#6f8ca8;
			}
		
		
		
#contentWrapper{
		padding-top:18px;
		padding-left:110px;
		padding-right:275px;
		width:570px;
		clear:both;
}

	.contentNormal{
		padding:25px;
	}
	
	.contentBox{
		border:#477daf 10px solid;
	}
	
		.contentBox .contentBoxHeader{
			padding-top:12px;
			padding-left:16px;
			padding-bottom:7px;
			height:14px;
			border:#FFFFFF 1px solid;
			border-bottom:none;
			background:url(../images/box_headerbg.gif) left top no-repeat;
			
			font-weight:bold;
			font-size:14px;
		}
	
		.contentBox .contentBoxText{
			padding:17px;
			border:#FFFFFF 1px solid;
			background-color:#e9f0f7;
		}
	
	#footer{
		height:23px;
		padding-left:30px;
		padding-top:10px;
		font-size:11px;
		color:#FFFFFF;
		background-color:#477daf;
	}
	
	
h1{
	font-weight:bold;
	font-size:14px;
}

/** links **/
a {
	color:#1c4063;
	font-weight:normal;
	text-decoration: underline;
}

small{
	font-size:11px;
}

.logoTableCaption{
	font-size:12px;
}

#employmentChooser{
	position:absolute;
	left:690px;
	top:206px;
	width:265px;
}

#employmentChooser ul, #employmentChooserMain ul{
	padding:0;
	margin:0;
	list-style-type:none;
}
#employmentChooser li, #employmentChooserMain li{
	padding:0;
	padding-bottom:5px;
}