/*
re:ab Style Sheet
Created 23/09/2006
Author Jeff Butler
jeff@w3.net.nz
+64 27 6040 353
Add notes here:
*/

* {
	margin: 0;
	padding: 0;
}
body {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size : 12px;
	color : #333;
	background : #AAA9A7;
	text-align: center;
}
a {
	color : #E592BC;
	text-decoration : underline;
	font-weight: bold;
}
a:hover {
	color : #333;
	text-decoration : none;
}
td {
	font-size : 12px;
	padding: 5px;
}
p {
	margin: 10px 0px;
}
ul {
	list-style: disc outside;
	margin-left: 30px;
}
.container {
	width: 960px;
	margin: 0 auto;
	background :#FFF url(images/reab_bg.gif) top center repeat-y;
}
.site {
	width: 920px;
	margin: 0 auto;
	text-align: left;
	overflow: hidden;
}
.header {
	width: 920px;
	height: 130px;
	background : #E592BC url(images/header.gif) no-repeat;
}
.top_nav {
	width: 920px;
	height: 23px;
	overflow: hidden;
	background: url(images/top_nav_bg.gif) repeat-x;
}
.top_nav_date {
	color: #FFF;
	font-size: 10px;
	padding: 5px 0 0 12px;
	float: left;
	margin-right: 52px;
}
.top_nav_text {
	color: #FFF;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 10px;
	float: left;
	background: url(images/top_nav_text_bg.gif) left no-repeat;
	width: 150px;
}
.top_nav_text a {
	color: #FFF;
	text-decoration : none;
}
.top_nav_text a:hover {
	color : #E592BC;
	text-decoration : none;
}
.top_nav_text_on {
	color: #E592BC;
	font-family :  Arial, Verdana,Geneva, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 10px;
	float: left;
	background: url(images/top_nav_text_bg.gif) left no-repeat;
	width: 150px;
}
.spacer {
	width: 920px;
	height: 2px;
	background: #B3AEAB
}
.spacer_white {
	width: 920px;
	height: 1px;
	background: #FFF;
}
.content_container {
	width: 920px;
}
.side_nav {
	margin : 10px 15px 10px 0;
	width: 204px;
	float: left;
}
.nav_row {
	width: 202px;
	height: 18px;
	border-top: 1px solid #D776A7;
	border-right: 1px solid #D776A7;
	border-bottom: 1px solid #D776A7;
	background: #F4D2E3;
	margin-bottom: 2px;
	ovrflow: hidden;
}
.nav_row a {
	display: block;
	color: #666;
	background: #F4D2E3;
	text-decoration: none;
}
.nav_row a:hover {
	color: #333;
	background: #E0DEDF;
	text-decoration: none;
}
.nav_row_on {
	width: 202px;
	height: 18px;
	border-top: 1px solid #D776A7;
	border-right: 1px solid #D776A7;
	border-bottom: 1px solid #D776A7;
	background: #EAB4CF;
	margin-bottom: 2px;
	ovrflow: hidden;
}
.nav_text {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 1px 8px;
}
.content {
	margin: 10px 10px 10px 0;
	width: 678px;
	float: right;
	line-height: 18px;
	text-align: justify;
	clear: right;
}
.specialist {
	width: 500px;
	padding: 16px 16px 16px 80px;
	text-align: center;
	border: 1px solid #000;
	font-weight: bold;
	background: #838383 url(images/pp_figure.gif) left no-repeat;
}
.specialist a {
	text-decoration: none;
}
.page_header {
	color: #E592BC;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 25px;
}
.quote {
	font-style : italic;
	color : #888;
}
.large_pink_text {
	font-size: 13px;
	font-weight: bold;
	color: #E592BC;
}
.large_text {
	color: #E592BC;
	font-size: 16px;
	font-weight: bold;
}
.small_text {
	font-size: 10px;
}
.textBox {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	height: 22px;
}
.textArea {
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 12px;
}
.button {
	width: 130px;
	font-family : Arial, Verdana, Geneva, Helvetica, sans-serif;
	height: 22px;
	font-size: 11px;
}
.footer_container {
	width: 960px;
	height: 40px;
	overflow: hidden;
	text-align: center;
	background: url(images/footer_bg.gif) bottom no-repeat;
	clear: both;
}
.footer {
	margin: 0 20px;
	height: 22px;
	border-top: 2px solid #B3AEAB;
	overflow: hidden;
	background: #FFF;
}
.copyright, .w3 {
	color: #333;
	font-size: 10px;
	padding: 3px 12px;
	float: left;
}
.w3 {
	float: right;
}
.w3 a {
	color: #333;
	text-decoration: none;
}
.w3 a:hover {
	color: #E592BC;
}