body {
	margin: 0px;
	background: url(/images/2008/bg.jpg); 
	background-repeat: repeat-x;
	font-family: Arial, sans-serif;
  font-size: 1em;
}

/*** Main Container ***/

#main {
  margin-left: auto;
  margin-right: auto;
  width: 985px;  
  position: relative;
}

/* logo, innkeeper links, site search form */

#header {
  height:131px;
  /*margin-top:10px;*/
  margin-left:-2px;
   background: url(/images/2008/masthead-new-background-2.jpg) no-repeat;  
  position: relative;
}

#mastheadLogo {
z-index: 500; 
position: absolute; 
top: 0; 
left: 9px;
border: none;
}

#innkeeperLogin {
width: 27px;
height: 110px;
position: absolute;
right: -23px;
top: 189px;
opacity:0.4;
filter:alpha(opacity=40);
cursor: pointer;
background-image: url(/images/2008/innkeeper-login.jpg);
background-repeat: no-repeat;
}

#innkeeperResources {
width: 27px;
height: 137px;
position: absolute;
right: -23px;
top: 305px;
opacity:0.4;
filter:alpha(opacity=40);
cursor: pointer;
background-image: url(/images/2008/innkeeper-resources.jpg);
background-repeat: no-repeat;
}

#innkeeperLogin:hover, #innkeeperResources:hover {
opacity:1;
filter:alpha(opacity=100);
}

#innkeepers {
  float:left;
  margin-top:10px;
  height:30px;
  padding-left:370px;
}


#header .sitesearch {
 height:85px;
 width:210px;
 position: absolute;
 right: 20px;
 top: 59px;
 font-size: 11px;
}

#header .sitesearch input {
  border:1px solid black;
  width:174px;
  height:13px;
}
  
#header .sitesearch .goButton {
width:30px; 
height:17px; 
border:none;
float: right;
}

#header .radioButtonSearch{
font-family: arial, sans-serif;
font-size: 12px;
text-align: left;
line-height: 1;
margin-top: 1px;
}

#header .radioButtonSearch .mastheadRadio {
margin-left: -40px;
margin-right: -75px;
height: 11px;
margin-bottom: 0;
margin-top: 1px;
}

/* main navigation */

#navigation {
  height:30px;
  width:980px;
  background: black;
}


/* breadcrumbs */

#breadcrumbs {
  height:30px;
  width:980px;
  font-family: arial, sans-serif;
  background: url(/images/2008/breadcrumb.gif) no-repeat;
}

#breadcrumbs h2 {
  margin-top:-9px;
  margin-left:30px;
  color:#ffffff;
  font-weight:bold;
  font-size:1em;
  padding:0px;
  float:left;
}

#breadcrumbs .signUp {
float: right; 
margin-top:-9px; 
margin-right:10px; 
margin-bottom:0px;
color: white;
text-decoration:none;
}

#breadcrumbs .signUp a{
color: white;
text-decoration:none;
}

.win.ie  #breadcrumbs  .signUp {
margin-top: -7px;
}

.win.ie7  #breadcrumbs  .signUp {
margin-top: 3px;
}

.win.ie6  #breadcrumbs  .signUp {
margin-top: 3px;
}

/* internal page content container and footer */

#content-holder {
  width:976px;
  height:955px;
  background: #ffffff;
  padding-left:1px;
  border-left:2px solid #bbbbbb;
  border-right:2px solid #bbbbbb;
}

#content-footer {
  height:18px;
  width:990px;
  margin-left:-1px;
  margin-top:0px;
  background: url('/images/2008/content-footer.png') no-repeat;
}

/* top content */

#top{
  padding-top:10px;
  float:left;
}

#top .rotation {
  float:left;
  width:615px;
  height:350px;
  margin-left:8px;
  margin-right:0px;
  padding-top:5px;
  /* background: url('/images/2008/rotation.png') no-repeat; */
  overflow:hidden;
}

#top .searchbb {
  width:351px;
  height:177px;
  margin-right:2px;
  margin-top:3px;
  float:right;
  background: url('/images/2008/searchbb.png')   no-repeat;
}

#top .blog {
  width:351px;
  height:189px;
  margin-right:2px;
  margin-top:-3px;
  float:right;
  background: url('/images/2008/blog.png')   no-repeat;
}

#top .blog h2 {
  margin-top:10px;
  width:100px;
  font-size:1em;
  font-weight:bold;
  padding-left:105px;
}

#top .blog p {
  width:170px;
  font-size:.8em;
  padding-left:105px;
}

#searchprops {
  padding-left:40px;
  margin-top:138px;
}

#searchprops .usa input {
  border:0px;
  width:100px;
  height:18px;
  float:left;
  padding-top:3px;
  padding-left:2px;
  color:blue;
  font-size:.6em;
}
  
#searchprops .intl input {
  border:0px;
  width:100px;
  height:18px;
  padding-top:3px;
  padding-left:2px;
  margin-right:69px;
  color:red;
  font-size:.6em;
  float:right;
}

#searchprops .submitusa {
  margin-top:2px;
  margin-left:2px;
  float:left;
  }

#searchprops .submitintl {
  margin-top:-20px;
  margin-left:245px;
  float:left;
  }

/* middle content */

#middle {
  padding-left:8px;
  padding-top:10px;
  padding-right:0px;
  padding-bottom:0px;
  float:left;
}

#middle .bucket {
  width:228px;
  height:237px;
  background: url(/images/2008/bucket_full.gif) no-repeat;
  float:left;
}

#middle .google {
  width:228px;
  height:237px;
  background: url(/images/2008/bucket_full.jpg) no-repeat;
  float:left;
}


#middle .spacer {
  padding-left:4px;
  padding-right:7px;
  float:left;
  }

#middle h3 {
  font-size:1em;
  color:white;
  padding-left:16px;
  margin-top:15px;
}

#middle p, #bottom p {
  font-size:.8em;
  padding-left:16px;
  width: 85%;
}

/* special destination formatting in middle buckets */

#dest1 {
}

#dest2 {
}

#dest1 .titlep {
  margin-top:-3px;
}

#dest1 .readmore {
  float:right; 
  padding-right:16px; 
  margin-top:-16px; 
  font-size:.6em;
}

#dest2 .titlep {
  margin-top:-17px;
}
  
#dest2 .readmore {
  float:right; 
  padding-right:16px; 
  margin-top:-13px; 
  font-size:.6em;
}

#dest2 .destimg {
  margin-top:3px; 
  border:0px;
}

/* bottom content */

#bottom {
  padding-left:8px;
  padding-top:10px;
  padding-right:0px;
  padding-bottom:0px;
  float:left;
}

#bottom h3 {
  color:white;
  font-size:1em;
  padding-left:16px;
  margin-top:15px;
}

#middle p.awardtext {
  font-size:1.2em;
  padding-top:20px;
  padding-left:12px;
  padding-right:80px;
}

#middle .awards {
  width:228px;
  height:237px;
  background: url(/images/2008/awards.gif) no-repeat;
  float:left;
}

#middle .featured {
  width:485px;
  margin-left:16px;
  height:177px;
  background: url(/images/2008/featured3.jpg) no-repeat;
  float:left;
  /*   */
  padding-top: 60px;
  line-height:1em;
  text-align:justify;
}
  
#middle p.featuredtext {
  line-height:1em;
  font-size:.6em;
  margin-top:60px;
  padding-left:16px;
  width:440px;
  text-align:justify;
}

#bottom .shop {
  width:228px;
  height:237px;
  background: url(/images/2008/bucket_full.gif) no-repeat;
  float:left;
}

#bottom .google {
  width:228px;
  height:237px;
  background: url(/images/2008/bucket_full.jpg) no-repeat;
  float:left;
}

#bottom .bucket {
  width:228px;
  height:237px;
  background: url(/images/2008/bucket_full.gif) no-repeat;
  float:left;
}

#bottom .spacer {
  padding-left:4px;
  padding-right:7px;
  float:left;
  }



#bottom p.shoptext {
  font-size:.8em;
  padding-left:16px;
}

/* text navigation */

#social { 
  clear:both;
  width: 975px;
  padding-bottom: 1em;
  margin-bottom: 0;
  text-align: center;
  margin-top: 20px;
}

#textnav {
  margin-top:-25px;
  padding-left:225px;
  float:left;
  position: relative;
  z-index: 600;
}

#textnav ul {
  list-style: none;
}

#textnav li {
	display: block;
	float: left;
	white-space: nowrap;
}

#textnav li a {
  color: #000000;
  font-size:.8em;
  text-decoration:none;
}

/* travelguides network image links */

#tgnetwork {
  padding-top:30px;
  float:left;
}

/* text links to all state/country search results */

#worldlinks {
  width: 930px;
  float: left;
  margin-left: 3em;
  margin-top: 1em;
  text-align:left;
  font-size:.7em;
}

#worldlinks a {
  text-decoration:none;
  color:#000000;
}

/* legal */

#legal {
  margin-top:20px;
/*  padding-left:240px; */
  float:left;
  padding-bottom:40px;
  text-align:center;
  width:100%;
}

#legal p {
  font-size:.7em;
  font-weight:bold;
/*  padding-left:50px; */
}

#legal ul {
  list-style: none;
  text-align: center;
}

#legal li {
	display: inline;
	white-space: nowrap;
}

#legal li a {
  color: #000000;
  font-size:.8em;
}

/* menu */

#menu {
 display: block;
 float:left;
 font-size: 14px;
 font-family: arial, sans-serif;
 font-weight: bold;
 margin-top: -13px;
}


#menu .menuLink {
display: inline-block;
border-right: 1px dotted silver;
text-align: center;
line-height: 2;
text-transform:uppercase;
height: 29px;
}

#menu .noBorder {
border: none;
}

#menu .menuLink a {
text-decoration: none;
color: #ffffff;
font-weight: bold;
padding: 7px 24px;
}

#menu .noBorder a {
padding-right: 22px;
}

#menu .menuLink a:hover {
color: white;
background: url(http://www.lanierbb.com/images/2008/red_nav.gif);
}

#menu .menuLink a.current {
color: white;
background: url(http://www.lanierbb.com/images/2008/red_nav.gif);
}

#menu .menuLink a.current:hover {
	color: #000;
}

/* the following css uses the javascript function to target specific browsers and operating systems */

.win.gecko  #header .radioButtonSearch{
font-size: 10px;
line-height: .5;
margin-top: -1px;			
}

.win.gecko  #header .radioButtonSearch .mastheadRadio {
vertical-align:text-bottom;
}

.win.gecko  #menu .noBorder a {
padding-left: 24px;
padding-right: 24px;
}

.win.ie  #header .radioButtonSearch{
font-size: 11px;
line-height: 0.8;
margin-top: -1px;			
}                   

.win.ie #header .sitesearch #textInput {
float: left;
margin-left: -5px;
}

.win.ie #innkeeperResources {
width: 27px;
height: 137px;
top: 305px;
right: -23px;
}

.win.ie #innkeeperLogin{
width: 27px;
height: 110px;
top: 189px;
right: -23px;
}

.win.ie6 #innkeeperResources {
width: 27px;
height: 137px;
top: 325px;
right: -10px;
}

.win.ie6 #innkeeperLogin{
width: 27px;
height: 110px;
top: 209px;
right: -10px;
}



.win.ie #navigation #menu .menuLink{
margin-top: 14px;
}

.win.ie7 #navigation #menu .menuLink{
display: inline;
}

.win.ie6 #navigation #menu .menuLink{
display: inline;
}


.win.ie  #header .radioButtonSearch .mastheadRadio {
border:none;
vertical-align: -1px;
margin-top: -1px;
margin-bottom: -3px;
}

.win.ie7  #header .radioButtonSearch .mastheadRadio {
vertical-align: text-top;
margin-top: 2px;
}

.win.ie #menu .noBorder a {
padding-left: 24px;
padding-right: 22px;
}

.win.ie #menu .menuLink a {
padding-bottom: 8px;
border-bottom: none;
}

.win.opera  #header .radioButtonSearch .mastheadRadio {
border:none;
vertical-align: -1px;
margin-top: -1px;
margin-bottom: -3px;
background: transparent;
}

.mac.safari #menu .noBorder a {
padding-right: 18px;
padding-left: 18px;
}

.mac.safari #header .radioButtonSearch .mastheadRadio {
margin-left: 40px;
margin-right: -150px;
}

.mac.chrome #menu  a {
padding-left: 20px;
padding-right: 20px;
}

.mac.chrome #menu .noBorder a {
padding-right: 10px;
padding-left: 10px;
}

.mac.chrome #header .radioButtonSearch .mastheadRadio {
margin-left: 40px;
margin-right: -150px;
}


.mac.gecko #menu .noBorder a {
padding-left: 17px;
padding-right: 18px;
}

.mac.gecko #header .radioButtonSearch{
margin-top: 2px;
}

.mac.opera #menu  a {
padding-left: 24px;
padding-right: 24px;
}

.mac.opera #menu .noBorder a {
padding-left: 18px;
padding-right: 18px;
}

.mac.opera  #header .radioButtonSearch .mastheadRadio {
border:none;
vertical-align: -1px;
margin-top: -1px;
margin-bottom: -3px;
}

.mac.opera #menu li.noBorder a{
padding-left: 20px;
}

#information {
 position: absolute; 
 top: 1170px; 
 left: 0px;
 width: 980px;
 background-color: white; 
}

.win.ie #information {
 position: absolute; 
 top: 1225px; 
 left: 0px;
 width: 980px;
 background-color: white; 
}


#adsense {
width: 468px;
height: 60px;
margin: 15px 0 -40px 150px;
position: relative;
z-index: 600;
}

.slideshow {
width:570px; 
height: 320px; 
margin-top: 5px; 
float: left; 
margin-left: 12px; 
border: none;
overflow: hidden;
}


.noBorder {
border: none; 
text-decoration: none;
}

.homePageLargeAd {
float: left;  
height: 286px;  
width: 365px; 
margin-left: 13px; 
margin-right: -20px; 
margin-top: 4px; 
text-align: center; 
padding:20px 0; 
background-image: url(/images/front_page/homePageLargeAd.jpg); 
background-repeat: no-repeat;
}


