
body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12.5px;
	color: #ffffff;
	background-color: #000000;
}

img {
	border: 0px none;
}

strong {
	color: #f2efcd;
	font-size: 13.9px;
	font-weight: bold;
}

b {
	font-weight: bold;
	font-size: 13.9px;
}

em {
	font-style: italic;
	font-size: 11.1px;
}

a {
	color: #02b5b1;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.top {
	position: fixed;
	bottom: 10px;
	left: 10px;
}

.body-holder {
	width: 1000px;
	margin: 0 auto;
}

.body {
	position: relative;
	background: url(../images/background.jpg) no-repeat;
	width: 1000px;
	height: 3170px;
}

.content-load {
	opacity: 0;
}

.home {
	width: 1000px;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 810px;
}

.main-title {
	position: absolute;
	top: 205px;
	left: -90px;
}

.main-links {
	position: absolute;
	top: 275px;	
	left: -90px;
}

.about-menu {
	width: 735px;
	height: 48px;
	background: url(../images/about-menu.png) no-repeat;
	position: absolute;
	top: -5px;
}

.apply-menu {
	width: 735px;
	height: 48px;
	background: url(../images/apply-menu.png) no-repeat;
	position: absolute;
	top: 30px;
}

.contact-menu {
	width: 735px;
	height: 48px;
	background: url(../images/contact-menu.png) no-repeat;
	position: absolute;
	top: 67px;
}

.main-links div:hover {
	background-position: -746px 0;
}

.about {
	position: absolute;
	left: 0px;
	top: 810px;
	width: 1000px;
	height: 790px;
}

.apply {
	position: absolute;
	left: 0px;
	top: 1600px;
	width: 1000px;
	height: 800px;
}

.contact {
	position: absolute;
	left: 0px;
	top: 2400px;
	width: 1000px;
	height: 800px;
}

.contact .content {
	position: relative;
	background: url(../images/contact-content.png) no-repeat;
	width: 706px;
	height: 503px;
	left: 40px;
	top: 45px;
}

.contact .content .name {
	position: absolute;
	top: 57px;
	left: 35px;
}

.contact .content .name input {
	border: 1px solid white;
	background-color: transparent;
	width: 230px;
	color: white;
}

.contact .content .i-am {
	position: absolute;
	top: 57px;
	left: 430px;
}

.contact .content .i-am select {
	border: 1px solid white;
	background-color: transparent;
	width: 230px;
	color: white;
}

.contact .content .email {
	position: absolute;
	top: 138px;
	left: 35px;
}

.contact .content .email input {
	border: 1px solid white;
	background-color: transparent;
	width: 230px;
	color: white;
}


.contact .content .state {
	position: absolute;
	top: 138px;
	left: 430px;
}


.contact .content .state input {
	border: 1px solid white;
	background-color: transparent;
	width: 230px;
	color: white;
}

.contact .content .message {
	position: absolute;
	top: 220px;
	left: 35px;
}

.contact .content .message textarea {
	background-color: transparent;
	border: 1px solid white;
	width: 625px;
	height: 165px;
	color: white;
}

.contact .content .submit {
	position: absolute;
	top: 410px;
	left: 620px;
}

.contact .content .footer {
	position: absolute;
	top: 455px;
	width: 700px;
	height: 60px;
}

.contact .content .footer .email-link {
	position: absolute;
	left: 538px;
	top: 3px;
}

.holder {
	position: absolute;
	left: 90px;
	width: 800px;
}

.title {
	position: relative;
	top: 0px;
	left: 0px;
	padding: 15px 0;
}

.both {
	position: relative;
	width: 765px;
	padding: 0 0 20px 5px;
}

.left {
	position: relative;
	left: 0px;
	width: 350px;
	float: left;
}

.right {
	position: relative;
	right: 0px;
	width: 350px;
	float: right;
	padding: 0 30px 0 0;
}

.indent {
	padding: 0 0 20px 30px;
}

.body .both-small {
	width: 425px;
}






