@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	background-color: #7B2F20;
	background-image: url(../images/background.gif);
	text-align: center;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #7B2F20;
	font-weight: normal;
}
h2 {
	text-transform: uppercase;
	color: #003241;
	font-size: 11px;
	margin-bottom: 10px;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #113F4C;
	font-weight: normal;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #AF7B6A;
	padding-top: 4px;
}
h4 {
	color: #113F4C;
	font-size: 1em;
	font-weight: bold;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
}
h5 {
	font-size: 0.85em;
	font-weight: bold;
	color: #113F4C;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 5px;
}
.small {
	font-size: .9em;
}

input {
	border: 1px solid #999999;
	margin-right: 10px;
	padding: 1px;
}
/*****************  GENERAL LAYOUT STYLES ************************/
#divWrap {  /*main document wrap*/
	background-color: #FFF5E5;
	width: 760px;
	margin-top: 50px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-image: url(../images/side_background.gif);
	background-repeat: repeat-y;
	background-position: 14px;
}

* html #divWrap {  /*main document wrap*/
	background-position: 20px;
}

#divPhone { /*contact phone number */
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #FFF5E5;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	top: -35px;
	width: 760px;
	text-align: right;
}

/****************** PRIMARY NAVIGATION COLUMN STYLES ****************/


#divNavigation {  /*primary navigation column */
	width: 242px;
	text-align: center;
	margin-top: -16px;
	margin-left: 14px;
	float: left;
	margin-right: 15px;
	border-top-width: 32px;
	border-top-style: solid;
	border-top-color: #FFF5E5;
}
#divNavigationBorder {  /*primary navigation column */
	background-color: #FFFFFF;
	padding: 15px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#divNavigation a:link, #divNavigation a:visited {
	color: #333333;
	text-decoration: underline;	
	}
	
#divNavigation a:hover {
	color: #742315;
	text-decoration: none;	
	
	}
* html #divNavigation{ /*IE 6 display hack*/
    margin-left: 10px;
}
* html #divNavigationBorder{ /*IE 6 display hack*/
	width: 240px;
	padding:0px;
}

	
#imgLogo {
	margin-top: -87px;
	margin-left: -15px;
}
	
* html #imgLogo {
	position:relative;
	margin-top:-71px;
	margin-left: 0px;
	}

#divNavigation h1 {
	font-size: 26px;
}
#divNavigation h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	text-transform: lowercase;
	font-style: italic;
	font-weight: normal;
	font-size: 16px;
}
#divHomeLinks {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#divHomeLinks a:link, #divHomeLinks a:visited {
	color: #742315;
	text-decoration:none;
	font-weight: bold;
}
#divHomeLinks a:hover{
	text-decoration:underline;
}

.divHighlightBox {
	background-color: #FFF5E5;
	font-weight: bold;
	border: 1px dashed #AF7B6A;
	font-size: 12px;
	margin-bottom: 12px;
	margin-top: 2px;
	text-align: left;
}
* html .divHighlightBox {
	margin-left:15px;
	margin-right:15px;
}

.divHighlightContent {
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	line-height: 1.3em;
	top: -5px;
	position: relative;
	margin-bottom: -15px;
}
.imgTopLeft {
	position: relative;
	left: -6px;
	top: -7px;
}
.imgTopRight {
	position: relative;
	top: -7px;
	left: 188px;
}
.imgBotLeft {
	position: relative;
	left: -6px;
	bottom: -10px;
}
.imgBotRight {
	position: relative;
	bottom: -10px;
	left: 188px;
}

#ulMenus {
	list-style-type: none;
}
#ulMenus li a:link, #ulMenus li a:visited {
	display:block;
	height: 1.7em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	margin-bottom: 5px;
	text-decoration: none;	
}
#ulMenus li a:hover {

}
#ulMenus li a.last {
	border-bottom-style: none;
	margin-bottom: 0px;
	
}


/****************** PRIMARY CONTENT COLUMN STYLES ****************/
#divInformation {
	margin-left: 270px;
}
#imgPrintLogo {
	display: none;
}
#imgSavoriesFood {
	position:relative;
	margin-top:-30px;
	margin-right: -30px;
}

#divContent {
	margin-right: 10px;
	margin-top: -10px;
}
#divContent a:link, #divContent a:visited, #divContact a:link, #divContact a:visited {
	color: #742315;
	text-decoration:underline;
	}

#divContent a:hover, #divContact a:hover{
	text-decoration:none;
}
#divContent p {
	line-height: 1.5em;
	margin-bottom: 15px;
}

blockquote {
	margin-left: 20px;
}

#divContent ul {
	margin-left: 25px;
	margin-bottom: 15px;
	list-style-image: url(../images/diamond_sm.gif);
}
#divContent ul.plain {
	list-style-type: circle;
	list-style-image: none;
}
#divContent li {
	margin-bottom: 7px;
	line-height: 1.2em;
}


.divFoodExtras {
	margin-left: 25px;
	margin-top: 20px;
	padding: 7px;
	border: 1px dashed #AF7B6A;
	margin-right: 10px;
	margin-bottom: 20px;
}
#divContent .divFoodExtras p {
	margin-bottom: 8px;
	line-height: 1.3em;
	font-size: .95em;
}
#divContent table {
	width: 97%;
}
#divContent table.special {
	width: 350px;
}
#divContent table td {
	padding-right: 10px;
	padding-bottom: 5px;
}
#divContent td.toppad {
	padding-top: 10px;
}
#divContent table td.border {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F1CFBB;
}
td.leftpad {
	padding-left: 10px;
}
#divContent blockquote {
}
#divContent blockquote p {
	margin-bottom: 8px;
	line-height: 1em;
}

#divContact {
	font-size: 11px;
	color: #742315;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 10px;
	margin-left: 270px;
	bottom: 0px;
	margin-top: 25px;
}

/****************** FOOTER STYLES ****************/
#divExtraBookings {
	clear: left;
	background-color: #003241;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	color: #FFF5E5;
}
#imgBookNow {
	position: relative;
	left: 0px;
	top: -16px;
}
.divLocation {
	background-color: #113F4C;
	float: left;
	border: 1px dashed #293339;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 7px;
	height: 200px;
}
.divLocation p, .divLocation h1{
	margin-left:3px;
}
.divLocation p{
	line-height: 1.3em;
}
.divLocation h1{
	line-height: 1.5em;
}
.divLocation a:link, .divLocation a:visited {
	color: #FFF5E5;
	text-decoration:underline;
	}

.divLocation a:hover{
	text-decoration:none;
}

#divVista {
	width: 200px;
	margin-right: 10px;
	margin-top: -60px;
}


#divGlensheen {
	width: 200px;
    margin-top: -60px;
	margin-left: 20px;
}
* html #divGlensheen {
	margin-left: 10px;
}
#divLodging {
	
	width: 252px;
	margin-top: -60px;
}
#divExtraBookings h1 {
	font-style: italic;
	color: #FFF5E5;
	font-size: 14px;
	font-weight: bold;
	margin-top:5px;
}
#divExtraBookings p {
	font-size: 11px;
}



.divClear {
	clear: both;
}
