/* CSS Document */

html, body {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #000000;
	text-align: left;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	border: 0px solid #00FF00;
	}
body {
	background: #464646 url(images/bkg_main.png) repeat-y center;
	_background-color: #3b3b3b;
	}

#sitebox {
	width: 780px;
	height: 100%;
	position: relative;
	left: 50%;
	margin-left: -390px;
	font: normal 12px Arial, Helvetica, sans-serif;
	}

#masthead {
	height: 95px;
	}

#menu {
	height: 25px;
	background: url(images/bkg_menu.png) no-repeat;
	padding: 0px 20px;
	}

#flash {
	height: 106px;
	background: url(images/bkg_flash_temp.png) no-repeat;
	text-align: center;
	vertical-align: top;
	}
	
#introtext {
	height: 70px;
	background: url(images/bkg_introtext.png) no-repeat;
	color: #FFF;
	text-align: center;
	padding: 2px 32px 8px 32px;
	}

.fs_bottomedge {
	height: 7px;
	}
.fs_bodytop {
	height: 16px;
	}
.fs_bodybottom {
	height: 19px;
	}
.fs_connecter, fs_topedge {
	height: 6px;
	}

#fs_body {
	height: 100%; 
	background: url(images/bkg_fs_body.png) repeat-y;
	padding: 0px 20px;
	text-align: left;
	vertical-align: top;
	}

.fourup_left, .fourup_right {
	width: 390px;
	height: 255px;
	background: url(images/bkg_quad_left.png) no-repeat;
	text-align: right;
	vertical-align: top;
	padding: 6px 9px;
	}
.fourup_right {
	background: url(images/bkg_quad_right.png) no-repeat;
	text-align: left;
	}
	
#employment_form {
	margin: 10px 16px 0px 16px; 
	font-size: 12px; 
	width: 700px;
	clear: both;
	}
#employment_form .quarter, #employment_form .threequarter, #employment_form .full {
	vertical-align: bottom;
	padding: 4px 4px 6px 4px;
	width: 25%;
	/*border-bottom: solid 1px #CCC;*/
	}
#employment_form .threequarter {
	width: 75%;
	}
#employment_form .full {
	width: 100%;
	font-weight: bold;
	}
#employment_form .line_title {
	vertical-align: middle;
	text-align: right;
	}
#employment_form .textfield {
	width: 100%;
	margin: 2px 0px 0px 0px;
	}
#employment_form .select {
	width: 100%;
	margin: 2px 0px 0px 0px;
	_margin-bottom: 1px;
	}

#footer {
	height: 53px;
	padding: 8px 32px;
	background: url(images/bkg_footer.png) no-repeat;
	font-size: 10px;
	text-align: center;
	color: #FFF;
	vertical-align: bottom;
	}