/* Start of CMSMS style sheet 'Styles' */
/* Remove margin, padding and border from everything
-----------------------------------------------------------------------------*/

* 
	{
	margin: 0;
	padding: 0;
	
	border: 0;
}

/* Styles for layout
-----------------------------------------------------------------------------*/

.clear
	{
	clear:both;
}



.right
	{
	float: right;
}



.left
	{
	float: left;
}

img.left {
margin:0px 10px 2px 0px;
padding:2px;
border:1px solid #bbb;
clear:left;
}

/* Set up the document
-----------------------------------------------------------------------------*/

body
	{
	font: 62.5%/1.5  Arial, Helvetica, sans-serif;
	background:#fff url(/images/background.png) repeat;
	color: #000000;
	text-align:center;
	margin:20px 0;
}



#wrapper
	{ 
	width: 955px; /* Set page width here - you can also use percentage */
	text-align:left;  
	margin-left:auto; 
	margin-right:auto; 
background:#fff url(./images/global/fauxcol.gif) 0 0 repeat-y;
	border:1px solid #555;
}


/* Links
-----------------------------------------------------------------------------*/
a:link, a:active, a:focus {
text-decoration:none;
}

a:visited {
text-decoration:none;
}

a:hover, li.currentpage a {
text-decoration:underline;
}

#main-center a {
color:#2990FF;
font-weight:bold;
text-decoration:underline;
}

#main-center a.external {
color:#282828;
font-weight:bold;
text-decoration:underline;
font-size:13px;
}

#main-center a:hover {
color:#242424;
text-decoration:underline;
}

#footer ul li a {
color:#fff;
font-size:0.95em;
}

/* Typography
-----------------------------------------------------------------------------*/

h1
	{
	font-size: 2.2em; /* Equivalent to 22pt */
}

#header h1 a {
position:absolute;
display:block;
top:0px;
left:0px;
text-indent:-999em;
background:#fff url(./images/global/logo.gif) center center no-repeat;
width:175px;
height:175px;
}

#main-center h1 {
color:333;
font-weight:normal;
font-size:2.7em;
}

#footer h1 {
position:absolute;
top:25px;
left:220px;
font:25px normal Arial, Helvetica, sans-serif;
color:#fff;
letter-spacing:-1px;
}
	
h2
	{
	font-size: 2.0em; /* Equivalent to 20pt */
}

#header h2 {
position:absolute;
top:0px;
right:0px;
background:#3A6291 url(./images/global/bgheader.jpg) 0 0 repeat-x;
color:#fff;
font-size:1.7em;
padding:30px 10px 0 10px;
width:180px;
height:145px;
}

#main-center h2 {
color:#3B6190;
font-weight:normal;
font-size:1.8em;
text-transform: lowercase;
margin-bottom:2px;
margin-top:5px;
}
	
h3
	{
	font-size: 1.8em; /* Equivalent to 18pt */
}
	
h4
	{
	font-size: 1.6em; /* Equivalent to 18pt */
}
	
h5
	{
	font-size: 1.4em; /* Equivalent to 14pt */
}
	
p, q, cite, blockquote
	{
	font-size: 1.4em; /* Equivalent to 12pt */
	margin-bottom:10px;
	line-height:1.5;
}

ul, ol, dl
	{
	list-style: none;
	font-size: 1.2em; /* Equivalent to 12pt */
}

ul li ul, ul li ul li {
font-size:1.0em;
}

#main-center ul {
margin:10px 5px 10px 25px;
list-style-type:disc;
}

#main-center ol {
margin:10px 5px 10px 25px;
list-style-type:decimal;
}

#footer ul {
position:absolute;
bottom:20px;
left:205px;
}

#footer ul li {
padding:0px 15px;
display:inline;
}

li, dd, dt
	{
	font-size: 1.2em; /* Equivalent to 12pt */	
}

/* Header
-----------------------------------------------------------------------------*/
#header {
position:relative;
height:175px;
}

#header div {
position:absolute;
top:0;
left:175px;
  width:580px;
  height:175px;
}

#shuffler {
list-type-style:none;
}

#shuffler li {
display:block;
width:580px;
height:175px;
text-indent:-999em;
}

#slide1 {
background:url(./images/header/slide1.jpg) 0 0 no-repeat;
}
#slide2 {
background:url(./images/header/slide2.jpg) 0 0 no-repeat;
display:none;
}
#slide3 {
background:url(./images/header/slide3.jpg) 0 0 no-repeat;
display:none;
}
#slide4 {
background:url(./images/header/slide4.jpg) 0 0 no-repeat;
display:none;
}
#slide5 {
background:url(./images/header/slide5.jpg) 0 0 no-repeat;
display:none;
}


/* Top Navigation
-----------------------------------------------------------------------------*/
#top-nav {
background-color:#f9d22d;
height:28px;
padding-top:5px;
}

#top-nav ul {
text-align:center;
}

#top-nav ul li {
padding:0px 15px;
display:inline;
}

#top-nav a {
text-transform:uppercase;
font-size:0.85em;
color:#242424;
font-weight:bold;
}

#top-nav a:hover {
color:#2990FF;
text-decoration:underline;
}

/* Side Column
-----------------------------------------------------------------------------*/
ul.side-nav {
margin:0;
padding:0;
}

ul.side-nav li {
border-top:1px solid #d1d1d1;
margin:0;
padding:0;
}

ul.side-nav li ul li {
padding:0 0 0 10px;
}

ul.side-nav li a:link, ul.side-nav li a:active, ul.side-nav li a:focus, ul.side-nav li a:visited  {
color:#242424;
text-decoration:none;
margin:0px;
display:block;
padding:10px 5px 10px 25px;
font-size:0.85em;
font-weight:bold;
background:url(./images/global/sosimple.gif) 5px center no-repeat;
}

ul.side-nav li a.currentpage {
color:#424242;
text-decoration:underline;
background-color:#d9d9d9;
}

ul.side-nav li a:hover {
color:#242424;
text-decoration:none;
background-color:#d1d1d1;
}

#newsletter {
margin-top:10px;
/*
background:#3A6291 url(./images/global/bgheader.jpg) 0 0 repeat-x;
*/
background-color:#6F6F6F;
padding:10px;
color:#fff;
font-size:1.2em;
border:3px solid #F9D22D;
}

#newsletter label {
font-weight:bold;
}

#newsletter p strong {
font-weight:bold;
font-size:1.0em;
color:#F9D22D;
}

#why-use {
margin:10px;
padding:5px;
border:1px solid #d1d1d1;
}

#why-use h2 {
font-weight:normal;
}

#why-use ul {
margin-left:15px;
list-style-type:disc;
}

#why-use ul li {
padding:5px 0;
font-size:0.9em;
}

/* Main content
-----------------------------------------------------------------------------*/
#main {
float:left;
width:100%;
}

#main-center {
margin:0 200px 0 175px;
padding:15px 30px 15px 30px;
width:520px;
}

.p1 {
margin-top:10px;
}

#main-left {
margin-left:-955px;
width:175px;
background:#e0e0e0 url(./images/global/clip.gif) 0 0 no-repeat;
float:left;
padding-top:70px;
}

#main-right {
margin-left:-200px;
background-color:#F4F4F4;
width:200px;
float:left;
}

.news-intro {
padding:10px 0 15px 0;
margin:15px 0;
border-bottom:1px solid #bbb;
}

.nextprev {
margin:20px 5px 0px 5px;
padding:5px;
border:1px dotted #e0e0e0;
border-width:1px 0px;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer {
clear:both;
position:relative;
height:120px;
background:#39618e url(./images/global/bgfooter.jpg) top left repeat-x;
}

#norfolk {
width:175px;
height:120px;
display:block;
position:absolute;
top:0;
left:0;
background:#fff url(./images/global/norfolk.gif) center center no-repeat;
text-indent:-999em;
}

#norwich {
width:70px;
height:120px;
display:block;
position:absolute;
top:0;
right:15px;
background:transparent url(./images/global/visitnorwich.gif) center center no-repeat;
text-indent:-999em;
}



/* Homepage
-----------------------------------------------------------------------------*/



/* Your template
-----------------------------------------------------------------------------*/
#main-right a {
margin-bottom:5px;
text-indent:-999em;
}


#venue {
background:url(./images/right/venue.jpg) 0 0 no-repeat;
display:block;
width:200px;
height:150px;
}

#attraction {
background:url(./images/right/attraction.jpg) 0 0 no-repeat;
display:block;
width:200px;
height:150px;
}

#supplier {
background:url(./images/right/supplier.jpg) 0 0 no-repeat;
display:block;
width:200px;
height:150px;
}

#enquiry {
background:url(./images/right/enquiry.jpg) 0 0 no-repeat;
display:block;
width:200px;
height:150px;
}

#brochure {
background:url(./images/right/brochure.jpg) 0 0 no-repeat;
display:block;
width:200px;
height:150px;
}

/* Forms
-----------------------------------------------------------------------------*/

input {
	padding: 2px;
	border: 1px solid #3E6A9B;	
}

input.text
	{
	padding: 3px;
	border: 1px solid #999999;	
}

input.submit
	{
	margin-top:10px;
	padding: 3px;
	border: 1px solid #999999;	
}


/* Tables 
-----------------------------------------------------------------------------*/



table
 	
	{ 
  	border-spacing: 0;
	border-collapse: collapse;
}

td 
	
	{
  	text-align: left;
	font-weight: normal;
}



.top-banner {
margin-bottom:10px;padding:3px;border:1px solid #d1d1d1;
}










/* End of 'Styles' */

/* Start of CMSMS style sheet 'Module: News' */
div#news {
  margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000; 
  background: #FFE9AF; 
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

.NewsSummary {
    padding: 0.5em 0.5em 1em; /* padding for the news article summary */
    margin: 0 0.5em 1em 0.5em; /* margin to the bottom of the news article summary */
    border-bottom: 1px solid #ccc; 
}

.NewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
 }

.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
 }

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
  }

#NewsPostDetailSummary {
   line-height: 150%;
   }

#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

#NewsPostDetailAuthor {

  padding-bottom: 1.5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'Module: News' */

/* Start of CMSMS style sheet 'Navigation: Simple - Vertical' */
/********************
MENU
*********************/
#menu_vert {
   padding-left: 0;
   margin-left: 1em;
}


/* third level has some padding to have it stand out */
div#menu_vert ul ul ul {
   padding-bottom: 0.5em;
}

/* menu li block */
#menu_vert li {
   list-style: none;
   margin: 0;
   border-bottom: 1px solid #c0c0c0;
   display: block;
}

#menu_vert ul ul li {
   border: none;
}

/** fix stupid ie bug with display:block; **/
* html #menu_vert li a { height: 1%; } 
* html #menu_vert li hr { height: 1%; }
/** end fix **/

/* first level links */
div#menu_vert a {
   text-decoration:none; /* no underline for links */
   display: block; /* IE has problems with this, fixed above */
   padding: 0.8em 0.5em 0.8em 1.5em; /* some air for it */
   color: #18507C; /* this will be link color for all levels */
   background: url(images/cms/arrow-right.gif) no-repeat 0.5em center; 
   background: transparent; 
   min-height:1em; /* Fixes IE7 whitespace bug */ 
}

/* next level links, more padding and smaller font */
div#menu_vert ul ul a {
   font-size: 90%;
   padding: 0.5em 0.5em 0.5em 2.8em;
   background-position: 1.5em center;
}

/* third level links, more padding */
div#menu_vert ul ul ul a {
   padding: 0.3em 0.5em 0.3em 4.3em;
   background: url(images/cms/dash.gif) no-repeat 2.8em center; 
}

/* hover state for all links */
div#menu_vert a:hover {
   background-color: #C3D4DF;
}
div#menu_vert a.activeparent:hover {
   background-color: #C3D4DF;
   color: #18507C;
}

/* 
active parent, that is the first-level parent 
of a child page that is the current page 
*/
div#menu_vert li a.activeparent {
   background: url(images/cms/arrow-down.gif) no-repeat 0.4em center; 
   background-color: #385C72;
   color: #fff;
}

div#menu_vert ul ul li a.activeparent {
   background-position: 1.5em center; 
   background-color: transparent;
   color: #18507C;
}


/* 
current pages in the default Menu Manager 
template are unclickable. This is for current page on first level 
*/
div#menu_vert ul h3 {
   background: url(images/cms/arrow-right-active.gif) no-repeat 0.4em center;
   background-color: #385C72;
   display: block; 
   padding: 0.8em 0.5em 0.8em 1.5em;  /* some air for it */
   color: #fff;                                 /* this will be link color for all levels */
   font-size: 1em;                           /* instead of the normal font size for <h3> */
   margin: 0;                                  /* as <h3> normally has some margin by default */
}

/* 
next level current pages, more padding, 
smaller font and no background color or bottom border 
*/
div#menu_vert ul ul h3 {
   font-size: 90%;
   padding: 0.3em 0.5em 0.3em 2.8em;
   background-position: 1.4em center;
   background-color: transparent;
   border-bottom: none;
   color: #000;     
}

/* current page on third level, more padding */
div#menu_vert ul ul ul h3 {
   padding: 0.3em 0.5em 0.3em 4.3em;
   background: url(images/cms/arrow-right-active.gif) no-repeat 2.7em center; 
}

/* section header */
div#menu_vert li.sectionheader {
   border-right: none;
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0;
   background-color: #fff;
   line-height: 1em;
   margin: 0;
   text-align:center;
}



/* separator */
div#menu_vert li.separator {
   height: 1px !important;
   margin-top: -1px;
   margin-bottom: 0;
   padding:2px 0 2px 0;
   background-color: #000;
   overflow:hidden !important;
   line-height:1px !important;
   font-size:1px; /* for ie */
}

div#menu_vert li.separator hr {
   display: none; /* this is for accessibility */
}
/* End of 'Navigation: Simple - Vertical' */

/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'Thickbox' */
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

/* End of 'Thickbox' */

