@charset "UTF-8";
/* CSS Document */


body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	border: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #332824;
	font-size: 100.01%;
/*	line-height: 1.5em;
*/	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color: #AA9F4E;
	background-image: url(../adminImg/leafBg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.twoColFixLtHdr #outerContainer, .twoColRtHdr #outerContainer, .oneColHdr #outerContainer {
	width: 966px;
	font-size:.8em;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border:1px solid #AA9F4E;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../adminImg/shaddow.gif);
	background-repeat: no-repeat;
	background-position: 0px 106px;
	padding: 0;
} 
.twoColFixLtHdr #container, .twoColRtHdr #container, .oneColHdr #container, .twoColFixLtHdr #baseContainer{
/*	text-align: left;
*/	background-color: #fff;
	padding: 12px 29px 0 29px;
	margin: 0 14px 0 14px;
	z-index:2001;   
}
.twoColFixLtHdr #aboutContainer {
	background-color: #fff;
	padding: 12px 0 0 0;
	margin: 0 14px 0 14px;
	z-index:2001;   
}
.twoColFixLtHdr #header, .twoColRtHdr #header, .oneColHdr #header  {
	background-image: url(../adminImg/tagLine.gif);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0 14px 0 14px;
	padding: 0;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.logo {
	margin: 0;
	padding:0;
	border:0;
	float:left;
	width: 309px;
	display:block;
}
/*#header img {
	border:none;
	display:block;
	margin:0;
	padding:0;
}*/
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 218px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	 /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	margin: 0;
	border: 0;
}
.twoColRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 218px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	 /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	margin: 0;
	border: 0;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 244px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0;/* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColRtHdr #mainContent { 
	margin: 0 244px 0 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
#footer {
	background-image: url(../adminImg/footerBg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 45px 30px;
	margin: 0 -29px 0 -29px;
	background-color: #AA9F4E;
	color: #FFF;
	font-size: .8em;
	line-height:3em;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0;/* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a {
	text-decoration:none;
	color:#FFF;
}
#footer a:hover {
	text-decoration:underline;
}
#footer a:focus {
	text-decoration:underline;
}

/*-------------- FLOATs and CLEARS -----------------*/
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}

/*  -------------- CLEARING CLASSES -------------- */
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height: 0;
    font-size: 1px;
    line-height: 0;
}
.clearRight {
	clear:right;
	height: 0;
    font-size: 1px;
    line-height: 0;
}
.clearLeft {
	clear:left;
	height: 0;
    font-size: 1px;
    line-height: 0;
}

/* -------------- Headings -------------- */
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: bold;
	font-style: normal;
	vertical-align:baseline;
	color: #211b18;
	text-transform:none; 
}
h1 {
	font-size: 1.75em;
	line-height: 1em;
}
h2 { font-size: 1.2em; line-height: 1em; text-transform: none; }
h3 { font-size: 1.2em; line-height: 1em; text-transform: none; }
h4 { font-size: 1.1em; line-height: 1em;
}
h5 { font-size: 1em; line-height:1em}
h6 { font-size: 1em; line-height: 1em; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img {
  margin: 0;
}
#mainContent h1 {
	border-bottom: 1px solid #e9e6c0;
	padding: 0 0 .2em 0;
	margin: 0 0 .65em 0;
}
.twoColFixLtHdr #mainContent h2, .twoColFixLtHdr #mainContent h3 {
	clear: right;
	padding-top:1em;
} 
.twoColRtHdr #mainContent h2, .twoColRtHdr #mainContent h3 {
	clear: left;
	padding-top:1em;
}
.twoColRtHdr #mainContent h2 img, .twoColRtHdr #mainContent h3 img {
	margin-right: 1em;
	padding-bottom:1em;
} 
.imageRight {
	margin-bottom:1em;
	margin-left: 1em;
}
.imageBottom {
	margin-bottom:1em;
}
.imageLeft {
	margin-bottom:1em;
	margin-right: 1em;
}
#mainContent #tours h2 {
	text-transform: uppercase; 	
	padding: 0 0 .2em 0;
}
#mainContent #tours h3 {
	text-transform: uppercase;
	padding-bottom: .2em;
}
#mainContent #tours h2 img, #mainContent #tours h3 img {
/*	float:right;
*/	padding-bottom:1em;
	margin-left: 2em;
} 
#mainContent #tours img {
	}
#mainContent h3 {
	border-top: 1px solid #e9e6c0;
	text-transform:none;
	padding-top:1em;
/*	line-height:1.3em;
*/} 
#mainContent h5 {
	margin:.5em 0 .3em 0;
} 


/* Remove annoying border on linked images. */
a img { border: none; }

/* ------------------------------ Text elements -------------------------------- */
p { 
	vertical-align: baseline;
	margin: 0 0 1em 0;
	padding: 0;
	border: 0;
	line-height: 1.4em;
	font-weight: normal;
	font-style: normal;
}
a { color:#ae1d1a; text-decoration: none;}
a:link, a:visited { color: #ae1d1a; text-decoration: none;}
a:hover, a:active { color: #ae1d1a; text-decoration:underline; }

/*------------------ Accommodation buttons ------------------ */
#accommodation {
	margin:0 0 1em 0;
	padding:0;
}
#accommodation ul {
	list-style-type:none;
	cursor:default;
	margin:0;
	padding:0;
}
#accommodation li {
	float:right;
	list-style-type:none;
	cursor:default;
	margin:0 0 0 1em;
	padding:0;
}
#accommodation li.accomLeft {
	list-style-type:none;
	float:none;
	cursor:default;
	margin:0;
	padding:1em 0 0 0;
}
a.accommodation  {
	width:98px;
	height:29px;
	display:block;
	background:#F00 url(../adminImg/bookAndRates.gif) bottom left;
	padding:5px 0 0 0;
	font-size:14px;
	line-height:30px;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
}
a.accommodation:hover  {
	color:#fff;
	background: #006 url(../adminImg/bookAndRates.gif) top left;
}

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote  { margin: 1.5em; color: #666; font-style: italic; }
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom:1px dotted #666; }
address     { margin:0 0 1.5em; font-style: italic; }
del         { color:#666; }

pre,code    { margin: 1.5em 0; white-space: pre; }
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } 

/* ----------------------------- Lists --------------------------------- */
li ul, 
li ol       { margin:0 1.5em; padding: 0; border: 0; vertical-align: baseline; }
ul, ol      { margin: 0 1.5em 1.5em 1.5em; padding: 0; border: 0; vertical-align: baseline;}
li			{ margin:0 0 .5em 0 }
ul          { list-style: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 1.5em 0; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}

/* ------------------------------ Tables -------------------------------- */
/* General Reset of Tabels - Tables still need 'cellspacing="0"' border-spacing: 0; in the markup. */
table { border-collapse: separate; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/*  -------------- Table specifics  --------------  */
table       { margin-bottom: 1.4em; width:100%;}
th          { font-weight: bold; background: #C3D9FF; }
th,td       { padding: 4px 10px 4px 5px; }
tr.even td  { background: #E5ECF9; }
tfoot       { font-style: italic; }
caption     { background: #eee; }

/* ------------------------------- Misc classes ------------------------------- */
.facebook   { padding: 6px 0 0 36px; display:block; line-height:1.1em; background-image:url("../adminImg/facebook.gif"); background-repeat:no-repeat; background-position: 0px 5px; }
.offLeft { position:absolute; margin: 0 0 0 -9000px; /*clear:both;*/ }
.small      { font-size: .9em;/* margin-bottom: 1.875em; line-height: 1.875em;*/ }
.large      { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
.hide       { display: none; }

.quiet      { color: #666; }
.loud       { color: #000; }
.highlight  { background:#ff0; }
.added      { background:#060; color: #fff; }
.removed    { background:#900; color: #fff; }

.first      { margin-left:0; padding-left:0; }
.last       { margin-right:0; padding-right:0; }
.top        { margin-top:20px; padding-top:0; }
.bottom     { margin-bottom:20px; padding-bottom:20px; }

/* ---------------------- PANELS ---------------------- */
.panelOne {
	width: 308px;
	position:absolute;
	right:0px;
	padding: 0;
	margin: 0;
}
.panelTwo {
	width: 308px;
	padding: 0;
}
.panelContainer{
	width: 630px;
	position:relative;
	padding: 0;
	margin: 0;
}
.singlePanel {
	width: 630px;
	padding: 0;
	margin: 0;
}
.panels {
	background-color: #e9e6c0;
	background-image: url(../adminImg/leftCorner.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0;
	margin: 0;
}
#mainContent .panels:hover {
	background-color: #ece8b1;
	background-image: url(../adminImg/leftCornerOver.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#mainContent .panelContent:hover {
	background-image: url(../adminImg/rightCornerOver.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.panelContent {
	color: #211b18;
	background-image: url(../adminImg/rightCorner.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 0 12px 6px 12px;
	margin: 0 0 1em 0;
}
#mainContent .panels h3 {
	background-image:none;
	border-top:none;
	color:#211b18;
	padding: 1em 0 .2em 0;
	height:auto;
}
.panels h3 a {
	text-transform: none;
	color:#211b18;
	text-transform:uppercase;
}
.panels p {
	color:#211b18;
	border-bottom:none;
	padding-bottom:0;
	margin:0 0 .8em 0;
}
#sidebar1 .panels p {
	color:#211b18;
	border-bottom:1px solid #aa9f4e;
	padding: .2em 0 .8em 0;
	margin: 0 0 .8em 0;
}
.panels img.top  {
	margin: 1em 0 0 0;	
	border-top: 1px solid #e9e6c0;
	background-color:#FFF;
	padding: 1em 0 0 0;
}
.panels a, .panels a:link, .panels a:visited {
	color:#211b18;
	text-decoration:none;
}
.panels a:hover, .panels a:active {
	text-decoration:underline;
	color:#211b18;
}
#sidebar1 .panels h3 {
	background-image: url(../adminImg/panelsHeader.gif);
	color:#FFF;
	display: block;
	height: 44px;
	padding: 8px 10px 0 10px;
	background-repeat: no-repeat;
	text-transform: uppercase;
}
#sidebar1 .panels h4 {
	margin: .3em 0 0 0;
}




#sidebar1 .tweetPanel {
	padding: 0;
	background: #E9E6C0 url(../adminImg/tweetCompositeBg.gif) no-repeat top left;
	margin: 0 0 1.2em 0;
}
#sidebar1 h3.tweetHeading {
	color: #42342E;
	margin: 0;
	line-height:60px;
	padding: 0 10px;
	text-transform: uppercase;
}
.tweetPanel #tweet {
	background: #e9e6c0 url(../adminImg/tweetCompositeBg.gif) repeat bottom center;
	padding: 0 16px 6px 16px;
	margin: 0;
}
.tweetPanel #tweet p {margin: 0;}
.tweetPanel #tweetFooter {
	background: url(../adminImg/tweetCompositeBg.gif) no-repeat bottom right;
	padding: 0 12px;
	height:50px;
	margin: 0 0 .1em 0;
}
.tweetPanel #tweetFooter p {
	padding: 23px 0 0 0;
}
.tweetPanel #tweetFooter p a {
	color: #211b18;
}
#sidebar1 #tweet ul{
	margin:0;
	padding:0;
	list-style: none;
	/*clear:left;
*/}
#tweet li{
	margin: 0;
	background: url(../adminImg/tweetBgGradient.gif) repeat-x bottom left;
	padding: 6px 3px 3px 3px;
}
#tweet li:hover{
	margin: 0;
	background: none;
	background-color:#FFF;
	padding:6px 3px 3px 3px;
}
#tweet img{
	float: left;
	margin: 0 10px 10px 0;
}
#tweet li p {
/*	margin-left:83px;
*/}
#tweet li a, #tweet li a:link {
	text-decoration: none;
	font-weight:bold;
	color: #211b18;
}
#tweet li a:hover {
	text-decoration:underline;
	color: #211b18;
}


/* -------------- IMAGE MENU -------------- */
#imgSubNav{width:630px; padding:0; margin: 1.25em 0 10px 0; position:relative;}
#imgSubNavTwo{width:630px; padding:0; margin-bottom:1.1em; position:relative;}

.box1{margin: 0; width: 204px;	position: absolute; left:428px;}
.box2{margin:0; width: 204px; position:absolute; left:214px;}
.box3{margin:0; width: 204px;}

#imgSubNav a, 
#imgSubNav a:visited, 
#imgSubNavTwo a, 
#imgSubNavTwo a:visited {border:#e9e6c0 solid 4px; color:#211b18; width:194px; display:block; font-weight:bold; padding:1px; text-decoration: none; }
#imgSubNav a:hover, 
#imgSubNavTwo a:hover, 
#imgSubNav a:active, 
#imgSubNavTwo a:active {border:#C7BD66 solid 4px; color:#211b18; font-weight:bold; text-decoration: none; }

#imgSubNav span, #imgSubNavTwo span {padding: 0 0 0 5px; margin-bottom:3px; margin-top:3px; display:block;}

/*  -------------- SUB NAVIGATION -------------- */ 
ul#subNav {
	margin: 0 0 .8em 0;
	padding: 0;
	list-style-type: none;
}
ul#subNav li {
	margin:0;
	padding:0;	
}	
ul#subNav li a, ul#subNav li a:link, ul#subNav  li a:visited {
	color: #211b18;
	font-weight:normal;
	text-transform:none;
	text-decoration: none;
	background-image: none;
	margin: 0;
	display:block;
	border-bottom:1px solid #AA9F4E;
	padding: 4px 0 4px 12px;
	width:182px;
}
ul#subNav li a:hover,
ul#subNav li a:active, 
ul#subNav li a.current, 
ul#subNav li a.current:link, 
ul#subNav li a.current:visited, 
ul#subNav li a.current:hover, 
ul#subNav li a.current:active {
	background-image: url(../adminImg/panelsBg.gif);
	background-repeat: repeat-x;
	background-position:bottom;
	text-decoration:none;
	display:block;
	padding: 4px 0 4px 12px;
	width:182px;
	
}
ul#subNav li a.navSubHead, 
ul#subNav li a.navSubHead:link, 
ul#subNav li a.navSubHead:visited, 
ul#subNav li a.navSubHead:hover, 
ul#subNav li a.navSubHead:active {
	border-bottom:1px solid #211b18;
	font-weight: bold;
	display:block;
	padding: 4px 0 4px 6px;
	width:188px;
}
ul#subNav li span,
ul#subNav li a.currentSubHead, 
ul#subNav li a.currentSubHead:link, 
ul#subNav li a.currentSubHead:visited, 
ul#subNav li a.currentSubHead:hover, 
ul#subNav li a.currentSubHead:active {
	border-bottom:1px solid #211b18;
	background-image: url(../adminImg/panelsBg.gif);
	background-repeat: repeat-x;
	font-weight:bold;
	display:block;
	padding: 4px 0 4px 6px;
	width:188px;
}

/* ----------------- MENU NAVIGATION ---------------- */
#mainNav{
	margin: 0 0 0 0;
	border: 0;
	padding: 0;
	height: 106px;
/*	overflow:hidden;
*/	width: 100%;
	}
#mainNav ul {
  cursor: default;
  list-style-type: none;
  margin: 0;
  padding: 81px 0 0 0;
}
#mainNav li {
	float:left;
	padding: 0;
	margin: 0 5px 0 0;
	background-image: url("../adminImg/butBg.gif");
	background-repeat: repeat-x;
	background-position:top left;
}
#mainNav li a:link, #mainNav li a:visited{
	display:block;
	padding: 0 10px 0 10px;
	text-decoration: none;
	color: #211B18;
	font-size: .9em;
	line-height: 25px;
	background-image: url("../adminImg/butBg.gif");
	background-repeat: repeat-x;
	background-position:top left;
}
#mainNav li a:hover, #mainNav li a:active {
	color:#FFF;
	background-image: url("../adminImg/butBg.gif");
	background-repeat: repeat-x;
	background-position: 0px -35px;
} 
/* ------------- This item covers both the over state and the CURRENT CLASS both normal, hover and active state ------------- */
#mainNav li a.current, #mainNav li a.current:link, #mainNav li a.current:visited, #mainNav li a.current:hover, #mainNav li a.current:active {
		cursor: default;
		color:#FFF;
		background-image: url("../adminImg/butBg.gif");
		background-repeat: repeat-x;
		background-position: 0px -35px;
}
/* ------------- This positions the curved corner images ------------- */
#mainNav li a span {
	margin: 0;
	padding: 0;
	position: absolute;
	width:10px;
	height: 25px;
	top: 82px;
}
/* ------------ Below are the classes for the corner images ------------- */
#mainNav li a span.end {
	background-image: url("../adminImg/butRight.gif");
	background-repeat: no-repeat;
	background-position: right top;
}
/*This item covers both the over state and the CURRENT CLASS */
#mainNav li a:hover span.end, #mainNav li a:active span.end, #mainNav li a.current span.end {
   background-image: url("../adminImg/butRight.gif");
   background-position: right -35px;
   background-repeat: no-repeat;
}
#mainNav li a span.start {
	background-image: url("../adminImg/butLeft.gif");
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0 0 0 -10px;
}
/*This item covers both the over state and the CURRENT CLASS */
#mainNav li a:hover span.start, #mainNav li a:active span.start, #mainNav li a.current span.start {
	background-image: url("../adminImg/butLeft.gif");
	background-position: left -35px;
    background-repeat: no-repeat;
}

/* ----------------- MENU NAVIGATION ---------------- */
#links{
	margin: 0;
	border: 0;
	padding: 0;
	text-align:center;
/*	width: 100%;
*/	}
#links ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#links li {
	float:left;
	width:210px;
	padding: 0;
	margin: 0 0 2em 0;
	text-align:center;
}
#links li img {	margin: 0 0 .5em 0; border: 2px solid #e9e6c0; }
#links li a { height:2.5em; display:block;}

/* --------------Items that you want to stack next to each other NOTE need to clear float using a br and clear left class after your finished -------------- */
.item {
	float:left;
	text-align:center;
	margin-right:1em;
	margin-bottom:1em;
}


/* --------------Movie Button Class-------------- */
.movie {
	display:block;
	float:left;
	padding: 140px 0 0 0;
	text-align:center;
	margin: 0 1em 1em 0;
	width:205px;
}
a.movie:link, a.movie:visited {
	background-color: #FFF;
	background-image: url(../adminImg/movieButton.jpg);
	background-repeat: no-repeat;
	background-position: -22px -7px;
}
a.movie:hover, a.movie:active {
	background: #FFF url(../adminImg/movieButton.jpg) no-repeat -272px -7px;
	text-decoration:none;
}

/*#imgMenuContainer{
	background:#999; margin-bottom:10px; position:relative;}
#imgMenuContainer2{
	background:#9e9; margin-bottom:10px;}
.box4{margin: 0 8px 10px 0; float:left; background:#093}
.box5{margin: 0 8px 10px 0; float:left; background-color:#C33;}
.box6{margin: 0 0 10px 0; float:left; background-color:#009;}
*/
/* --------------DONT THINK THIS IS USED DELETE WHEN DONE-------------- */
/*.colourBg{	background-color:#0C9;
}

.imgMenu {
	margin: 0 0 10px 0;
	display:block;
	padding: 10px 10px 0 0;
	width: 202px;
	height: 132px;
	float:left;
	overflow:hidden;
	position:relative;
}
.imgMenuLast {
	margin: 0;
	background-color:#999;
	padding: 10px 0 0 0;
	width: 202px;
	height: 132px;
	float:left;
	overflow:hidden;
	position:relative;
	clear:right;
}


*//*	float:left;
	width: 100%;*/
/*ul#imgMenu {

	padding:0;
	width: auto;
	margin:0;
	border:none;
	list-style-type:none;
}
ul#imgMenu li a span {
	font-size:12px;
	margin: 0;
	padding: 0 0 0 4px;
	line-height:12px;
	float:left;
}ul#imgMenu li img {
	padding: 0;
	margin-bottom: 4px;
}
ul#imgMenu li a {
	text-decoration:none;
	margin: 0;
	padding: 0;
	color:#615a21;
	font-weight:bold;
}
ul#imgMenu li a:hover {
	color:#211b18; 
	text-decoration:none;
}
ul#imgMenu li { 
	background-color:#fff;
	border:4px solid #e9e6c0; 
	display:inline; 
	padding: 1px; 
	height: 130px; 
	width:195px; 
	float:left; 
	margin: 10px 10px 0 0;
}
ul#imgMenu li.last { 
	background-color:#ff0; 
	border:4px solid #e9e6c0;  
	padding: 1px; 
	height: 130px; 
	width:195px;
	position:relative;
	clear:right;
	left:200px;
	margin: 0;
}*/
/*ul#imgMenu li:hover {
	 border:4px solid #aa9f4e;
}
*/

/*
ul#subNav li.subNavSubHead a {
	font-weight: bold;
}
ul#subNav li.currentSubHead a {
	font-weight: bold;
}
ul#subNav  li a:hover {
	text-decoration: none;
}
ul#subNav  li a:focus {
	text-decoration: none;
}
#subNav ul li:hover {
	background-image: url(../images/panelsBg.gif);
	background-repeat: repeat-x;
}	
ul#subNav li.current{
	background-image: url(../images/panelsBg.gif);
	background-repeat: repeat-x;
}
*/


.clear {  
    clear:both  
} 
#gallery {  
    position:relative;  
    height:274px  
}  
#gallery a {  
	float:left;
	position:absolute;
	cursor:default; /* I have changed turned off the normal link cursor here as The images don't link anywhere */ 
}  
      
#gallery a img {  
	border:none;  
}  
  
#gallery a.show {  
	z-index:500  
}  

#gallery .caption {  
	z-index:600;   
	background-color:#000;
	display:none; /*I turned this off as I didn't want captions on the images in this case*/
	color:#fff;   
	height: 3em;
	width:0px; /* I changed this to 0 so It doesn't display as there is no caption I don't want a background*/
	text-align: right;
	left:1px;
	position:absolute;  
	bottom:55px;  
}  

#gallery .caption .content {  
	margin:10px;
	display:none; /*I turned this off as I didn't want captions on the images in this case*/
	background-color:#000;
}  
  
#gallery .caption .content h3 {  
	margin:0;  
	padding:0;  
	color:#fff;  
}


/* --------------STYLES FOR ROTATING IMAGE SCRIPT-------------- */
ul.slideshow {  
    list-style:none;
    width:938px;  
    height:274px;  
    overflow:hidden;  
    position:relative;  
    margin:0;  
    padding:0;  
      
}     
  
ul.slideshow li {  
    position:absolute;
	margin:0;
    left:0;  
    right:0;  
}  
  
ul.slideshow li.show {  
    z-index:500;      
}  
  
ul img {  
    border:none;      
}  
  
#slideshow-caption {  
    width:938px;  
    height:70px;  
    position:absolute;  
    bottom:0;  
	display:none; /*NOTE I have added this to remove the caption, this was also done on the caption heading, background, text and in the script by changing the opactiy to 0*/
    left:1px;   
    color:#fff;  
    background: #000;  
    z-index:500;  
}  
  
#slideshow-caption .slideshow-caption-container {  
    padding:5px 10px;     
    z-index:1000;     
}  
  
#slideshow-caption h3 {  
    margin:0;  
    padding:0;
	color:#FFF;
	display:none; /*NOTE I have added this to remove the caption, this was also done on the caption heading, background, text and in the script by changing the opactiy to 0*/
    font-size:14px;  
}  
  
#slideshow-caption p {  
    margin:5px 0 0 0;  
    padding:0;  
	display:none; /*NOTE I have added this to remove the caption, this was also done on the caption heading, background,text and in the script by changing the opactiy to 0*/
}  