@charset "utf-8";
/* CSS for new templates */
/* Author: Michele Walker */
/* Created: 20th August 2008 */

/* OUTER WRAP */

*  { 
    /*font-size: 20px !important;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body {
	padding: 0;
	margin: 0;
}

#wrap {
	position: relative;
	margin:0;
	padding:0px 20px;
}

/* TOP NAVIGATION DATA TEMPLATE MENU BAR */

#datanavigation {
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
	padding:0;
	clear: both;
	position: relative;
}

#data_text {
	text-align:left;
	margin-left:0;
}

#data_text a:link, #data_text a:hover, #data_text a:visited {
	font-size:xx-small;
	color:#000000;
	vertical-align:middle;
}

#data_list {
	margin:0;
	padding:0;
	position: relative;
}

#data_list ul {
	list-style-type:none;
	margin: 0;
	padding:0;
	position: relative;
}

#data_list li {
	display:inline;
	background: url(../images/template_furniture/dark_grey_dot_separator.gif);
	background-position :left;
	background-repeat: no-repeat;
	margin:0 0 10px 2px;
	padding:0 0 0 11px;
	line-height:20px;
}

#data_list li.firstitem {
	border:0;
    margin:0;
    padding:0;
	background-image: none;
}

#data_list li a {
	font-size:x-small;
	color:#000000;
	vertical-align:middle;
	white-space:nowrap;
}

/* CONTENT AND NAVIGATION AREA FOR TWO/THREE COLUMN TEMPLATE */

#content_wrap {
	width:100%;
	overflow: hidden; 
	position:relative;
/*	border: 1px solid red; */
}



/* A-Z OF SERVICES STYLE */

#atoz_list {
/*	margin-top:8px;*/
/*	width:100%;*/
	width: 200px;
	/*width: 198px;*/
	list-style-type:none;
	float: left;
	/*border:1px solid #ccc;*/
	font-size: 100%;
	padding-bottom: 0.5em;
	margin-top: 14px;
}

#atoz_list h2 {
/*	font-size: 90%;*/
	margin: 0 0 5px 12px;
}

#atoz_list p {
	font-size: 120%;
 	color: #000099;
	margin: -3px 0 3px 12px;
	font-weight: bold;
}

#atoz_list ul {
	list-style-type: none;
	margin-left:12px;
	margin-bottom: 3px;
}

#atoz_list li {
	margin: 0;
	padding: 0;
	float: left;
	text-align:center;
	color: black;
	margin-right: 3px;
	margin-bottom: 3px;
	
	width: 2em;
	height: 2em;
}
#atoz_list li span{
	width: 2em;
	height: 1.5em;
	display: block;
	margin: 0;
	padding: 0.5em 0 0 0;
	color: #999;
}
#atoz_list li a{
	width: 2em;
	height: 1.5em;
	display: block;
	margin: 0;
	padding: 0.5em 0 0 0;
	color: black;
	background-color:#efeff0;
	text-decoration: none;
}

#atoz_list li a:hover{
	background-color: #cc0066;
	color: white;
	font-weight: bold;
	position: relative;
	top: -0.25em;
	left: -0.25em;
	font-size: 150%; /* problem for IE6. If we want this, need to add extra line to ie6.css */
}

/* MAIN CONTENT STYLE */

#maincontent {
	/*float:left;*/
	/*vertical-align:top;*/
	display:block;
	margin-left: 214px;
	margin-right: 14px;
/*	margin-left:20px; */
	width: auto;
/*	border: solid 1px green; */
	margin-top: 0 !important;
	padding-top: 0;
	/*background-color: yellow;*/
}

body.col1 #maincontent {
	margin-left: 14px;
	/*clear: both;*/
}

body.col3 #maincontent {
	background-image: url(../images/right_line.gif);
	background-repeat: repeat-y;
	background-position: right;
}

#maincontent_full {
	/*float:left;*/
	vertical-align:top;
	display:block;
	margin-left: 14px;
	margin-right: 14px;
/*	margin-left:20px; */
	width: auto;
/*	border: solid 1px green; */
}

/** html #maincontent {
	width:100%;
	margin-left:20px; 
	}
*/
/* TITLE STYLE */

#title {
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: white;	
}
table.news_headlines #title {
	border: 0;
	background-color: transparent;
}
#page_title {
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding-top: 3px;
	padding-bottom: 3px;
	background-color: white;
}

#three_col_content {
	vertical-align:top;
	display:block; 
	width:100%;
}


/* CONTENT STYLE */

#content_rhn {
	/*padding:0 5px 5px 5px;*/
	padding: 0 0 10px 0;
	/*padding: 0;*/
	margin-right: 134px;
	margin-right: 139px;
	/*margin-right: 153px;*/
	/*border-right: 5px solid green;*/
	/*float: right;*/
	/*vertical-align:text-top;*/

	/*border-top: 1px solid red;*/
	/*float: right !important;*/
	/*width: 75%;*/
	width: auto;
	/*width: 74%; full width content fix applied 09/09/09 - Chris Jopson */
}

#content_div {
	min-width: 760px; /* full width content fix applied 09/09/09 - Chris Jopson */
}

#content {
	padding:0 5px 5px 5px;
	padding: 0;
	padding: 0 0 10px 0;
	/*margin-right: 139px;
	border-right: 1px solid gray;8/
	/*vertical-align:text-top;*/
	/*background-image:url(../images/transpx.gif);
	background-repeat: repeat;*/
}

body.col2 #content {
	/*width: 95%;*/
	width: 100%;
	width: 95%; /* only for landing pages and IE6, so should change this */
}

#datacontent  {
	padding-left: 18px;
}

/* RIGHT NAVIGATION STYLE */

#rightnav {
	display: block;
	width: 15%; 
	margin-right: 1%;
}

#rightnav h2 {
	padding: 0px;
	margin: 0px;
	line-height: 23px;
	font-size: 100%;
	font-weight: bold;
}

#rightnav ul {
	list-style-type: none;
	margin:0;
	padding:0;
	border:0;
}

#rightnav li {
	line-height: 1em;
	font-size:x-small;
	border: 0px;
	margin: 0px;
	background-image: url(../images/dotarrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 4px 0px 4px 12px;
 }
/* ========================================================= */
/* ========================================================= */
/* ========================================================= */
.container {
	font-size: 90%;
	position: absolute;
	top: 8px;
	right: 0;
/* width: 141px;*/
	width: 143px;
	width: 129px;
/*	width: 135px;*/
	margin: 0px;
	padding: 0px;
	margin-top: 1.5em;
	/*background-color: pink;*/
	margin-right: 14px;
}

/*.container div#boxwhite h2 {*/
.container h2 {
/* background-color: #ffffff;*/
/*background-color: red;*/
margin: 0 0 5px 0;
padding: 10px 0 0 0;
text-indent: 12px;
}

.container .container {
margin-top: 0;
top: 0;
position: static;
}
.container table h2 {
margin-bottom: 10px;
}

.container .smallblack,
.container .smallred,
.container .smallblue {
	font-size: 100% !important;
	margin-top: 0 !important;
}

.container div {
 float: left;
 width: 135px;
 width: 129px;
 margin: 0px;
 padding: 0px;
/* border: 0px;*/
/* margin-bottom: 8px;*/
 /*background-color: green;*/
}

.container div ul {
 /*width: 131px;*/
/* width: 131px; */
 list-style: none;
 border: 0px;
 margin: 0px;
 padding: 0px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 /*background-color:#CCFF99;*/
 /*border-left: 1px solid #ccc;*/
 /*background-color: #eee;*/
}

.container div ul li {
 line-height: 1em;
 /*font-size: 87%;*/
 border: 0px;
 margin: 0px;
/* background-image: url(../images/dotarrow4.gif);
 background-repeat: no-repeat;
 background-position: left center;*/
 padding: 4px 0px 4px 12px;
 padding: 0;
 position: relative;
 /*left: -1px;*/
 /*background-color: yellow;*/
/* width:131px;*/
}
.container div ul a {
 display: block;
 color : black;
 text-decoration : none;
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 font-weight : normal;
 line-height : 120%;
 /*padding-top : 1px;*/ 
 padding: 4px 0px 4px 12px;
 background-image: url(../images/greyarrow.gif);
 background-repeat: no-repeat;
 background-position: left center;
}

/*.container div ul a:link {
 color : black;
 text-decoration : none;
 font-family: Verdana, Arial, Helvetica, sans-serif; 
 line-height : 120%;
 padding-top : 1px; 
}

.container div ul a:visited {
 color : black;
 text-decoration : none;
}*/

.container div ul a:hover {
 color : #CC0066;
 text-decoration : underline;
 /*background-color: #ccc;*/
}
/* ========================================================= */
/* ========================================================= */
/* ========================================================= */



/* BACK TO THE TOP STYLE */

#backtotop {
	clear:both;
	vertical-align:bottom;
	padding-left:220px;
}

#data_backtotop {
	clear:both;
	vertical-align:bottom;
	padding-left:18px;
}




/* DATA TEMPLATE STYLE */

#data_content {
/*	height:400px;   */
	clear: both;
}

/* ONLINE FACILITIES NAVIGATION STYLE */

#online_nav {
	float:right;
	width:100%;
	border-bottom:2px solid #cccccc;
}

#online_nav ul {
	float:right;
	margin-top:-15px;
	margin-bottom:0;
	padding:1em 0 0 0;
	list-style:none;
}

#online_nav li{
	float:left;
	background-image: url(../images/template_furniture/left_tab.gif);
	background-repeat:no-repeat;
	margin:0 3px 0 0;
	padding:0 0 0 8px;
	background-color:#cc0066;
}

#online_nav a {
	display:block;
	background-image: url(../images/template_furniture/right_tab.gif);
	background-repeat:no-repeat;
	background-position:right top;
	padding:0.2em 10px 0.2em 0;
	text-decoration:none;
	color:#FFFFFF;
	font-size:80%;
	font-weight:bold;
	border-bottom:1px solid #cc0066;
}

#online_nav a:hover {
	color:#dfdff0;
}

/* PODS */

.pod_left,
.pod_right {
	border: 1px solid #666;
	width: 46%;
	overflow: hidden;
	margin: 20px;
	padding: 0;
	float: left;
	margin: 10px 0 0 0;
	background-color:white;
}
.pod_left  {
	clear: both;
	margin-left: 5%;
}
.pod_right  {
	float: right;
	
}

.pod_right ul {
	margin-top:0;
}

.pod_left a,
.pod_right a {
    padding-left: 2px;
/*	padding-top: 5px; */
	padding-bottom: 4px;
	color: #cc0066 !important;
}

.pod_left a:hover, .pod_right a:hover {
	text-decoration:none;
}

.pod_right a {
	display: block;
}

.pod_left h2,
.pod_right h2 {
	margin: 0;
	padding-left:5px;
	padding-top:5px;
/*	padding-bottom:10px;*/
	background-color: #efeff0;
/*	height:25px;*/
/*	font-size: medium;
	font-weight:bold; */
}

.pod_left img,
.pod_right img {
/*	width:70px;*/
	float:left;
/*	margin:0;
	padding:0;*/
	
	margin: 5px;
	padding: 5px;
	border: 1px solid silver;
	background-color: #eee;
	position: static;
}

* html .pod_left img,
* html .pod_right img {
	/*margin-left:-3px;*/
}

.pod_left p,
.pod_right p {
	/*width:66%;
	float:left;*/
/*	font-size:x-small;*/
	padding:2% 0 2% 2%;
	margin:0;
	color:black;
}

.pod_row {
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 100%;
}

.pod_notice {
	background-color: #efeff0;
	border: 1px solid #666;
	width: 94.8%;
	overflow: hidden;
	padding: 0;
	margin-left: 5%;
	margin-top: 10px;
}

.pod_notice h2 {
	color:#cc0066;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	margin:0 0 5px 0;
}

.pod_notice p {
	font-weight:bold;
	width:80%;
	padding-left:2%;
	padding-right:2%;
	padding-top:0;
	margin:0 0 5px 0;
	color:black;
}

.pod_notice a {
	text-decoration:underline;
	color:black;
}

.pod_notice a:visited {
	color:black;
}

.straight_to {
	background-color: #efeff0;
	border: 4px solid #999999;
/*	width: 94.8%;*/
	overflow: hidden;
	padding: 5px;
	margin-left: 5%;
	margin-top: 10px;
	margin-bottom: 5px;
/*	-moz-box-shadow: 3px 3px 5px #CCC;
	-webkit-box-shadow: 3px 3px 5px #CCC;
	box-shadow: 3px 3px 5px #CCC;*/
	-moz-border-radius: 7px;
	-moz-border-radius-topleft: 0;
	-webkit-border-radius: 7px;
	-webkit-border-top-left-radius: 0;
	border-radius: 7px;
	border-top-left-radius: 0;
}

.straight_to h2 {
	color:#cc0066;
	padding-left:10px;
	padding-top:5px;
/*	padding-bottom:5px;*/
	margin:0 0 5px 0;
}

.straight_to p {
	font-weight:bold;
	width:80%;
	padding-left:2%;
	padding-right:2%;
	padding-top:0;
	margin:0 0 5px 0;
	color:black;
}

.straight_to a {
	text-decoration:underline;
	color:black;
}

.straight_to a:visited {
	color:black;
}

/***** .straight_to_rhn (works on hrn templates)  *****/

.straight_to_rhn {
	background-color: #efeff0;
	border: 4px solid #999999;
/*	width: 94.8%;*/
	overflow: hidden;
	padding: 5px;
/*	margin-left: 5%;*/
	margin-top: 10px;
	margin-bottom: 5px;
/*	-moz-box-shadow: 3px 3px 5px #CCC;
	-webkit-box-shadow: 3px 3px 5px #CCC;
	box-shadow: 3px 3px 5px #CCC;*/
	-moz-border-radius: 7px;
	-moz-border-radius-topleft: 0;
	-webkit-border-radius: 7px;
	-webkit-border-top-left-radius: 0;
	border-radius: 7px;
	border-top-left-radius: 0;
}

.straight_to_rhn h2 {
	color:#cc0066;
	padding-left:10px;
	padding-top:5px;
/*	padding-bottom:5px;*/
	margin:0 0 5px 0;
}

.straight_to_rhn p {
	font-weight:bold;
	width:80%;
	padding-left:2%;
	padding-right:2%;
	padding-top:0;
	margin:0 0 5px 0;
	color:black;
}

.straight_to_rhn a {
	text-decoration:underline;
	color:black;
}

.straight_to_rhn a:visited {
	color:black;
}


/*////////////////////////////////////////////////////////////////////////////////////*/


#toprow {
	border: 1px solid green !important;
}

/*/////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////// colours //////////////////////////////////////*/
/*/////////////////////////////////////////////////////////////////////////////////////*/

/* default */
#atoz_list li a {
/*	background-color: #94033f;*/
}
#atoz_list li a:hover {
	background-color: #c06;
}

/* blue */
.custom_blue #atoz_list li a {
/*	background-color: #0040b7;*/
}
.custom_blue #atoz_list li a:hover {
	background-color: #5974b1;
}

/* green */
.custom_green #atoz_list li a {
/*	background-color: #0b751b;*/
}
.custom_green #atoz_list li a:hover {
	background-color: #5e8c64;
}

/* grey */
.custom_grey #atoz_list li a {
/*	background-color: #656565;*/
}
.custom_grey #atoz_list li a:hover {
	background-color: #858585;
}
/*Added By Gavin For Book Vote */
.books{
width:100%;
overflow:auto;
}

.book{
width:47%;
float:left;
margin-left:2%;
text-align:center;
border: solid gray 1px;
margin-bottom: 3px;
}

form .price {
	width:30px;
}

#customise_page {
	display: none;
}

#verbs {
	display: none;
}

#tabs {
	clear: both;
	display: block;
    float: right;
	width: 350px;
    margin: 0 14px 4px;
}

#tabs ul {
	float: right;
}

#tabs ul li {
	margin-left: 4px;
	display: inline;
	float: left;
	padding: 0;
}

#tabs ul li a {
	text-decoration: none;
	background-color: #999;
	color: white;
	display: block;
	min-width: 90px;
	padding: 3px 10px;
	text-align: center;
	font-weight: bold;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

#tabs ul li a:hover {
	background-color: #CCC;
	color: black;
}

#tabs ul li.emergency_tab {
	display: none;	
}

/*#tabs ul li.emergency_tab {
	margin-left: 4px;
	display: inline;
	float: left;
	padding: 0;
}

#tabs ul li.emergency_tab a {
	text-decoration: none;
	background-color: #CC0000;
	color: white;
	display: block;
	text-align: center;
	font-weight: bold;
	min-width: 90px;
	padding: 3px 10px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
}

#tabs ul li.emergency_tab a:hover {
	background-color: #990000;
}*/

/*PODS - HOUSING*/
/*MW 14/11/11*/
.pod_housing_left,
.pod_housing_right {
	border: 1px solid #666;
	width: 46%;
	overflow: hidden;
	margin: 20px;
	padding: 0;
	float: left;
	margin: 10px 0 0 0;
	background-color:white;
}
.pod_housing_left  {
	clear: both;
	margin-left: 5%;
}
.pod_housing_right  {
	float: right;
	
}

.pod_housing_right ul {
	margin-top:0;
}

.pod_housing_left a,
.pod_housing_right a {
    padding-left: 2px;
/*	padding-top: 5px; */
	padding-bottom: 4px;
	color: #000099 !important;
}

.pod_housing_left a:hover, .pod_housing_right a:hover {
	text-decoration:none;
}

.pod_housing_right a {
	display: block;
}

.pod_housing_left h2,
.pod_housing_right h2 {
	margin: 0;
	padding-left:5px;
	padding-top:5px;
/*	padding-bottom:10px;*/
	background-color: #ECECFF;
/*	height:25px;*/
/*	font-size: medium;
	font-weight:bold; */
}

.pod_housing_left img,
.pod_housing_right img {
/*	width:70px;*/
	float:left;
/*	margin:0;
	padding:0;*/
	
	margin: 5px;
	padding: 5px;
	border: 1px solid silver;
	background-color: #eee;
	position: static;
}

* html .pod_housing_left img,
* html .pod_housing_right img {
	/*margin-left:-3px;*/
}

.pod_housing_left p,
.pod_housing_right p {
	width:66%;
	float:left;
/*	font-size:x-small;*/
	padding:2% 0 2% 2%;
	margin:0;
	color:black;
}

.pod_housing_row {
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 100%;
}

.pod_housing_notice {
	background-color: #ECECFF;
	border: 1px solid #666;
	width: 94.8%;
	overflow: hidden;
	padding: 0;
	margin-left: 5%;
	margin-top: 10px;
}

.pod_housing_notice h2 {
	color:#000099;
	padding-left:5px;
	padding-top:5px;
	padding-bottom:5px;
	margin:0 0 5px 0;
}

.pod_housing_notice p {
	font-weight:bold;
	width:80%;
	padding-left:2%;
	padding-right:2%;
	padding-top:0;
	margin:0 0 5px 0;
	color:black;
}

.pod_housing_notice a {
	text-decoration:underline;
	color:black;
}

.pod_housing_notice a:visited {
	color:black;
}
