﻿* {
    padding: 0px;
    margin: 0px;
    color: black;
    font-family: Arial;
}

img { border:0;}
#page {
    width: 990px;
    margin-left: auto;
    margin-right: auto;
    background-color: #8F8C86;
	/*#8F897D; - dark grey  */
	/*#9F9177; - brown */
	/*#8F8C86; - light grey  */
	/*#B0A796 - ORIGINAL */
    display: table;
		
}

#rightSide {
  display:none;
}

#leftSide 
{
    width: 800px; /* 790px + the 10px on the right for the drop-shadow*/
    float: left;
    background-color: #ccc;
   
    background-repeat: repeat-y;
    /*background-attachment:fixed;   THIS DOES NOT WORK IN IE7 AND FIREFOX*/
    background-position: 100% 0%; 
    
}

#banner 
{
    width:770px;
    background: white;
    padding: 10px;
		
}

hr {background: #ccc; border:1px solid #ccc; height:1px; }

#search { display:none;}
#search label { font-size:10px;}
#search input { font-size:11px; border: 1px solid #8F8C86;}
#dateTD 
{
    width: 590px;
}

#menu 
{
    float:left;
    width: 155px;
    margin-top: 30px;
    padding: 20px 15px;
	clear:both;
}
#menu strong { color:#fff; }
#menu li 
{
    color: White;
    font-size: 12px;
    list-style-type: none;
    padding: 10px;
    padding-left: 0px;
	text-transform:capitalize;
}
#menu li a  { color:#fff; text-decoration:none;}
a.active { font-weight:bold;}
#pageBody 
{
    width: 580px;
    float: left;
    margin-left: 15px;
    margin-top: 15px;
    
}

#content 
{	line-height:18px;
  font-size: 11px;
    padding: 10px;
    background-color: White;
    text-align: justify;

}

#content ul li { list-style-position:inside; font-size:12px; font-weight:bold; }
#content ul li.parking { list-style-type:none;background:url(../images/wheelchairparking_icon.jpg) no-repeat; display:block; padding:8px; padding-left:20px; } 
#content ul li.disabled {list-style-type:none; background:url(../images/wheelchair_icon.jpg) no-repeat; display:block; padding:8px; padding-left:20px; } 
#content ul li.electricwheelchair {list-style-type:none; background:url(../images/electricwheelchairs_icon.jpg) no-repeat; display:block; padding:8px; padding-left:20px; } 
#content ul.indent { margin-left: 20px;}
h2
{
    color: #b61e2e;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 20px;
	text-align:left;
}

p 
{
  
    margin: 10px 0;
}

#header 
{
   display:none;
}

#headerCol 
{
    background-color: #B0A796;
    padding: 5px;
    margin-bottom: 10px;
	 display:none;
}

h1.pageSlogan
{
   display:none;
}

 #headerCol h1
{
    font-size: 12px;
    color: Black;
    margin-top: 2px;
    margin-bottom: 2px;
}

#content h1.subnav { display:none;font-size:11px; font-weight:normal; text-align:center; }

p.white 
{
	border-top:1px solid #ccc;
    color: White;
    font-size: 10px;
    padding:10px 0;
}
p.white strong { color:#fff; }



#rightSide h3.dark, #rightSide h3.darkInline 
{
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}

#rightSide h3.light, #rightSide h3.lightInline
{
    color: #000;
    font-size: 18px;
    margin-bottom: 10px;
}

#rightSide h3.darkInline, #rightSide h3.lightInline
{
    display:inline;
}

#imageLinks 
{
    display:none; 
}

div.imageLink 
{
   padding-left: 10px;
   display: inline;
   background: white;
}

/*h1 
{
    color: White;
    font-size: 11px;
    font-weight: bold;
}
*/

#menu p 
{
    color: White;
    font-size: 10px;
    padding-bottom:5px;
}


#footer 
{

display:none;
    width: 785px;
    margin-left: auto;
    margin-right: auto;
   
    text-align: center;
	
	
}
#footer a { text-decoration:none; color:#555; }
#footer div
{

    font-size: 10px;
    float: left;
    width: 90px;
    margin-left: auto;
    margin-right: auto;
}

div.rightBorder 
{
   margin-top:5px;
   border-right: 1px solid #8F8C86;
   padding: 0px 5px;
}

div.noBorder 
{
   margin-top:5px;
  
   padding: 0px 5px;
}
div.adz 
{
   margin-top:2px;
  
   padding: 0px 0 0 90px;
}


  #bottomform {
  width:548px;
      background: #B0A796;
      padding: 10px;
      padding-right:0px; 
   }
   #contacttable textarea {
   max-width:250px;
   min-height:130px;
    }
   
   #contacttable {
      border-collapse: separate;
      /*border-spacing: 15px 2px;*/
      width:100%;
	  vertical-align:top;

   }
   td { vertical-align:top;}
   td .submit {
      float:right; margin-right:20px;
}
 
iframe { text-align:right; }
   #moreinfotable td {
      border: 15px solid #B0A796;
      border-top: 2px solid #B0A796;
      border-bottom: 2px #B0A796;
 
   }


   
   textarea.wide {
 
      min-height:150px;
   }
   
   #contactSubmit {
      vertical-align:bottom;
      float:right;
      padding-right:5px;
   }
   
   /*-------------- PHOTO GALLERY */
   
   .highslide {
	
	display:inline;
	cursor: url(../images/zoomin.cur), pointer;
	
    outline: none;

}

.highslide img {

    border: 4px solid #B0A796;




	margin:5px 3px;

}

.highslide img:hover {


    border: 4px solid #B61E2E;



}



.highslide-image {

    border: 5px solid white;

}

.highslide-image-blur {

}

.highslide-caption {

    display: none;

    text-align:left;

    border: 2px solid white;

    border-top: none;

    font-family: Verdana, Helvetica;

    font-size: 10pt;

    padding: 5px;

    background-color: white;

}




.highslide-move {

    cursor: move;

}



.highslide-overlay {

	display: none;

}



/* Controlbar example */

.controlbar {	

	background: url(../images/controlbar4.gif);

	width: 167px;

	height: 34px;

}

.controlbar a {	

	display: block;

	float: left;

	/*margin: 0px 0 0 4px;*/	

	height: 27px;

}

.controlbar a:hover {

	

}

.controlbar .previous {

	width: 50px;

}

.controlbar .next {

	width: 40px;

	background-position: -50px 0;

}

.controlbar .highslide-move {

	width: 40px;

	background-position: -90px 0;

}

.controlbar .close {

	width: 36px;

	background-position: -130px 0;

}





/* Necessary for functionality */

.highslide-display-block {

    display: block;

}

.highslide-display-none {

    display: none;

}
.highslide-loading {

    display: block;

	color: white;

	font-size: 9px;

	font-weight: bold;

	text-transform: uppercase;

    text-decoration: none;

	padding: 3px;

	border-top: 1px solid white;

	border-bottom: 1px solid white;

    background-color: black;

    /*

    padding-left: 22px;

    background-image: url(highslide/graphics/loader.gif);

    background-repeat: no-repeat;

    background-position: 3px 1px;

    */

}