body {
	background-repeat: no-repeat;
	background-position: 50% 15px;
	background-attachment: fixed;
	background-color: #F00;
	min-width: 600px;
	text-align: center;
	margin: 0px auto;
}
.GalleryBox img.fullSize{
	max-width: 560px;
	width: 560px;
}
html>body .GalleryBox img.fullSize{
	width: auto;
}
html>body {
	min-height: 100%;
	height: 100%;
}


a img{
	border: 0;
	text-decoration:none;
}
a:visited, a:link{
	color: blue;
	text-decoration: none;
}
a:hover{
	color: purple;
	text-decoration: underline;
}
a img {
	border: 0;
}
table {
	width: 100%;
	margin: 0px auto;
	text-align: center;
}
table.adminTable {
	text-align: left;
}

.box {
	width: 580px;
	overflow: auto;
	margin: 1.5em auto;
	text-align: left;
	position: relative;
}
.box, .dynamicTitleBox{
	border: 1px solid black;
	padding: .5em;
	background: white;
}
.dynamicTitleBox{
}
html>body .dynamicTitleBox{
}
.dynamicCloseButton{
	cursor: pointer;
	background: transparent;;
	height: 32px;
	width: 0;
	cursor: pointer;
}
.dynamicTitleBox{
	text-align: left;
}
.box .box {
	overflow: auto;
	height: auto;
	width: auto;
}
.GalleryBox{
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	opacity:1.0;
}
.searchHeaderLink{
	float: right;
	font-size: small;
}
.boxHeader{
	font-weight: bold;
	font-size: 1.2em;
	padding-bottom: .5em;
	color: #c00;
	text-transform: uppercase;
}
.boxData{
	padding: 0 .5em;
}

ul.repairsList{
	z-index: 10;
}
ul.repairsList li{
	list-style-image: url(/assets/check.gif);
	z-index: 10;
}
.errMsg{
	color: red;
}
h2.pageTitle {
	max-width: 750px;
	min-width: 600px;
	width: 600px;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
	background: #ccc;
	text-transform: uppercase;
	color: blue;
	margin: 0px auto;
}
html>body h2.pageTitle{
	width: auto;
}
#mapLinks{
	width: auto;
	float: right;
	z-index:2;
}

.legal {
	display: inline;
	width: 20em;;
	margin: 1.5em auto;
	font-size: small;
	padding: .5em;
	font-weight: bold;
	color: black;
	background: white;
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}

hr {
	clear: both;
}

.emailError {
	margin: 2em;
	color: #a00;
	font-weight: bold;
}