@charset "utf-8";
body {
}
a:link img, a:visited img, a:hover img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* header */
#header {
	background-image: url(../images/splashHeader.jpg);
	background-repeat: no-repeat;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	height: 108px;
}
#header:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
/* contentTop */
#menu {
	background-image: url(../images/splashMenu.jpg);
	background-repeat: no-repeat;
	height: 44px;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 3px;
}
#menu:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#menu p {
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#menu a:link, #menu a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 20px;
	font-style: italic;
	color: #000;
	text-decoration: none;
	padding-left: 455px;
}
#menu a:hover {
	color: #666;
}
/* content */
#content {
	background-image: url(../images/splashContent.jpg);
	background-repeat: repeat-y;
	height: 147px;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}
#content:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
/* bottom */
#bottom {
	background-image: url(../images/splashFooter.jpg);
	background-repeat: no-repeat;
	height: 126px;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 10px;
	color: #999;
}
#bottom:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
#bottom p {
	margin: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#bottom a:link, #bottom a:visited {
	color: #999999;
	text-decoration: none;
}
#bottom a:hover {
	color: #F00;
}
.spotlight {
	z-index: 10;
	position: relative;
	left: 65px;
	top: 35px;
	height: 30px;
	width: 30px;
	float: left;
}
.agent {
	padding-top: 10px;
	padding-right: 35px;
}
/* footer */
#footer {
	height: 50px;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#footer:after {
	clear:both;
	content:'.';
	display:block;
	height:0;
	visibility:hidden;
}
.copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #999;
}
.copyright a:link, .copyright a:visited {
	color: #999999;
	text-decoration: none;
}
.copyright a:hover {
	color: #F00;
}