@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
}
.clear {
	clear:both;
}

body {
	width: 100%;
	display: table;
	background:url(images/bg.jpg) repeat-x;
}
#float {
	width: 809px; 
	margin-left: auto; 
	margin-right: auto;
}
#bgwrap {
	float:left; display:inline;
	background: url(images/bg-content.jpg) repeat-y center top;
	width: 809px; 
}
#header-home {
	float:left;	display:inline;
	width: 809px;
	height: 150px;
	background:url(images/header-home.jpg) no-repeat;
}
#header {
	float:left;	display:inline;
	width: 809px;
	height: 150px;
	background:url(images/header.jpg) no-repeat;
}
#header p {
	font-family: Verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: normal;
	padding-left:20px;
}
.smallt {
	font-size: 10px;
}
.bigt {
	font-size: 13px;
}

#center {
	float:left;	display:inline;
	width: 809px;
}

/****** NAVIGATION ******/
#nav-home {
	float:left;	display:inline;
	background:url(images/nav-home.jpg) no-repeat;
	width:222px;
	height:475px;
	padding-left:10px;
}
#nav2 {
	float:left;	display:inline;
	background:url(images/nav.jpg) no-repeat;
	width:240px;
	height:348px;
	padding-left:10px;
}
#nav li {
	float:left;	display:inline;
	list-style:none;
}
.home {
	background:url(images/btn-home-page.jpg);
	width: px;
}
.home {
	float:left;	display:inline;
	background:url(images/btn-home-page.jpg) no-repeat;
}
.home a {
	text-decoration:none;
	display:block;
	width: 129px;
	height: 31px;
}
.home span {
	visibility:hidden;
}
.join {
	float:left;	display:inline;
	background:url(images/btn-join-our-team.jpg) no-repeat;
}
.join a {
	text-decoration:none;
	display:block;
	width: 129px;
	height: 31px;
}
.join span {
	visibility:hidden;
}
.inquires {
	float:left;	display:inline;
	background:url(images/btn-inquiries.jpg) no-repeat;
}
.inquires a {
	text-decoration:none;
	display:block;
	width: 129px;
	height: 31px;
}
.inquires span {
	visibility:hidden;
}
.links {
	float:left;	display:inline;
	background:url(images/btn-helpful-links.jpg) no-repeat;
}
.links a {
	text-decoration:none;
	display:block;
	width: 129px;
	height: 31px;
}
.links span {
	visibility:hidden;
}
.contact {
	float:left;	display:inline;
	background:url(images/btn-contact-us.jpg) no-repeat;
}
.contact a {
	text-decoration:none;
	display:block;
	width: 129px;
	height: 31px;
}
.contact span {
	visibility:hidden;
}

#content-home {
	float:left;	display:inline;
	background:url(images/content-home.jpg) no-repeat top left;
	height:390px;
	width:526px;
	padding:130px 0 0 50px;
}
#content {
	float:left;	display:inline;
	width:550px;
}
#content-home {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 2em;
}
#content-home p {
	padding-bottom:10px;
}
#content {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 2em;
}
#content p {
	padding-bottom:10px;
}

h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight:bold;
	font-style: normal;
	text-transform: normal;
	letter-spacing: normal;
}
.rn-btn {
	background: url(images/btn-rn-app.jpg) no-repeat;
}
.rn-btn a {
	text-decoration:none;
	display:block;
	width: 227px;
	height: 51px;
}
.rn-btn span {
	visibility:hidden;
}
.lpn-btn {
	background: url(images/btn-lpn-app.jpg) no-repeat;
}
.lpn-btn a {
	text-decoration:none;
	display:block;
	width: 227px;
	height: 51px;
}
.lpn-btn span {
	visibility:hidden;
}
.cna-btn {
	background: url(images/btn-cna-app.jpg) no-repeat;
}
.cna-btn a {
	text-decoration:none;
	display:block;
	width: 227px;
	height: 51px;
}
.cna-btn span {
	visibility:hidden;
}
.red {
	color:red;
}

#footer {
	float:left;	display:inline;
	background:url(images/footer.jpg) no-repeat;
	width:809px;
	padding-top: 10px;
	font-family: Verdana, sans-serif;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: normal;
	font-size:10px;
	padding:10px 0 10px 20px;
}