/* CSS Document */

.clearboth  {
	clear: both;
}

html {
	font-size: 100%;
}

body {
	background-color: #2b68b3;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-image: url(/_images/background.gif);
	background-repeat: repeat-x;
}

#shell {
	width: 1005px;
	margin: 10px auto;
}

#phonenumber {
	color: #fff;
	font-size: 2.4em;
	margin-bottom: 24px;
	width: 565px;
	float: left;
	margin-top: 6px;
	position: relative;
	top: 10px;
}

#alplogo {
	float: left;
	margin-top: 6px;
	margin-bottom: 7px;
}

#nav {
	clear: left;
}

#nav ul {
	margin: 0;
	padding: 0;
}

#nav li {
	background-image: url(/_images/nav-background.gif);
	background-repeat: repeat-y;
	list-style: none;
	float: left;
	width: 135px;
	color: #fff;
	text-align: center;
	padding-bottom: 10px;
	font-size: 1.2em;
	font-weight: bold;
}

#nav li#currenttab {
	background-image: url(/_images/nav-background-on.gif);
	background-repeat: repeat-y;
	list-style: none;
	float: left;
	width: 135px;
	color: #fff;
	text-align: center;
	padding-bottom: 10px;
	font-size: 1.2em;
	font-weight: bold;
}

#nav a {
	color: #fff;
	text-decoration: none;
}

#nav a:hover {
	text-decoration: underline;
}

#logins {
	float: right;
	padding-right: 4px;
}

.logininput {
	width: 130px;
	margin: 0 0 0 17px;
}

.loginbutton {
	margin-left: 10px;
	position: relative;
	top: -10px;
}

#employerlogin {
	width: 216px;
	float: left;
	background-image: url(/_images/login-form-background-large.gif);
	background-repeat: repeat-y;
	padding-bottom: 5px;
	min-height: 93px;
}

#employerlogin form {
	margin: 0;
	padding: 0;
}

#employerlogin input {
	float: left;
}

#employeelogin {
	width: 216px;
	float: left;
	background-image: url(/_images/login-form-background.gif);
	background-repeat: repeat-y;
	padding-bottom: 5px;
	min-height: 93px;
}

#employerpassword {
	margin-top: 5px;
}

#employeelogin form {
	margin: 0;
	padding: 0;
}

#employeelogin input {
	float: left;
}

#employeepasscode {
	margin-top: 5px;
}

#homecontent {
	clear: both;
	background-image: url(/_images/home-background2.jpg);
	background-repeat: no-repeat;
	min-height: 705px;
	color: #1a2f5e;
}

#homecontent a {
	color: #1a2f5e;
}

#aboutcontent {
	clear: both;
	background-image: url(/_images/about-background.jpg);
	background-repeat: no-repeat;
	min-height: 885px;
	color: #1a2f5e;
}

#aboutcontent a {
	color: #1a2f5e;
}

#header {
	padding: 30px 0 0 45px;
	float: left;
}

#header h1{
	font-size: 1.9em;
	margin: 0;
}

#homecopy {
	float: right;
	width: 595px;
	margin: 140px 70px 0 0;
	font-size: 1.1em;
	line-height: 1.6em;
}

#content {
	clear: both;
	background-image: url(/_images/content-background2.jpg);
	background-repeat: no-repeat;
	min-height: 485px;
	color: #1a2f5e;
}

#content a {
	color: #1a2f5e;
}

#subnav {
	width: 145px;
	margin-right: 105px;
	padding: 45px 30px 0 30px;
	float: left;
}

#subnav p {
	font-size: 1.3em;
	padding: 0;
	margin: 1em 0;
	color: #fff;
	font-weight: bold;
}

#subnav ul {
	margin: 20px 0 0;
	padding: 0;
}

#subnav li {
	list-style: none;
	float: left;
	width: 145px;
	color: #1a2f5e;
	padding: 8px 0;
	font-size: 1.1em;
}

#subnav a {
	color: #1a2f5e;
}

#subnav a.current {
	color: #d10d23;
}

#subcopy {
	width: 565px;
	float: right;
	padding: 135px 90px 0 0;
	font-size: 1.1em;
	line-height: 1.5em;
}

#subcopy h1 {
	font-size: 1.7em;
	line-height: 1.3em;
}

#subcopy h2 {
	font-size: 1.3em;
}

#aboutcopy {
	float: right;
	width: 595px;
	margin: 185px 70px 0 0;
	font-size: 1.1em;
	line-height: 1.5em;
}

#aboutcopy h1 {
	font-size: 1.7em;
	line-height: 1.3em;
}

#aboutcopy h2 {
	font-size: 1.3em;
}

div#form {
	width: 450px;
}

div.row {
  clear: both;
  padding-top: 10px;
}

div.row span.label {
  float: left;
  width: 150px;
  text-align: left;
  margin-right: 15px;
}

div.row span.formw {
  float: right;
  width: 285px;
  text-align: left;
}

.tablecelltoprowleft {
	border: 1px solid #1a2f5e;
	text-align: left;
	padding-left: 5px;
}

.tablecelltoprowright {
	border-top: 1px solid #1a2f5e;
	border-right: 1px solid #1a2f5e;
	border-bottom: 1px solid #1a2f5e;
	text-align: left;
	padding-left: 5px;
}

.tablecellsubrowleft {
	border-right: 1px solid #1a2f5e;
	border-bottom: 1px solid #1a2f5e;
	border-left: 1px solid #1a2f5e;
	padding-left: 5px;
}

.tablecellsubrowright {
	border-right: 1px solid #1a2f5e;
	border-bottom: 1px solid #1a2f5e;
	padding-left: 5px;
}

.loadtablecell {
	border-bottom: 1px solid #1a2f5e;
	border-left: 1px solid #1a2f5e;
	padding-left: 5px;
}

#cardimage {
	height: 270px;
	background-image: url(/_images/page-bottom.jpg);
	background-repeat: no-repeat;
	clear: both;
}

#emailimg {
	position: absolute;
	left: 860px;
	top: 755px;
	border: 0;
}

#footer {
	clear: both;
	text-align: center;
	color: #fff;
	width: 780px;
	margin: 0 auto;
}

#links {
	color: #fff;
	margin-top: 5px;
}

#links a {
	color: #fff;
}

#linksleft {
	width: 50%;
	float: left;
}

#linksright {
	width: 50%;
	float: right;
	text-align: right;
}