
/*** 
   do not delete this dummy class which is
   used to fix some strange problems
***/

.xxx {
}

/* ------------- GENERIC --------------------*/
* {
  margin: 0;
  padding: 0;
}

html, body {
   min-height: 100%;
   height: 100%;
   width: 100%;
}

body {
   margin: 0;
   padding: 0;
   color: #000;
   background-color: #fff;
   font: 11px Verdana, Arial, Helvetica, sans-serif;
   line-height: 14px;
   border: 0px dashed blue;
   text-align:center; /* IE Fix to center the siteContainer */
}

/*** set this due to the inheritance bug. body font is not inherited in the td tags ***/
td{
   font: 11px verdana, Arial, Helvetica, sans-serif;
   text-align:left;
}

/**********************************************************/
img {
   margin: 0;
   padding: 0;
   border: 0px solid red;
   display: block;
}

a img {
   border: 0;
}

p {
   margin: 0 0 1em;
   line-height:18px;
   text-align: justify;
}

ul {
   margin-left: 15px;
}

/* ------------- common styles --------------- */
.clear {
   clear: both;
   float:none !important;
   height:0;
}

.hrDiv {
   border-top: 1px dashed #ccc;
}

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

a:hover {
}

/**********************************************************/
h1, h2, h3, h4, h5, h6 {
   margin-top: 0.2em;
   margin-bottom: 0.2em;
   font-weight: bold;
}

h1 {
   color: #EE5801;
   font-weight: bold;
   font-size: 14px;
   margin-bottom: 20px;
}

h2 {
  font-size: 14px;
  font-weight: bold;  
  color: #666666;
  margin-bottom: 10px;
}

h3 {
   font-size: 1.3em;
}


/**********************************************************/
#siteContainer {
   width: 780px;
   margin: auto;
   border: 0px solid blue;
   background-repeat: repeat-y;
   background-image: url('images/body_bg.gif');
   padding:0px 19px;
   text-align: left;
}

/**********************************************************/
#bodyContainer {
   }

#bookNow
{
	position:absolute;
	top: 22px;
	right:20px;    
		
	display:none;
	}

#left
{
   float: left;
   width: 210px;
   min-height: 470px;
   _height: 470px; /* Fix for IE */
   border-right: 0px solid red;
}

#right
{
   float:left;
   border:0px solid #000;
   width:740px;
   text-align:left;
   padding:0px 0px 0px 10px;
}


.imageCaption {
   font-style:italic;
}

.successText {
   font-weight: bold;
   font-style: italic;
}

/********************** STYLISH BUTTON ******************************/
.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
   overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
   width: 100%;
}

.buttonwrapperFloat{ /* Container you can use to surround a CSS button to clear float */
   overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
}

a.squarebutton
{
   background: transparent url('images/square-gray-left.gif') no-repeat top left;
   display: block;
   float: left;
   font: normal 12px Arial; /* Change 12px as desired */
   line-height: 15px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
   height: 23px; /* Height of button background height */
   padding-left: 9px; /* Width of left menu image */
   text-decoration: none;
}

a:link.squarebutton, 
a:visited.squarebutton, 
a:active.squarebutton
{
   color: #494949; /*button text color*/
}

a.squarebutton span
{
   background: transparent url('images/square-gray-right.gif') no-repeat top right;
   display: block;
   padding: 4px 9px 4px 0; /*Set 9px below to match value of 'padding-left' value above*/
}

a.squarebutton:hover
{ /* Hover state CSS */
   background-position: bottom left;
}

a.squarebutton:hover span
{ /* Hover state CSS */
   background-position: bottom right;
   color: black;
}