@charset "utf-8";
/* CSS Document */

html {
	background:url(images/diamond-bg.gif) repeat #a1096a;
}
body {
	padding: 0;
	margin: 0;
	/* background:url(images/snowflakes2.gif) repeat; */
	width: 100%;
	display: table;
}
#bgwrap {
	width: 740px; 
	margin-left: auto; 
	margin-right: auto;
}
#bgwrap-home {
	width: 800px; 
	margin-left: auto; 
	margin-right: auto;
}
#header {
	float:left;
	display:inline;
	width: 740px;
	background:url(images/logo.jpg) no-repeat;
	width: 386px;
	height: 84px;
	margin-left:179px;
}
#header-home {
	float:left;
	display:inline;
	width: 800px;
	background:url(images/logo.jpg) no-repeat;
	width: 386px;
	height: 84px;
	margin-left:209px;
}

/*** NAVIGATION ***/
#nav {
	float:left;
	display:inline;
	width: 740px; 
}
#nav-home {
	float:left;
	display:inline;
	width: 800px; 
}
#nav ul {
	float:left;
	display:inline;
	margin: 0;
	padding: 0;
}
#nav-home ul {
	float:left;
	display:inline;
	margin: 0;
	padding: 0;
}
#nav li {
	float:left;
	display:inline;
	margin: 0;
	padding: 0;
}
.top1 {
	float:left;
	display:inline;
	background:url(images/content-top1.jpg) no-repeat;
	width: 179px;
	height: 36px;
}
.top1-home {
	float:left;
	display:inline;
	background:url(images/content-top1-home.jpg) no-repeat;
	width: 209px;
	height: 36px;
}
.top2 {
	float:left;
	display:inline;
	background:url(images/content-top2.jpg) no-repeat;
	width: 41px;
	height: 36px;
}
.home {
	float:left;
	display:inline;
	background:url(images/btn_home.jpg) no-repeat;
}
.home a {
	text-decoration:none;
	display:block;
	width: 44px;
	height: 36px;
}
.home span {
	visibility:hidden;
}
.loc {
	float:left;
	display:inline;
	background:url(images/btn_locations.jpg) no-repeat;
}
.loc a {
	text-decoration:none;
	display:block;
	width: 71px;
	height: 36px;
}
.loc span {
	visibility:hidden;
}
.email {
	float:left;
	display:inline;
	background:url(images/btn_email.jpg) no-repeat;
}
.email a {
	text-decoration:none;
	display:block;
	width: 93px;
	height: 36px;
}
.email span {
	visibility:hidden;
}
.emp {
	float:left;
	display:inline;
	background:url(images/btn_employment.jpg) no-repeat;
}
.emp a {
	text-decoration:none;
	display:block;
	width: 89px;
	height: 36px;
}
.emp span {
	visibility:hidden;
}

.top3 {
	float:left;
	display:inline;
	background:url(images/content-top3.jpg) no-repeat;
	width: 48px;
	height: 36px;
}
.top4 {
	float:left;
	display:inline;
	background:url(images/content-top4.jpg) no-repeat;
	width: 175px;
	height: 36px;
}
.top4-home {
	float:left;
	display:inline;
	background:url(images/content-top4-home.jpg) no-repeat;
	width: 205px;
	height: 36px;
}

/*** CONTENT ***/
#home {
	float:left;	display:inline;
	width: 800px;
	height: 519px;
	background:url(images/content-home.jpg) no-repeat;
	padding: 0;
	margin: 0;
}
#content {
	float:left;	display:inline;
	width: 740px; 
	background:url(images/content-mid.jpg) repeat-y;
	color:white;
	padding: 10px 20px;
}
#content h1 {
	padding-bottom:0;
	margin-bottom:0;
}
#content a {
	color:#f526aa;
}
#content p, span {
	font-family: Lucida Sans Unicode, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: -1px;
	line-height: 1.5em;
}
#content li {
	padding-bottom: 5px;
	list-style:square;
}
#locations {
}
#addy {
	float:left;	display:inline;
	width:440px;
}
#pics {
	float:left;	display:inline;
	width: 250px;
}
.subbut {
	background:url(images/btn_signup.jpg) no-repeat;
	width: 140px;
	height: 55px;
	border: none;
}
#requirements ul {
	margin-top:0;
	padding-top:0;
}
#requirements li {
	list-style-image:url(images/bullet.jpg);
	margin-top:-5px;
	margin-left:-20px;
}
#positions li {
	list-style:none;
}
#positions1 {
	float:left; display:inline;
	width: 220px;
}
#positions2 {
	float:left; display:inline;
	width: 480px;
}
.border {
	border: 4px solid #f526aa;
}
.pink {
	color: #f526aa;
}

/*** FOOTER ***/
#footer {
	float:left; display:inline;
	width: 740px;
	background:url(images/content-bot.jpg) repeat-x top;
}
#footer-home {
	float:left; display:inline;
	width: 800px;
	background:url(images/content-bot-home.jpg) repeat-x top;
}
#footer a {
	color:#fff;
}
#footer p {
	font-family: Lucida Sans Unicode, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: -0.6px;
	line-height: 1.5em;
	color:#ccc;
}