@charset "utf-8";
/* CSS Document */
img {
	border: 0;
	}
body {
	margin: 0px;
	padding:0 0 100px 0;
	color: #0d5e37;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	line-height: 22px;
	background-color: #fdf8e7;
}
a:link, a:visited, a:active {
	color: #0d5e37;
}
a:hover {
	color: #a28016;
}
h1 {
	color: #0d5e37;
	font-size: large;
	font-weight: normal;
	line-height: 26px;
	margin: 0px;
	margin-bottom: 10px;
	text-transform: capitalize;
}
h2 {
	color: #0d5e37;
	font-size: medium;
	font-weight: bold;
	line-height: 26px;
	margin: 0px;
}
h3 {
	color: #0d5e37;
	font-size: small;
	font-weight: bold;
	line-height: 22px;
	margin: 0px;
}
h4.menu {
	width: 200px;
	color: #e64898;
	font-size: medium;
	font-weight: normal;
	margin: 15px 0px 0px 0px;
	padding: 7px 0px 0px 0px;
	border-top: #e64898 1px dashed;
}
h5 {
	color: #e64898;
	font-size: small;
	font-weight: normal;
	margin: -10px 0px 0px 3px;
}
#container {
	width: 990px;
	min-height: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	background-color: #FFFFFF;
	background-image: url(img/bg.gif);
	overflow:hidden;
	padding: 0px;
	z-index: 10;
}
#header {
	width: 990px;
	height: 105px;
	background-image: url(img/logo.gif);
	background-position: center top;
	background-repeat: no-repeat;
	z-index: 10;
}
#header_img {
	width: 740px;
	margin: 0px 30px 20px 20px;
	padding: 0px;
	position: relative;
	float: right;
	z-index: 10;
}
#banner {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 50;
	}

* html #header_img { display:inline; } 

.square {
	margin-left: 20px;
}
	
.search_box {
	position: relative;
	float: right;
	padding-right: 10px;
}
#nav {
	position: relative;
	float: left;
	width: 170px;
	margin: 0px 0px 30px 30px;
	height: 450px;
	padding: 0px;
}

* html #nav { display:inline; } 

#copy {
	position: relative;
	float: left;
	width: 550px;
	margin: 0px 20px 30px 20px;
	padding-bottom: 50px;
	text-align: justify;
}

* html #copy { display:inline; } 

#col_right {
	position: relative;
	float: left;
	width: 170px;
	margin: 0px 30px 30px 0px;
}

* html #col_right { display:inline; } 

#footer {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  height: 120px;  
  background-color:#e8d599;
}
* html #footer {
  position: absolute;
  width: 100%;/*IE5.5*/
  bottom: 0;
  left: 0;
  overflow: visible;
  top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop +(documentElement.clientHeight-this.clientHeight) : document.body.scrollTop +(document.body.clientHeight-this.clientHeight));
}
#footer_container {
	width: 992px;
	height: 120px;
	background-image: url(img/footer.gif);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	font-size: small;
	line-height: 18px;
	}
#address {
	position: relative;
	float: left;
	width: 180px;
	margin: 15px 40px 0px 0px;
	text-align: right;
	}
#action1 {
	position: relative;
	float: left;
	width: 170px;
	margin: 15px 20px 0px 1px;
	}
#action2 {
	position: relative;
	float: left;
	width: 160px;
	margin: 15px 20px 0px 0px;
	}
#action3 {
	position: relative;
	float: left;
	width: 180px;
	margin: 15px 20px 0px 0px;
	}
.check_avail {
	line-height: 24px;
	}
#newsletter {
	position: relative;
	float: left;
	width: 170px;
	margin: 15px 0px 0px 0px;
	}
 @media screen{
  body>div#footer{
   position:fixed;
  }
 }
 * html body{
  overflow:hidden;
 } 
 * html div#container{
  height:100%;
  overflow:auto;
 }
#spofbox {
	padding: 0px;
	line-height: 20px;
	margin-top: 0px;
	}
.spof {
	margin-top: 0px;
	margin-bottom: 20px;
	text-align: justify;
	}
.button {
    border: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
    background: url(img/button.gif) no-repeat top left;
    padding: 3px 2px 3px 2px;
	text-align: left;
	}
.button:hover {
    color: #FFFF99;
}
/* MAIN MENU */
.menu{
	border: 0px;
	border-bottom: 0px;
	border-style: solid;
	border-color: #ffffff;
	margin: 0px;
	padding: 0px;
}
.menu li{
	list-style-type: none;
	line-height: 28px;
	margin: 0px;
	padding: 0px;
}
.menu ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.menu ul ul {
	padding-left: 10px;
	background-color: #f1e3b7;
	border-bottom: 0px;
}
.menu a:link, .menu a:visited, .menu a:active {
	padding: 0px;
	color: #0d5e37;
	display: block;
	text-decoration: none;
	font-weight: bold;
}
.menu a:hover {
	text-decoration: none;
	color: #a28016;
}
.menu_current {
	color: #1a8b55;
}

/* ACTION MENU */
.action_menu{
	border: 0px;
	border-bottom: 0px;
	border-style: solid;
	border-color: #ffffff;
}
.action_menu li{
	list-style-type: none;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
}
.action_menu ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.action_menu ul ul {
	padding-left: 10px;
	background-color: #e8d599;
	border-bottom: 0px;
}
.action_menu a:link, .action_menu a:visited, .action_menu a:active {
	padding: 0px;
	color: #0d5e37;
	display: block;
	text-decoration: none;
	font-weight: bold;
}
.action_menu a:hover {
	text-decoration: none;
	color: #1a8b55;
}
.menu_current {
	color: #1a8b55;
}
.spark, .spark a:link, .spark a:visited, .spark a:active  {
	font-size: x-small;
	color: #a28016;
}
.spark a:hover {
	color: #0d5e37;
}
.highlight {
	padding: 5px;
	font-weight: bold;
	background-color: #e9d083;
	}