body {
	background-color: #5d605a;
	padding-top: 30px;
}

body, table, tr, td {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #555a50;
}

a { 
	color:#91af3e;
	text-decoration:none; 
}
a:hover { text-decoration: underline; }

.px8 { font-family: Arial, Helvetica, sans-serif; font-size: 8px; }
.px9 { font-family: Arial, Helvetica, sans-serif; font-size: 9px; }
.px10 { font-family: Arial, Helvetica, sans-serif; font-size: 10px; }
.px11 { font-family: Arial, Helvetica, sans-serif; font-size: 11px; }
.px12 { font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.px14 { font-family: Arial, Helvetica, sans-serif; font-size: 14px; }
.px16 { font-family: Arial, Helvetica, sans-serif; font-size: 16px; }
.px18 { font-family: Arial, Helvetica, sans-serif; font-size: 18px; }
.px18s { font-family: "Trebuchet MS", Arial, sans-serif; font-size: 18px; }

.copy, .summary {
	line-height: 28px;
}

.summary ul {
  float: left;
  width: 630px;
  margin: 20px 0 30px 20px;
  padding: 0;
}
 
.summary li {
  float: left;
  width: 200px;
}

.footerMenu {
	color:#d8d8d8;
	font-size: 12px;
}

.footerMenu ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
} 

.footerMenu ul li {
	margin-left: 0;
	padding-right: 20px;
	list-style: none;
	display: inline;
}

.footerMenu a {
	color: #FFFFFF;
}

.selectedTrip {
	background: url(/public/images/selectTrip_bg_green.png) no-repeat;
	color: #FFFFFF;
	height: 79px;
	width: 244px;
	cursor: pointer;
	position: relative;
}

.deselectedTrip {
	background: url(/public/images/selectTrip_bg_greySolid.png) no-repeat;
	color: #555a50;
	height: 79px;
	width: 244px;
	cursor: pointer;
	position: relative;
}

.bigInput {
	padding: 3px;
	font-size: 18px;
	padding: 3px;
	border: 1px solid #999999; 
	font-family: "Trebuchet MS", Arial, sans-serif;
}


.tripHighlights {
	list-style-image: url(/public/images/bullet.png);
	margin-left: 0;
	padding-left: 2em;
	width: 200px;
}

.tripHighlights li {
	margin-top: 12px;
}

.bigText {
	padding: 3px 0 0 0;
	font-size: 18px;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

.gallery {
	width: 116px; 
	height: 150px;
	float: left; 
	margin: 10px 16px 3px 0; 
	text-align: center; 
	font-size: 10px; 
	color:#666666;
}

.gallery img {
	margin-bottom: 3px;
}

.gallery a {
	color:#666666;
}
.gallery a:hover {
	text-decoration: none;
}

.clear {
	clear: both;
}

#requestBox {
	background:#e3e5dd;
	font-size:12px;
	margin-bottom: 50px;
	border:3px solid #5D605A;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	padding: 8px;
	margin: 40px 0px;
	text-align: left;
	width: 222px;
}

.ffield {
	display: none;}

.questions {
	width: 320px;
}

.questions .participant {
	padding: 10px;
	background-color: #787C74;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 18px;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

.questions .question {
	padding: 10px 0 7px 0;
	font-size: 10px;
}

.questions .question .input {
	padding: 4px 0;
	margin-left: -2px;
}

.questions .question .input select, .questions .question .input input {
	width: 290px;
}

.questions .question span {
	display: block;
	font-weight: bold;
	font-size: 14px;
	border-top: 2px solid #AEB1A6;
	padding-top: 10px;
}
