/**
 * public.css
 * CSS file for public page
 */

body {
	background-color: #e7e7e7;
}

/**
 * Page style (includes hacks for IEx)
 */
#page {
	width: 739px;
	float: left;
	
	padding-bottom: 50px;
	
	margin-left: 1px;
	/*
	background-image: url(publicImages/main-bg.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	*/
}

#page-env {
	background-image: url(publicImages/body-bg.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	float: left;
	width: 100%;
}

#page-wrapper {
	width: 739px;
	
	margin: 0px auto;
	
	text-align: left;
}

/**
 * Header style
 */
#header {
	width: 737px;
	float: left;
	
	margin-bottom: 10px;
}
#header hr {
	display: none;
}
#header h1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font: normal bold 15px Verdana;
	color: #000;
	background-color: transparent;
	float: left;
}

#header h1 a {
	text-decoration: none;
	display: block;
	width: 207px;
	height: 211px;
	margin: 0px 0px 0px 0px;
	background-image: url(publicImages/logo.gif);
	background-repeat: no-repeat;
}

#header h1 a span {
	display: none;
}
/*
#headerLanguages {
	float: left;
	padding: 5px 0px 5px 0px;
}
#headerLanguages h2 {
	display: none;
}
#headerLanguages ul {
	margin: 0px 0px 0px 35px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	float: left;
}
#headerLanguages ul li {
	float: left;
	padding: 0px 10px 0px 0px;
}
#headerLanguages ul li a {
	font: normal bold 11px Arial, Verdana, Helvetica;
	color: #c46988;
	text-decoration: none;
	display: block;
	width: 50px;
	height: 18px;
	padding: 0px 0px 0px 0px;
}
*/

/* rightbar */
#rightbar {
	display: none;
}
#rightbar-wrapper {
}

/**
 * Footer style
 */
#footer {
	font: normal normal 12px Arial, Verdana, Helvetica;
	color: #576b97;
	width: 737px;
	height: 39px;
	float: left;
	margin-top: 8px;
	background-image: url(publicImages/footer-bg.gif);
	background-repeat: no-repeat;
}
#footer #menu-bottom {
	float: left;
	margin: 11px 0px 0px 29px;
	*margin: 11px 0px 0px 14px;
}
#footer #legal {
	float: right;
}
#footer p {
	margin: 11px 24px 0px 0px;
}
#footer hr {
	display: none;
}

#flashcontent {
	width: 524px;
	height: 211px;
	float: right;
}

/* starred links */
#starred-links {
	text-align: center;
}
#starred-links img {
	border: 0px;
	margin: 2px 0px 2px 0px;
}
#starred-links-wrapper {
	float: left;
	width: 207px;
	margin-top: 11px;
	background-image: url(publicImages/starred-links-bg.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
#starred-links-display {
	background-image: url(publicImages/starred-links-top.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

