body {
	background-repeat: repeat-x;
	padding: 5px;
	font-size: 12px;
	color: #000000;
	background-color: #ffffff;
}

input, select, textarea {
	font-size: 12px;
	color: #000000;
}

img {
	border: 0px;
}

h1 {
 	color: #000000; 	
	font-size: 25px;
	margin-bottom: 10px;
}

h2 {
	color: #888888;
	font-size: 14px;
	padding-top: 0px;
}


p {
	margin-top: 0px;
	padding-top: 0px;
}

a {
	color: #000000;
}

/*
 * CUSTOM DIVS
 */


#pgDivContent {
	background-color: #ffffff;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 5px;
	padding-bottom: 18px;
	border: solid 3px #ffffff;
	min-height: 400px;
}

#map {
	width: 100%;
	height: 350px;
	margin-top: 5px;
	font-size: 10px;
}

#map h1 {
	font-size: 15px;
}

#map p {
	font-size: 9px;
}


#pgDivArrival, #pgDivDeparture {
	float: left;
}

#pgDivDeparture {
	margin-left: 15px;
	clear: right;
}

#pgDates {
	clear: both;
	width: 100%;
	display: block;
}

/*
 * SIDEBAR
 */

#pgSidebar {
	width: 95%;
	height: 230px;
	overflow: auto;
	padding: 10px;
	margin-left: 10px;
	border: 1px solid #dddddd;
	background-color: #ffffff;
}

#pgSidebar h1 {
	font-size: 17px;
	margin-top: 0px;
}

#pgSidebar h1 img {
	vertical-align: middle;
}

.pgSidebarEntry {
	cursor: pointer;
	margin-bottom: 15px;
	padding: 15px;
	border: 1px solid #dddddd;
	min-height: 100px;
}

.pgSidebarInfo {	
	margin-bottom: 15px;
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #000000;
}

.pgSidebarInfo h1 {
  color: #ffffff;
  font-size: 12px;
  padding: 0px;
  margin: 0px;
}

.pgSidebarInfo h2 {
  color: #ffffff;
  font-size: 10px;
  padding: 0px;
  margin: 0px;
}

.pgSidebarImage {
	float: right;
	margin-left: 15px;	
}

.pgImageBubble {
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
}

#pgDivMap {
	width: 48%;
	float: left;
}

#pgDivSearch {
	width: 48%;
	float: right;
	padding-left: 15px;
}

/* SEARCH */

#pgLabelTitle, #pgLabelIntro {
	display: none;
}

#pgLabelArrival, #pgSelectArrival, #pgLabelDeparture, #pgSelectDeparture, #pgLabelDistance, #pgSelectDistance {
	margin-top: 5px;
}

#pgLabelDistance {
	clear: left;
	padding-top: 5px;
}

#pgSelectDeparture {
	margin-bottom: 5px;
}

#pgButtonSearch, #pgButtonSubmit, #pgButtonEmail {
	margin-top: 15px;
	float: left;
}

#pgEmail {
	width: 100px;
}

#pgEmailText {
	clear: both;
	display: block;
	margin-bottom: 10px;
}

#pgLabelAbout {
	clear: left;
	padding-top: 10px;
}

#pgCheckboxes {
	display: block;
	clear: both;
}

.pgCheckbox {
	width: 155px; float: left;
	height: 26px;
}

/* EMAIL POPUP */

#overlay {
	background-image: url("http://www.pepperguides.com/images/overlay.png");
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	position: absolute;
	text-align: center;
	vertical-align: middle;
	display: none;
}

#popup {
	width: 250px;
	height: 155px;
	margin: auto;
	margin-top: 20%;
	background-color: #ffffff;
	text-align: left;
	padding: 15px;
	padding-top: 1px;
}
