/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */
body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #d5bc94;
	background-image: url(images/bg_body.gif);
	background-repeat: repeat-x;
}
p, h1, h2, h3, h4, h5, a, ul, li, lo, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
}
p, li {
	font-size: 14px;
}
p, h1 {
	margin: 15px;
	line-height: 1.7em;
}
h1 {
	font-size: 18px;
	color: #ED1A3B;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #015B8A;
}
h2 {
}
address {
	font-style:normal;
	padding-top: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	padding-bottom: 15px;
}
/* ----------------- IMAGE/ALIGNMENT ELEMENTS ----------------- */
.left {
	float: left;
	margin: 5px 15px 10px;
	padding: 2px;
	border: 1px solid #000;
}
.right {
	float: right;
	margin: 5px 15px 10px;
	padding: 2px;
	border: 1px solid #277CA8;
}
.owner {
	float: right;
	margin-right: 5px;
}
.border {
	padding: 1px;
	border: 1px solid #000;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
}
/* ----------------- NAV ELEMENTS ----------------- */
a:link, a:active, a:visited {
	color: #ED1A3B;
}
a:hover {
	color: #025C8B;
}
/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */
div#container {
	width: 770px;
	margin: auto;
	position: relative;
	background-image: url(images/bg_container.gif);
	background-repeat: repeat-y;
}

div#header {
	width: 770px;
	height: 175px;
	background-image: url(images/bg_header.gif);
	background-repeat: no-repeat;
}

div#content {
	width: 515px;
	float: left;
}

div#content li {
	line-height: 1.6em;
}

div#sidebar {
	float: left;
	width: 255px;
}

div#footer {
	clear:both;
	width: 770px;
	height:5px;
	font-size: 10px;
	text-align: left;
}
div#footer a:link, div#footer a:visited {
}
div#copyright {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-top: 4px;
	color: #000000;
}
div#copyright a:link, div#copyright a:visited {
	color: #ED1A3B;
}
div#copyright img {
	padding-top: 4px;
	padding-bottom: 5px;
}
div#map {
}

/* ----------------- CUSTOM CLASSES ----------------- */
.menu {
	position:absolute;
	width: 245px;
	height: 57px;
	left: 496px;
	top: 29px;
	text-decoration:none;
	display:block;
}

