/* Layout styles */
/* last mod 6/6/07 wnp */

body {
	padding: 0;
	margin: 0;
	color: #000;
	font: normal .7em/1.7em Arial, Helvetica, sans-serif;
	background: #FFF;
}


/*********** site structure styles ***********/


#outer {
	width: 973px;
	margin: 0 auto;
	background: url(../images/main_bg.gif) top center repeat-y;
	
}

#container { /* holds the content */
	padding: 0;
	margin: 0;
}

#header {
	height: 212px;
	border-bottom: 1px solid white;
	margin: 0;
	background: url(../images/2nd_header_top.gif) 0 0 no-repeat;
}

#mainNav {
	clear: left;
	float: left;
	display: block;
	width: 161px;
	background: #245929 url(../images/nav_left_bg.gif) no-repeat 0 0;
	margin: 0;
	padding: 0;
}

#mainNav #subNav {
	float: left;
	padding: 0;
	margin: 0;
}

#utilities {
	float: left;
	margin: 50px 0 0 0;
	padding: 10px 0;
	background: #B6D7AC;
	border-top: 1px solid white;
}

#centrecontent {
	float: left;
	display: inline;
	margin: -55px 0 0 0;
	padding: 0;
	width: 620px;
}

#content {
	padding: 29px 15px 0 35px;
}

html>body #content {
	min-height: 400px;
	height: auto;
}

html>body #clearfooter {
	clear: both;
	height: 1px;
}

#footer {
	clear: both;
  	height: 22px;
	width: 600px;
	margin: 20px auto;
	background: #FFF;
	color: #C7C7C7;
	font: normal .9em verdana, arial, helvetica, sans-serif;
}

/*********** Link Styles ***********/

a {
	color: #3F136A; 
	text-decoration: none;
}


a:hover {
	text-decoration: underline;
}


/***********  Header styles ***********/


#header h1 {
	margin: 0;
}

#header h1 a {
	background: url(../images/siteid.gif) no-repeat 0 0; /* this is the client logo */
	width: 240px;
	height: 52px;
	display: block;
}

#header h1 a span {
	display: none;
}

#header #toolbar-top {
	height: 99px;
	margin: 14px 0 0 0;
	background: url(../images/header_montage.jpg) 0 0 no-repeat;
}

#header form {
	display: none;
}


/***********  Navigation styles ***********/

#mainNav ul {
  float: left;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#mainNav ul li { 
  display: inline;
  margin: 0;
  padding: 0;
}

#mainNav ul li a {
	display: block;
	width: 146px;
	margin: 0;
	padding: 6px 0 6px 15px;
	font: normal 11px arial;
	color: white;
	border-bottom: 1px solid #457249;
	text-decoration: none;
}

#mainNav ul li a:hover {
	color: #006227;
	background: #FFF;
	text-decoration: none;
}

#mainNav ul li a.active, #mainNav ul li a.active:hover {
	color: #006227;
	background: #FFF url(../images/nav_arrow.gif) no-repeat 6px 9px;
}

/*********** Utilities Styles ***********/

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

#utilities ul li { 
  display: inline;
  margin: 0;
  padding: 0;
}

#utilities ul li a {
	display: block;
	margin: 0;
	padding: 3px 0 3px 10px;
	width: 151px;
	font: normal 11px arial;
	color: #006227;
	/*border-bottom: 1px solid white;*/
	border: none;
}

#utilities ul li a:hover, #utilities ul li a.active, #utilities ul li a.active:hover {
	color: #006227;
	width: 138px;
	background: url(../images/hme_nav_arrow.gif) no-repeat 10px 6px;
	padding: 3px 0 3px 22px;
	text-decoration: none;
}

/* sub nav */

#subNav h1 {
	display: none;
}

#subNav ul {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #457249;
	list-style-type: none;
}

#subNav ul li {
	display: inline;
	margin: 0;
	padding: 0;
}

#subNav ul li a {
	margin: 0;
	padding: 3px 5px 3px 25px;
	width: 131px;
	display: block;
	text-decoration: none;
	color: #D3F9C7;
	border: none;
}

#subNav ul li a:hover {
	background: #7BA773;
	color: white;
	padding: 3px 5px 3px 25px;
	border: none;
}

#subNav ul li a.active, #subNav ul li a.active:hover {
	background: #7BA773;
	color: white;
	border: none;
}


#subNav ul ul {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
	border: none;
}

#subNav ul ul li {
	margin: 0;
	padding: 0;
	display: inline;
}

#subNav ul ul li a {
	margin: 0;
	padding: 3px 5px 3px 35px;
	display: block;
	width: 121px;
	text-decoration: none;
	color: #9BB792;
	border: none;
}

#subNav ul ul li a:hover {
	padding: 3px 5px 3px 35px;
	background: #39703E;
	color: white;
	border: none;
}

#subNav ul ul li a.active, #subNav ul ul li a.active:hover {
	background: #39703E;
	color: white;
	border: none;
}


/*********** Main Content Styles ***********/

#centrecontent h1 {
	color: #FFF;
	height: 22px;
	padding: 0;
	margin: 0 0 20px 0;
	font: bold 1.5em arial, helvetica, sans-serif;
	letter-spacing: 2px;
}

#centrecontent h2 {
	margin: 0 0 1.2em 0;
	font: bold 1.3em arial, helvetica, sans-serif;
	line-height: 1.6em;
	color: #006227;
}

#centrecontent h3 {
	margin: 0;
	font: bold 1.1em arial, helvetica, sans-serif;;
	color: #666;
}

#centrecontent h4 {
	font: bold 11px arial;
	color: #999;
}

#centrecontent p {
	margin: 0 0 1em 0;
	line-height: 1.8em;
}

#centrecontent a {
	color: #006227;
	text-decoration: none;
	font-weight: normal;
}

#centrecontent a:hover {
	text-decoration: underline;
	color: #F08823;
	font-weight: normal;
}

#centrecontent img {
	text-decoration: none;
}

#centrecontent ul {
	margin-top: 0;
	margin-bottom: 1em;
}

#centrecontent ul li p {
	margin: 0;
}

#centrecontent table {
	margin: 0 0 1em 0;
}

#centrecontent table th, #centrecontent table td {
	text-align: left;
}

#centrecontent form {
	margin: 0;
	padding: 0;
	/* float: left;
	width: 340px;*/
}

#centrecontent form fieldset {
	border: none;
	margin: 10px 0 0 0;
}

#centrecontent form fieldset legend {
	margin: 0 0 0 -7px;
	font-weight: bold;
}

#centrecontent form label {
	font-weight: bold;
	display: block;
	float: left;
	width: 340px;
	margin: 10px 0 0 0;
}

#centrecontent form label span {
	width: 120px;
	float: left;
}

#centrecontent form input {
	border: 1px solid #D6D5D6;
}

#centrecontent form input.formRadio {
	border: none;
}

#centrecontent form input.submit {
	clear: both;
	width: 70px;
	border: none;
	background: #245929;
	color: #FFF;
	padding: 2px 0;
	font: bold 1em arial, helvetica, sans-serif;
	cursor: pointer;
	margin: 20px 0 0 122px;
}

#centrecontent form input.defaultbutton,
#centrecontent form input.button {
	margin: 10px 10px 0 0;
	cursor: pointer;
}

/* basket table details */

#centrecontent table.list td,
#centrecontent table.list th {
	padding-right: 20px;
	border-bottom: 1px solid #bbb;
}

#centrecontent table.list hr {
	display: none;
}

#centrecontent table.shop-option_list {
	margin: 10px 0;
	background: #eee;
}

#centrecontent table.shop-option_list td,
#centrecontent table.shop-option_list th {
	border-bottom: none;
}

/* Search Results */

#centrecontent .feedback, #centrecontent .warning {
	clear: both;
	float: left;
	margin: 40px 0 0 0;
}

/* Results */

#centrecontent .feedback table {
	width: 580px;
}

#centrecontent .feedback table td {
	padding: 5px 0 5px 5px;
}

#centrecontent .feedback table td.bgdark {
	background: #F6F6F6;
}

#centrecontent .feedback table th  {
	font: bold 1.1em arial, helvetica, sans-serif;
	padding: 5px 0 5px 5px;
	text-transform: uppercase;
	background: #E2E2E2;
}


#centrecontent .faqquestion p.question {
	font-weight: bold;
	color: #006227;
}

#centrecontent .object-center p,
#centrecontent .object-left p,
#centrecontent .object-right p {
	font-style: italic; 
	text-align: center;
}



/* No Results */

#centrecontent .warning  {
	width: 500px;
}

#centrecontent .warning p  {
	font: bold 1.2em arial, helvetica, sans-serif;
}

#centrecontent .warning ul  {
	margin-top: 0;
	margin-bottom: 0;
}


/* Portal styles */

/*********** Portal Styles ***********/


#left  {
	display: none;
}

#right {
	float: right;
	width: 162px;
}

#right img {border: none;}

#right .toolbarPortal h2, #right .toollist h2 {
	font: bold 1.2em arial, helvetica, sans-serif;
	color: white;
	background: #93C789;
	display: block;
	height: 21px; /* in reality 51px but less top padding value */
	text-transform: uppercase;
	padding: 30px 0 0 10px;
	border-bottom: 1px solid white;
	margin: -1px 0 0 0; /* allows border to sit correctly under header montage with keyline intact */
}

#right .toolbarPortal p {
	margin: 0;
	padding: 3px 3px 3px 10px;
	color: #4E4E4E;
	
}

#right .toolbarPortal p a:link, #right .toolbarPortal p a:visited, #right .toolbarPortal p a:active {
	color: #4E4E4E;
	text-decoration: none;
}

#right .toolbarPortal p a:hover {
	color: #4E4E4E;
	text-decoration: underline;
}

#right .toolbarPortal ul, #right .toollist-design ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#right .toolbarPortal ul li, #right .toollist-design ul li {
	border-bottom: 1px solid #EBEBEB;
	padding: 2px 0 2px 10px;
}

#right .toolbarPortal ul li p, #right .toollist-design ul li p {
	margin: 0;
	padding: 0;
}

/* Shopping Basket Styles */

/* Shopping Basket styles */

#right .toolbox {
	padding: 10px;
	background: #eee;
	border: 1px soild red;
}

#right .toolbox h2 {
	font: bold 1.1em Arial;
	text-transform: uppercase;
	border-bottom: 1px solid #4E4E4E;
}

#right .toolbox ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#right .toolbox ul li,
#right .toolbox ul li a {
	color: #4E4E4E;
	text-decoration: none;
}

#right .toolbox ul li a:hover {
	text-decoration: underline;
}

#right .toolbox .price p {
	font-weight: bold;
	border-bottom: 1px dotted #aaa;
}

/* Footer Styles */

#footer ul {
	float: right;
	list-style-type: none;
	margin: 0;
	padding: 0;

}

#footer li {
	display: inline;
	margin: 0;
	padding: 0;
	
}

#footer li a {
	float: left;
	padding: 0 5px;
	vertical-align: baseline;
	line-height: 12px;
	text-decoration: none;
	color: #C7C7C7;
}

#footer li a:hover {
	text-decoration: none;
}

/* Footer Credits Styles */

#footer ul#Credits {
	display: none;
}

#footer #footerDesc {
	float: left;
}

#footer #footerDesc p {
	margin: 0;
	padding: 0;
}

/* Rich text Image styles */

div.imageleft, div.imageright, div.leftobject, div.rightobject {
	padding-top: 5px;
}

div.imageleft p, div.imageright p {
	text-align: center;
	font-size: .9em;
	line-height: 12px;
	padding: 5px 0 0 0;
}

div.imageleft, div.leftobject {
    float: left;
    margin-right: 10px;
}

div.object-right {
    float: right;
	margin-left: 10px;
}

div.imageright {
    float: left;
	margin-left: 10px;
}

div.imagecenter, div.centerobject {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
}

div.imagecenter {
    text-align: center;
}

div.imagecenter p {
	text-align: center;
	font-size: .9em;
	line-height: 12px;
	padding: 5px 0 0 0;
}

/* Event Styles */
/* Layout styles */

/* Calendar and Event Summary */


#centrecontent .calendar ul#calendar {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}

html>body #centrecontent .calendar ul#calendar {
	margin: 0 0 20px 0;
}

#centrecontent .calendar ul#calendar li {
	display: inline;
	maring: 0;
	padding: 0;
}

#centrecontent .calendar ul#calendar li a {
	float: left;
	padding: 0 5px;
	border-right: 1px solid #CACACA;
	font-size: 1.1em;
	font-weight: bold;
	color: #666;
}

#centrecontent .calendar ul#calendar li.first a {
	padding-left: 0;
}

#centrecontent .calendar ul#calendar li.last a {
	padding-right: 0;
	border-right: none;
}

#centrecontent .calendar ul#calendar li a.active {
	color: #245929;
	text-decoration: underline;
}


#centrecontent .calendar p.noEvents {
	clear: both;
	margin: 20px 0;
}

#centrecontent .calendar h2 {
	clear: both;
	margin: 0.5em 0 0.5em 0;
	font-size: 1.4em;
	border-bottom: 1px solid #ccc;
}

#centrecontent .calendar .eventline {
	margin: 0 0 20px 10px;
}

#centrecontent .calendar .eventline a{
	font-weight: bold; 
}

#centrecontent .calendar .eventline p a{
	font-weight: normal; 
}

#centrecontent .calendar .eventline p {
	margin: 0;
}

/* Event Full */

#centrecontent .event .description p {
	font-weight: bold;
}

#centrecontent .event div {
	margin: 0 0 10px 0;
}

#centrecontent .event h2 {
	margin: 0;
	font-size: 1em;
}

/* Heritage News Table */

#centrecontent table.hertitageNewsTable td {
	border-bottom: 1px solid #ddd;
}

#centrecontent table.hertitageNewsTable td h2,
#centrecontent table.hertitageNewsTable td h3 {
	margin: 20px 0;
	color: #245929;
}


