/***********************************************/
/* 2col_rightNav.css                             */
/* Use with template 2col_rightNav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
*
{
	padding: 0;
	margin: 0;
}
body{
	font-family: Arial,sans-serif;
	color: #FFFFFF;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #FFCF6A;
}

a:link, a:visited, a:hover {
	color: #7fc07f;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */
p{
	text-indent: 20px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #ffcf6a;
}

h2{
 font-size: 114%;
 color: #d74600;
}

h3{
	font-size: 100%;
	color: #66CC99;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
	list-style-type: square;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 6px;
	margin: 0px;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}
li {
	margin-left: 24px;
	padding-left: 6px;
}
label{
	font: bold 100% Arial,sans-serif;
 color: #334d55;
}
td {
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
}
dt{
	font-weight: bold;
}
dd{
padding-left: 8px;
}
/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrapper{
	margin: auto;
	width: 793px;
	background-color: #000000;
	float: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#navBar{
	margin: 0 0 0 79%;
	padding: 0px;
	background-color: #333333;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#content{
	float:none;
	width: 95%;
	margin: auto;
	padding: 0 6px 0 6px;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0;
	padding: 0;
}


/*************** #pageName styles **************/




/************* #globalNav styles **************/

#globalNav{
color: #cccccc;
padding: 0px 0px 0px 10px;
white-space: nowrap;
border-bottom: 1px;
 border-bottom-color: #deb887;
 border-bottom-style: solid;
 margin-bottom: 4px;
}
#globalNav a{
color: #FFCF6A;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
 display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}
a:active {
color: aqua;	
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	font-size: 80%;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10;
	padding-left: 10;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
	border: 0px;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
  padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	border: 1px solid #cccccc;
	font-size: 75%;
	color: #cccccc;
	padding: 0px 10px 10px 10px;
	margin-top: 0px;
	background-color: #000000;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}



/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}
.go-right {
float: right;
margin: 0px 0 2px 5px;
}

.img-wrapper {
	margin: 6px 20px 0 0;
	/*background: url(shadow.gif) no-repeat bottom right;*/
	float: left;
	line-height: 14px;
	/*border: 2px ridge;
	border-bottom-color: white;*/
	padding: 6px 0 0 6px;
	line-height: 14px;
	font-size: 95%;
}
.img-wrapper img {
	padding-right: 6px;
	float: left;
	border: none;
}
.img-wrapper-right {
	/*background: url(shadow.gif) no-repeat bottom right;*/
	float: right;
	line-height: 0;
	padding-left: 6px;
	border: 0px;
}
.brownBk {
	color: #FFFFCC;
	background-color: #996600;
	padding-left: 6px;
	border: 1px ridge #CC9900;
	margin-bottom: 12px;
}
.nopad {
	margin: 0px;
	padding: 0px;
}
.brickBk {
	color: #FFFFCC;
	background-color: #990000;
	padding-left: 6px;
	margin-bottom: 12px;
	padding-bottom: 6px;
	padding-right: 6px;
}
.brownTxtBld{
	color: #8a4500;
	font-weight: bold;
}
.yellowTxtBld{
	color: #ffcf6a;
	font-weight: bold;
}
.greenBk {

	color: #FFFFCC;
	background-color: #336633;
	padding-left: 6px;
	border: 1px ridge #CC9900;
	margin-bottom: 6px;
}
.greenBk a{
	text-decoration: underline;
	font-weight: normal;
	color: #FFCF6A;
}
.greenBk a:hover{
	text-decoration: none;
	font-weight: normal;
	color: black;
	background-color: white;
}
caption {
	font-weight: bold;
	color: #FFFFFF;
	letter-spacing: 0.6em;
	font-size: 18px;
}
thead {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.3em;
	background-color: #996600;
	display: table-row-group;
}
.clear {
clear: both;
}
#primaryContent {
	float: left;
	width: 57%;
	margin: 0 0px 20px 6px;
	border: 2px solid #000;
	display: inline;
}
#primaryContentSlim {
	float: left;
	width: 50%;
	margin: 0 0px 20px 6px;
	border: 2px solid #000;
	display: inline;
}
#secondaryContent{
	float: right;
	width: 35%;
	margin: 0 6px 20px 15px;
	border: 2px solid #000;
}
#secondaryContent li{
	margin-left: 12px;
	padding-left: 5px;
	font-size: 85%;
}
#bookStay{
   color: #993300;
	background-color: #66cc99;
}
.gallery{
	border: 2px;
	border-color: white;
}
.rates caption{
	background-color: #333333;
	border: 1px dotted #FFFFFF;
}
