﻿body {
	margin: 0px;
	background-color: #FFF;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 10pt;
	color:#999999;
}
a	{
	color:#fc9004;
	text-decoration:none;
}
a:hover	{
	color:#fc9004;
	text-decoration:underline
}
h1{
	font-size:18pt;
	color: #4A8AD8;
	font-weight:normal;
}
h2	{
	font-size:14pt;
	color: #4A8AD8;
	font-weight:bold;
}
h3	{
	font-size:12pt;
	color: #4A8AD8;
	font-weight:bold;
}
h4	{
	font-size:12pt;
	color: #4A8AD8;
	font-weight:bold;
}
ul{
	list-style-type:none;
	margin-left:-40px;
}
li{
	padding-bottom:8px;
	
}
form	{
	color:#000000;
} input	{
	color:#999999;
}
#container {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	width: 950px;
	height: 80px;
	background-color:#ffffff;
}
#header_logo {
	width: 400px;
	height: 80px;
	float:left;
}
#header_text {
	width: 400px;
	height: 80px;
	float:right;
}
#menu_bar {
	background-image: url(../images/elements/menu_background.jpg);
	background-repeat: repeat-x;
	height: 42px;
}
#menu {
	list-style: none;
	width: 950px;
	height: 42px;
	padding: 0px;
	margin: 0px;
}
#menu li {
	float: left;
	display: block;
	text-align: center;
	position: relative;
	color: #999999;
	line-height: 42px;
	height: 42px;
}
#menu li:hover a {
	color: #fc9004;
	font-weight: bold;
}
#menu li a {
	color: #526B89;
	display: block;
	text-decoration: none;
	font-weight: bold;
}
#menu h1 {
	font-size: 10pt;
	font-weight: bold;
	margin:0px;
	height:40px;
}
#menu h3 {
	font-size: 14px;
	margin: 7px 0 14px 0;
	padding-bottom: 7px;
	border-bottom: 1px solid #888888;
}
#menu p {
	margin: 0px 0px 6px 0px;
	line-height:12pt;
}
#menu li:hover div a {
	font-weight:normal;
	color: #999999;
}
#menu li:hover div a:hover {
	font-weight:normal;
	color: #fc9004;
	text-decoration:underline;
}
.dropdown {
	float: left;
	position: relative;
	left: -999em; /* Hides the drop down */;
	text-align: left;
	background-color: #ffffff;
	border-right: 1px solid #ADBAC7;
	border-left: 1px solid #ADBAC7;
	border-bottom: 1px solid #ADBAC7;
	-moz-box-shadow: 5px 5px 5px #999999;
	-webkit-box-shadow: 5px 5px 5px #999999;
	box-shadow: 5px 5px 5px #999999;
	padding: 5px;
	z-index:100
}
#menu li:hover .dropdown {
	left: -1px;
}
#menu li:hover .dropdown ul {
}
#menu li ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#menu li ul li {
	position: relative;
	padding: 0;
	margin: 0;
	float: none;
	text-align: left;
	width: 130px;
	line-height: 10pt;
	height: 20px;
}
#menu li ul li:hover {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}
.menu_spacer {
	background-image: url('../images/elements/menu_spacer.jpg');
	width: 1px;
	background-repeat: repeat-x;
	float: left;
	height: 42px;
	list-style-type: none;
	margin:0px 7px 0px 7px;
}
#content {
	width: 950px;
}
#main{
	float: left;
	width: 710px;
}
#book {
	float: left;
	width: 230px;
}
#book_header {
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	background-color: #fc9004;
	margin:0px;
	padding:5px;
}
.book_caption {
	margin-bottom: 6px;
	margin-top: 5px;
}
#adverts {
	height: 156px;
	width: 950px;
}
.advert {
	height: 156px;
	width: 228px;
	float: left;
	border: 1px solid #526B89;
}
.advert_side {
	height: 157px;
	width: 230px;
	margin-bottom:10px;
	border: 1px solid #526B89;
}
.advert_spacer {
	float: left;
	width: 10px;
	height: 157px;
}
.form_input	{
	padding:4px;
}
.form_go	{
	position:relative;
	top:8px;
}
.columns	{
	
	float:left;
}
table	{
	font-size:10pt;
	color:#999999;
}
.no_border	{
	border:none;
}
#content {
	width: 550px;
	float:left;
	padding-left:20px;
	border-left: 1px solid #cccccc;
	margin-left:139px
	
}
#toc_container {
	margin: 0px;
	width: 139px;
	float: left;
	position:fixed;
}
a.toc-top-link {
			font-size: 10pt;
			font-weight:normal;
			padding-left:20px}
#toc{
	margin:left:20px;
}
#slideshow {
	float: left;
	width: 710px;
	height: 415px;
	margin:0px;
	padding:0px;
}
.slide{
	margin:0px;
	padding:0px;
	border:none;
}
/* rotator in-page placement */
    div.rotator {
	position:relative;
	display: none;
	margin-top:-12px;
	}
/* rotator css */
	div.rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div.rotator ul li img {
	background: #f6f5f3;
	margin:0px;}
    div.rotator ul li.show {
	z-index:10;
}
