/* global*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
body {
	margin:0px;
	padding:0px;
  	color: #236189;
  	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color:#dfdfdf;
  	line-height: 14px;
  	text-align: center;
	font-size:0.83em;
}
hr {
	color: #FFEBBF; 
	background-color: #FFEBBF; 
    border: 1px dotted #6A441A; 
	border-style: none none dotted; 
	}
img {
	border:0px solid #A46928;
}
h1, h2, h3, h4, h5, h6, h7 {
	padding-top:8px;
	padding-bottom:5px;
	padding-left:10px;
}
.h1Class {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  height:20px;
  background:#dfdfdf url(../../theme/lower-tresmorn/h1-main-bg.jpg) no-repeat top center;
  padding-top:20px;
  padding-bottom:5px;
  color:#29709D;
}
h1{
  /*height:75px;*/
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
  /*background: url(../../theme/lower-tresmorn/h1-bg.jpg) no-repeat top center;*/
  padding-top:3px;
  padding-bottom:3px;
  color:#1A4664;
}
h2 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height:30px;
  padding-top:3px;
  padding-bottom:3px;
  color:#1A4664;
}
h3 {
	font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height:24px;
  padding-top:8px;
  padding-bottom:3px;
  color:#1A4664;
}
h4 {
	color:#1A4664;
	font-size: 11px;
	font-weight: bold;
}
h5{
	font-size: 8px;
	font-weight: bold;
	color:#1A4664;
}
a{
	color:#2C435A;
	text-decoration: underline;
} 
a:hover{
	color:#45688B;
	text-decoration: none;
}
/*Container*/
div#container{
	/*position:relative;*/
	text-align:left;
	width:960px;
	margin:0px auto;
}
/*Header*/
div#header {
	/*position:relative;*/
	height:140px;
	margin:0;
	padding:0;
}
div#header p{
	margin:0;
	padding:0;
}
div#header img {
	border:0;
}
/*navigation*/
div#navigation {
	/*position:relative;*/
	height: 35px;
	background:#3282B5 url(../../theme/lower-tresmorn/mainNavBg.jpg) no-repeat;
}
div#navigation ul{
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
} 
div#navigation ul li{
	float: left;
} 
div#navigation ul li a{											
  padding: 0.1em 0.9em;
  line-height: 26px;
  text-decoration: none;
  color: #fff;
  font-weight: 550;
  float: left;
  display: block;		
} 
div#navigation ul li a:hover{
  color:#79BEE8;
   font-weight: 550;
} 
div#navigation #LinkOn{
  color:#79BEE8;
   font-weight: 550;
}
div#navigation li a
{
	float: none
}

/* End hide */	
div#rightCol{
  	width: 150px;
  	margin: 40px 5px 0 5px;
  	float:right;
}
/*Content, column*/
div#content {
	position:relative;
   background:#fff url(../../theme/lower-tresmorn/content-bg.jpg)  no-repeat top center;
	min-height:500px;
	/*z-index:1;*/
}
div#content p{
	margin: 5px 10px 5px 10px;
	line-height:20px;
}
div#content ul{
	line-height:20px;
	margin-left:100px;
	
}
/*form*/
#content .form {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #CCCCCC;
	border: 1px solid #999999;
	margin-top:5px;
	padding-bottom:5px;
}
/*footer*/
div#footer
{
	/*position:relative;*/
	height:200px;
	background: #fff url(../../theme/lower-tresmorn/footer-bg.jpg) repeat-x;
	margin-bottom:20px;
	margin-top:-5px;
	/*z-index:2;*/
}
div#footer a
{
	color:#45688B;
	text-decoration: none;
} 
div#footer a:hover
{
	text-decoration: underline;
}
div#footer p{
padding:0;
margin:0;
}
/*availability*/
.availability {
	border:#333333 solid 1px;
	background-color: #e6e6e6;
	color: #333333;
	font-size:.8em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
}
.availability h2{
	margin-top:2px; 
	margin-bottom:2px;
}
.availability h3{
	margin-top:2px; 
	margin-bottom:2px;
}
.availability .brd{
	border:#333333 solid 1px;
}
.availability .tdData{
	color:#333333;
	width:18px;
	height:23px;
}
input.chk {
	height:15px;
	width:15px;
	margin-left:-3px;
	margin-right:-3px;
}
.availability a
{
	color: #333333;
	text-decoration: underline;
} 
.availability a:hover
{
	color: #ccff66;
	text-decoration: underline;
}
