@charset "utf-8";
/* CSS Document */


body {
	background-color: #6699cc;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 40px;
	padding:0;
	font-family: Times New Roman, Times, serif;
	font-size: 1.0em;
	color: #000066;
	text-align:center;
}


/*^'^ Navigation Structure ^'^*/
.nav-container-outer{
/*position:relative;
left: 220px;
top: 80px;
padding: 0px;
height: 74px;
*/
/*background: url(../images/menu/nav-bg.jpg);*/
width:950px;
text-align:left;
}
.float-left{
float: left;
}
.float-right{
float: right;
}
.nav-container .divider{
display:block;
font-size:1px;
border-width:0px;
border-style:solid;
}
.nav-container .divider-vert{
float:left;
width:0px;
display: none;
}
.nav-container .item-secondary-title{
display:block;
cursor:default;
white-space:nowrap;
}
.clear{
font-size:1px;
height:0px;
width:0px;
clear:left;
line-height:0px;
display:block;
float:none;
}
.nav-container{
position:relative;
zoom:1;
margin: 0 auto;
}
.nav-container a, .nav-container li{
float:left;
display:block;
white-space:nowrap;
}
.nav-container div a, .nav-container ul a, .nav-container ul li{
float:none;
}
.nav-container ul{
left:-10000px;
position:absolute;
}
.nav-container, .nav-container ul{
list-style:none;
padding:0px;
margin:0px;
}
.nav-container li a{
float:none
}
.nav-container li{
position:relative;
}
.nav-container ul{
z-index:10;
}
.nav-container ul ul{
z-index:20;
}
.nav-container ul ul ul{
z-index:30;
}
.nav-container ul ul ul ul{
z-index:40;
}
.nav-container ul ul ul ul ul{
z-index:50;
}
li:hover>ul{
left:auto;
}
#nav-container ul {
top:100%;
}
#nav-container ul li:hover>ul{
top:0px;
left:100%;
}

/*^'^ Primary Items ^'^*/	
#nav-container a{	
padding:7px 17px 7px 18px;
margin: 10px 0px 0px 0px;
color: #006633;			/*003399              <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<   */
font-family: Trebuchet MS, Arial, sans-serif, Helvetica;
font-size:2em;
text-decoration:none;
font-weight: bold;
/*background: url(images/menu/item-primary-bg.gif);*/
background-repeat: no-repeat;
background-position: top;
}

#nav-container a:hover{
/*color: #009999;*/
/*background: url(../images/menu/item-primary-bg.gif);*/
color:#660033;
font-weight:bold;
background-repeat: no-repeat;
background-position: center;
background-color:#cccc33;
}

/*^'^ Secondary Items Container ^'^*/	
#nav-container div, #nav-container ul{	
padding:10px 4px 10px 4px;
margin:0px 0px 0px 0px;
/*background: url(../images/menu/item-secondary-container-bg.jpg);*/
background-repeat: repeat-x;
/*background-color: #FF9900;*/
background-color:#cccc33;
border-bottom: 1px solid #3300cc;
}

/*^'^ Secondary Items ^'^*/	
#nav-container div a, #nav-container ul a{	
padding:3px 10px 3px 6px;
background-color: #6699cc;
background: url(../images/menu/item-secondary-bg.jpg);
background-repeat: no-repeat;
background-position: 0px 22px;
font-size:11px;
border-width:0px;
border-style:none;
margin: 0px 0px 0px 0px;
width: 149px;
}

/*^'^ Secondary Items Hover State ^'^*/	
#nav-container div a:hover, #nav-container ul a:hover{	
background-color: #6699cc;
background: url(../images/menu/item-secondary-bg.jpg);
background-repeat: no-repeat;
/*color:#CC0000;*/
color:#330099;
}

/*^'^ Secondary Item Titles ^'^*/	
#nav-container .item-secondary-title{	
cursor:default;
padding:4px 0px 3px 7px;
color: #6C3600;
font-family: Arial, Trebuchet MS, Arial, sans-serif, Helvetica;
font-size:12px;
/*background: url(/images/item-secondary-title-bg.jpg);*/
background:url(../Images/menu/item-secondary-title-bg.gif) 
background-repeat: no-repeat;
font-weight:bold;
}

/*^'^ Horizontal Dividers ^'^*/	
#nav-container .divider-horiz{	
border-top-width:1px;
margin:5px 5px;
/*border-color: #C16100;*/
color:#000099;
}

/*^'^ Vertical Dividers ^'^*/	
#nav-container .divider-vert{	
border-left-width:1px;
height:15px;
margin:4px 2px 0px 2px;
border-color:#6699cc;
}





.menuLinksContainer {
	clear:both;
	width:auto;
	margin:0 auto; 
	margin-bottom:25px; 
	padding-top:10px;
	padding-bottom:0px;
	text-align:center;
}

.menuLinksContainerInner {
	clear:both;
	text-align:center;
	border-style:none; 
	width:auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.menuLinks a {
	background: inherit; 
	color:#333333;
	font-size:90%;
	float:left;
	border-top-style:none;
	border-bottom-style:none;
	border-right-style:solid;
	border-left-style:solid;
	border-color:#99CC99;
	border-width:1px;
	padding:0px;
	padding-right:5px;
	padding-left:5px;
	width:auto;
	margin-bottom:20px;
	text-align:center;
}

.menuLinks a:link {
	background: inherit; color: #330033;
}
.menuLinks a:visited {
		background: inherit; color: #990099;
}
.menuLinks a:hover {
	background-color:#EFC89C;
	color:#006666;
}
.menuLinks a:active {
	background: inherit; color: #006600;
}



a { background: inherit;  text-decoration: underline; }  				/* color: #72A545   text-decoration: none;*/
a:link { background: inherit; color: #330033;  }
a:visited { background: inherit; color: #990099;  }
a:hover { background: inherit; color:#006666; background-color:#EFC89C; }			/* color: #006699    #6633CC*/
a:active { background: inherit; color: #006600; }
	
.smallBold {
	font-weight:bold;
	font-size:100%;
}

h1 {
	font-size:180%;
	font-weight:bold;
}

h2 {
	font-size:150%;
	font-weight:bold;
}

h3 {
	font-size:120%;
	font-weight:bold;
}

.newsBoxHeader {color:#009900; margin-left:5px; margin-right:5px; margin-bottom:5px; margin-top:15px;}
.newsBoxHeader a { background: inherit; color:#003333; font-size:110%; font-weight:bold;}
.newsBoxHeader a:link { background: inherit; }
.newsBoxHeader a:visited { background: inherit; }
.newsBoxHeader a:hover { background: inherit; color:black; background-color:#99ff99;}
.newsBoxHeader a:active { background: inherit; }



.pageHeader {
	text-align:center;
	width:950px; 
	border-style:none; 
	border-color:white;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-style:none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.mainPage {
	clear:both; 
	width:950px;
	border-style:none; 
	border-color:white; 
	text-align:left; 
	margin-top:20px;
}

.notesBox {
	width:140px; 
	float:left; 
	color:#6699cc; 
	padding-right:10px; 
	padding-top:5px; 
	float:left;
}

.mainPageBody {
	width:950px; 
	border-style:none; 
	text-align:left;
	min-height:400px;
}

.notesBody {
	background-image:url(../Images/notea.jpg);
	background-repeat:repeat-y; 
	color:#003333; 
	padding-right:10px; 
	padding-top:5px; 
	float:left; 
	width:133px; 
	margin-bottom:0px; 
	padding-bottom:0px;
}

.notesTitle	{
	font-weight:bold; 
	text-align:center; 
	margin-bottom:0px;
}

.mainStory	{
	width:570px; 
	text-align:left; 
	float:left; 
	padding-left:10px; 
	padding-right:20px; 
	padding-top:3px;
}

.homePageRightCol {
	width:180px; 
	text-align:left; 
	background-color:#99ff99;  
	padding:2px; 
	float:left;
}

.homePageOpenTimesBox {
	width:165px; 
	border-bottom-color:#6699cc; 
	border-width:1px; 
	margin:2px; 
	padding:4px; 
	border-style:solid;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:80%; 
	color:#6699cc; 
	margin-bottom:4px;
}

.homePageBannerAdvert {
	width:165px; 
	height:400px; 
	border-bottom-color:#6699cc; 
	border-width:1px; 
	margin:2px; 
	padding:4px; 
	border-style:solid;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:80%; 
	color:#6699cc6;
}

/*  Fat horiz bar, width of screen  */
.wideBar {
	clear:both; 
	background-color:#000033; 
	width:100%; 
	height:5px;
	margin:0;
	padding:0;
}


/*  The drop down menu container  */
.dropDownMenu {
	clear:both; 
	width:950px; 
	border-style:none; 
	text-align:left;
}


/*  Thin horiz bar, width of main centre section, eg 960px  */
.thinBar {
	clear:both; 
	background-color:#000033; 
	width:100%; 
	height:1px;
}



/*  Main story container is one single column full width  */
.mainStoryCol1of1	{
	width:930px;
	text-align:left;
	float:left;
	padding-left:10px;
	padding-right:20px;
	padding-top:0px;
	margin-top:0px;
	min-height:600px;
}


/*  Main story container is two columns, this is the first and widest one, the second (homePageRightCol) is the narrow one, eg opening times  */
.mainStoryCol1of2	{
	width:700px; 
	text-align:left; 
	float:left; 
	padding-left:10px; 
	padding-right:20px; 
	padding-top:0px;
	margin-top:0px;
	min-height:600px;
}


/* A section container for the page info*/
.mainPageSection {
	clear:both;
	margin-top:5px;
	padding-bottom:30px;
}



/*  Float smaller images inside a Page Section  */
.imageLeft {
	float:left; 
	width:auto;
	margin-top:5px;
	margin-left:0;
	margin-bottom:10px;
	margin-right:10px;
	text-align:left;
}

.imageRight {
	float:right; 
	width:auto;
	margin-top:5px;
	margin-left:10px;
	margin-bottom:10px;
	margin-right:0;
	text-align:right;
}


/* NCDUK H1, H2 and H3 tags*/
.mhh1 {
	font-weight:bold;
	font-size:250%;
	vertical-align: top;
	line-height:120%;
	text-align: left;
	clear: both;
	width: auto;
	margin-top: 10px;
	margin-bottom: 20px;
}

.mhh2 {
	font-weight:bold;
	font-size:150%;
	vertical-align: top;
	line-height:120%;
	text-align: left;
	clear: both;
	width: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}


.mhh3 {
	font-weight:bold;
	font-size:120%;
	line-height: 140%;
	vertical-align: middle;
}


/* The title at the top of each page, eg Restaurant News */
.pageTitle {
	clear:both;
	margin-top:0px;
	margin-bottom:15px;
	font-weight:bold;
	font-size:300%;
	text-align: center;
	width: 100%;
}


/* The large picture container at the top of each page */
.pageMainPicture {
	clear:both;
	margin-top:10px;
	margin-bottom:0px;
}


/* Contact Us box on main pages */

.contactUs {
	clear:both;
	width:90%;
	padding:5px;
	font-style:italic;
	margin-top:30px;
	margin-bottom:5px;
	height:65px;
	vertical-align:middle;
	border-style:dashed;
	border-color:#99ff99;
}

.contactUsImage {
	clear:both; 
	position:relative; 
	top: 5px; 
	left: 5px; 
	width:160px; 
	border:none; 
	float:left;
}

.contactUsText {
	position:relative; 
	top: 5px; 
	left: 0px; 
	float:left; 
	width: 660px; 
	margin-left:0px; 
	padding-left:0px;
}



/* Contact Us page: staff page table */

.contactLeftImage {
	text-align:right;
	margin-right:10px;
	float:left;
}

.contactRightImage {
	text-align:Left;
	margin-left:10px;
}

.contactLeftName {
	text-align:left;
	margin-left:5px;
	margin-right:20px;
	font-size:100%
}

.contactRightName {
	text-align:right;
	margin-top:30px;
	margin-right:5px;
	margin-left:20px;
	font-size:100%;
}

.contactLeftName h4 {
	font-size:120%;
	padding: 0;
	margin: 0;
	text-align:left;
}

.contactRightName h4 {
	font-size:120%;
	padding: 0;
	margin: 0;
	text-align:right;
}



.imageLink {color:inherit; margin-left:0px; margin-right:0px; margin-bottom:5px; margin-top:5px; border-style:none; height:85px;}
.imageLink a { background: inherit; color:#003300; font-size:110%; font-weight:bold;}
.imageLink a:link { background: inherit; border-style:none; }
.imageLink a:visited { background: inherit; }
.imageLink a:hover { background: inherit; color:#669900; background-color: #009900; border-style:solid;  height:85px;}
.imageLink a:active { background: inherit; }

.subHeading {
	font-size:150%;
	font-weight:bold;
	line-height:200%;
}