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

body {
	background: #333333;
	margin: 0 auto; 	
	text-align: center;
	height:100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#ffffff;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 16pt;

}
#container {
	vertical-align: middle;
	width:950px;
	height:auto;
	margin-left: auto; 
	margin-right: auto;
	padding:0px 0px 0px 0px;
  	text-align: left;
	position: relative;
	padding-top: 1px;
	
}
#main {
	vertical-align: top;
	width:950px;
	height:auto;
	margin: auto;
  	text-align: left;
	position: relative;
	z-index: 1;

}

#nav {
	background: url(../images/logo.gif) no-repeat;
	position: absolute;
	top:20px;
	left:0px;
	width: 200px;
	z-index: 2;
	
}
#contact {
	background: url(../images/bg-contact.gif) no-repeat;
	position: absolute;
	width: 950px;
	height: 572px;
	z-index: 1;
	
}
#star {
	position: absolute;
	width: 110px;
	height: 111px;
	z-index: 10;
	left: 557px;
	top: 670px;
}
#intro {
	position: absolute;
	top:180px;
	left:235px;
	width: 300px;
	height: 300px;
	z-index: 3;
}
.contacthead {
	color:#cccccc;
	font-size: 22pt;
	font-style: normal;
	font-weight: normal;
	line-height: 28pt;

}
.headerlg {
	color:#333333;
	font-size: 100px;
	font-style: normal;
	font-weight: normal;
	line-height: 100px;

}
.headersm {
	color:#333333;
	font-size: 20px;
	font-style: normal;
	font-weight: normal;
	line-height: 20px;

}
.headerblue {
	color:#84bdbf;
	font-size: 60px;
	font-style: normal;
	font-weight: normal;
	line-height: 60px;

}
.headersub {
	color:#333333;
	font-size: 18px;
	font-style: normal;
	font-weight: normal;
	line-height: 18px;

}
.headerapply {
	color:#ffffff;
	font-size: 45px;
	font-style: normal;
	font-weight: normal;
	line-height: 50px;

}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #ffffff;
	font-style: normal;
	text-decoration: none;
	outline: none;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #ffffff;
	font-style: normal;
	text-decoration: none;
	outline: none;
}
a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #84bdbf;
	font-style: normal;
	text-decoration: none;
	outline: none;
}
a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #ffffff;
	font-style: normal;
	text-decoration: none;
	outline: none;
}
a.petite:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #84bdbf;
	font-style:italic;
	text-decoration: none;
	outline: none;
}
a.petite:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #84bdbf;
	font-style:italic;
	text-decoration: none;
	outline: none;
}
a.petite:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #84bdbf;
	font-style:italic;
	text-decoration: none;
	outline: none;
}
a.petite:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	font-style:italic;
	text-decoration: none;
	outline: none;
}

textarea {
 background-color: #ffffff;
 color: #333333;
 border: solid 1px #cccccc;
 padding:5px;
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 14px; 
 scrollbar-base-color:#f4edeb;
}
input {
 background-color: #ffffff;
 color: #333333;
 border: solid 1px #cccccc; 
 padding:5px;
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 14px;
}

input.submit {
	padding:0px;
 	border: none;

}
#worklife
{
  display: block;
  width: 110px;
  height: 111px;
  background: url("../images/worklife.png") no-repeat 0 0;

}

#worklife:hover
{ 
  background-position: 0 -111px;
}

#worklife span
{
  position: absolute;
  top: -999em;
}

