

/****************************************************************************
* Anchors / Hyperlinks
*       
*        
*
*      
*****************************************************************************/


A:link {text-decoration: underline; color: black;}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: underline; color: red;}

.email A:link {text-decoration: none; color: white; font-weight: bold}
.email A:hover {text-decoration: underline; color: red; font-weight: normal}
.email A:visited {text-decoration: underline; color: gred; font-weight: normal}



/****************************************************************************
* Outer_table
*       
*       outer table
*
*      
*****************************************************************************/
.outer_table {
        valign: top;
	width: 800px;
	align: center;
	background-color: #ffffff;
	border: 0px;
	spacing: 0px;
	padding: 0px;
}



/****************************************************************************
* LEFT 
*       
*       Left-side border td class
*
*      
*****************************************************************************/
.left_border {
	width: 18;
	background: transparent url(../images/background/bkgrnd1_l.jpg) repeat-y right;
	min-height: 1;
}



/****************************************************************************
* Center
*       
*       Middle of the three columns making up the site - table class
*
*      
*****************************************************************************/
.center {
        valign: top;
	width: 100%;
	padding: 0px;
}





/****************************************************************************
* RIGHT 
*       
*       Left-side border td class
*
*      
*****************************************************************************/
.right_border {
	width: 18;
	background: transparent url(../images/background/bkgrnd1_r.jpg) repeat-y right;
}




/****************************************************************************
* Header (table class)
*       
*       shows the logo
*
*      
*****************************************************************************/
.header {
	width: 100%;
	padding: 0px;
}



/****************************************************************************
* Footer (table class)
*       
*       shows the email and phone number
*
*      
*****************************************************************************/
.footer {
	width: 100%;
	spacing: 0px;
	padding: 0px;
	background-image: url(../images/stars2.jpg);
	color: white;
	font-weight: bold;

}

/****************************************************************************
* Body (table class)
*       
*       shows the main content
*
*      
*****************************************************************************/
.body {
	width: 100%;
	spacing: 0px;
	padding: 0px;
	background-color: ffffff;
}



/****************************************************************************
* BORDER_Bottom
*       
*       bottom border
*
*      
*****************************************************************************/
.bottom_border {
	height: 11px;
	border:0px;
	cellspacing: 0px;
	cellpadding: 0px;
        valign: top;
	width: 100%;
	background-image: url(../images/background/bkgrndB.jpg);
}



/****************************************************************************
* TABS
*       Tabs display at the top of every page.
*
*
*       TabBar
*
*
*       The TabBar lies across the page, near the top. It is here that the user
*       selects a section such as IDP or Portfolio and subpages display directly underneath.
*
*       The tab is actually a table that has a number of cells, each cell contains a tab.
*
*       Each tab is made up of three images (a left, center and right image)?
*       thus allowing a site to have rounded corners or complex images for each tab.
*       Over top of the images, we display translated text. The translated text is
*       actually a hyperlink and it is the hyperlink that highlights when a user selects
*       a tab. At this point, we do not change the images on hover and depend wholly on
*       the hyperlink being the visual cue to the user that a tab is being hovered over...
*
*
*       The following classes are defined for the tabs. Notice that there are styles for
*       links and hovering over those links. Also, that there are different styles for active
*       and inactive tabs.
*
*
*       tab - used for the table row attributes
*       tabactive - how the looks when it has been selected
*       tabactive tr td
*       tabactive a - how the anchor (hyperlinked text) looks in an active tab
*       tabactive a:hover - how the anchor looks when the mouse is over it
*       tabinactive } - how the tab looks when is is one of the ones that is not selected
*       tabinactive tr td
*       tabinactive a  - how the anchor (hyperlinked text) looks in an inactive tab
*       tabinactive a:hover - how the anchor looks when the mouse is over text in an inactive tab
*
*****************************************************************************/
.tabs {
	
	font-family: Arial;
	font-size: 12px;
	background-color: #FFFFFF;
	font-weight: bold;
	border-bottom: 0px solid #E7C13A;
	text-transform: uppercase;
	padding: 0px;
	spacing: 0px;
	border: 0px;
	margin: 0px;
	border-spacing: 0px;	
}

.tabactive {
	white-space: nowrap;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #DADAD0;
	border-right-color: #A7B6C2;
	border-left-color: #A7B6C2;
	spacing: 0px;
	padding: 0px;
	border-spacing: 0;
	border-collapse:collapse

	
}

.tabactive tr {
	vertical-align: middle;
	background-color: #CBDDEC;
	white-space: nowrap;
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-style:none;
}

.tabs td {
	border:0px;
	spacing: 0px;
	padding: 0px;
	
	
}


.tabactive td {
	border:0px none;
	spacing: 0px;
	padding: 0px;

}

.tabactive a {
	font-family: Arial, Helvetica, san-serif;
	font-size: 11px;
	color: #444444;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}

.tabactive a:hover {
		color: #000000; }

.tabinactive {
	text-transform: uppercase;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	spacing: 0px;
	padding: 0px;
	border-spacing: 0;
	border-collapse:collapse



}

.tabinactive tr {
	vertical-align: middle;
	text-align: center;
}
.tabinactive td {
	border:0px;
	spacing: 0px;
	padding: 0px;

}

.tabinactive a {
	font-family: Arial, Helvetica, san-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;

}

.tabinactive a:hover {
	color: #EEEEEE;
}




/****************************************************************************
* title
*       Top right of the text area on the right side every page 
*       
*
*      
*****************************************************************************/
.title { 
color:#111111;
font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
font-size:14px;
font-weight:bold;
vertical-align: bottom;
}


/****************************************************************************
* tab title
*       Top left of the text area on the left side every page except home page
*       Text displayed is the same text as on the tab for that page
*
*      
*****************************************************************************/
.tab_title { 
color:#777777;
font-family:Times New Roman,Geneva,Arial,Helvetica,sans-serif;
font-size:24px;
font-style:italic;
font-weight:bold;
text-align: left;
padding-left: 25px;
}



/****************************************************************************
*  
*      Page Specific Classes
*
*      
*****************************************************************************/

.body_left{
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	vertical-align: top;
	padding-top: 25px;
	width: 200px;
	padding-left: 25px;
	text-align: center;
}


.body_right {
	vertical-align: top;
	bgcolor: FFFFFF;
	padding-left: 25px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-top: 20px;
	color:#660000;
}



/****************************************************************************
*  
*      Home Page
*
*      
*****************************************************************************/


.body_left_home_page {
	color:#000000;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-weight:bold;
	vertical-align: top;
	padding-top: 25px;
	width: 200px;
}


.body_right_home_page {
	vertical-align: top;
	bgcolor: FFFFFF;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 10px;
	padding-top: 25px;
	color:#660000;
}






/****************************************************************************
* Reservations
*        
*
*      
*****************************************************************************/

.rates { 
	border-style: thin;
	border-color: CCCCCC;
}


.rates tr { 
	border-style: solid;
	border-color: CCCCCC;
	border-bottom: solid CCCCCC;
	
}

.dates { 
	color:##888368;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:10px;
	font-style:italic;
	font-weight:normal;
}



.body_left_reservations{
	font-family:Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight:normal;
	vertical-align: top;
	padding-top: 20px;
	width: 150px;
	padding-left:5px;
	text-align: center;
}


.body_right_reservations {
	vertical-align: top;
	bgcolor: FFFFFF;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-top: 20px;
}

/****************************************************************************
*  
*      photos Page
*
*      
*****************************************************************************/


.body_left_photo_page {
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:10px;
	font-weight: normal;
	vertical-align: top;
	padding-top: 25px;
	width: 200px;
	text-align: center;
}


.body_right_photo_page {
	vertical-align: top;
	padding-top: 25px;
	padding-bottom: 10px;
	text-align: center;
}




/************************************/
/** RESULT AND DETAIL PAGE CLASSES **/
/************************************/

.PhotoMain, .PhotoThumbnail, 
                        { border: solid black 1px; margin: 5px; }
.PhotoMain              { cursor: pointer; cursor: hand; width: 400px;  }
.PhotoThumbnail         { height: 50px; }





/************************************/
/** styleos for testimonials **/
/************************************/


.testimonialText{
	border-top: 1px solid grey;
	text-align: left;
	font-family:Arial,Verdana,Geneva,Helvetica,sans-serif;
	font-size:16px;
	font-weight: 900;
	
}




.testimonialAuthor{
	text-align: left;
	font-family:Arial,Verdana,Geneva,Helvetica,sans-serif;
	font-size:12px;
	font-weight: 300;
	
}


.testimonialDate{
	border-bottom: 1px solid black;
	text-align: left;
	font-family:Arial,Verdana,Geneva,Helvetica,sans-serif;
	font-size:8px;
	font-weight: 100;
	
}
