body {
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border: 0;
}

#wrapper {
	width: 1035px;
	padding: 0px;
	margin: 20px auto;
	border:  1px solid #CCC;
}

#header {
	height: 128px;
	padding: 5px 7px 0 7px;
	text-align: center;
}

.nav ul {
	background-color: #7abdfb;
	padding: 0;
	margin: 0;
	height: 1.8em;
	line-height: 1.8em
	z-index:99;
}

.nav li {
	padding: 0 12px;
	list-style: none;
	float: left;
	background-color: #7abdfb;
}

.nav li a {
	text-decoration: none;
	color: #FFF;
}

.nav li a:hover {
	text-decoration: underline;
}

.nav li ul {
	position: absolute;
	left: -999em;
	background-color: #FFF;
	border-bottom: 10px solid #FFF;
	z-index:99;
}

.long {

}

.nav li:hover ul {
	left: auto;
	/*border-bottom: 1px solid #7abdfb;*/
	background-color: #FFF;
	border-bottom: 10px solid #FFF;
}

.nav li:hover ul li a {
	color: #666;
	border: 1px solid #7abdfb;
	border-top: 0;
	background-color: #FFF;
	width: 14em;
	display: block;
	padding: 3px;
}

.nav li:hover ul li a:hover {
	color: #666;
}

.nav li:hover ul li {
	clear: left;
	border-right: 10px solid #FFF;
	border-left: 10px solid #FFF;
	background-color: #FFF;
}


#content {
	padding: 15px;
	font-family: Tahoma, Geneva, sans-serif;
	overflow: auto;
}

#content .boat {
	border: 1px solid #CCC;
	margin-bottom: 15px;
	padding: 0 20px 20px 20px;
	background: #E8E8E8;
}

#content .boatimgs {
	float: left;
	width: 35%;
	text-align: center;
	position: relative;
	padding-top: 216px;
	margin-right: 40px;
	background: #E8E8E8;
}

.plan, .thumbs {
	position: absolute;
	top: 0;
	right: 0;
	z-index:  0;
	width: 309px;
	height: 204px;
	overflow: hidden;
	white-space: nowrap;
	background: #E8E8E8;
	padding: 0;
	margin: 0;
}

.boatimgs img {
	border: 2px solid #CCC;
}

#content .boatdetails {
	float: left;
	width: 60%;
}

.boatdetails ul {
	margin-left: 0;
	text-indent: 0;
	padding-left: 0;
}

#content .boatdetails .information li {
	list-style-type: square;
	list-style-position: inside;
	line-height: 18px;
	font-weight: bold;
	float: none;
	width: 100%;
	padding-left: 5px;

}

#content .boatdetails li {
	list-style-type: none;
	float: left;
	width: 45%;
	line-height: 18px;
}

.yes {
	background: url(http://assets.easyroutehosting.org/icons/accept.png) top left no-repeat;
	padding-left: 20px;
}

.no {
	background: url(http://assets.easyroutehosting.org/icons/cross.png) top left no-repeat;
	padding-left: 20px;
}

#footnav {
	background-color: #FFF;
	text-align: center;
}

#footnav ul, #footnav li {
	background-color: #FFF;
	color: #CCC;
}

#footnav li a {
	text-decoration: none;
	color: #666;
	background-color: #FFF;
}

#footnav li a:hover {
	text-decoration: underline;
}

#nb {
	float: left;
	width: 30%;
	text-align: center;
}

#nb a {
	color: #FFF;
}

#innershed {
	float: right;
	width: 35%;
	text-align: center;
}

#cpright {
	text-align: center;
}

#nb, #innershed, #cpright {
	background-color: #7abdfb;
	color: #FFF;
	padding: 5px;
}

.form {
	width: 48%;
	margin: 10px;
	background: #E8E8E8;
	padding: 5px;
	border: 2px solid #CCC;
}

label {
	float: left;
	width: 10em;
}

.newsletters label {
	float: none;
}

.form li {
	list-style: none;
}

form input, form textarea, form select {
	border: 2px solid #bdcbe6;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 1em;
	background-color: #FFF;
	width: 20em;
}

#newsletter3rd, #newsletterown {
	width: 10em;
}

form #address, form #additionalComments { height: 7em; }

label em {
	color: #C00;
}

.successMessage {
	border: 1px solid #0C0;
	padding: 0.6em;
	color: #090;
	background-color: #CFC;
	margin: 1em 0;
	width: 50%;
}

.errorMessage {
	border: 1px solid #C00;
	padding: 0.6em;
	color: #900;
	background-color: #FCC;
	margin: 1em 0;
	width: 50%;
}

.errorMessage p, .successMessage p {
	margin: 0;
}

.errorMessage h2, .successMessage h2 {
	margin: 0 0 0.5em 0;
	color: #900;
	border: 0;
	padding: 0;
}

.errorMessage ul, .successMessage ul {
	margin: 0;
	padding: 0 0 0 2em;
	list-style: square;
}

.contactinfo ul {
	margin-bottom: 50px;
}

.contactinfo li {
	list-style: none;
	padding: 0 0 10px 25px;
}

.contactinfo .telephone {
	background: url(http://assets.easyroutehosting.org/icons/telephone.png) top left no-repeat;
}

.contactinfo .address {
	background: url(http://assets.easyroutehosting.org/icons/house.png) top left no-repeat;
}

.contactinfo .email {
	background: url(http://assets.easyroutehosting.org/icons/email.png) top left no-repeat;
}

#map {
	float: right;
	width: 475px;
	height: 210px;
}

.termstable {
	border-spacing: 0px;
	border-collapse: collapse;
}

.termstable td {
	border: 1px solid #CCC;
}

ol li ul li {
	list-style: square;
}

ol li {
	margin-bottom: 5px;
}
	
a.selected {
	font-weight: bold;
}

#right {
	float: right;
	width: 370px;
	margin-left: 10px;
}

#right img, .thumbs img {
	margin-bottom: 2px;
}

