/* External Style Sheet for screen: The Garden House B & B */
/* Site Design: Black Cap Design */

* {margin: 0} /* sets margin on everything to 0 to address IE & non-IE rendering inconsistencies  */
img {border: none;} /* removes border on all images */

body 
{
	padding: 0;
	font-family:  Verdana, Helvetica, sans-serif;  
	color: #333333; 
	background: #efe3d3 url('../images/bg.jpg') repeat; 
	font-size: 11px;
	min-width: 770px; /* prevents design collapse (header) on small window resize */	
}
.no_display
{
	display: none;	
}
/* ------------<HEADER>------------ */
/* =================<OUTER CONTAINER DIVs>==================== */
#middle 
{
 	background: transparent url('../images/bg_middle.png') repeat-y;
 	padding: 0;
 	width: 770px;
 	margin: 0 auto;
}
#top
{
	background: transparent url('../images/bg_top.png') no-repeat;
	height:	22px;
	width: 770px;
	margin: 0 auto ;	
}
#bottom 
{
	background: transparent url('../images/bg_bottom.png') no-repeat;
	height: 22px;
	width: 770px;
	margin: 0 auto;
}
#bottom_bg
{
	background: #471313;
	height: 8px;
	width: 742px;
	margin: 0 auto;		
}
#wrapper
{
	background: transparent url('../images/bg_mid.gif') repeat-y;
	width: 742px;
	margin: 0 auto;
}
/* =================</OUTER CONTAINER DIVs>==================== */

/* ------------</HEADER>------------ */

/* ============<HORIZONTAL NAVIGATION>============ */
#nav
{
	clear: both;
	margin: 0 auto;
	width: 742px;
	height: 56px;
	background: transparent url('../images/nav_bg.gif') no-repeat;	
}
#navlist
{
	text-align: center;
	padding: 12px 0 0 400px;
}
#navlist ul
{
	margin: 0;
	white-space: nowrap;
	padding: 0;
}
#navlist li
{
	float: left;
	list-style-type: none;
	padding: 0  8px;
	width: 106px;
}
#navlist a
{
	display: block;
	padding: 0; 
	border: none;
}
#navlist a:link, #navlist a:visited
{
	color: black;
	font-weight: bold;
	text-decoration: none;
}
#navlist a:hover
{
	color: #e12629;

}
ul#navlist li
{
	padding-top: 13px;
	height: 44px; 
}
#navlist li a:hover
{
	color: black;
	background: url('../images/nav_marker.gif') no-repeat;
	background-position: bottom left;	
}
li#active a:link, li#active a:visited, li#active a:hover
{
	color: black;
	background: url('../images/nav_marker.gif') no-repeat;
	background-position: top left;
}
#index_img
{
	background: url('../images/home_text.gif') no-repeat;
	display: block;	
	margin: -10px 0 0 0px;	
}
#contact_img
{
	background: url('../images/contact_text.gif') no-repeat;
	display: block;	
	margin: -10px 0 0 0px;	
}
/* ====<To force other elements below #nav>==== */ 
.clear_right
{
	clear: right;	 
}
/* ============</HORIZONTAL NAVIGATION>============ */
/* ============<BANNER>============= */
#banner
{
	background: url('../images/banner.jpg') no-repeat;
	height: 185px;
	width: 742px;
	margin: 0 auto;
}
#banner_img
{
	float: right;
	width: 45%;
	margin-right: 26px;
}

/* ============</BANNER>============ */
/* ---------------<CONTENT DIVs>-------------- */
#container
{
	margin: 0 auto;
	width: 742px;
	position: relative;	/* necessary for absolute positioning of logo div */
	top: -8px;
	background: transparent;
}
h1
{
	font-size: 17px;
	margin: 4px 0 12px 0;
	color: #471313;
}
h2
{
	font-size: 15px;
}
p
{
	margin: 8px 0;
	line-height: 150%;
	font-size: 13px;
	font-family: Verdana, Helvetica, Arial, sans-serif;		
}
p.tagline
{
	font-weight: bold;
	margin: -10px 0 0 0;
}
p#img_credit
{
	font-size: 10px;
	text-align: center;
	line-height: 130%;	
}
#column_right p, #column_right h1, #column_right h2, #column_right h3, #column_right ul
{
	padding: 0 56px 0 0px;	
}
#column_left
{
	float: left;
	width: 25%;
	margin: 0 0 0 30px;
	color: #f0f0f0;	
}
#column_right
{
	float: right;
	width: 63%;
	margin: 16px 0 0 0;
	padding-bottom: 16px;
}
#irm1 /* image replacement method used in conjunction with webaim method below */
{
	display: inline;
	width: 66px;
	height: 18px;
	background-image: url('../images/content_signature.gif');
	background-repeat: no-repeat;
	background-position: left 1px; 
	padding: 2px 1px;
}
.irm2 /* accessible method for hiding text (see http://www.webaim.org/techniques/css/invisiblecontent/) */
{
	position:absolute;
	left: 0px;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
#slideshow
{
	margin: 20px 0 26px -8px;
	background: url('../images/slideshow_bg.gif') no-repeat;
	height: 290px;
	width: 192px;
	display: block;
}

/* ---------------</CONTENT DIVs>-------------- */

/* -------------<FOOTER>-------------- */
#footer
{
	clear: both;
	height: 100px;
	background: url('../images/footer_bg.gif') no-repeat 234px 14px;
}
#footnote
{
 	clear: both;
  position: absolute;
  bottom: -6px;
  left: 50px;
}	
#footnote p
{
	font-size: 10px;
	margin: 0;
	color: #f0f0f0;			
}
#design_credit
{
	padding-left: 480px;
}
p#design_credit
{
	color: #959595;	
}
#address_container
{
	float: left;
	width: 200px;
	height: 84px;
	margin: 0 0 0 8px;
}
#address_container p
{
	margin-top: 0;	
}
#address_text
{
	width: 100%;
	margin-left: 20px;	
}
#address_text p
{
	line-height: 150%;
	color: #f0f0f0;	
}
.nowrap
{
	white-space: nowrap;	
}
/* -------------</FOOTER>-------------- */

/* ===<ANCHORS>=== */
#column_right p a:link
{
	color: #471313;
	border-right: 1px solid white;
	border-bottom: 1px solid #471313;
	text-decoration: none;	
}
#column_right p a:visited
{
	color: #471313;
	border-right: 1px solid white;
	border-bottom: 1px solid #471313;
	text-decoration: none;	
}
#column_right p a:hover
{
	color: #252525;
	background: #f5f5d0;
	border-right: 1px solid #ACACAC;
	border-bottom: 1px solid #ACACAC;
	text-decoration: none;	
}
#footnote a:link, #footnote a:visited, #footnote a:hover
{
	color: #959595;
	text-decoration: underline;
}
#footnote a:hover
{
	color: #252525;
	background: #f5f5d0;
	border-right: 1px solid #ACACAC;
	border-bottom: 1px solid #ACACAC;
	text-decoration: none;	
}
#img_credit a:link, #img_credit a:visited, #img_credit a:hover
{
	color: #f0f0f0;
	text-decoration: underline;
	border-right: 1px solid #471313;
}
#img_credit a:hover
{
	color: #f0f0f0;
	background: #333333;
	border-right: 1px solid #121212;
	border-bottom: 1px solid #121212;
	text-decoration: none;	
}
/* ===</ANCHORS>=== */





