@charset "utf-8";
#footer {
	border-top: 1px solid #ccc;
	padding-top: 10px;
	clear: both;
	margin-top: 10px;
}
.footer-box {
	float: right;
	width: 264px;
	height: 160px;
	margin-left: 15px;
	background: url(../imagesJune2010/bg-footer-box.png) repeat-x bottom left;
	border: #ccc 1px solid;
	padding-left: 10px;
}
#footer-nobox {
	margin-right: 585px;
}
.footer-box h1 {
	font: 1.7em normal Verdana, Arial, Helvetica, sans-serif;
	margin: 15px 0;
}
.footer-box li a:hover {
	text-decoration: underline;
	background: none;
}
/* form */
#footer form {
	width: 265px;
	margin-left: 15px;
}
.footer-box form ul {
	padding: 0;
	margin: 0;
}
.footer-box form li {
	list-style: none;
	margin: 5px 0;
}
.footer-box form label {
	width: 4em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}
.footer-box form input {
	color: #000;
	border: 1px solid #686763
}
.form-button {
	float: right;
	width: 100px;
	height: 30px;
	margin: 10px 20px 0 0;
	padding: 0;
	border: 0;
	background: transparent url(../images/bot-menu2-send.png) no-repeat center top;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}
.form-button-OK {
	width: 100px;
	height: 30px;
	margin: 10px 20px 0 0;
	padding: 0;
	border: 0;
	background: transparent url(../images/bot-menu2-ok.png) no-repeat center top;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}
/* menu */
.footer-box #footer-menu ul {
	position: relative;
	top: 25px;
	left: 0;
}
.footer-box ul#footer-menu li {
	margin: 7px 0;
	list-style-image: url(../imagesJune2010/bot-menu2-list.png);
}
.footer-box ul#footer-menu a {
	color: #c0202a;
	font-size: 90%;
	text-decoration: none;
}
.footer-box ul#footer-menu li a:hover {
	text-decoration: underline;
	background: none;
}
/* bookmarks */
.footer-left-button, .maincontent-left-button {
	float: left;
	width: 260px;
	height: 40px;
	border: 0;
	text-indent: -1000em;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}
#sendlink {
 	background: transparent url(../imagesJune2010/sendlink.png) no-repeat left top;
}
#bookmark {
 	background: transparent url(../imagesJune2010/bookmark.png) no-repeat left top;
}
#contactus {
	background: transparent url(../imagesJune2010/contactus.png) no-repeat left top;
}
#explore {
	background: transparent url(../imagesJune2010/explore.png) no-repeat left top;
}
#printpage {
 	background: transparent url(../imagesJune2010/printpage.png) no-repeat left top;
}
#bookmarks p {
	color:	#c0202a;
	font-weight: bold;
	font-size: 90%;
	margin: 10px 10px 0 10px;
}
#bookmarks li {
	list-style: none;
	display: inline;
}
#bookmarks li img {
	border: 0;
	margin-right: 10px;
}
#bookmarks li a:hover {
	background: none;
    cursor: pointer; /* hand-shaped cursor */
    cursor: hand; /* for IE 5.x */
}
#copyright {
	clear: both;
	font-size: 80%;
	text-align: right;
	padding-bottom: 20px;
}
#footer div.footer-box form div input.button, #contactform form table tr td input.button, div form input.button {
	background: url(../imagesJune2010/bg-button.jpg) no-repeat top center;
	width: 70px;
	height: 23px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border: none;
	margin-top: 7px;
	padding: 0;
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}
#footer div.footer-box form div input.button:active, #contactform form table tr td input.button:active, , div form input.button:active {
		background:url(../images/bg-button-active.jpg) no-repeat;
		position: relative;
		top: 2px;
		left: 2px;
}
