@charset "utf-8";

/* --- A One Business Website Solutions CSS Document - 1bws.com --- */

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;
	margin: 0px;
	z-index: 1;
	background-color: #5a8fa1;
}

.pictureText {
	color: #666666;
	font-style: italic;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.gray {
	color: #333333;
}


/*  labels =======================================================================================================*/

.home {
	display : block;
	height : 44px;
	text-indent : -9999px;
	background: url(assets/home_page.gif) no-repeat;
	width: 565px;
	line-height: 0em;
	padding: 0px;
	font-size: 2em;
	font-style: normal;
	white-space: normal;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
			 }
			 




.contactus {
	display : block;
	height : 44px;
	text-indent : -9999px;
	background: url(assets/contact_us.gif) no-repeat;
	width: 565px;
	line-height: 0em;
	padding: 0px;
	font-size: 2em;
	font-style: normal;
	white-space: normal;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
			 }

.accom {
	display : block;
	height : 44px;
	text-indent : -9999px;
	background: url(assets/accommodation.gif) no-repeat;
	width: 565px;
	line-height: 0em;
	padding: 0px;
	font-size: 2em;
	font-style: normal;
	white-space: normal;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
			 }

.attract {
	display : block;
	height : 44px;
	text-indent : -9999px;
	background: url(assets/attractions.gif) no-repeat;
	width: 565px;
	line-height: 0em;
	padding: 0px;
	font-size: 2em;
	font-style: normal;
	white-space: normal;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
			 }

.terms {
	display : block;
	height : 44px;
	text-indent : -9999px;
	background: url(assets/terms.gif) no-repeat;
	width: 565px;
	line-height: 0em;
	padding: 0px;
	font-size: 2em;
	font-style: normal;
	white-space: normal;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
			 }

.local {
	display : block;
	height : 44px;
	text-indent : -9999px;
	background: url(assets/location.gif) no-repeat;
	width: 565px;
	line-height: 0em;
	padding: 0px;
	font-size: 2em;
	font-style: normal;
	white-space: normal;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
			 }


/* Label end ===============================================================================*/



.cottage #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	padding: 3px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: double #867e6b;*/
	/*text-align: right;  this overrides the text-align: center on the body element. */
	border: 0px;/*	border-right-color:#FFFFFF;
*/
	text-align: left;
}

.cottage #navbar {
	display : block;
	margin: 0px;
	background-image: url(assets/nav_back3.gif);
	width: 774px;
	height: 1.8em;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.cottage #MenuBar1 {
	display : block;
	margin: 0px;
	background-image: url(assets/nav_back3.gif);
	width: 774px;
	height: 1.8em;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.cottage #branding {
	display : block;
	text-align:left;
	height : 86px;
	text-indent : -9999px;
	background: url(assets/branding.jpg);
	width: 774px;
	line-height: 0em;
	padding: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-style: normal;
	white-space: normal;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

.cottage #mainContent {
	margin-top: 0;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}

.cottage #hoverstate {

	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	height: 1.8em;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 6px;
/*	padding: 0.5em 0.5em;
*/	background-color: #5a8fa1;
	color: #CCCCCC;
	font-weight: bold;
}

.cottage #sidebar1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
 background:; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 110px 0px 10px 10px; /* padding keeps the content of the div away from the edges */
	border: 1px;
}

.cottage #sidebar2 {
	position: absolute;
	top: 0;
	right: 0;
	width: 280px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
 background:; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 110px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
}

.cottage #sidebar2 h3 {
	height : 260px;
	text-indent : -9999px;
	background: url(assets/cottage.jpg) no-repeat;
	width: 260px;
}

/* sidebar contact ===========================================================================================*/			 
.contact {
	display : block;
	height : 44px;
	text-indent : -9999px;
	background: url(assets/contact.gif) no-repeat;
	width: 179px;
	line-height: 0em;
	padding: 0px;
	font-size: 2em;
	font-style: normal;
	white-space: normal;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
			 }
.short {
	display : block;
	height : 29px;
	text-indent : -9999px;
	background: url(assets/short.gif) no-repeat;
	width: 179px;
	line-height: 0em;
	padding: 0px;
	font-size: 2em;
	font-style: normal;
	white-space: normal;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
			 }
/* =============================================================================================================*/

/* ====================================================== Menu Bar =================================================================== */

ul.MenuBarHorizontal {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	height: 1.8em;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive {
	z-index: 1000;
}

/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: 9em;
	float: left;
}

/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	position: absolute;
	left: -1000em;
}

/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible {
	left: auto;
}

/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li {
	width: 8.2em;
}

/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul {
	position: absolute;
	margin: -5% 0 0 95%;
}

/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible {
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul {
/*	border: 1px solid #CCC;
*/}

/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a {
	display: block;
	cursor: pointer;
	/*	background-color: #EEE;
*/	padding: 0.5em 0.75em;
	color: #333;
	text-decoration: none;
}

/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus {
	background-color: #5a8fa1;
	color: #CCC;
}

/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible {
	background-color: #5a8fa1;
	color: #CCC;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu {
	background-image: url(assets/SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu {
	background-image: url(assets/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover {
	background-image: url(assets/SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover {
	background-image: url(assets/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe {
	position: absolute;
	z-index: 1010;
 filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection {

ul.MenuBarHorizontal li.MenuBarItemIE {
	display: inline;
	f\loat: left;/*		background: #FFF;
*/	}
}
.style3 {color: #666666; font-style: italic; }
.style4 {
	color: #000000;
	font-weight: bold;
}
a:link {
	color: #5A8FA1;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #5A8FA1;
}
a:hover {
	text-decoration: underline;
	color: #B06E7C;
}
a:active {
	text-decoration: none;
	color: #5A8FA1;
}

