#allcontent {
	width: 750px;
	margin: 0px auto;
}

.pagetitle {
	width: 100%;
	text-align: center;
	float: left;
}

.priceinfo {
	width: 100%;
	margin: 10px 0px 10px 0px;
	float: left;
}

.numberpic {
	width: 64px;
	float: left;
}

.pinfobold {
	margin: 10px 0px 0px 0px;
	width: 675px;
	float: right;
	font-weight: bold;
	font-family: arial;
	font-size: 1.1em;
}

.pinfonormal {
	margin-top: 5px;
	float: right;
	width: 675px;
	font-family: arial;
	font-size: .9em;
}

.infotable {
	width: 650px;
	margin: 0px auto;
}

.toursheader {
	font-weight: bold;
	font-family: arial;
	font-size: 1.1em;
	margin: 5px;
}

.tablerow {
	width: 100%;
	float: left;
}

.plightorange {
	background: #ffc898;
	font-weight: bold;
	padding: 10px 10px 10px 10px;
	font-weight: bold;
	font-family: arial;
	font-size: 1em;	
	margin: 0px;
	float: left;
	width: 580px;
}

.plightorangecheck {
	float: right;
	background: #ffc898;	
	text-align: center;
	padding: 6px 6px 4px 6px;
}

.porange {
	background: #f77b0e;
	font-weight: bold;
	padding: 10px 10px 10px 10px;
	font-weight: bold;
	font-family: arial;
	font-size: 1em;	
	margin: 0px;
	float: left;
	width: 580px;
}

.porangecheck {
	float: right;
	background: #f77b0e;	
	text-align: center;
	padding: 6px 6px 4px 6px;
}

.pgrey {
	background: #dedede;
	padding: 10px 10px 0px 10px;
	font-weight: bold;
	font-family: arial;
	font-size: 1em;
	margin: 0px;
	width: 540px;
	float: left;	
	padding: 10px;
}

.pgreyprice {
	background: #dedede;
	font-weight: bold;
	font-family: arial;
	font-size: 1em;	
	padding: 10px;	
	text-align: center;
	width: 60px;
	float: right;
}

.pblue {
	background: #b5c6ff;
	padding: 10px;
	font-weight: bold;
	font-family: arial;
	font-size: 1em;
	margin: 0px;
	width: 540px;
	float: left;
}

.pblueprice {
	background: #b5c6ff;
	float: right;
	font-weight: bold;
	font-family: arial;
	font-size: 1em;	
	padding: 10px;	
	width: 60px;	
	text-align: center;	
}

#pricingbottompics {
	width: 100%;
	text-align: center;
	float: left;
	margin-top: 40px;
}

.bpic {
	border: none;
	padding: 0px 30px 0px 40px;
}

.contactttile {
	width: 100%;
	float: left;
}

.contacttitle h3 {
	font-family: arial;
	font-size: 1.2em;
	color: blue;
	padding: 0px;
	margin: 0px;
}

.contactablerow {
	width: 100%;
	float: left;
	border-bottom: 1px dashed #5f5c5c;
	padding: 10px 0px 10px 0px;	
	font-family: arial;
	color: #5f5c5c;
}

.contactablerowlast {
	width: 100%;
	float: left;
	padding: 10px 0px 40px 0px;	
	font-family: arial;
	color: #5f5c5c;
}

.ctext1 {
	width: 150px;
	float: left;
}
.ctext2 {
	width: 400px;
	float: left;
}

#contactbox {
	width: 507px;
	margin: 0px auto;
}

#contactbox2 {
	width: 100%;
	float: left;
	background: url("../images/contactmainback.jpg") repeat-y;
}

#contactcontent {
	background: url("../images/contacttop.jpg") no-repeat;
	width: 100%;
	float: left;
	padding-top: 20px;
}

.ccrow {
	width: 100%;
	float: left;
}

.cc1 {
	font-family: arial;
	color: #5f5c5c;
	width: 130px;
	float: left;
	padding: 8px 30px 8px 25px;
}

.cc2 {
	font-family: arial;
	color: #5f5c5c;	
	width: 300px;
	float: left;
}

.ccinput {
	width: 230px;
	border: 1px solid black;
}

.cctextarea {
	width: 300px;
	height: 100px;
	border: 1px solid black;
}

.ccsubmit {
	margin-top: 20px;
	background: url("../images/send.jpg") no-repeat;
	width: 85px;
	height: 28px;
	border: none;
}

.ccfoot {
	background: url("../images/contactbottom.jpg") no-repeat #ffffff;
	width: 100%;
	height: 15px;
	float: left;
}	

