@charset "UTF-8";
/* CSS Document */


/*overall*/

html {
	padding:0;
	margin:0;
}

tr {
	padding: 0;
	margin: 0;
}

body {
	padding: 0x;
	margin:0px;
	background: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

a:link {
	text-decoration: none;
	color:#555;
}

a:visited {
	text-decoration: none;
	color: #555;
}

a:hover {
	text-decoration: none;
	color:#000;
}

a:active {
	text-decoration: none;
	color: #333;
}

img, img a, div, div a {
	border:none;
}

p {
	margin:0 0 10px 0;
	padding:0;
}

/*content*/


#main {
	margin:0 auto;
	padding:0;
	width:800px;
	background-color:#fff;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	text-align:left;
	border: 2px solid black;
	border-top: none;
}


#header-logo{
	margin-top:25px;
	width:500px;
	float:left;
}


#header-info{
	padding-right:15px;
	margin-top:15px;
	margin-bottom:15px;
	width:220px;
	float:right;
	font-size:12px;
	line-height:16px;
	text-align:right;
}

#nav {
	padding:10px 0px;
	background:#cccccc;
	color:#333;
	text-align:center;
	border-top: 1px solid black;
	font-size: 13px;
}

#nav ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

#nav li{
	display:inline;
	margin:0px;
	padding:0px 2px;
}

#footer{
	padding: 0;
	margin: 0 auto;
	width: 800px;
	height: auto;
}

.red {
	color:#FF0000;
}

h2 {
	padding: 10px 0 0 30px;
	color: white;
}

h4 {
	padding: 0 0 0 50px;
	color: white;
	font-weight: normal;
	line-height: 14px;
}

.borderleft{
	border-left: 2px solid black;
}

form {
	padding: 0;
	border: 0;
	margin: 0;
}

#application_container {
	width: auto;
	height: auto;
	overflow: hidden;
}

#app_header {
	width: 800px;
	height: 100px;
	background-image: url(../employment/images/header.jpg);
}

#app_titlebox {
	width: 800px;
	height: 25px;
	line-height: 25px;
	background-color: #CCCCCC;
	font-weight: bold;
	font-align: left;
	border: 1px solid #999999;
	border-left: none;
	border-right: none;
	text-indent: 10px;
	float: left;
}

#app_800px_container {
	width: 800px;
	height: 30px;
	float: left;
	border-bottom: 1px solid #cacaca;
	color: #444444;
}

#lastname, #firstname {
	height: 30px;
	width: 250px;
	border-right: 1px solid #cacaca;
	float: left;
}

#middleinitial {
	height: 30px;
	width: 100px;
	border-right: 1px solid #cacaca;
	float: left;
}

#date {
	height: 30px;
	width: 195px;
	border: none;
	float: left;
}

#address {
	height: 30px;
	width: 350px;
	border-right: 1px solid #cacaca;
	float: left;
}

#howlong {
	height: 30px;
	width: 195px;
	border-right: 1px solid #cacaca;
	float: left;
}

#aptunitnumber {
	height: 30px;
	width: 251px;
	border: none;
	float: left;
}

#emailaddress {
	height: 30px;
	width: 447px;
	border: none;
	float: left;
}

#fulltimeparttime {
	height: 30px;
	width: 210px;
	border-right: 1px solid #cacaca;
	float: left;
}

#fear_of_heights {
	height: 30px;
	width: 577px;
	border: none;
	float: left;
	padding-left: 10px;
}

#yearsattended {
	height: 30px;
	width: 305px;
	border-right: 1px solid #cacaca;
	float: left;
}

#graduate {
	height: 30px;
	width: 225px;
	border-right: 1px solid #cacaca;
	float: left;
	padding-left: 10px;
}

#salary {
	height: 30px;
	width: 235px;
	border-right: 1px solid #cacaca;
	float: left;
}

#disclamer {
	height: auto;
	width: 780px;
	padding: 10px;
	float: left;
	font-size: 13px;
	border-bottom: 1px solid #cacaca;
}