@charset "utf-8";
/* CSS Document */

body {
	background: url(/images/background.gif) repeat-x #f7fbe2;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#wrapper {
	width:900px;
	margin-left: auto;
	margin-right: auto;
}
#availability {
	position: relative;
	background: url(/images/availBG.png) no-repeat;
	top: 30px;
	width: 167px;
	height: 193px;
	float:right;
	padding: 20px;
}
#paper {
	position: relative;
	
	top: -25px;
	left: 350px;
	width: 300px;
	height: 150px;
}
#top {
	background: url(/images/topImgBg.png) no-repeat;
	left: 232px;
	width: 668px;
	height: 347px;
	float:right;
}
#navigation {
	float:left;
	font-size: 18px;
	width: 232px;
	height: 347px;
}
#logo {
	float:right;
	padding-right: 5px;
}
#navigation ul {
	list-style: none;
	text-align: right;
}
#navigation li {
	padding-right: 20px;
}
#navigation li a {
	color:#3f474b;
	text-decoration: none;
}
#navigation li a:hover {
	color:#000000;
}
#specialLeft {
	position: absolute;
	float:left;
	width: 350px;
	padding-right: 10px;
}
#specialRight {
	float:right;
	width:170px;
	padding-right: 50px;
}
#content {
	float: right;
	text-align: left;
	width: 668px;
	height: auto;
}
#content p{
	text-align: left;
	padding-right:50px;
	height: auto;
}


#address {
	float: left;
	text-align:right;
	left: 0px;
	top: 353px;
	width: 232px;
	height: 412px;
}
#address ul {
	list-style:none;
}
#address li {
	padding-right: 15px;
}
#footer {
	clear:both;
	position:relative;
	text-align: left;
	padding-left: 90px;
	width: 862px;
	text-align: left;
	color: #363636;
	font-size: 10px;
}
#checkaressrch input, select {
	font-size: 11px;
}

#galleryWrapper {
position:relative;
	overflow: hidden;
	
}

#galleryImgs {
	padding: 0px;
}
#galleryImgs img {
	border: 0;
	height: 50px;
	width: 60px;
}
#galleryImgs ul {
	margin: 0px;
	padding: 0px;
}
#galleryImgs li {
	float:left;
	list-style-type: none;
	padding: 3px;
	border: 1px solid #444444;
	margin-right:6px;
	margin-bottom:6px;
}
#galleryImgs li.over {
	border-color: #444444;
	background-color: #000000;

}
#galleryImgs a {
	display:block;
	float:left;
	z-index:1;
	font-size: 0.9em;
	border: 1px solid #333333;
}
#galleryImgs a:hover {
	border-color: #FFFFFF;
}


