@charset "UTF-8";
/* CSS Document */

body
{
	font-family:Verdana, Geneva, sans-serif;
}

/* get rid of those system borders being generated for A tags */

a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}


#body
{
	width: 1000px;
	
	margin: 0 auto;
}

#header
{
	height: 200px;
	float:left;
	
	width:20%;
}

#header img
{
	display: block;
	margin: auto;
}

#content
{
	float:left;
	width:80%;
}

h2
{
}

.disclaimer
{
	font-size:8px;
}

/** LOCATION AND CONTACT STYLES */
#map
{
	display: inline;
	overflow:visible; 
	width:350px;
}

#location
{
	display:block; float:left; width: 350px;  background:none; border: none
}

#contact
{
	width: 250px; float:right; display:block;  background:none; border: none;
}

/** RATES PAGE STYLES */
#rates
{
	width: 400px;
	border: 2px solid black;
}

#rates thead
{
	font-size:14px;
	border: 1px solid black;
}

#rates th
{
	text-align:left;
	border-bottom:1px solid black;
}

#rates tr 
{
	
}

#rates td
{
	line-height: 2em;
	font-size: 12px;
	border-bottom: 1px dashed black;
}

/** FOOTER STYLE */
#footer
{
	text-align: center;
	font-size: 9px;
	float:left;
	
	width: 1000px;
}

#footer ul
{
	display:block;
	margin-left: 200px;
}


#footer li
{
	padding: 0px 20px 0px 20px;
	display:inline;
	float: left;
	
	border-right: 1px solid black;
}


#footer li:first-child
{
	border-left: 1px solid black;
}

/**************************************************/
/** TAB CSS **/
/**************************************************/
/*****************************************************************************************************

/* root element for tabs  */
ul.css-tabs {  
	margin:0 !important; 
	padding:0;
	height:30px;
	border-bottom:1px solid #666;	 	
}

/* single tab */
ul.css-tabs li {  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;	
}

/* link inside the tab. uses a background image */
ul.css-tabs a { 
	float:left;
	font-size:13px;
	display:block;
	padding:5px 30px;	
	text-decoration:none;
	border:1px solid #666;	
	border-bottom:0px;
	height:18px;
	background-color:#efefef;
	color:#777;
	margin-right:2px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright:4px;
	position:relative;
	top:1px;	
}

ul.css-tabs a:hover {
	background-color:#F7F7F7;
	color:#333;
}
	
/* selected tab */
ul.css-tabs a.current {
	background-color:#ddd;
	border-bottom:2px solid #ddd;	
	color:#000;	
	cursor:default;
}

	
/* tab pane */
div.css-panes div {
	display:none;
	border:1px solid #666;
	border-width:0 1px 1px 1px;
	min-height:150px;
	padding:15px 20px;
	background-color:#ddd;	
}


/* alternate colors: skin2 */
ul.skin2 a {
	background-color:#f9f;		
	color:#fff !important;
}

/* mouseover state */
ul.skin2 a:hover {
	background-color:#f6f;
}

/* active tab */
ul.skin2 a.current {
	background-color:#FF00FF;
	border-bottom:2px solid #FF00FF;
}

/* tab pane with background gradient */
div.skin2 div {
	min-height:200px;
	color:#603;	
	background:#FCF url(images/bodybg.png) repeat-x scroll 0 -50px;
	font-size: 11px;
	/* IE6 does not support PNG24 images natively */
	_background:#4F5C6A;
}


div.skin2 div.news-item
{
	background: none;
	border: none;
	padding: 10px 0px 0px 0px;
	display: block;
}

/* the overlayed element */ 
.simple_overlay { 
     
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */ 
    background-color:#333; 
     
    width:390px;     
    min-height:200px; 
    border:1px solid #666; 
     
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;     
} 
 
/* close button positioned on upper right corner */ 
div.skin2 div.simple_overlay .close { 
    background:url(images/close.png) no-repeat;
	border: none;
	display:block;
    position:absolute; 
    right:-55px; 
    top:-15px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}

.link
{
	color: #603;
}