@charset "utf-8";
/* 
CSS Name: Default Styles - Jaimee's Hotel 2014 
Author: Leigh Rowley, Rowley Designs 
*/
header, section, footer, aside, nav, main, article, figure
{
display: block;
}

/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/

body {
	background-color: #e6e6e6;
	font-size: 14px;
	font-family: ovo, Georgia, "Times New Roman", Times, serif;;
	color: #281C00;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1px;
}

#container {
	position: relative;
	overflow:hidden;
	width: 980px;
	margin: 0 auto;
	box-shadow: 0px 0px 10px #000;
	background-color: #fff;
}


/*-----------------[HEADER AND TITLE]-------------*/

header {
	overflow: hidden;
}

#headerImg {
	position: relative;
	float: left;
	z-index: 1;
}

#headerImg img a:link {
	outline:none;
	border: 0;
}

#headerImg img a:visited {
	outline:none;
	border: 0;
}

#titleHolder {
	position: relative;
	float: right;
	width: 700px;
	background: transparent;
	text-align: center;
	margin-left: 30px;
}

#titleHolder h1 {
	font-weight: 400;
	font-family: satisfy;
	font-style: normal;
	font-size: 35px;
	text-shadow: 1px 1px 1px #999999;
	letter-spacing: 2px;
	color: #3A200E;
}

.large {
	font-size:150%;
}

#titleHolder h2 {
	font-style: normal;
	font-weight: 400;
	font-family: satisfy;
	font-size: 20px;
	margin-top: -38px;
	margin-left: 250px;
	letter-spacing: 2px;
}

/*-----------------[NAVIGATION BAR]-------------*/
nav {
	position: relative;
	float: right;
	width: 850px;
	margin-right: -20px;
	margin-top: -68px;
	background: transparent;
	padding: 1em 0 0 0;
	z-index: 2;
}

ul#navlist {
	padding: 2.5px;
	margin: 5px 0 5px 0;
	list-style: none;
}

ul#navlist li {
	float: left;
	display: inline; /*For ignore double margin in IE6*/
	margin: 0 6px;
}

ul#navlist li a {
	text-decoration: none;
	float:left;
	color: #281C00;
	cursor: pointer;
	font-size: 18px;
	font-style: normal;
	font-family: open-sans-condensed;
	letter-spacing: 1px;
}

ul#navlist li a span {
	margin: 0 10px 0 -10px;
	padding: 1px 8px 5px 18px;
	position: relative; /*To fix IE6 problem (not displaying)*/
	float:left;
}

/*RED*/
ul#navlist.red li a:hover {
 	color: #fff;
	background: url(images/red.png) no-repeat center right;
}

ul#navlist.red li a:hover span {
	background: url(images/red.png) no-repeat center left;
}

ul#navlist.red li a.current {
	background: url(images/red.png) no-repeat center right;
 	color: #fff;
}

ul#navlist.red li a.current span {
	background: url(images/red.png) no-repeat center left;
}


/*-----------------[PHOTO SLIDER]-------------*/
#photoSlider {
	position: relative;
	float: left;
	clear: both;
	width: 980px;
	background-color: #ff9933;
	margin-top: -5px;
	padding-top: 8px;
	padding-bottom: 8px;
	overflow: hidden;
	z-index: 3;
}

.innerBorder { 
    border-top: 2px solid #fff;
	border-bottom: 2px solid #fff; 
	overflow: hidden;
}

#imageSlideshow {
	position: relative;
	float: left;
	width: 500px;
	margin-left: 20px;
	padding: 8px;
}

#photoSliderContent {
	position: relative;
	float: right;
	width: 380px;
	margin-right: 20px;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

#photoSliderContent h2 {
	font-style: normal;
	font-weight: 400;
	font-family: satisfy;
	font-size: 22px;
	color: #FFF;
	letter-spacing: 2px;
}

#photoSliderContent p {
	font-size: 14px;
}

#photoSliderContent a:link {
	color: #281C00;
	text-decoration: none;
	font-weight: bold;
}      /* unvisited link */

#photoSliderContent a:visited {
	color: #281C00;
}  /* visited link */

#photoSliderContent a:hover {
	color: #FFF;
}

/*-----------------[MAIN CONTENT]-------------*/
#content {
	width: 700px;
	position: relative;
	float: left;
	background-color: #e6e6e6;
	box-shadow: 0px 0px 15px #999;margin-top: 10px;
	margin-left: 15px;
	margin-bottom: 20px;
	padding-top: 8px;
	padding-bottom: 8px;

}

.innerBorderContent { 
    border-top: 2px solid #fff;
	border-bottom: 2px solid #fff; 
}
	
#content h1 {
	font-family: satisfy;
	font-style: normal;
	font-size: 26px;
	text-shadow: 1px 1px 1px #999999;
	letter-spacing: 2px;
	padding-left: 20px;
	padding-top: 10px;
	color: #F00;
	font-weight: 400;
}

#content p {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}

#content img {
	display:block;
	margin: 0 auto;	
	padding: 5px;
}

#content h3 {
	padding-left: 20px;
	padding-right: 20px;
}

#content h4 {
	padding-left: 20px;
	font-style: italic;	
}

#content li {
	padding-bottom: 3px;
}

#content a:link {
	color: #281C00;
	text-decoration: none;
	font-weight: bold;
}      /* unvisited link */

#content a:visited {
	color: #281C00;
}  /* visited link */

#content a:hover {
	color: #FF9933;
}

/*---------------[SIDEBAR]----------*/
#rightsideBar {
	position: relative;
	float: right;
	margin-top: 58px;
	margin-right: 10px;
	width: 225px;
}

/*SIDEBAR LINK BUTTONS*/
.button {
  	display: inline-block;
	width: 175px;
  	margin-bottom: 10px;
  	padding: 8px 15px;
  	background: #FF9933;
  	border: 1px solid rgba(0,0,0,0.15);
  	border-radius: 4px;
  	transition: all 0.3s ease-out;
  	box-shadow:
    	inset 0 1px 0 rgba(255,255,255,0.5),
   	 	0 2px 2px rgba(0,0,0,0.3),
    	0 0 4px 1px rgba(0,0,0,0.2);

  /* Font styles */
  	color: #281C00;
  	text-decoration: none;
  	text-shadow: 0px 1px 1px #000;
  	font-size: 18px;
	font-style: normal;
	font-family: open-sans-condensed;
	text-align: left;
	letter-spacing: 2px;
}

.button:hover  {
	background-color: #FF4A4A;
}

.embossed-link {
  box-shadow: 
    inset 0 3px 2px rgba(255,255,255,.22), 
    inset 0 -3px 2px rgba(0,0,0,.17), 
    inset 0 20px 10px rgba(255,255,255,.12), 
    0 0 4px 1px rgba(0,0,0,.1), 
    0 3px 2px rgba(0,0,0,.2);
}

.button.embossed-link {
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.5),
    0 2px 2px rgba(0,0,0,0.3),
    0 0 4px 1px rgba(0,0,0,0.2),
    inset 0 3px 2px rgba(255,255,255,.22), 
    inset 0 -3px 2px rgba(0,0,0,.15), 
    inset 0 20px 10px rgba(255,255,255,.12), 
    0 0 4px 1px rgba(0,0,0,.1), 
    0 3px 2px rgba(0,0,0,.2);
}

.button.embossed-link:active {
  box-shadow: 
    inset 0 -2px 1px rgba(255,255,255,0.2),
    inset 0 3px 2px rgba(0,0,0,0.12);
}

/*SIDEBAR - Contact Box*/
.contactBox {
	margin-top: 30px;
	margin-bottom: 10px;
	padding: 5px;
}

.contactBox h3 {
  	color: #281C00;
  	text-decoration: none;
  	text-shadow: 0px 1px 1px #000;
  	font-size: 18px;
	font-style: normal;
	font-family: open-sans-condensed;
	text-align: left;
	letter-spacing: 2px;
	margin-top: -5px;
}

.contactBox p {
	margin-top: -15px;
	font-size: 15px;
	letter-spacing:0.2px;
}

.contactBox a:link {
	color: #281C00;
	text-decoration:none;
}      /* unvisited link */
.contactBox a:visited {
	color: #281C00;
}  /* visited link */
.contactBox a:hover {
	color: #FF9933;
}  /* mouse over link */

/*---------------[FOOTER]----------*/
footer {
	clear: both;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;
	font-size: 12px;
	background: #FF9933;
	letter-spacing: 1px;
}

.innerBorderFooter { 
    border-top: 2px solid #fff;
	border-bottom: 2px solid #fff; 
}

footer a:link {
	color: #281C00;
}      /* unvisited link */
footer a:visited {
	color: #281C00;
}  /* visited link */
footer a:hover {
	color: #281C00;
}  /* mouse over link */

/*------------------------------------------------*/
/*-----------------[HOMEPAGE STYLING]-------------*/
/*------------------------------------------------*/

/*HOMEPAGE TABBED BOX GENERAL STYLING*/
#tabHolder {
	margin-left: 15px;
	margin-bottom: 20px;
	width:  700px;
	position: relative;
	float: left;
}
/*TABBED BOX - CONTENT STYLING*/
.tabContent {
	height: 340px;
	border: 1px solid #c9c3ba; 
	padding-top: 8px;
	background-color: #e6e6e6;
	box-shadow: 0px 0px 5px #999, 0px 0px 5px #999;
	overflow:hidden;
}

.innerBorderTab { 
    border-top: 2px solid #fff;
	border-bottom: 2px solid #fff; 
	height: 325px;
}

.tabContent li {
	padding-bottom: 3px;
}

.tabContent.hide { display: none; }

ul#tabs {
	list-style-type: none;
	padding: 0 0 0.3em 0;
	margin-bottom: 0;
	margin-left: 30px;
	margin-right: 0;
	margin-top: 30px;
	font-size: 18px;
	font-style: normal;
	font-family: open-sans-condensed;
}

ul#tabs li { display: inline; }

ul#tabs li a {
	color: #281C00;
	background-color: #D7D2D7;
	border: 1px solid #c9c3ba;
	border-bottom: none;
	text-decoration: none;
	padding: 0.3em 0.6em;
}

ul#tabs li a:hover { background-color: #f1f0ee; }

ul#tabs li a.selected { 
	color: #281C00; 
	background-color: #e6e6e6; 
	padding: 0.7em 0.6em 0.38em 0.6em; 
}

.tabContent img {
	margin:5px;
	padding: 4px;
	border: #FF9933 3px solid;
  	-moz-box-shadow: 0 0 5px #888;
  	-webkit-box-shadow: 0 0 5px#888;
  	box-shadow: 0 0 5px #888;
}

.tabContent h2 {
	font-style: normal;
	font-weight: 400;
	font-family: satisfy;
	font-size: 18px;
	letter-spacing: 2px;
}

.tabImg {
	width: 280px;
	position: relative;
	float: right;
}

.tabTxt {
	width: 350px;
	height: 322px;
	position: relative;
	float: left;
	letter-spacing: 1px;
	font-size: 14px;
	padding-left: 20px;
}

.tabTxt p {	margin-top: -5px; }

.tabTxt li a:link {
	color: #281C00;
	text-decoration:none;
}      /* unvisited link */

.tabTxt li a:visited {
	color: #281C00;
}  /* visited link */

.tabTxt li a:hover {
	color: #FF9933;
}

.tabTxt a:link {
	color: #281C00;
}      /* unvisited link */

.tabTxt a:visited {
	color: #281C00;
}  /* visited link */

.tabTxt a:hover {
	color: #FF9933;
}

.tabCaption {
	width: 280px;
	position: relative;
	float: right;
	margin-top: -10px;
	margin-right: 10px;
}

.tabCaption h3 {
	font-style: normal;
	font-weight: 400;
	font-family: satisfy;
	font-size: 12px;
	letter-spacing: 2px;
	text-align:center;
}

/*------------------------------------------------*/
/*-----------------[ROOMS PAGE STYLING]-----------*/
/*------------------------------------------------*/
/*CONTENT STYLING*/
#tabPagecontent {
	width: 700px;
	position: relative;
	float: left;
	background-color: #e6e6e6;
	box-shadow: 0px 0px 15px #999;
	margin-top: 10px;
	margin-left: 15px;
	margin-bottom: 20px;
	padding-top: 8px;
	padding-bottom: 8px;

}

#tabPagecontent h1 {
	font-family: satisfy;
	font-style: normal;
	font-size: 26px;
	text-shadow: 1px 1px 1px #999999;
	letter-spacing: 2px;
	padding-left: 20px;
	padding-top: 10px;
	color: #F00;
	font-weight: 400;
}

#tabPagecontent p {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}

#tabPagecontent h3 {

	padding-right: 20px;
}

#tabPagecontent li {
	padding-bottom: 3px;
}

/*ACCORDION STYLING*/

.toggle h3 {
	font-size: 25px;
	font-style: normal;
	font-family: satisfy;
	letter-spacing: 1px;
	display: inline;
	position: relative;
	top: 18px;
	left: 20px;
	font-weight: 400;
	color: #FF8409;
}

.toggle a:link {
	position: relative;
	padding: 5px;
	margin: 20px 180px 20px 0px;
	float: right;
	text-decoration: none;
	color: #FFF;
	border-radius: 10px;
	box-shadow: 0px 0px 2px #999;
	background-color: #FF9933;
	font-size: 12px;
}

.toggle a:hover {
	text-decoration: none;
	color: #281C00;
	box-shadow: 0px 0px 4px #000;
}

.toggle a:visited {
	color: #281C00;
	text-decoration: none;
	box-shadow: 0px 0px 2px #999;
	background-color: #FF9933;
	font-size: 12px;
}

/*ROOMS PAGE STYLING - Toggle*/

.roomDesc {
	position: relative;
	clear: both;
	border-radius: 10px;
	background-color: #F3F3F3;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
	overflow: hidden;
}

.roomDesc img {
	position: relative;
	float: right;
	padding-left: 10px;
}

.roomDesc p {
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0;
}

.roomPic img {
	position: relative;
	float: none;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 5px;
	border-bottom: thick #FF9933 solid;
	padding: 0;
	margin-left: 5px;
	display: inline;
}

.increase-size {
	font-size: 1.2em;
	color: 	#F00;
}

hr {
	position: relative;
	color: #FFF;
	margin-top: 20px;
	clear: both;
}

/*TABBED ROOMS BOX - CONTENT STYLING*/

#tabHolderRooms {
	margin-left: 15px;
	margin-bottom: 20px;
	width:  670px;
	position: relative;
	float: left;
}

.tabContentRooms {
	border: 1px solid #c9c3ba; 
	padding-top: 8px;
	padding-bottom:8px;
	background-color: #e6e6e6;
	box-shadow: 0px 0px 5px #999, 0px 0px 5px #999;
	overflow:hidden;
}

.tabContentRooms li {
	padding-bottom: 3px;
}

.tabContentRooms.hide { display: none; }


/*------------------------------------------------*/
/*--------------[FACILITIES PAGE STYLING]---------*/
/*------------------------------------------------*/

/*CONTENT STYLING*/
/*---------------[HOMEPAGE - TABBED BOX]----------*/
#facilitiesContent {
	width: 700px;
	position: relative;
	float: left;
	background-color: #e6e6e6;
	box-shadow: 0px 0px 15px #999;
	margin-top: 10px;
	margin-left: 15px;
	margin-bottom: 20px;
	padding-top: 8px;
	padding-bottom: 8px;

}

#facilitiesContent  h1 {
	font-family: satisfy;
	font-style: normal;
	font-size: 26px;
	text-shadow: 1px 1px 1px #999999;
	letter-spacing: 2px;
	padding-left: 20px;
	padding-top: 10px;
	color: #F00;
	font-weight: 400;
}

#facilitiesContent  p {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}

#facilitiesContent h3 {

	padding-right: 20px;
}

#facilitiesContent li {
	padding-bottom: 3px;
}

#facilitiesContent  a:link {
	color: #281C00;
	text-decoration:none;
}      /* unvisited link */

#facilitiesContent a:visited {
	color: #281C00;
}  /* visited link */

#facilitiesContent a:hover {
	color: #FF8409;
}

.facilities h3 {
	font-size: 25px;
	font-style: normal;
	font-family: satisfy;
	letter-spacing: 1px;
	display: inline;
	position: relative;
	margin: 20px;
	font-weight: 400;
	color: #FF8409;
}

.facilitiesDesc {
	position: relative;
	clear: both;
	border-radius: 10px;
	background-color: #F3F3F3;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
	overflow: hidden;
}

.facilitiesDesc p {
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0;
}

.facilitiesPic img {
	position: relative;
	float: none;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-right: 5px;
	border-bottom: thick #FF9933 solid;
	padding: 0;
	margin-left: 20px;
	display: inline;
}

/*------------------------------------------------*/
/*----------------[FAQS PAGE STYLING]-------------*/
/*------------------------------------------------*/

/*CONTENT STYLING*/
#faqContent {
	width: 700px;
	position: relative;
	float: left;
	background-color: #e6e6e6;
	box-shadow: 0px 0px 15px #999;margin-top: 10px;
	margin-left: 15px;
	margin-bottom: 20px;
	padding-top: 8px;
	padding-bottom: 8px;

}

#faqContent h1 {
	font-family: satisfy;
	font-style: normal;
	font-size: 26px;
	text-shadow: 1px 1px 1px #999999;
	letter-spacing: 2px;
	padding-left: 20px;
	padding-top: 10px;
	color: #F00;
	font-weight: 400;
}

.faqtoggle h3 {
	font-size: 20px;
	font-style: normal;
	font-family: open-sans-condensed;
	letter-spacing: 0.2px;
	display: inline;
	position: relative;
	top: 18px;
	left: 20px;
	font-weight: 300;
}

.faqtoggle a:link {
	position: relative;
	padding: 5px;
	margin: 20px 20px 20px 0px;
	float: right;
	text-decoration: none;
	color: #FFF;
	border-radius: 10px;
	box-shadow: 0px 0px 2px #999;
	background-color: #FF9933;
	font-size: 12px;
}

.faqtoggle a:hover {
	text-decoration: none;
	color: #281C00;
	box-shadow: 0px 0px 4px #000;
}

.faqtoggle a:visited {
	color: #281C00;
	text-decoration: none;
	box-shadow: 0px 0px 2px #999;
	background-color: #FF9933;
	font-size: 12px;
}

.faqDesc {
	position: relative;
	clear: both;
	border-radius: 10px;
	background-color: #F3F3F3;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
	margin-bottom: 10px;
	overflow: hidden;
}

.faqDesc p {
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0;
}

.faqDesc a:link {
	color: #281C00;
	text-decoration: none;
	font-weight: bold;
	padding: 0;
	margin: 0;
	float: none;
	border: none;
	box-shadow:none;
	background-color: transparent;
	font-size: 14px;
}

.faqDesc a:visited {
	color: #281C00;
}  /* visited link */

.faqDesc a:hover {
	color: #FF9933;
}

/*------------------------------------------------*/
/*-------------[LOCATIONS PAGE STYLING]-----------*/
/*------------------------------------------------*/
.googleMap {
	width: 450px;
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 150px;
	margin-bottom: 20px;
}

/*------------------------------------------------*/
/*-------[PHOTO GALLERY PAGE STYLING]-------------*/
/*------------------------------------------------*/
#galleryHolder {
	width: 960px;
	position: relative;
	float: left;
	background-color: #e6e6e6;
	box-shadow: 0px 0px 15px #999;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
}

#galleryTitle {
	position: relative;
	float: left;
	clear: both;
	width: 980px;
	background-color: #ff9933;
	margin-top: -5px;
	padding-top: 8px;
	padding-bottom: 8px;
	overflow: hidden;
	z-index: 3;
}

#galleryTitle h2 {
	margin-left: 50px;
	font-style: normal;
	font-weight: 400;
	font-family: satisfy;
	font-size: 22px;
	color: #FFF;
	letter-spacing: 2px;
}

#galleryTitle p {
	margin-left: 50px;
	letter-spacing: 1px;
	font-size: 14px;
}

#galleryHolder h2 {
	position: relative;
	clear: both;
	font-family: open-sans-condensed;
	font-style: normal;
	font-size: 20px;
	text-shadow: 1px 1px 1px #999999;
	letter-spacing: 2px;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #F00;
	font-weight: 300;
}

#galleryHolder img {
	margin: 10px;
	position: relative;
	float: left;
}

#galleryHolder hr {
	top: 10px;
}

/*------------------------------------------------*/
/*------------[LOCATION PAGE STYLING]-------------*/
/*------------------------------------------------*/
#locationContent {
	width: 700px;
	position: relative;
	float: left;
	background-color: #e6e6e6;
	box-shadow: 0px 0px 15px #999;margin-top: 10px;
	margin-left: 15px;
	margin-bottom: 20px;
	padding-top: 8px;
	padding-bottom: 8px;

}
	
#locationContent h1 {
	font-family: satisfy;
	font-style: normal;
	font-size: 26px;
	text-shadow: 1px 1px 1px #999999;
	letter-spacing: 2px;
	padding-left: 20px;
	padding-top: 10px;
	color: #F00;
	font-weight: 400;
}

#locationContent p {
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}

#locationContent img {
	display:block;
	margin: 0 auto;	
	padding: 5px;
}

#locationContent li {
	padding-bottom: 3px;
}

#locationContent a:link {
	color: #281C00;
	text-decoration: none;
	font-weight: bold;
}      /* unvisited link */

#locationContent a:visited {
	color: #281C00;
}  /* visited link */

#locationContent a:hover {
	color: #FF9933;
}

/*------------------------------------------------*/
/*------[MEETINGS & WEDDING PAGE STYLING]---------*/
/*------------------------------------------------*/
.photoCaption {
	width: 450px;
	display:block;
	border: #FF9933 3px solid;
	margin: 0 auto;
	padding: 5px;
	-moz-box-shadow: 0 0 5px #888;
  	-webkit-box-shadow: 0 0 5px#888;
  	box-shadow: 0 0 5px #888;
}

.caption {
	font-family: satisfy;
	font-style: normal;
	font-weight: 400;
	text-align: center;
	font-size: 20px;
}