/* 
Header background: #CCCCFF
Logo Colours: #663399 / #666699
Strapline: #333333
nav tabs: #9999CC / #CCCCFF / Text = white / #666666


Styles specific to the frame around the pages - header, navigation, footer, and layout
*/




body {
	margin: 0;
	padding: 0;
	
	background-color: #FFFFFF;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
		
}
html, body, #contents {
	min-height: 100%;
	width: 100%;
	height: 100%;
}
html>body, html>body #contents  {
	height: auto;
}
#contents {
	position: absolute;
	top: 0;
	left: 0;
}
#header {
	background-color: #ccccff;
	
	height: 5em;
	border-bottom: 10px solid #9999CC;
}

#logo { 
	float: left;
	font-size: 65px;
	font-weight: bold;
	color: #4B0082;
	background-color: transparent;
	margin-top: 0px;	
	padding: 0em;
	padding-left: 10px;	
}

#logo a {
	text-decoration:none;
	color: #663399;
}

#titleB { 
	font-weight: normal;
	/*
	color: white;
	*/
	color: #666699;
}


#header .strapline {
	position: absolute;
	right:0px;
	top:0px;
	font-size: 80%;
	font-weight: bold;
	color: #333333;
	background-color: transparent;
	margin-right: 2em;
	margin-top: 0.5em;
	text-align:center;
}

/****** LOGIN BAR ****************/


#loginBar { 
	padding:0px;
		
	padding-right: 6px;
	padding-left: 6px;	
	margin: 0px;	
	margin-top:15px;
	
	color: #333333;
	
	font-size:.75em;
}

#loginBar p, #loginBar form, #loginBar input { 
	vertical-align:middle;
	font-weight: normal;
	padding:0px;
	margin:0px;
	font-weight: bold;
}

#loginBar p { 
	font-size:1.1em;
	text-align:center;
	margin:0px;
	padding:0px;
}

#loginBar a { 
	color: #666666;
	font-weight: normal;
	display: inline;
	padding:0px;
	margin:0px;
	font-weight: bold;
}


#loginBar label { 
	padding-left: 5px;
	padding-right: 3px;
	width: 8em;
}

#loginBar table { 
	margin: -2px;
}

#loginBar td, #loginBar label { 
	padding-left:0px;
	margin-left:0px;
}

#loginBar input { 
	color: black;
	font-weight: normal;
	width: 9em;
	border: 1px solid black;
}

#loginBar input.btn { 
	color: #666666;
	font-weight:bold;
	background-color: #E0E0A0;
	border: 1px solid #666666;
	width: 6em;
}

#loginBar a { 
	color: #404040;
}


/***** END OF LOGIN BAR *************/





/***** NAV BAR *************/

#nav {
	float:left;
	width: 13em;
	
	background-color:#BBBB77; 
	
	margin: 5px;
	margin-left: 0px;
	margin-top: 4px;
	-moz-border-radius-topright:15px;
	-moz-border-radius-bottomright:15px;
	
	/* Set to 100% to make IE fill the box to bottom of page.  Then see hack #1 below for Firefox */
	height:100%; 
}

/* Hack #1: to set height back to auto for Firefox but not IE */
html>body #nav { 
	height:auto;
}


#nav ul {
	list-style: none;
	padding-left: 0;
	margin-top: 15px;
	border-top: 1px solid #BBBB77;
	margin-left: 0px;
}
#nav li {
	font-size: 80%;
	border-bottom: 1px solid #BBBB77;
}
#nav li a {
	display:block;

	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #E0E0A0;
	background-color: #E0E0A0;
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
#nav li a:hover {
	color: #333333;
	background-color: #C0C080;
	border-left: 10px solid #666666;
}

#nav h2 {
	font: 110% Georgia, "Times New Roman", Times, serif;
	color: #2A4F6F;
	background-color: transparent;
	border-bottom: 1px dotted #cccccc;
}

/**** NAV TABS *****************************************************/

#navTabs ul { 

	position:absolute;
	right:0px;

	list-style-type: none;
	margin: 0;
	padding:0;
	font: bold 11px verdana, arial, sans-serif;
}

#navTabs ul li {
	float: left;
	height: 2em;
	margin: 0px 1px 0 1px;
	padding: 0px 10px 0 10px;
	-moz-border-radius-bottomleft:8px;
	-moz-border-radius-bottomright:8px;
	
}

#navTabs ul li.tab-selected { 
	background-color: #9999CC;	
}

#navTabs ul li.tab-unselected { 
	background-color: #CCCCFF;
	border-top: 1px solid #E0E0FF;
}

#navTabs ul li.tab-help-selected { 
	background-color: #99CC99;	
}

#navTabs ul li.tab-help-unselected { 
	background-color: #669966;
	border-top: 1px solid #E0E0FF;
}

#navTabs ul li.tab-forums-selected { 
	background-color: #FFFF66;
}

#navTabs ul li.tab-forums-unselected { 
	background-color: #FFFF66;
	border-top: 1px solid #E0E0FF;
}


#navTabs ul a:link, #navTabs ul a:visited {
	display: block;
	
	color: #666666;
	
	background-color: transparent;
	text-decoration: none;
	padding: 4px;
	text-align:center;
	font-weight: bold;
}

#navTabs ul li.tab-selected a:link, #navTabs ul li.tab-selected a:visited {
	color: white;
	font-weight: bold;
}

#navTabs ul li.tab-help-unselected a
{
	color: #EEE;
	font-weight: bold;
}

#navTabs ul li.tab-help-selected a
{
	color: yellow;
	font-weight: bold;
}

#navTabs ul li.tab-forums-unselected a
{
	color: #808080;
	font-weight: bold;
}

#navTabs ul li.tab-forums-selected a
{
	color: black;
	font-weight: bold;
}

#navTabs ul a:hover {
	color: black;
}

/**** END OF NAV TABS **********************************************/



#bookAdvert { 
	text-align: center;
}

#bookAdvert img { 
	border: none;
	text-decoration: none;
}

#bookAdvert a { 
	font-size: 80%;
	color: #404040;
	font-weight: bold;
}

#bookAdvert a:hover { 
	color: black;
}





#footer {
	clear:both;
	height: 4em;
	width: 100%;
	background-color: #CCCCCC;
	border-top: 1px dotted #AAAAAA;
	color: #626262;
	font-size: 70%;
	text-align:center;
}
#footer p {
	margin: 0.5em 0 0.5em 2em;
	padding: 0;
}

#footer p.syndication { 
	font-size: 1.2em;
	font-weight:bold;
	margin: 0 0 0.5em 2em;
	padding:0;
}
