/**
***
***
***		Home
***
***
***/

.homebox {
	position: relative;
	width: 574px;
	height: 279px;
	padding-left: 366px;
	margin-bottom: 20px;
	background: url(../images/homeswoop.gif) right no-repeat #09466a;
	z-index: -1;
	overflow: hidden;
	clear: both;
}

.homebox .pic {
	position: absolute;
	top: 0;
	left: 0;
	width: 366px;
	height: 279px;
}

.title {
	width: 519px;
	height: 56px;
	padding: 20px 20px 20px 35px;
	color: #ffffff;
	overflow: hidden;
	clear: both;
}

.title h1 {
	margin: 2px 0 5px 0;
	color: #ffffff;
	font-size: 22px;
}

.desc {
	width: 519px;
	height: 123px;
	padding: 30px 0 30px 35px;
	overflow: hidden;
	clear: both;
}

.desc h2 {
	color: #ffffff;
	font-size: 18px;
	font-weight: normal;
	font-family: "Tahoma", Arial;
}

.desc a {
	color: #ffffff;
	border-bottom: 1px dotted #3c7ca2;
}

.desc a:hover {
	color: #add6ee;
	border-bottom: 1px dotted #3c7ca2;
}

.intro {
	width: 450px;
	padding: 5px 10px;
	line-height: 22px;
	float: left;
}

.upsell {
	width: 470px;
	padding: 5px 0;
	float: right;
}

.upsell img {
	padding: 0;
	margin: 0;
}

.upsell .left {
	float: left;
}

.upsell .right {
	float: right;
}

.upsell a {
	border: 0;
}

/**
***
***
***		Sub
***
***
***/

.bio {
	clear: both;
}

.bio img {
	margin: 0 20px 0 0;
	float: left;
}

.bio h2 {
	width: auto;
	clear: none;
}

.picdesctrioir {
	width: 100%;
	padding: 10px 0;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border-bottom: 1px solid #f0f1f3;
	overflow: hidden;
	clear: both;
}

.picdesctrioir p {
	margin-bottom: 0;
	text-align: center;
	float: left;
}

.ir {
	width: 25%;
}

.np,
.np p {
	width: 365px;
}

.picdesc .shuttle {
	width: 37%;
}

.picdesc .shuttle2 {
	width: 63%;
}

/**
***
***
***		Contact
***
***
***/

.contact {
	width: 450px;
	padding-right: 30px;
	line-height: 22px;
	border-right: 1px solid #eaeaea;
	float: left;
}

.map {
	border: 1px solid #cccccc;
}

.form {
	width: 435px;
	height: 395px;
	line-height: 22px;
	float: right;
}

form label {
	width: 130px;
	margin-right: 10px;
	color: #0d6498;
	text-align: right;
	float: left;
}

.formfield {
	width: 200px;
	padding: 2px;
	color: #000000;
	border: 1px solid #dddddd;
}

.thankyou {
	width: 100%;
	margin: 50px 0;
	text-align: center;
	float: left;
}