@charset "utf-8";

a img {
	border:none;
}

ul.menu li {
	float:right;
	margin:0 10px;
	text-align:center;
	color:#595a5a;
	min-width: 70px;
}
ul.menu li a {
	color:#595a5a;
	text-decoration:none;
}
ul.menu li:hover a{
	text-decoration:underline;
}
ul.menu li a:hover {
	text-decoration:underline;
}

#bottomMenu {
	text-align:left;
	padding-left:25px;
	color:#33f;
}
#bottomMenu a {
	color:#33f;
}

table.show {
	display:table;
}
table.hide, .hide {
	display:none;
}
.show {
	display:block;
}

#hints {
	position:absolute;
	border:#000 1px solid;
	background:#fff;
}
#hints div {
	padding:2px 5px;
	cursor:pointer;
}
#hints div.active {
	background:#ccc;
}

#mapSearch {
	width:300px;
	height:99px;
	overflow:hidden;
	background:url(../images/search-panel.png) no-repeat;
	position:relative;
}
#frmSearch {
	height:100%;
	margin:0;
	padding:0;
}
#frmSearch fieldset {
	border:none;
}
#frmSearch p.orange {
	width:190px;
	height:34px;
	background:url(../images/search-orange-small.png) no-repeat;
	position:absolute;
	left:-20px;
	top:5px;
}
#mapSearch.v2 #frmSearch p.orange {
	width:239px;
	height:43px;
	background:url(../images/search-orange-small-v2.png) no-repeat;
	left:0;
}
#frmSearch p.orange input {
	width:155px;
	height:24px;
	background:url(../images/field-grey-small.png) no-repeat;
	border:none;
	padding:0 5px;
	color:#474747;
	position:absolute;
	left:3px;
	top:5px;
}
#mapSearch.v2 #frmSearch p.orange input {
	width:195px;
	height:31px;
	background:url(../images/field-grey-small-v2.png) no-repeat;
}
#frmSearch p.grey {
	width:190px;
	height:36px;
	background:url(../images/search-grey-small.png) no-repeat;
	padding:0 5px;
	position:absolute;
	left:-20px;
	top:45px;
}
#mapSearch.v2 #frmSearch p.grey {
	width:243px;
	height:44px;
	background:url(../images/search-grey-small-v2.png) no-repeat;
	left:0;
}
#frmSearch p.grey input {
	width:156px;
	height:26px;
	background:url(../images/field-orange-small.png) no-repeat;
	border:none;
	color:#fff;
	position:absolute;
	left:3px;
	top:5px;
	padding:0 5px;
}
#mapSearch.v2 #frmSearch p.grey input {
	width:198px;
	height:32px;
	background:url(../images/field-orange-small-v2.png) no-repeat;
}
#frmSearch p.submit {
	position:absolute;
	right:-20px;
	top:25px;
}
#mapSearch.v2 #frmSearch p.submit {
	width: 112px;
	height: 38px;
	background: url("../images/search-form-results.png");
	right:50px;
}
#frmSearch p.submit input {
	width:94px;
	height:36px;
	background:url(../images/search-submit.png) no-repeat;
	border:none;
	color:#000;
	font-size:12px;
	font-weight:bold;
}
#mapSearch.v2 #frmSearch p.submit input {
	width: auto;
	height: auto;
	background:none;
	color: #ffffff;
	padding: 8px 0 0 7px;
}

#loc-photo {
	border:#ccc 3px double;
}
input.field {
	width:500px;
}
textarea.field {
	width:500px;
	height:200px;
}
label {
	font-size:1.2em;
}
th, td.submit {
	text-align:right;
}
#row3 {
	background:url(../images/footer_bg.jpg) bottom repeat-x;
}
span.small-caps {
	text-transform:capitalize;
	color:#fe0000;
}
span.larger {
	font-size:1.1em;
}
div.pdffile {
	padding:25px 0 0 0;
	font-size:150%;
	text-align:center;
}
div.pdffile img {
	vertical-align:middle;
}
a.img {
	text-decoration:none;
}
td.indenticon {
	padding-left:37px;
}
div.pdffile table {
	margin:0 auto;
	border-spacing:0;
	border-collapse:collapse;
}
div.pdffile td {
	padding:10px;
	vertical-align:top;
}