@import url("cms.css");
/* colours */
/* primary #A7A77A */
/* secondary #CC6 */
/* link # */
/* visited # */
/* hover # */
/* active # */
/* redefined HTML */
body, html {
	height: 100%;
	width: 100%;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.8em;
	margin: 0;
	padding: 0;
	color: #39391C;
	background-image: url(../images/background.gif);
	background-repeat: repeat;
	background-color:#999;
}
hr {
	height: 1px;
	color: #39391C;
	background-color: #39391C;
}
p {
	margin: 0;
	font-size: 13px;
	line-height: 1.8em;
}
marquee {
	font-size: 14px;
	padding-top: 14px;
	background-color: #FFF;
	color: #39391C;
	padding-bottom: 0;
}
h1 {
	font-size: 18px;
	margin-top: 0;
	padding: 0;
	color: #4C7AAB;
}
h2 {
	font-size: 15px;
	font-weight: normal;
	margin-bottom: -2px;
	color: #4C7AAB;
}
h3,h4,h5,h6 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: -2px;
	color: #4C7AAB;
}
/* page structure class and ids */
div#container {
	margin: 0px auto;
	width: 748px;
	overflow: hidden;
	padding: 0;
	color: #39391C;
	background-color: #ffffff;
	border-width: 0 1px 1px 1px;
	border-color: #39391C;
	border-style: solid;
}
#top {
	width: 748px;
	height: 35px;
	background-image: url(../images/topback.jpg);
	background-repeat: no-repeat;
	background-color: #39391C;
}
#headI {
	width: 748px;
	height: 97px;
	padding:  0;
	margin: 0;
	color: #39391C;
	background-image: url(../images/head.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
}
#pageHead {
	width: 748px;
	width/**/:/**/ 688px;
	text-align: right;
	margin: 0;
	padding-left: 10px;
	padding-right: 50px;
	padding-bottom: 0;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	color: #39391C;
	background-color: #FFF;
}
#flashArea {
	width: 748px;
	height: 243px;
	border-top: 1px solid #39391C;
	border-bottom: 1px solid #39391C;
}
/* div containing bodytext for innerpage */


#bodyArea h1 {
	font-size: 18px;
	margin-bottom: -2px;
	margin-top: 0;
	padding: 0;
	color: #4C7AAB;
}
#bodyArea h2 {
	font-size: 15px;
	margin-bottom: -2px;
	color: #4C7AAB;
}
#bodyArea h3,h4,h5,h6 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: -2px;
	color: #525252;
}

#bodyArea p {
	padding: 0;
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 1.8em;
}
#bodyArea li {
	list-style-type: circle;
	padding-bottom: 3px;
}
/* div containing bodytext for index */
#introtext {
	width: 748px;
	width/**/:/**/ 688px;
	height: auto;
	font-size: 11px !important;
	font-weight: normal !important;
	margin: auto;
	padding: 5px 30px 10px 30px;
	color: #39391C !important;
	background-color: #FFF;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	font-family:Arial, Helvetica, sans-serif  !important;
}
#introtext font {
	font-family:Arial, Helvetica, sans-serif  !important;
	font-size: 11px !important;
	font-weight: normal !important;
	color: #39391C !important;
}
#introtext h1 {
	font-size: 15px !important;
	font-weight: normal !important;
	color: #39391C !important;
	margin-bottom: -2px !important;
}
#introtext h2 {
	font-size: 12px !important;
	font-weight: bold !important;
	color: #39391C !important;
	margin-bottom: -2px !important;
}
#introtext h3,h4,h5,h6 {
	font-size: 11px !important;
	font-weight: bold !important;
	color: #39391C !important;
	margin-bottom: -2px !important;
}
#introtext p {
	padding: 0 !important;
	margin-bottom: 10px !important;
}
#introtext img {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
/* sponsors graphic */
#sponsors {
	width: 748;
	background-color: #FFF;
}
/* div for ummm footer info */
#footerbot {
	text-align: left;
	width: 748px;
	width/**/:/**/ 734px;
	height: 25px;
	line-height: 25px;
	background-image: url(../images/buttonback.jpg);
	background-repeat: no-repeat;
	background-color: #A7A77A;
	font-size: 9px;
	color: #39391C;
	font-weight: normal;
	vertical-align: middle;
	padding-left: 14px;
}
#footer {
	text-align: center;
	width: 748px;
	height: auto;
	line-height: 25px;
	background-color: transparent;
	font-size: 11px;
	color: #39391C;
	font-weight: normal;
	vertical-align: middle;
	margin: auto;
}
div.left {
	float: left;
}
div.right {
	float: right;
}
.footerlinks {
	font-size: 9px;
	color: #39391C;
	font-weight: normal;
}
.footerlinksBT {
	font-size: 11px;
	color: #39391C;
	font-weight: normal;
}
/* product classes */
td.hl {
	border: 1px solid #39391C;
}
table.dropdown { 
	border-top:0px;
	background-color:#FFF;
}
table.administrator {
	background-color:#FFF;
}
table.portal tr.bookingResults td.boxed {
	background-color:#A7A77A;
	border:1px solid #39391C;
	padding: 1px;
}
table.portal {
	border: 1px solid #39391C;
	background-color:#FFF;
}
table.portal th {
	background-color: #FFF;
	color: #39391C;
	font-size: 12px;
	font-weight: bolder;
	text-align: center;	
}
/* form elements */
input, textarea, select {
	font-size: 13px;
	color: #39391C;
	font-weight: normal;
	border: 1px solid #39391C;
	margin: 1px;
	padding: 2px;
	background-color: #EFEFEF !important;
}
/* navigation rollovers */
div#navBar {
	width: 748px;
	height: 37px;
	line-height: 37px;
	background-color:#A7A77A;
	background-image: url(../images/buttonback.jpg);
	background-repeat: no-repeat;
	text-align: left;
}
#navBar span {
	color: #39391C;
	font-size: 10px;
	margin: 0 2px 0 2px;
	display: block;
	float: left;
	padding-left: 0px;
	padding-right: 0px;
	height: 37px;
	line-height: 37px;
}
#navBar a {
	float: left;
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #39391C;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	margin-top: 8px;
	line-height: 20px;
	margin-left: 2px;
	margin-right: 2px;
	padding-left: 4px;
	padding-right: 4px;
	top: 0px;
	left: 0px;
	z-index:10;
	text-decoration: none;
	letter-spacing: 2px;
}
#navBar a:link {
}
#navBar a:visited {
}
#navBar a:active {
}
#navBar a:hover {
	background-color: #39391C;
	filter:alpha(Opacity=70);
	opacity: .7;
	-moz-opacity:.70;
	color: #FFF;
}
div#navBarI {
	width: 748px;
	height: 20px;
	line-height: 20px;
	background-color:#A7A77A;
	background-image: url(../images/buttonback.jpg);
	background-repeat: no-repeat;
	text-align: left;
}
#navBarI span {
	color: #39391C;
	font-size: 10px;
	margin: 0 2px 0 2px;
	display: block;
	float: left;
	padding-left: 0px;
	padding-right: 0px;
	height: 20px;
	line-height: 20px;
}
#navBarI a {
	float: left;
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #39391C;
	text-align: center;
	vertical-align: middle;
	height: 20px;
	line-height: 20px;
	margin-left: 2px;
	margin-right: 2px;
	padding-left: 4px;
	padding-right: 4px;
	top: 0px;
	left: 0px;
	z-index:10;
	text-decoration: none;
	letter-spacing: 2px;
}
#navBarI a:link {
}
#navBarI a:visited {
}
#navBarI a:active {
}
#navBarI a:hover {
	background-color: #39391C;
	filter:alpha(Opacity=70);
	opacity: .7;
	-moz-opacity:.70;
	color: #A7A77A;
}
a#navFirst {
	margin-left: 10px;
}
a#navLast {
	float: right;
	margin-right: 10px;
}
a#navHide a {
	width: 1px;
}
/* innerpage elements */
.innerimg {
	border: 1px solid #39391C;
	float: right;
	margin: 5px;
}
.welcome {
	text-align: left;
	padding: 0;
	margin: 0;
}
.bold {
	font-weight: bold;
}
.boldlarger {
	font-weight: bold;
	font-size: 110%;
}
/* 
  -----------------------------------
  Accordion 
  -----------------------------------
*/

.accordion {
    padding: 0px;
	margin: 0px;
	width: 252px;
	outline: none!important;
}


.accordionHeaderWrapper {
	line-height:24px;
	display:block;
	margin:0;
	font-size:12px;
	/*color: #D3D0AD;*/ color: #4E5344;
	/*background-color:#37471B;*/ background: #E1DFC8;
	border-bottom: 1px solid #CBC0A3;	
	
}


a.accordionHead, a:visited.accordionHead {
background:transparent url(/images/arrow_east.gif) no-repeat left center;color: #4E5344;
 padding-left:20px;
 text-decoration:none;
 display:block;
 outline: none!important;
 
 }

a.accordionHeadDown, a:visited.accordionHeadDown {
	background: url(/images/arrow_south.gif) no-repeat left center;
	color:#4E5344;
	text-decoration:none;
	padding-left: 20px;
	outline: none!important;
	
} 



a:hover.accordionHead {
	width: 210px!important;
	background-color: #E1DFC8;
	padding-left: 20px;
	height: 24px;
	outline: none!important;
}

.accordionHeadTitle {
float:left;}

.accordionContent {
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	background: #F1F1E7;
    width: 244px;
	padding: 4px;
	border:0px!important; 
}
.accordionContent h2, .accordionContent h3, .accordionContent h4 {
	font-size: 11px;
	color: #000;
	margin: 0px;
	line-height: normal;
	letter-spacing: 0.1em;
	border:0px!important; 
}
.accordionContent p {margin:6px 0 12px 0;}
.accordionOpen,.accordionClosed
{
	/* used to track open/closed state */
}

#promobox {
	width:250px;height:130px;
	margin-bottom:10px;
}

#pscroller1 {
	width:250px;height:130px;
	border: 1px solid #454545;
}

