html, body {
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	margin-top: 10px;
}

td { }

a:link, a:visited, a:hover, a:active {
	color: #000000;
	text-decoration: none;
}

a.esp:link, a.esp:visited, a.esp:hover, a.esp:active  {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

#home-layout {
	position: relative;
	width: 100%;
	height: auto;
	left: 0px;
	top: 0px;
	z-index: 1;
}

#logo {
	position: absolute;
	left: -63px;
	margin-right: -63px;
	z-index: 2;
}

#menu-layout {
	position: absolute;
	width: 125px;
	height: auto;
	left: -17px;
	top: 90px;
	margin-right: 17px;
	z-index: 2;
}

.menu-section {
	position: relative;
	width: 125px;
	height: auto;
	background-color: #FFFFFF;
	border: #b52218 solid 1px;
	margin-bottom: 1px;
	z-index: inherit;
}

.menu-links {
	padding: 6px 10px 10px;
	font-size: 11px;
	z-index: inherit;
}

#home-callouts {
	position: absolute;
	left: 75px;
	top: 460px;
	width: 620px;
	height: 85px;
	float:right;
	z-index:3;
}

.callout {
	position: relative;
	left: 0px;
	top: 0px;
	width: 195px;
	height: 85px;
	margin-left: 10px;
	background-image: url('../images/home-callout-bg.jpg');
	background-repeat: no-repeat;
}
.callout-vertpic {
	position: relative;
	left:4px;
	top:-8px;
	width:auto;
	height:auto;
	margin-right: 10px;
	z-index:2;
	float: left;
}
.callout-horzpic {
	position: relative;
	left:-6px;
	top:5px;
	width:auto;
	height:auto;
	margin-right: 0px;
	z-index:2;
	float: left;
}
.callout-link {
	position: relative;
	top: 9px;
	width: 100px;
	font-size: 10px;
	float: left;
	margin-left: 0px;
	z-index: 2;
}
.callout-link h1 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#homeflash {
	position: relative;
	left: 25px;
	top: 0px;
	z-index: 1;
}

#rightside {
	width: 32px;
	min-height: 100%;
	background-image: url('../images/rightside.jpg');
	background-repeat: no-repeat;
}

#footer {
	width: 700px;
	height: 70px;
	background-image: url('../images/footer.jpg');
	background-repeat: no-repeat;
}

.copyright {
	font-size: 10px;
	padding-right: 9px;
}
.copyright a:link, .copyright a:visited {
	color: #000000;
	text-decoration: underline;
}
.copyright a:hover, .copyright a:active {
	color: #B52218;
	text-decoration: underline;
}
