
body	{
	text-align: center;
	background: url('../img/bg.gif') center repeat-y #cccccc;
	font: normal 100%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Helvetica, Arial, "sans serif";
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	}
table {
	font-size: 10px;
}

a {
	text-decoration: underline;
	color: #A13945;
	font-weight: bold;
}

.dump {
	float: left;
	width: 800px;
	white-space: pre;
	text-align: left;
	font-family: courier new;
}

.container {
	padding: 0px;
	margin: 0 auto;
	width: 800px;
	height: 100%;
	}

.content {
	font-size: 12px;
	margin: 0px;
	}

#thecontent {
	width: 800px;
	margin: 0 auto;
	font-size: 12px;
}

#copyright {
	width: 800px;
	background: url('../img/bluestripe.gif') center no-repeat;
	height: 25px;
	line-height: 25px;
	font-size: 10px;
	color: white;
}

#menubox {
	background-color:#ccc;
	position: absolute;
	opacity:0;
	width: 170px;
	text-align: left;
}

#phoneNumber {
	position: absolute;
	opacity:0;
	margin: 0 0 0 -40px;
}

.masthead {
	width: 800px;
	height: 85px;
	background-image: url("../img/pd_logo.gif");
	position: relative;
	background-color: black;
	background-position: left center;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0 auto;
}
.header {
	width: 800px;
	height: 118px;
	background-image: url('../img/pd.jpg');
	padding: 0;
	margin: 0 auto;
	}

.small {
	font-size: 18px;
	font-style: normal;
}

.navBar {
	text-align: left;
	padding: 0;
	width: 800px;
	height: 25px;
	background-image: url("../img/navbar_bg.jpg");
	background-repeat: repeat-x;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	line-height: 25px;
	}

.navLinks {
	float: left;
	padding-left: 25px;
	color: #f8f8f8;
	font-weight: bold;
	display: inline;
	overflow: hidden;
	line-height: 25px;
	}

.navLinks ul {
	margin: 0;
	padding: 0;
	display: inline;
}

.navLinks li {
	margin: 0;
	padding: 0px 8px 0px 8px;
	list-style: none;
	display: inline;
}

.navLinks a {
	color: #f8f8f8;
	font-size: 12px;
	text-decoration: none;
	}

.navLinks a:hover {
	color: #fff;
	}

a.active {
	color: #fff;
}

.logout {
	float: right;
	position: relative;
	right: 40px;
	top: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #CCCCCC;
	}

.logout a {
	color: #CCCCCC;
	text-decoration: none;
	}

.logout a:hover {
	color: #FFFFFF;
	}	

.searchBox {
	width: 265px;
	height: 20px;
	overflow: hidden;

	}

.searchField {
	font-size: 11px;
	width: 190px;
	height: 15px;
	background-color: #fff;
	border: 1px solid #000;
}

.searchButton {
	font-size: 11px;
	width: 60px;
//	color: #59598D;
	background-color: #ebedf9;
	border: 1px solid #000;
	cursor: pointer;
}

.searchButton:hover {
	font-weight: bold;
}

div.refine_bar {
	text-align: center;
	margin: 0px;
	background-color: #f3f3f3;
	font-family: "Lucida Sans Unicode";
	font-size: 11px;
	border: 1px gray solid;
	padding: 3px 0 3px 0;
	}
div.refine_options {
	vertical-align: middle;
	padding-left: 6px;
	padding-top: 0px;
	padding-right: 6px;
	display: inline;
	position: relative;
	margin: 0 auto;
	}
div.submenu {
	text-align: left;
	position: absolute;
	width: 110px;
	background-color: #f3f3f3;
	top:21px;
	left:0px;
	border: 1px gray solid;
	z-index: 100;
	padding: 5px;
	border-top: #f3f3f3;
	overflow-y: auto;
	overflow-x: hidden;
	}

.roomResult {
	float: left;
	width: 135px;
	height: 152px;
	margin: 5px;
	background: #d9e2ff;
	display: inline-block;
}
.roomResult a, .roomResult a:visited { 
	display: block;
	color: black;
	text-decoration: none;
	font-weight: normal;
	font-size: 1.1em;
	height: 100%;
}
.roomResult a:hover {
	background: #c5cff0;
}

/* profile formatting */

.breadCrumbs	{
	font-family: Lucida Fax;
	text-align: left;
	padding: 0;
	margin: 0 auto;
	padding: 10px 0 0 30px;
}

.profileDescription {
	font-size: 15px;
	font-weight: bold;
}

#restaurantDetails {
	display: block;
	width: 200px;
	border: 1px black solid;
	padding: 5px;
	text-align: center;
	margin: 0 auto;
	font-size: 11px;
	line-height: 14px;
}

p.description {
	font-size: 11px;
	line-height: 14px;
	text-align: left;
	width: 320px;
}

.thumbnail {
	background-color: white;
	width: 113px;
	padding: 3px;
	border: 1px gray solid;
}

.thumbnail img {
	width: 110px;
	height: 90px;
	border: 1px black solid;
}


ul.lists {
	position: relative;
	top: -5px;
	left: -14px;
}


.profile a {
	color: #ab535e;
	text-decoration: underline;
}
	
.profileTable {
	font-family: Lucida Grande, Verdana, Helvetica, Arial, sans serif;
}

.valueNames {
	color: #777;
	font-size: 12px;
	font-weight: bold;
}

.dash {
	background-image: url('../img/dash.png');
	background-repeat: repeat-x;
	height: 1px;
	margin: 15px 10px 15px 0px;
	}

.photoBox {
	background-color: #ffffff;
	padding: 5px;
	border: 1px solid #999999;
	width: 216px;
}



.bottomshadowblue {
	background-image: url('../img/images/bottomshadowblue.jpg');
	background-repeat: repeat-x;
	height: 8px;
	}

.bottomrightshadowblue {
	background-image: url('../img/images/bottomrightshadowblue.jpg');
	background-repeat: none;
	width: 8px;
	height: 8px;
	float: right;
}

.rightshadowblue {
	background-image: url('../img/images/rightshadowblue.jpg');
	background-repeat: repeat-y;
	width: 6px;
}

.toprightshadowblue {
	background-image: url('../img/images/toprightshadowblue.jpg');
	background-repeat: none;
	width: 6px;
	height: 7px;
}

.bottomleftshadowblue {
	background-image: url('../img/images/bottomleftshadowblue.jpg');
	background-repeat: none;
	width: 10px;
	height: 8px;
	float: left;
}

/* Etc. */
.quote {
	background-image: url("images/quote.png");
	background-position: left top;
	background-repeat: no-repeat;
	padding: 5px 50px 10px 50px;
	margin: 0px 20px 0px 20px;
	}
	
.endquote {
	background-image: url("images/endquote.png");
	background-position: right bottom;
	background-repeat: no-repeat;
	padding: 5px 50px 10px 50px;
	margin: 0px 20px 0px 20px;
	}

.sideNav ul {
	margin: 0;
	padding: 0;
}

.sideNav ul li {
}

.sideNav a {
	display:block;
	text-decoration: none;
	color: #ccc;
	font-weight: normal;
	height: 35px;
}

.sideNav a:hover {
	color: #fff;
	font-weight: bold;
}

/* index.php formatting */


.cities a {
	color: #999;
	text-decoration: none;
	font-weight: normal;
}

.cities a:hover {
	color: #fff;
	font-weight: bold;
	}

#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:img/lightbox/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../img/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../img/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
