html, body
{
	width: 100%;
	height: 100%;
}

body
{
	margin: 0px;
	background-image: url(backgroundGradient.gif);
	background-repeat: repeat-x;
	background-color: #ffffff;
	font-size: 0.8em;
	font-family: Arial, Verdana, Sans-Serif;
}

p
{
	text-indent: 40px;
}

.main
{
	width: 100%;
	min-height: 100%;
	_height: 100%;
	position: relative;
	text-align: center;
	font-family: Arial, Verdana, Sans-Serif;
}

.top
{
	width: 100%;
	height: 127px;
	background-image: url(backgroundPattern.gif);
	background-repeat: repeat-x;
	text-align: center;
}

.logo
{
	width: 700px;
	height: 127px;
	margin-left: auto;
	margin-right: auto;
}

.content
{
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	font-family: Arial, Verdana, Sans-Serif;
}

.spacer
{
	height: 100px;
}

.footer
{
	width: 100%;
	height: 100px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	margin-left: auto;
	margin-right: auto;
}

.ooter div
{
	background-color: #666666;
	border: 1px solid #ff0000;
	width: 700px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
}

.menu
{
	width: 100%;
	height: 28px;
	background-image: url(menuBGBar.gif);
	background-repeat: repeat-x;
	text-align: center;
}

.menu img
{
	margin-left: auto;
	margin-right: auto;
}

.menu .buttons
{
	width: 686px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(images/buttonsBG.gif);
	background-repeat: no-repeat;
}

.menu .buttons .menuElement
{
	display: inline;
	padding-left: 1px;
	padding-right: 1px;
}

.menu .buttons .menuElement img
{
	display: inline;
}

img
{
	display: block;
	border: 0px;
}

div #roundBox
{
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

div #roundBox .roundBoxContent
{
	padding: 4px;
	background-image: url(images/gradient-grey.gif);
	background-repeat: repeat-x;
	background-color: #999999;
}

b.rtop b.r1, b.rtop b.r2, b.rtop b.r3, b.rtop b.r4
{
	background-color: #cccccc;
}

b.rbottom b.r1, b.rbottom b.r2, b.rbottom b.r3, b.rbottom b.r4
{
	background-color: #999999;
}

b.rtop, b.rbottom
{
	display:block;
}
b.rtop b, b.rbottom b
{
	display:block;
	height: 1px;
	overflow: hidden;
}
b.r1
{
	margin: 0 5px;
}
b.r2
{
	margin: 0 3px;
}
b.r3
{
	margin: 0 2px;
}
b.rtop b.r4, b.rbottom b.r4
{
	margin: 0 1px;
	height: 2px;
}

.roundBoxContent #boxHeader
{
	font-weight: bold;
	zoom: 1;
	background-image: url(images/plus.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
	margin-left: 5px;
}

.imageBorder
{
	background-color: #99a3ad;
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-left-color: #cccccc;
	border-top-color: #cccccc;
	border-right-color: #333333;
	border-bottom-color: #333333;
}

.imageBorder img
{
	border-style: solid;
	border-width: 1px;
	border-left-color: #333333;
	border-top-color: #333333;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
}

.borderOutside
{
	background-color: #99a3ad;
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-left-color: #cccccc;
	border-top-color: #cccccc;
	border-right-color: #333333;
	border-bottom-color: #333333;
	text-align: left;
}

.borderInside
{
	background-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	border-left-color: #333333;
	border-top-color: #333333;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
}

.mapInterface
{
	text-align: left;
	font-size: 12px;
	position: relative;
}

.gMap
{
	text-align: left;
	padding: 2px;
	position: relative;
	font-family: Arial, Verdana, Sans Serif;
}

#map
{
	width: 680px;
	height: 540px;
	text-align: left;
	font-size: 12px;
}

#mapInfoAlert
{
	position: absolute;
	bottom: 2%;
	width: 94%;
	z-index: 100;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 2%;
	border-style: solid;
	border-width: 1px;
	border-color: #ffffff #666666 #333333 #999999;
	background: #999999;
	background-image: url(images/gradient-grey.gif);
	background-repeat: repeat-x;
	text-align: center;
	display: none;
	padding: 5px;
}

#mapInfoAlertIcon
{
	float: left;
	width: 10%;
	color: #ff0000;
	font-size: 30px;
	font-weight: bold;
}

#mapInfoAlertMsg
{
	float: left;
	width: 90%;
	text-align: center;
	font-size: 0.8em;
}

.searchTools
{
	text-align: center;
}

img
{
	display: block;
}

.wrap0 {
	display: table;
	margin: 1em auto;
}

.wrap1 {
	display: table-cell;
}

/* IE/Mac \*//*/
.wrap0 {
	display: block;
	margin: 1em 0;
	text-align: center;
}
.wrap1 {
	display: inline-block;
	width: 1px;
	white-space: nowrap;
}
/**/

.wrap0 {
	_display: block;
	_margin: 1em 0;
	_text-align: center;
}
.wrap1 {
	_display: inline;
	_height: 0;
	_height: auto;
	_zoom: 1;
}