html, body, form, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}

h1 img {
	display: block;
}

img {
	border: 0;
}

a {
	color: #000099;
}

a:hover {
	color: #660033;
}

a:visited {
	color: #660033;
}

/* Text in Right Panel Content Area */

.heading {
	font-size: 36px;
	font-family: "Tempus Sans ITC";
	font-weight: bold;
	color: #008000;
	margin-top:20px;
}

.heading2 {
	font-family: "Tempus Sans ITC";
	color: #804000;
	font-size: 18px;
}

.normal {
	text-align: left;
	font-size:16px;
	color:#3a4c1a;
}

/* Bulleted List Text */
.normallist {
	text-align: left;
	font-size:14px;
	color:#3a4c1a;
}

.left {
	float: left;
}

.right {
	float: right;
}

.more {
	text-align: right;
}

.clear {
	clear: both;
}

body {
	background: #49A31D url(../images/wrappershadow.jpg) repeat-y center;
	margin:0 auto;	
	padding-top:0px;
	text-align: center;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
 	line-height: 1.3em;
	font-size: 14px;
	color: #000000;
	padding-bottom: 0px;
}

.contact {
	margin-left:0px;	
}

.inputs {
	margin-bottom:5px;
	width:180px;
}

.contact input:hover,
.contact textarea:hover,
.contact select:hover {
 background:#CEDDDF; 
}

.contact input:focus,
.contact textarea:focus,
.contact select:focus { 
	background:#F3F8F8;
	clear:both; 
}

.contact input,
.contact textarea,
.contact select { 
 padding:3px;
 background: #f9f9f9; 
 border: 1px solid #3A4C1A; 
 vertical-align:top;
}

/****************************************************************************************/
/**********  LAYOUT                                                         *************/
/****************************************************************************************/
#wrapper {
	text-align: left;
	margin: 0px auto;
	width: 900px;
	border-left: solid black 1px;
	border-right: solid black 1px;
	position: relative;
  	background: yellow url(../images/yellowFade.jpg);	
}

#container {
	height:100%;
	background-color: #3f2701;

}

#logo {
  width: 900px;
  margin-top:0px;
  margin-left:0px;
  background: #3A4C1A url("../images/header3.jpg");
  height: 70px;  
  text-align: center;
  border-top:solid black 1px;
}

#slider {
  width: 900px;
  margin-top:0px;
  margin-left:0px;
  background: #3A4C1A url("../images/sliderbox2.jpg");
  height: 150px;  
  text-align: center;
  border-bottom:solid black 1px;
}

#scroller {
	width: 900px;
	margin-left:10px;
	margin-top:10px;
}


/****************************************************************************************/
/**********  NAVIGATION MENU                                                *************/
/****************************************************************************************/

#menu_container  {	
	display: block;
	background: url(../images/menubg.gif) center center repeat-x;
	width: 900px; 
	height: 30px;	
}

#menu {
	margin: 0px 0px 0px 0px;
	background: url(../images/menubg.jpg) center center repeat-x;
	height: 30px;
	width:900px;
}

#menu h2 {
	line-height:20px;
	margin-top:5px;
	font-weight:bold;
	font-size: 16px;
}

#menu h3 {
	line-height:20px;
	margin-top:5px;
	font-weight:bold;
	font-size: 14px;
	color: black;
}

.more a {
	color: #C47552;
	text-decoration: none;
	font-weight: bold;
}

.more a:hover {
	text-decoration: underline;
}

p {
	margin: 1em 0;
	line-height: 1.1;
}

/****************************************************************************************/
/**********  CONTENT                                                        *************/
/****************************************************************************************/

#leftside {
	float: left;
	width: 225px;
	height:100%;
	margin-left:0px;
	margin-top:0px;
	margin-bottom: 0px;
	background-color:#3f2701;
}


/** left **/

#upper {
	height: 100%;
}

#upper p {
  margin: 1.3em 0;
}

#schedule {
	background: #859862;
	border: 1px solid #000000;
	padding-bottom: 6px;
	padding-left: 0px;
	margin-bottom: 1.1em;
	height: 224px;
}

#schedule h2 {
	background: url(../images/h_booking_bg.jpg) repeat-x;
	border: 1px solid #7C0000;
	height: 27px;
	line-height: 27px;
	color: #ffffff;
	font-weight: normal;
	font-size: 14px;
	margin: 4px 4px 10px 4px;
}

#schedule th {
	text-align: left;
	padding-left: 20px;
	padding-right: 10px;
	color:#32808a;
}

#schedule td.submission {
	text-align: right;
}


/** right **/
#rightside {
	float: right;
	width: 674px;
	background: url(../images/yellowFade.jpg);
	margin-bottom: 0px;
	margin-top:0px;
	border-left: solid black 1px;
}

#content {
	margin-left: 15px;
	margin-right:20px;
	padding-right:0px;
	padding-bottom: 0px;
	margin-bottom: 1.1em;
	height:100%;
}

/****************************************************************************************/
/**********  ALTERNATE CONTENT TO USE GRAPHICS IN RIGHT PANE                *************/
/****************************************************************************************/
#alt_container  {
	background-color: white;
	margin:0px auto;
	margin-bottom:80px;
	margin-bottom:0px;
	width: 580px;
	height: 275px;
	border: solid black 1px;
	float:left;	
}

#alt_content  {
	width:596px;
	height:295px;
	float:left;
	}

#alt_left_panel {
	
	width:190px;
	height:275px;
	margin-top:1px;
	margin-left:1px;
	margin-bottom:1px;
	padding-left:0px;
	padding-right:10px;
	float:left;
}

#alt_right_panel {
	background:#000000 url(../images/picframe.jpg); 
	width:367px;
	height:280px;
	float:left;

}

.alt_content_rightpanel{
	background-color:#000000;
	float:left;
	width:367px;
	height:2605px;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}


/** footer **/
#footer {
  text-align: center;
  height:30px;
  width:100%;
  background: url(../images/menubg.jpg) repeat-x;
  padding: 0px 0px 0px 0px;
  border-top: solid black 1px;
  border-bottom: solid black 1px;
}
#footer li {
  list-style: none;
  display: inline;
}
#footer a {
  color: #E49E6F;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}