@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/header.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/menuBG.jpg);
	background-repeat: no-repeat;
	height: 39px;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 8px;

}
#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;
}
.menuLink a:link, .menuLink a:visited {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #999999;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
	font-weight: normal;
}
.menuLink a:hover {
	color: #F00;
}
.menuPad {
	padding-left: 40px;
	font-weight: bold;
	color: #999;
}
.current {
}
.current a:link, .current a:visited, .current a:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #F00;
	text-decoration: none;
	padding-left: 3px;
	padding-right: 3px;
	font-weight: normal;
}
/* content */
#content {
	background-image: url(../images/contentBG.jpg);
	background-repeat: repeat-y;
	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/footer.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 {
	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;
}
#fullscreendemo {
	height:700px;
	width:600px;
	margin-left: 40px;
	border: 1px solid #CCC;
}
.left{
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.right {
	float: right;
	margin-bottom: 5px;
	margin-left: 5px;
}
#textContent {
	padding-right: 50px;
	padding-left: 50px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
#textContent h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #F00;
}
#textContent h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #F00;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #F00;
}
#textContent h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
}
#textContent p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
}
#textContent ul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
}
#textContent a:link, #textContent a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #666;
}
#textContent a:hover {
	color: #F00;
}
.required {
	font-size: 10px;
	color: #F00;
}
.date {
	font-weight: bold;
	color: #000;
}
#twitter {
	float: right;
	height: 360px;
	width: 300px;
}
.contact1 {
	visibility: hidden;
}
