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

body {
	background-image: url(publicImages/main-bg.png);
	margin: 0px 0px 0px 0px;
}

/**
 * Page style (includes hacks for IEx)
 */
#page {
	width: 920px;
	float: left;
	/*margin: 14px 14px 0px 14px;*/
	padding-bottom: 50px;
	/*border: 1px solid cyan;*/
}

#content-wrapper {
	margin: 0 auto;
	width: 950px;
}

#content-base {
	width: 936px;
	background-color: #fff;
	float: left;
	padding: 14px 0px 0px 14px;
}

#ads-header {
	width: 920px;
	height: 150px;
	float: left;
}
#ads-header .ad-img img {
	border: 0;
	float: left;
}
#ads-header .ad-img img.odd {
	border: 0;
	float: left;
	margin-right: 16px;
}

/**
 * Header style
 */
#header {
	width: 920px;
	height: 109px;
	background-image: url(publicImages/header-bg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	
	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;
	float: left;
}

#header h1 a {
	text-decoration: none;
	display: block;
	width: 351px;
	height: 109px;
	margin: 0px 0px 0px 0px;
	background-image: url(publicImages/logo.png);
	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 Verdana, Arial, Helvetica;
	color: #c46988;
	text-decoration: none;
	display: block;
	width: 50px;
	height: 18px;
	padding: 0px 0px 0px 0px;
}
*/

/**
 * Footer style
 */
#footer {
	width: 920px;
	height: 76px;
	float: left;
	background-image: url(publicImages/footer-bg.jpg);
	background-repeat: no-repeat;
	margin: 18px 0px 0px 0px;
}
#footer hr {
	display: none;
}

#footer-info {
	margin-top: 10px;
}
#footer-info p {
	margin: 0px 0px 0px 0px;
	font: normal bold 11px Arial, Verdana;
	color: #fff;
	width: 100%;
	text-align: center;
}
#footer-info img {
	border: 0px;
}

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;
}

#breadcrumb {
	width: 920px;
	border-bottom: 4px solid #f38787;
	padding: 10px 0px 10px 0px;
	font: normal normal 14px Helvetica, Arial;
	color: #ffd071;
}
#breadcrumb a {
	color: #ffd071;
	text-decoration: none;
}
#breadcrumb a:hover {
	text-decoration: underline;
}


