body {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: url(../grfx/intbg.gif) repeat-x #fff;
	margin: 0;
	padding: 0;
}

#top {
	height: 127px;
	margin: 0;
	padding: 0;
}

#logo {
	position: absolute;
	left: 0;
	top: 0;
}

#main {
	margin: 0;
	padding: 10px 0px 0px 10px;
	min-height: 400px;
	background: url(../grfx/intmain.jpg) no-repeat top left;
}

/* testing out new sidebar image */
#main2 {
	margin: 0;
	padding: 10px 0px 0px 10px;
	min-height: 400px;
	background: url(../grfx/intmain2.jpg) no-repeat top left;
}


* html #main {
	height: 400px;
}

* html #main2 {
	height: 400px;
}

#footer {
	background: url(../grfx/intfooter-bg.gif) repeat-x top left;
	height: 46px;
	border: 0;
	padding: 10px 0px;
}

/*__________ text items below ___________*/
.hdrtxt {
	font-size: 0em;
	display: none;
	color: #fff;
}

h1 {
	font-size: 1.0em;
	color: #A8C123;
	margin: 0 0px 0.5em 0px;
}

h2 {
	font-size: 0.85em;
	color: #A8C123;
	margin: 1ex 0px 1ex 0px;
}

h3  {
	font-size: 0.8em;
	color: #A8C123;
	margin: 1ex 0px 1ex 0px;
	padding: 0px;
}

h4, h5, h6 {
	font-size: 0.75em;
	color: #333;
	margin: 1ex 0px 1ex 0px;
}

p {
	font-size: 0.7em;
	color: #000;
	margin: 1ex 0px 1ex 2px;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

ul, ol, td {
	font-size: 0.7em;
	color: #333;
}

#top a {
	left: 640px;
	top: 80px;
	position: absolute;
}

#main h1, #main h2, #main h3, #main h4, #main h5, #main h6, #main p, #main fieldset{
	margin-left: 300px;
	margin-right: 7%;
}

#main2 h1, #main2 h2, #main2 h3, #main2 h4, #main2 h5, #main2 h6, #main2 p {
	margin-left: 300px;
	margin-right: 7%;
}

#main ul, #main ol {
	margin-left: 300px;
	padding-left: 10px;
	margin-right: 7%;
}

#main2 ul, #main2 ol {
	margin-left: 300px;
	padding-left: 10px;
	margin-right: 7%;
}

#main ul li { 
	list-style: none;
	background: url(../grfx/bullet.gif) 0px 3px no-repeat;
	padding-left: 16px;
}

#main2 ul li { 
	list-style: none;
	background: url(../grfx/bullet.gif) 0px 3px no-repeat;
	padding-left: 16px;
}

* html #main ul li {
	background: url(../grfx/bullet.gif) 0px 6px no-repeat;
}

* html #main2 ul li {
	background: url(../grfx/bullet.gif) 0px 6px no-repeat;
}

#footer p, #footer a { 
	color: #888;
}

#footer p { 
	margin-top: 25px;
	margin-left: 50px;
	padding-top: 5px;
	background: url(../grfx/footerline.gif) repeat-x top left;
	width: 660px;
}

* html #footer p { 
	width: 560px;
}

.clear {
	clear: both;
}

.limg {
	float: left;
	margin: 5px;
}

.rimg {
	float: right;
	margin: 5px;
}

.rclear {
	float: right;
	margin: 5px;
	clear: both;
}

* html #footer p {
	margin-top: 35px;
}

#footer img { 
	float: left;
	margin: 0;
}

ul.linkslist li {
	padding-bottom: 1em;
}

#textual p, #textual li{font-size:small}
#textual{float:left;width:720px}
#textual h2{font-size:large}
#textual h3{font-size:medium}
#sidebar{width:250px;float:left}
#sidebar img{display:block;margin:0 auto 60px auto}

/* booking form styles */
div#gb_form_div{ 
	width:550px;
}

fieldset#formwrap{ 
  border:0; 
}

fieldset{ 
  margin:5px; padding:5px;
}

fieldset p{
	margin-left:165px !important;
}

legend{ 
  font-weight:normal; font-size:0.9em;
	color:#000;	
	padding:0 5px;
}

label{ 
	font-size:0.9em; text-align:right;
	width:150px; 
	float:left; clear:left;
	margin:4px; padding:2px;
	display:block;
}

.radiolabel{clear:none;float:none;display:inline;margin:3px 0 3px 0}

label.required{
	font-weight:bold;
}

input.med, input.short, select.med, textarea.textbox { 
  padding:2px; margin:4px 0;
  border:1px solid #D3D3D3;
  background-color:#F5F5F5;
}

/* hover and focus styling - the classes like .hover and .focus below are for the javascript for IE */
input.med:hover, input.med:focus, input.short:hover, input.short:hover, select.med:hover, select.med:focus, textarea.textbox:hover, textarea.textbox:focus, input.med.hover, input.med.focus, input.short.hover, input.short.focus, select.med.hover, select.med.focus, textarea.textbox.hover, textarea.textbox.focus { 
  color:#000;  
  border:1px solid #A9C224;
  background-color:#F8FFD0;
}

input.required, input.required:hover, input.required.hover, input.required:focus, input.required.focus{
	border-width:2px;
}

.error{
	font-weight:bold;
	margin:5px 10px;
	color:#284C78;
}

.errormsg{
	font-weight:bold;
	color:#B41B37;
	margin:0 0 2px 165px;
}

#current-events-panel li{
	list-style-type:none;
}

input.loneradio{clear:left}
* html input.loneradio{clear:none}
button{margin:0 0 30px 165px}