@charset "utf-8";

*{
	margin:0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	background-image: url(Images/background.jpg);
}

.Stretcher{	
	clear: both; 
	width: 100%; 
	height: 0; 
	line-height: 0; 
	font-size: 0; 
	padding: 0; 
	margin: 0; 
	border: 0;
}

p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	text-align: justify;
}

h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 24px;
	color: #84662d;
	text-decoration: none;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ed9e15;
	text-decoration: none;
	padding-bottom: 5px;
}

h3{
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	font-size: 13px;
	text-decoration: none;
}

a:link, a:visited, a:active{
	font-size: 12px;
	color: #0033CC;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}

a:hover{
	color: #000000;
}



.-------------------------------------------------------Header{} 

.Site_Container{
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	float: none;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.Logo{
	height: 109px;
	width: 200px;
	background-image: url(Images/Green_Lane_b&b_Logo.jpg);
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}

#Header{
	width: auto;
	height: auto;
}

#Header h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	float: right;
	font-weight: bold;
	margin-top: 20px;
	line-height: 14px;
	color: #000000;
}

.Number_Top{
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 45px;
	color: #84662d;
	font-weight: bold;
	width: 400px;
	text-decoration: none;
	display: block;
	text-align: right;
	line-height: 45px;
}

#Nav1{
	width: 760px;
	background-image: url(Images/nav_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-left: -380px;
	position: absolute;
	left: 50%;
	top: 110px;
	z-index: 25;
}

a.Main_Nav:link, a.Main_Nav:visited, a.Main_Nav:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}

a.Main_Nav:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

.Flash_Container{
	height: 232px;
	width: 760px;
	z-index: 100;
	padding-top: 43px;
	float: left;
}

.----------------------------------------dropdown{}

#nav{
	width: 760px;
	margin: 0px;
	padding: 0px;
	float: left;
	background-image: url(Images/nav_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	color: #FFFFFF;
	height: 40px;
} 

#nav li{
	width: 126px;
	height: 35px;
	display: block;
	background-repeat: no-repeat;
	background-position: right top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	list-style-type: none;
	text-align: center;
	line-height: 30px;
	float: left;
	background-image: url(Images/green_lane_b&b_nav_divide.jpg);
}

#nav li:hover, #nav li.sfhover{
	width: 126px;
	background-image: url(Images/green_lane_b&b_nav_divide.jpg);
	height: 35px;
	display: block;
	background-repeat: no-repeat;
	background-position: right top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	list-style-type: none;
	text-align: center;
	line-height: 30px;
}

#nav li ul{
	position: absolute;
	list-style-type: none;
	height: auto;
	left: -999999px;
	padding-top: 5px;
	top: 5px;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	width: 120px;
	display: inline;
	position: static;
	color: #FFFFFF;
	float: left;
}

#nav li ul li{
	list-style-type: none;
	background-color: #EDE2CB;
	background-image: url(#);
	width: 115px;
	height: 25px;
	line-height: 25px;
	display: block;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #84672D;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
}

#nav li ul li:hover, #nav li ul li.sfhover{
	float: left;
	position: relative;
	list-style-type: none;
	background-color: #C8A462;
	background-image: url(#);
	width: 115px;
	height: 25px;
	line-height: 25px;
	left: auto;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #6C5426;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
}

a.DropNav:link, a.DropNav:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	height: 35px;
	width: 126px;
	display: block;
	line-height: 35px;
	color: #FFFFFF;
}  

a.DropNav:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	height: 35px;
	width: 126px;
	display: block;
	line-height: 35px;
	color: #FFFFFF;
}    

a.DropNav:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	height: 35px;
	width: 126px;
	display: block;
	line-height: 35px;
	color: #FFFFFF;
	font-weight: bold;
}

#nav li.current {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	height: 35px;
	width: 103px;
	display: block;
	line-height: 35px;
	background-image: url(images/nav_selected.jpg);
	background-repeat: no-repeat;
	background-position: left top;
} 
.current {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	height: 35px;
	width: 103px;
	display: block;
	line-height: 35px;
	background-image: url(images/nav_selected.jpg);
	background-repeat: no-repeat;
	background-position: left top;
} 

a.DropSub:link, a.DropSub:visited, a.DropSub:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-decoration: none;
	height: 25px;
	width: 90px;
	display: block;
	line-height: 25px;
	text-align: left;
	padding-left: 10px;
}  

a.DropSub:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	height: 25px;
	width: 90px;
	display: block;
	line-height: 25px;
	text-align: left;
	padding-left: 10px;
}  


body#home li#homenav, body#about li#aboutnav, body#contact li#contactnav, body#capability li#capabilitynav, body#design li#designnav, body#products li#productsnav, body#careers li#careersnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	height: 35px;
	width: 103px;
	display: block;
	line-height: 35px;
	background-image: url(images/nav_selected.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.----------------------------------------Content{}

.content_container{
	background-color: #F4EFD2;
}

#Content_Left{
	width: 480px;
	float: left;
	padding-top: 10px;
	background-color: #FFFFFF;
	padding-right: 8px;
}

.Content_Left_Top{
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ECA016;
}

.Content_Left_Bottom{
	padding-top: 5px;
	float: left;
	width: auto;
}

.Content_Left_Bottom ul{
	list-style-type: none;
	padding-top: 10px;
}
.Content_Left_Bottom li{
	height: 97px;
	width: 114px;
	float: left;
	margin-right: 7px;
}

a.Attractions:link, a.Attractions:visited, a.Attractions:active{
	text-align: center;
	width: 110px;
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	background-image: url(Images/Green_Lane_b&b_attractions_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
	height: 97px;
}

a.Attractions:hover{
	text-align: center;
	width: 110px;
	display: block;
	text-decoration: none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	background-image: url(Images/Green_Lane_b&b_attractions_bg_hover.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 2px;
	padding-right: 2px;
	padding-left: 2px;
	height: 97px;
}

.attaraction_image{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 4px;
}

#Content_Right{
	float: right;
	width: 270px;
	background-color: f4efd2;
	background-image: url(Images/Green_Lane_farm_right_side_top.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: auto;
}

#Content_Right ul{
	list-style-type: none;
	padding-left: 35px;
}
#Content_Right li{
	background-image: url(Images/Green_Lane_farm_bullet.jpg);
	background-repeat: no-repeat;
	background-position: left;
	width: 200px;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	padding-left: 14px;
}

.rooms_include_bg{
	background-image: url(Images/b&b_rooms_include.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 20px;
	padding-top: 120px;
}

.Intro{
	width: 330px;
	float: right;
}


.----------------------------------------Footer{}

.footerLinks{
	height: 72px;
	margin-top: 8px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #84672F;
	border-bottom-color: #84672F;
	padding-bottom: 8px;
	padding-top: 8px;
}

.footerLinks ul {
	height: 35px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	float: none;
}
.footerLinks li {
	font-size: 10px;
	text-align: center;
	display: inline;
}
a.footerLink:link, a.footerLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
	margin: 0px 2px 0px 0px;
	text-align: center;
}
a.footerLink:hover, a.footerLink:active {
	text-decoration: underline;
}

.-------------------------------- about_Page{}

.bristol_local_attractions_bg{
	background-image: url(Images/b&b_bristol_local_attractions.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 20px;
	padding-top: 120px;
}

.-------------------------------- Contact_Page{}
.Sub_Heading{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
	color: #000000;
	margin-top: 8px;
	float: left;
}

.directions{
	float: left;
	width: 325px;
	padding-left: 150px;
	background-image: url(Images/contact_b&b_bristol_image.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 10px;
}

.directions ul{
	margin-left: 10px;
}
.directions li{
	list-style-type: disc;
}


#form{
	text-align: left;
	width: 280px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	text-decoration: none;
	line-height: 15px;
	float: left;
}

.form{
	width: 275px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	border: 1px solid #666666;
	line-height: 14px;
}

.NoMargin{
	margin: 0px;
	padding: 0px;
}

.RightDetails{
	width: 180px;
	display: block;
	float: right;
	margin-bottom: 10px;
}

.RightDetailsTop{
	background-image: url(Images/address_details_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 23px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 8px;
	padding-left: 20px;
	float: left;
	width: 160px;
}

.RightDetailsMiddle{
	width: 161px;
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #7C7C7C;
	border-left-color: #7E7E7E;
	display: block;
	padding-right: 8px;
	padding-left: 8px;
	background-repeat: repeat-x;
	background-position: left bottom;
	background-image: url(Images/address_details_bg.jpg);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;

}

.RightDetailsBottom{
	width: 180px;
	float: left;
	background-image: url(Images/address_details_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 8px;
}


.-------------------------------- RoomIndex{}


/*Room Index Start*/
.RoomContainer{
	float: left;
	border: 1px solid #6F6740;
	padding: 3px;
	width: 470px;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.RoomContainer h1{
	font-size: 13px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	color: #84662D;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.RoomIndextext{
	float: right;
	width: 202px;
	margin: 0px;
	padding: 0px;
}

a.viewRoom:link, a.viewRoom:visited, a.viewRoom:active{
	width: 200px;
	float: right;
	background-color: #ed9d14;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
	height: 20px;
	text-align: center;
	margin-top: 2px;
}

a.viewRoom:hover{
	width: 200px;
	float: right;
	background-color: #84662D;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 20px;
	height: 20px;
	text-align: center;
	margin-top: 2px;
}

.RoomThumb{
	float: left;
}

/*Room Page Start*/

.-------------------------------- Individual Room Pages{}

h3{
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	width: 450px;
}

.room_imgcontainer {
	float: left;
	width: 230px;
	height: auto;
	background: url(images/roompage_imgcontainer.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: 0px;
}
.room_infocontainer {
	float: right;
	width: 230px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin-right: 5px;
}
ul.room_info  {
}
li.room_info  {
	font-size: 11px;
	margin: 0px 0px 15px 0px;
	list-style-position: inside;
	list-style-type: disc;
	color: #236592;
}

.bath_farmhouse_bg{
	background-image: url(Images/b&b_bath_farmhouse.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 20px;
	padding-top: 120px;
}
.bath_farmhouse_bg h2{
	color: #84662d;
	font-size: 16px;
	padding-left: 16px;
}
.bath_farmhouse_bg p{
	padding: 0px 16px;
}
/*Room Page End*/

/*Attraction Page Start*/
.Attraction_container{
	width: 127px;
	background-image: url(images/attraction_container_bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin-right: 40px;
	float: left;
	margin-bottom: 10px;
}

.Attraction_container h2{
	font-size: 12px;
	text-align: center;
	padding-top: 5px;
}

.Attraction_Container_Top{
	background-image: url(images/attraction_container_top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 5px;
	display: block;
}

a.AttractionMore:link, a.AttractionMore:visited, a.AttractionMore:active{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0000CC;
	text-decoration: none;
}

a.AttractionMore:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0000CC;
	text-decoration: underline;
}

.AttractionContentRight{
	float: left;
	width: 242px;
	background-image: url(images/attractions_side.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 560px;
	border: 1px solid #2D6193;
}
/*ATTRACTION FEATURE PAGE*/
.AttractionsNavHolder{
	background-color: #FFFFFF;
	float: left;
	width: 475px;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.AttractionsNavHolder ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.AttractionsNavHolder li{
	padding: 0px;
	display: block;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
a.attractions:link, a.attractions:visited, a.attractions:active{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	color: #fff;
	width: 110px;
	display: block;
	text-align: center;
	background-color: #E7B928;
	margin-right: 2px;
	margin-left: 2px;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 12px;
}

a.attractions:hover{
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 11px;
	color: #000;
	width: 110px;
	display: block;
	text-align: center;
	background-color: #EDA016;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 12px;
	margin-top: 5px;
	margin-right: 2px;
	margin-left: 2px;
}
.Attraction{
	float: left;
	width: 475px;
}

.Attraction h2{
	color: #ED9E45;
	text-decoration: none;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 15px;
	margin-bottom: 5px;
}

.AttractionText{
	float: left;
	width: 310px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
