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

body {
	background-color: #fff;
	margin: 0px;
	text-align: center;
}

* a {
	outline: none;
}

/**
 * Page style (includes hacks for IEx)
 */
#page {
	width: 800px;
	float: left;
	background-color: #fff;
}

#content-wrapper {
	width: 800px;
	margin: 0px auto;
	
	text-align: left;
}

/**
 * Header style
 */
#header {
	width: 800px;
	float: left;
}
#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;
	width: 226px;
	height: 152px;
	float: left;
}

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

#header h1 a span {
	display: none;
}
#header h2 {
	margin: 0px 0px 0px 0px;
	width: 574px;
	height: 152px;
	background-image: url(publicImages/claim-bg.jpg);
	background-repeat: no-repeat;
	float: right;
}
#header h2 span {
	display: none;
}

#aux-nav {
	background-color: #e8e8e8;
	height: 48px;
}


/*
#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 Verdana, Arial, Helvetica;
	color: #c46988;
	text-decoration: none;
	display: block;
	width: 50px;
	height: 18px;
	padding: 0px 0px 0px 0px;
}
*/

/* rightbar */
#rightbar {
	float: right;
}
#rightbar-wrapper {
}

/**
 * Footer style
 */
#footer {
	background-color: #e8e8e8;
	width: 800px;
	float: left;
	margin-top: 25px;
	position: relative;
}
#footer hr {
	display: none;
}
#footer p {
	font: normal normal 10px Arial, Verdana;
	color: #003366;
	margin: 11px 0px 10px 0px;
	text-align: center;
}
#footer p a {
	color: #008bcb;
	text-decoration: none;
}
#footer p a:hover {
	text-decoration: underline;
}
#footer #link-design {
	float: right;
	position: absolute;
	right: 10px;
	top: 0px;
	margin-top: 11px;
}
#footer #link-design a {
	font: normal normal 10px Arial, Verdana;
	color: #003366;
	text-decoration: none;
}
#footer #link-design a:hover {
	text-decoration: underline;
}

a#neurange {
	float: left;
	margin-left: 350px;
	margin-top: 5px;
}
a#neurange img {
	border: 0;
}

#taglist {
	border-width: 1px 0px 1px 0px;
	border-style: solid;
	border-color: #e75115;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
#taglist p {
	margin: 9px 0px 9px 0px;
	font: normal bold 12px Verdana, Arial, Helvetica;
	color: #535353;
}
#taglist p a {
	font: normal normal 12px Verdana, Arial, Helvetica;
	color: #e75115;
	text-decoration: underline;
	margin-bottom: 20px;
}

/* starred links */
#starred-links {
	text-align: center;
}
#starred-links img {
	border: 0px;
	margin: 0px 0px 0px 0px;
}
#starred-links-wrapper {
	float: left;
	margin-top: 0px;
	border-width: 2px 0px 2px 0px;
	border-style: solid;
	border-color: #818181;
}
#starred-links-display {
}