/*

BRAND COLOURS

Dark grey: 53534D
Light grey: E7DECF
Red: EC2030
Yellow: FEE14E
Green: D5E04D
Purple: B790C2

Link purple: 75507e

*/

body {
	background: #f6f2ed;
	color: #53534D;
	line-height: 1.5;
}

a,a:link,a:active {
	color: #75507e;
}

a:visited {
	color: #b890c2;
}

#page {
	background: #fff;
	padding: 0;
}

#header {
	padding: 0;
	position: relative;
}

#footer {
		background:transparent url(../images/footer_bg.png) no-repeat scroll 50% 0;
		border:0 none;
		font-size:0.916em;
		margin-top:0;
		padding:90px 20px 20px;
}

#footer.professionals {
		background:transparent url(../images/footer_bg.gif) no-repeat scroll 50% 0;
		border:0 none;
		font-size:0.916em;
		margin-top:0;
		padding:40px 20px 20px;
}

#footer a {
	color: #53534D;
	text-decoration: none;
}

#footer a:hover {
	color: #EC2030;
}

/* Header */

#header a {
	color: #53534D;
	text-decoration: none;
}

#header #logo 
{
	margin: 20px 20px 10px 20px;
	position: relative;
	_display: inline;
}

/*#header #logo .cover 
{
    position: absolute;
    left: 0;
    top: 0;
    width: 88px;
    height: 112px;
    background: transparent;
}*/

#header #sitelinks {
	margin-top: 0px; 
	font-size: 0.916em;
	float: right;
	clear: right;
	padding: 20px 0 0 0;
}

#header #sitelinks li {
	padding-left: 0.4em;
	padding-right: 0.1em;
	border-left: 1px solid #53534D;
}

#header #sitelinks li.first {
	border-left: 0;
}

#header #sitelinks li a {
	line-height: 1em;
}

#header #sitelinks a:hover {
	color: #EC2030;
}

#topnav {
	clear: both;
	position: relative;
}

#topnav .level1,
#topnav .level2, #tabnav .level2 {
	float: left;
	width: 926px;
	padding-left: 14px;
	margin:0;
}

#topnav .level1 {
	background: url(../images/topnav_line.gif) no-repeat 50% 100%;
	padding-bottom: 10px;
}

#topnav li, #tabnav li {
	float: left;
	list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0;
    padding:0;
}

#topnav li a, #tabnav li a  {
	float: left;
	font-weight: bold;
	color:#53534D;
    text-decoration:none;
}

#topnav .level1 li a {
	text-transform: uppercase;
	margin: 0 6px;
}

#topnav .level2 li a, #tabnav .level2 li a {
	margin: 0 12px;
}

#topnav .level1 li a span {
	display: block;
	padding: 6px 10px;
}

#topnav .level1 li a:hover,
#topnav .level1 li.current a {
	background: url(../images/topnav_hover_left.gif) no-repeat 0 50%;
}

#topnav .level1 li a:hover span,
#topnav .level1 li.current a span {
	background: url(../images/topnav_hover_right.gif) no-repeat 100% 50%;
}

#topnav .level2, #tabnav .level2  {
	padding: 6px 8px;
	padding-left: 22px;
}

#topnav .level2 li a:hover, 
#tabnav .level2 li a:hover,
#topnav .level2 li.current a,
#tabnav .level2 li.current a {
	color: #EC2030;
}

#topnav .level2 li {
	*float: left;
	*padding: 0 5px;
}

#register-link {
    background: url(../images/register_link.gif) no-repeat 0 50%;
    margin-right: 0px;
	margin-top: 10px;
	float: right;
	clear: both;
	overflow: hidden;
	zoom: 1;
}

#register-link div
{
    display: block;
    background: url(../images/register_link_right.gif) no-repeat 100% 50%;
    padding: 6px 16px;
    text-transform: uppercase;
}

#register-link div a 
{
    font-weight: bold;
}

#register-link-new 
{
    position: absolute;
    right: 0;
    top: 10px;
    background: url(../images/register_link.gif) no-repeat 0 50%;
}

#register-link-new div
{
    display: block;
    background: url(../images/register_link_right.gif) no-repeat 100% 50%;
    padding: 6px 16px;
    text-transform: uppercase;
}

#register-link-new div a 
{
    font-weight: bold;
}

    /* Text sizing */
    
.text-size-a-small {font-size: 1em;}
.text-size-a-medium {font-size: 1.2em;}
.text-size-a-large {font-size: 1.5em;}
.text-size a {font-weight: bold;}

	/* Search box */
	
.strapline {
	background: url(../images/strapline.gif) no-repeat 0 100%;
	width: 738px;
	height: 145px;
	float: right;
	position: relative;
	margin-right: 15px;
}

#search {
	position: absolute;
	right: 12px;
	bottom: 25px;
}

#search input {
	/*float: left;*/
	vertical-align: middle;
}
	
#search input.text {
	border: none;
	background: url(../images/search_field.gif);
	width: 139px;
	height: 17px;
	padding: 5px 4px;
}

/* Subnav */

#subnav {
	background: #E7DECF url(../images/subnav_ends.gif) no-repeat -164px 100%;
	width: 164px;
	margin-bottom: 1em;
}

#subnav ul {
	margin: 0;
	padding: 8px 5px;
	background: url(../images/subnav_ends.gif) no-repeat 0 0;
    zoom: 1;
}

#subnav ul ul 
{
    padding: 8px 0 8px 0;
    background: none;
    zoom: 1;
}

#subnav li {
	margin: 0;
	padding: 0;
	list-style: none;
	zoom: 1;
	float: left;
}

#subnav li a {
	color: #53534D;
	text-decoration: none;
	font-weight: bold;
	float: left;
	clear: left;
	width: 154px;
	padding: 0;
}

#subnav li a span 
{
    padding: 4px 15px;
    display: block;
}

#subnav li li 
{
    padding-left: 15px;
    zoom: 1;
}

#subnav li li a 
{
    width: 139px;
	margin-left: 0px;
}

#subnav li li li a 
{
    width: 124px;
}

#subnav li a:hover {
	color: #EC2030;
}

    /* Level 1 */
#subnav li.current a {
	background: url(../images/subnav_current_stretch.gif) no-repeat 0 0;
	color: #EC2030;
}

#subnav li.current a span 
{
	background: url(../images/subnav_current_stretch.gif) no-repeat -417px 100%;
}

    /* Level 2 */

#subnav li li.current a 
{
 	background: url(../images/subnav_current_stretch.gif) no-repeat -154px 0;   
	margin-left: 0px;
}

#subnav li li.current a span 
{
	background: url(../images/subnav_current_stretch.gif) no-repeat -571px 100%;
}

    /* Level 3 */
#subnav li li li.current a 
{
 	background: url(../images/subnav_current_stretch.gif) no-repeat -293px 0;   
}

#subnav li li li.current a span 
{
	background: url(../images/subnav_current_stretch.gif) no-repeat -710px 100%;
}

#subnav li.current li a {
	background: none;
	color: #53534D;
}

#subnav li.current li a span
{
    background: none;
}

/* Content */

#crumbtrail {
	font-size: 0.916em;
}

#crumbtrail a {
	color: #53534D;
	text-decoration: none;
}

#crumbtrail a:hover {
	color: #EC2030;
}

/* Type */

h1 {
	font-size: 30px;
	color: #EC2030;
	line-height: 1.2;
	margin-bottom: 0.5em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	color: #EC2030;
	font-size: 1.5em;
	line-height: 1.3;
	margin-bottom: 1.3em;
	font-family: Arial, Helvetica, sans-serif;
}

/* LoVe HAte */


h1 a:link,
h1 a:visited,
h1 a:hover,
h1 a:active {
	color: #EC2030;
	text-decoration: none;
}

h2 a:link,
h2 a:visited,
h2 a:hover,
h2 a:active {
	color: #EC2030;
	text-decoration: none;
}

h3 a:link,
h3 a:visited,
h3 a:hover,
h3 a:active {
	color: #EC2030;
	text-decoration: none;
}

h1 a:hover,
h1 a:active {
	text-decoration: underline;
}

h2 a:hover,
h2 a:active {
	text-decoration: underline;
}

h3 a:hover,
h3 a:active {
	text-decoration: underline;
}

.module h2 {
	color: #EC2030;
	font-size: 1.166em;
	line-height: 1.3em;
	margin-bottom: 0.8em;
}


.module h3 {
	font-size: 1em;
	line-height: 1.3em;
	margin-bottom: 0.8em;
}

.module h4 {
	font-size: 0.916em;
	line-height: 1.3em;
	margin-bottom: 0.8em;
}

.module h5 {
	font-size: 0.916em;
	line-height: 1.3em;
	margin-bottom: 0.8em;
	font-style:italic;
}

.module ul, ol, .placementdesc ul {
	margin-left: 0;
	padding-left: 0;
}

.module ul li, .placementdesc ul li {
	background-image: url(../images/bullet.png);
	background-position: 2px 3px;
	background-repeat: no-repeat;
	padding-left: 1.8em;
	margin-left: 0;
	list-style: none;
}

.module ol {
	padding-left: 0;
	margin-left: 0;
}

.module ol li {
	padding-left: 0;
	margin-left: 2em;
	list-style-type: decimal;
}

.module table {
	width: 100%;
	_width: 98%;
	border-collapse: collapse;
}

.module table td {
	/*border: 1px solid #e6ddce;*/
	padding: 4px;
	/*background: #f6f2ed;
	border: 3px solid #fff;*/
}

/* temp */

#content {
	padding: 30px 20px;
}

/*
.banner p {
	margin: 0;
}

.banner1 {
	background: url(../images/banner1.gif) no-repeat 0 0;
	width: 115px;
}

.banner1 .wrapper {
	background: url(../images/banner1.gif) no-repeat -115px 100%;
	padding: 10px 60px 10px 10px;
}

.banner2 {
	background: url(../images/banner2.gif) no-repeat 0 100%;
	width: 117px;
	min-height: 100px;
	_height: 100px;
	_zoom: 1;
}

.banner2 .wrapper {
	background: url(../images/banner2.gif) no-repeat -117px 0;
	padding: 10px 40px 10px 10px;
}

.banner3 {
	background: url(../images/banner3.gif) no-repeat 0 0;
	width: 200px;
}

.banner3 .wrapper {
	background: url(../images/banner3.gif) no-repeat -200px 100%;
	padding: 10px 100px 10px 10px;
}

.banner4 {
	background: url(../images/banner4.gif) no-repeat 0 0;
	width: 195px;
}

.banner4 .wrapper {
	background: url(../images/banner4.gif) no-repeat -195px 100%;
	padding: 10px 90px 18px 10px;
}
*/

/*Bespoke Panels Right */

.panelright {
 	background: url(../images/panel-size-top.gif) no-repeat left top;
 	margin:0 0 10px 0;
}
.promap {
 	background: url(../images/panel-size-top-pro.gif) no-repeat left top;
	padding: 85px 0 0 0;
}

.nomargin 
{
    margin:0 !important;
}

.panelright .panelrightwrapper {
  	background: url(../images/panel-side-bottom.gif) no-repeat left bottom;
	padding: 10px 10px 15px 10px;  
}
/*Filter Panels Right */

.panelright-filter {
 	background: url(../images/panel-side-top-wide.gif) no-repeat left top;
 	margin:0 0 10px 0;
}
.panelright-filter .panelrightwrapper {
  	background: url(../images/panel-side-bottom-wide.gif) no-repeat left bottom;
	padding:20px 20px 20px 35px;  
}

/* Pointy header thing (on news and events pages) */

h3.arrow {
	background: url(../images/latest_left.gif) no-repeat 0 0;
	float: left;
	color: #EC2030;
}

h3.arrow span {
	float: left;
	display: block;
	background: url(../images/latest_right.gif) no-repeat 100% 0;
	padding: 1px 40px 20px 10px;
}

/*Tab Navigation */

ul.innernav {
	padding: 11px 0 0 10px;
    margin: 0;
	float: left;
	background: #d8d8d8;
}

ul.innernav li {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
}

ul.innernav li a,
ul.innernav li span {
	font-size: 1em;
    float: left;
    font-weight: bold;
    text-decoration: none;
    width: 90px;
    padding: 4px 3px;
    margin-right: 3px;
    text-align: center;
    color: #fff;
    background: #7d7b7b;
}

ul.innernav li.current a {
    background: #fff;
    color: #333;
}

div.ui-tabs-hide {
    display:none;
}

.tab-open {
    display:block;
    margin-left:0;
    padding-left:0;
}

/* Page tools */

.page-tools 
{
	clear: both;
    margin: 1em 0    
}

.page-tools ul 
{
    padding: 0;
    margin: 0;
}

.page-tools li
{
    padding: 0;
    margin: 0;
    list-style: none;
    float: left;
    margin-right: 10px;
}

.page-tools li a 
{
    display: block;
    padding-left: 17px;
    background-position: 0 50%;
    background-repeat: no-repeat;
}

.page-tools .send-page a 
{
    background-image: url(../images/send_page.gif);
}

.page-tools .feedback a 
{
    background-image: url(../images/feedback.gif);
}

.page-tools .share-page a 
{
    background-image: url(../images/share_page.gif);
}

.page-tools .print-page a 
{
    background-image: url(../images/print_page.gif);
}


/* Dialogs */

div.ui-dialog 
{
    border: none;
    background: transparent;
}

div.ui-dialog .ui-dialog-titlebar 
{
    background: url(../images/dialog.png) no-repeat 0 0;
    _background: url(../images/dialog.gif) no-repeat 0 0;
    height: 43px;
    padding: 30px 40px 0 40px;
}

div.ui-dialog
{
    background: url(../images/dialog.png) no-repeat -880px 100%;
    _background: url(../images/dialog.gif) no-repeat -880px 100%;
    padding-bottom: 41px;
}

div.ui-dialog .ui-dialog-title 
{
    color: #EC2030;  
    font-size: 24px;
}

div.ui-dialog .ui-dialog-titlebar-close 
{
    text-indent: -999px;
    width: 28px;
    height: 26px;
    padding: 0;
    background: url(../images/dialog_close.gif) no-repeat 0 0;
    outline: none;
}

div.ui-dialog iframe 
{
    border: 0;
    overflow: hidden;
    background: #fff url(../images/dialog.png) repeat-y -440px 0;
    _background: url(../images/dialog.gif) repeat-y -440px 0;
}

.noleft 
{
  margin-left:184px;  
}

.buttons img {margin: 10px 0 0;}


.user_notify {
	position:absolute;
	width:400px;
	background-color:#FEF099;
	left:170px;
	top:20px;
	padding:10px;
	font-size:12px;
	z-index:100;
	font-weight:bold;
	border:solid 1px #CCC;
	color:#000;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	-moz-box-shadow:2px 2px 3px rgba(0, 0, 0, 0.2);
}

.play_overlay {
	display: none;
}