/* -----------------------------------------------
 Colors 
 ----------------------------------------------- */
.black  		{color: black;}
.gray_lt		{color: #EEE;}
.gray_medlt		{color: #aaa;}
.gray_med		{color: #777;}
.gray_dark		{color: #444;}
.sienna  		{color: #3A140A;}
.gold 			{color: #FECA1C;}	/* use on dark bkgds */
.gold_dark		{color: #CA8800;}	/* use on lite bkgds */
.ochre			{color: #D6B15E;}
.tan  			{color: #CDCFB4;}
.beige			{color: #EFF0D8;}
.green_dk		{color: #565900;}
.green_olive_dk	{color: #93976A;}
.green_olive_lt	{color: #9FA376;}
.green_lt		{color: #D4D7C0;}

/* -----------------------------------------------
 Fonts / Text
 ----------------------------------------------- */

body {
	background: #9FA376 url(art/background.gif) repeat fixed 50%;
	color: black;
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 90%;
	margin: 0px;
	padding: 0px;
}

.body_popup {
	background-color: white;
	color: black;
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 90%;
	margin: 0px;
	padding: 0px;
}

b,p,td,ul,ol,li,div,form {
	font-size: 11px;
}

.bodytext {
	font-family:  Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -2px;
}

.redhead {
	color:  #3A140A;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -1px;
}

.whitehead {
	color:  white;
	display: block;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 4px;
}

.headline {
	font-family:  Georgia, Palatino, Book Antiqua, Bookman, serif;
	font-size: 24px;
	color:  #3A140A;
	letter-spacing: 0px;
}

.subhead {
	font-family:  Georgia, Palatino, Book Antiqua, Bookman, serif;
	font-size: 18px;
	color:  #3A140A;
	letter-spacing: 0px;
}

.quotedtext {
	font-family:  Georgia, Palatino, Book Antiqua, Bookman, serif;
	color: #565900; 
	font-style: italic; 
	font-size: 12px;
}

.normal {
	font-weight: normal;
}

.bold {
	font-weight: bold;
}

.boldtight {
	font-weight: bold;
	letter-spacing: -1px;
}

.boldgray {
	color: #555;
	font-weight: bold;
}

.boldgrayital {
	color: #555;
	font-weight: bold;
	font-style: italic;
}

.grayitalic {
	color: #555;
	font-style: italic;
}

.italic {
	font-family:  Georgia, Palatino, Book Antiqua, Bookman, serif;
	font-style: italic;
	font-size: 14px;
}

.boldred {
	color: #3A140A;
	font-weight: bold;
}
.boldgold {
	color: #CA8800;
	font-weight: bold;
}
.boldgold_10 {
	font-size: 10px;
	color: #CA8800;
	font-weight: bold;
}

.eBullets_list {
	margin-left: -24;
	list-style-type: square;
	color: #CA8800;
}

.align_right {
	text-align: right;
}

.attraction {
	color: #565900;
	font-weight: bold;
}
.dollarsign {
	color: #93976A;
	padding-right: 2px;
}

/* -----------------------------------------------
 Links and rollovers
 ----------------------------------------------- */

a  {
	border-bottom: 1px dotted;
	color: #3A140A;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px solid;
	color: #800000;
}

.imagelink,
.imagelink:hover {
	border-bottom: 0px;
}

.cottagename,
.cottagename_nohover {
	border-bottom: 1px dotted;
	color: #3A140A;
	text-decoration: none;
	border-bottom: 0px;
	font-weight: bold;
}
.cottagename:hover {
	border-bottom: 1px dotted;
	color: #CA8800;
	text-decoration: none;
	border-bottom: 1px dotted;
	font-weight: bold;
}

a.button {
	background-color: #3A140A;
	border-bottom: 0px;
	color:  white;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 5px 8px 5px 8px;
}
a.button:hover {
	background-color: black;
	border-bottom: 0px;
	color: #FECA1C;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 5px 8px 5px 8px;
}

a.mini_btn {
	font-size: 9px;
	background-color: #9FA376;
	border: 0px;
	color: white;
	padding: 1px 6px 1px 6px;
	white-space: nowrap;
}
a.mini_badge_btn {
	font-size: 9px;
	background-color: #EFF0D8;
	border-bottom: 0px;
	color: #3A140A;
	padding: 1px 6px 1px 6px;
	white-space: nowrap;
}
a.mini_badge_btn:hover {
	font-size: 9px;
	background-color: #9FA376;
	border-bottom: 0px;
	color: white;
	padding: 1px 6px 1px 6px;
	white-space: nowrap;
}
a.mini_btn_selected,
a.mini_btn_selected:hover,
a.mini_btn:hover {
	font-size: 9px;
	background-color: #3A140A;
	border: 0px;
	color: white;
	padding: 1px 6px 1px 6px;
	white-space: nowrap;
}

a.mini_btn_beige {
	font-size: 9px;
	background-color: #EFF0D8;
	border-bottom: 0px;
	color:  #93976A;
	padding: 1px 6px 1px 6px;
	white-space: nowrap;
}
a.mini_btn_beige:hover {
	font-size: 9px;
	background-color: black;
	border-bottom: 0px;
	color: #FECA1C;
	padding: 1px 6px 1px 6px;
	white-space: nowrap;
}

a.mini_btn_red {
	font-size: 9px;
	background-color: #3A140A;
	border-bottom: 0px;
	color:  white;
	padding: 1px 6px 1px 6px;
	white-space: nowrap;
}
a.mini_btn_red:hover {
	font-size: 9px;
	background-color: black;
	border-bottom: 0px;
	color: #FECA1C;
	padding: 1px 6px 1px 6px;
	white-space: nowrap;
}

a.boldgold_10 {
	font-size: 10px;
	color: #CA8800;
	font-weight: bold;
	border-bottom: 0px;
}
a.boldgold_10:hover {
	font-size: 10px;
	color: #3A140A;
	font-weight: bold;
	border-bottom: 0px;
}

/* -----------------------------------------------
 Copyright
 ----------------------------------------------- */
.copyright_block {
	background-color: #3A140A;
	padding: 10px;
	margin: 0px 20px 0px 20px;
}
.caption,
.copyright_text,
.copyright_link {
	color: #EFF0D8;
	font-size: 9px;
	text-transform: uppercase;
	border-bottom: 0px;
}

.copyright_link {
	color: white;
	font-size: 9px;
	text-transform: uppercase;
	border-bottom: 0px;
}
.copyright_link:hover {
	color: white;
	font-size: 9px;
	text-transform: uppercase;
}


/* -----------------------------------------------
 Menus
 ----------------------------------------------- */

.header_block {
	position: relative;
	background-position: top center;
	top: 0px;
	left: 0;
	padding: 0;
	width: 750px;
	height: 310px;
	background-repeat: no-repeat;
}

.print_main_image {
	position: absolute;
	top: 0px;
	left: 20px;
	display: none;
}

#caption_text {
	position: absolute;
	top: 250px;
	left: 20px;
	width: 550px;
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	letter-spacing: 1px;
	font-family: Arial Narrow, Geneva, Verdana, Arial, Helvetica, sans-serif;
}

/* Transparent background for menu */
#menu_bar {
	position: absolute;
	top: 278px;
	left: 25px;
	height: 32px;
	width: 700px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: black;
	opacity:  0.70;
	-khtml-opacity: 0.70;
	-moz-opacity: 0.70;
	filter: alpha(opacity=70);
}

#menu_block	{
	position: relative;
	top: 286px;
	left: 0px;
	width: 750px;
	padding: 0;
	margin: 0;
	height: 20px;
}

a.menu_item {
	font-family: Arial Narrow, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
	border-bottom: 0px;
}

a.menu_selected,
a.menu_selected:hover {
	font-family: Arial Narrow, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #D6B15E;
	text-transform: uppercase;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
	border-bottom: 0px;
}

a.menu_item:hover {
	font-family: Arial Narrow, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #EFF0D8;
	text-transform: uppercase;
	text-decoration: none;
	margin-left: 10px;
	margin-right: 10px;
	border-bottom: 0px;
}

.sub_menu_bkgd {
	position: absolute;
	top: 0px;
	background-color: #CA8800;
	opacity:  0.75;
	-khtml-opacity: 0.75;
	-moz-opacity: 0.75;
	filter: alpha(opacity=75);
}
.sub_menu {
	position: absolute;
	top: 0px;
	font-size: 11px;
	list-style-type: none;
	padding: 10px;
}
#benefits_submenu {
	left: 60px;
	width: 200px;
}
#benefits_bkgd {
	top: 23px;
	left: 56px;
	width: 180px;
	height: 268px;
}
#features_submenu {
	left: 354px;
	width: 200px;
}
#features_bkgd {
	top: 23px;
	left: 350px;
	width: 220px;
	height: 268px;
}
a.submenu_item {
	font-family: Arial Narrow, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 0px;
	padding: 2px;
	line-height: 18px;
}
a.submenu_item:hover {
	font-family: Arial Narrow, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: black;
	background-color: white;
	padding: 2px;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 0px;
	padding: 2px;
	line-height: 18px;
}
a.submenu_selected,
a.submenu_selected:hover {
	font-family: Arial Narrow, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: white;
	background-color: black;
	padding: 2px;
	text-transform: uppercase;
	text-decoration: none;
	border-bottom: 0px;
	padding: 2px;
	line-height: 20px;
}

/* -----------------------------------------------
 Logo
 ----------------------------------------------- */
#menu_logo_toprint {
	width: 200px;
	height: 128px;
	margin: 0;
	padding: 0;
	display: none;
}
.logo,
.logo_ie {
	position: absolute;
	top: 20px;
	left: 275px;
	width: 200px;
	height: 128px;
	margin: 0;
	padding: 0;
	border-bottom: 0px;
	background-image: url(art/logo_placeholder.gif);
	background-repeat: no-repeat;
}
.logo:hover {
	position: absolute;
	top: 20px;
	left: 275px;
	width: 200px;
	height: 128px;
	margin: 0;
	padding: 0;
	border-bottom: 0px;
	background-image: url(art/logo_ov.png);
	background-repeat: no-repeat;
}

.logo_ie:hover {
	position: absolute;
	top: 20px;
	left: 275px;
	width: 200px;
	height: 128px;
	margin: 0;
	padding: 0;
	border-bottom: 0px;
	background-image: url(art/logo_ov.gif);
	background-repeat: no-repeat;
}

/* -----------------------------------------------
 Columns 
 ----------------------------------------------- */

.col_left {
	padding-right: 10px;
}

.col_left_ruled {
	padding-right: 10px;
	border-right: 4px solid #CCC;
}

.col_middle_ruled {
	padding-left: 10px;
	padding-right: 10px;
	border-right: 4px solid #CCC;
}
.col_right {
	padding-left: 10px;
}

.col_pad_TBR {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 10px;
}

.col_pad_TBR_ruleB {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 10px;
	border-bottom: 1px solid #CCC;
}

.td_cottage {
	border-bottom: 1px solid #CCC;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 10px;
}
.td_price {
	text-align: right;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 10px;
	border-bottom: 1px solid #CCC;
}
.td_rates_divider {
	font-weight: bold;
	background-color: #93976A;
	color: white;
	padding: 4px;
}

.rule_top {
	border-top: 1px solid #CCC;
}

.grayblock {
	color: white;
	background-color: #AAA;
}

.li_ammenities {
	padding-bottom: 1px;
	list-style-type: square;
	color: #9FA376;
	margin-left: -22px;
}

.tour_left {
	padding-right: 10px;
	border-right: 4px solid #CCC;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 4px solid #CCC;
}

.tour_right {
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 4px solid #CCC;
}

.tour_mask {
	position: absolute;
	top: 125px;
	left: 150px;
	z-index: 10px;
}

/* -----------------------------------------------
 Badges 
 ----------------------------------------------- */

.badge {
	border: 1px solid #999;
	font-size: 9px;
	padding: 2px 10px 2px 10px;
	text-transform: uppercase;
	white-space: nowrap;
}

.badge_addendum {
	color: #777;
	font-size: 9px;
	padding: 2px 10px 2px 4px;
	text-transform: uppercase;
}

.smallbadge {
	color: #777;
	font-size: 9px;
	text-transform: uppercase;
	padding: 1px;
	border: 1px solid #999;
}

.smallcaps {
	color: #777;
	font-size: 9px;
	text-transform: uppercase;
}

/* -----------------------------------------------
 Pictures 
 ----------------------------------------------- */

.floatpixright {
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}
 
.floatpixleft {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}

/* -----------------------------------------------
 Interface Elements
 ----------------------------------------------- */
 
.small_controls {
	color: black;
	font-family: arial, verdana, sans-serif;
	font-size: 9px;
}

.capitals_caption {
	color: #333;
	font-size: 9px;
	text-transform: uppercase;
}

/* -----------------------------------------------
 Misc 
 ----------------------------------------------- */
.invisible {
	display: none;
}

.visible {
	display: block;
}

