/**
 * 100% height layout with header and footer
 * ----------------------------------------------
 * Feel free to copy/use/change/improve
 */

html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background: URL("/graphics/fadebg.gif") repeat-x #7f95a6;
	font-family:arial,sans-serif;
	font-size:12px;
	color:#000000;
	
}

/* main table */

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto 0 auto; /* center, not in IE5 */
	width:870px; 
	background: URL("/graphics/sitebg.gif") repeat-y;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}

div#header {
	width:850px;
	height:263px;
	background: url("/graphics/headbg.jpg") no-repeat;
	position: relative;
	top:16px;
	left: 14px;
}
	
div#content {
	padding:20px 0 50px 0; /* bottom padding for footer */
	margin-left:14px;
	width:842px;
}

div#footer {
	position:absolute;
	width:842px;
	height:50px;
	bottom:0; /* stick to bottom */
	left: 14px;
	font-size:11px;
	visibility: hidden;
	border-top: solid 2px #c5313a;

}

#twitter-follow { 
	border: 0;
	position: fixed;  
	top: 200px; 
	right:0;
	z-index: 1000; /* <<Ð z-index property */
	_float: right;
}

#facebook-follow { 
	border: 0;
	position: fixed;  
	top: 320px; 
	right:0;
	z-index: 1000; /* <<Ð z-index property */
	_float: right;
}


/* main nav */

#topfadeL {
	width: 14px;
	height:384px;
	margin: 0;
	position: absolute;
	top:0;
	left:0;
}

#topfadeR {
	width: 14px;
	height:384px;
	margin: 0;
	position: absolute;
	top:0;
	left:856px;
}
#topfademid {
	width: 842px;
	height:16px;
	margin: 0;
	position: absolute;
	top:0;
	left:14px;
}





/* content formatting */

#pagecontent {
	width: 540px;
	padding: 20px 50px 20px 40px;
	_padding: 28px 50px 20px 40px;
	overflow: auto;
	background: url("/graphics/starbg3.gif") no-repeat;
	line-height:15px;
	float:right;
}

#memberlogin {
	position: absolute;
	width: 100px;
	font-size:10px;
	font-weight: bold;
	top:285px;
	left:740px;
	text-transform: uppercase;
}

#memberlogin a{
	color:#c5313a;
	text-decoration: none;
}


#left_foot {
	color: #2a363b;
	float: left;
	padding-top: 8px;
	padding-left:20px;
}

#right_foot {
	color: #2a363b;
	float: right;
	padding-top: 8px;
	padding-right:20px;
	text-decoration: underline;
}


#right_foot a{
	color: #2a363b;
	text-decoration: underline;
}

#right_foot a:hover{
	color: #c50000;
	text-decoration: underline;

}


#clear {
	clear: both;
}

div.clear {
	clear: both;
}






/* text styles */

form {
	margin: 0;
}

a {
	color: #00498a;
	text-decoration: underline;
	 outline: none;

}
a:hover {
	color: #c50000;
	text-decoration: underline;
}

a.imedia {
	color: #2a363b;
	text-decoration: underline;
}
a.imedia:hover {
	color: #c50000;
	text-decoration: underline;
}





#newslist{
padding: 0;
font-size: 12px;
text-align:left;
}

#newslist ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#newslist li {
margin: 0;
}

li a.newslist {
display: block;
padding: 0;
color: #000000;
text-decoration: underline;
height:28px;
}

li a.newslist:hover{
color: #7f2319;
	text-decoration: underline;
}










h1 {
	font-weight:bold;
	font-size:18px;
	color: #c50000;
	text-transform: uppercase;
	margin:10px 0 26px 0;
	font-family: trebuchet ms;
}

h4 {
	font-weight:bold;
	font-size:18px;
	color: #c50000;
	text-transform: uppercase;
	margin:0 0 -18px 0;
}


p { 
	margin:12px 0 12px 0;
}

.contact td {
font-size: 10px;
text-align:right;

}

.error {
	font-size:15px;
	line-height:17px;
	color: #1b1a1d;
	padding:10px 20px 20px 20px;
}

#search {
	width: 270px;
	float: right;
	padding: 5px 18px 0 0;
}

#calcontent {
	padding: 30px 0 50px 54px;
	width:726px;
		background: url("/graphics/starbg3.gif") no-repeat;

}

#splashcontent {
	margin: 20px auto 40px auto;
	_margin-top:40px;
	width:800px;
}

#splashL {
	width:280px;
	float: left;
}

#splashR {
	width:370px;
	float: right;
}


/* catalog styles */

a.catalog {
	color: #01177a;
	text-decoration: none;
}
a.catalog:hover {
	color: #0266c4;
	text-decoration: none;
}
.catalogText {	
	text-decoration: none;
	font-size: 10pt;
}
.catalogTitle {
	color: #5C4033;
	text-decoration: none;
	font-size: 11pt;
	font-weight: bold;
}
td.cartdisplay {
	background: #eaeaea;
	border-bottom: solid 1px #bababa;
	padding: 6px 8px;
	}

td.cartdisplaytop {
	border-bottom: solid 1px #bababa;
	padding: 2px 8px;
	font-weight: bold;
	}
	
td.cartname {
	font-weight: bold;
	font-size:11px;
	}
td.cartoptions {
	font-size: 11px;	
	}
td.cartsub {
	padding: 6px 8px;
	}
.border {
	border: solid 1px #eeaf04;
}


/* links page  */

h5 {
	font-weight:bold;
	font-size:14px;
	text-transform: uppercase;
	margin:20px 0 5px 0;
	color: #e32b00;
}

	
div.links {
	padding: 8px 0 8px 10px;
	border-top: solid 1px #ccc6b4;
	width: 90%;
}

div.links a{
	color: #000000;
	text-decoration: none;
}

div.links a:hover{
	color: #e32b00;
	text-decoration: underline;
}






/* menu codes */



#topmenu {
   overflow: hidden;
	width: 836px;
   margin:0 ;
   font-size:13px;
   height:35px ;
   background: #000000;
   	text-transform: uppercase;
	font-family: trebuchet ms, arial;
	padding-left: 6px;
	clear: left;
   
   }

#topmenu ul {
   list-style: none;
   margin: 0;
   padding: 0;
   }
#topmenu li {
   display: inline;
   }
  

#topmenu li a{
   float: left;
   line-height: 26px;
   padding: 5px 16px;
   _padding: 4px 16px;
   white-space: nowrap;
  	background: url('/graphics/menudiv.gif')  no-repeat top right;

   }

#topmenu li a:hover, #topmenu li a.nobg:hover  {
	background-color: #3a3a3a;
	}
	
#topmenu a {
	color: #ffffff;
	text-decoration: none;

}
#topmenu a:hover {
	color: #ffffff;
	text-decoration: none;
}	
	
#topmenu li a.nobg {
	
	  	background: url('/graphics/nobg.gif')  no-repeat top right;
}

	
	
	
	

#submenu {
   overflow: hidden;
	width: 842px;
   margin:0 ;
   font-size:13px;
   height:65px ;
   	text-transform: uppercase;
	font-family: arial;
	background: url('/graphics/subbg.gif')  no-repeat;
	
   
   }

#submenu ul {
   list-style: none;
   margin: 0;
   padding: 12px 0 0 15px;
   width:510px;
   float: left;
   
   }
#submenu li {
   display: inline;
   }
  

#submenu li a{
   float: left;
   line-height: 26px;
   padding: 8px 16px 15px 44px;
   white-space: nowrap;
   margin-right:4px;

   }

	
#submenu a {
	color: #ffffff;
	text-decoration: none;

}
#submenu a:hover {
	color: #fdfdef;
	text-decoration: none;
}	
	
a.shopping {
	background: url('/graphics/shoppingbg.off.gif')  no-repeat;

}
		
a.shopping:hover {
	background: url('/graphics/shoppingbg.on.gif')  no-repeat;

}	
	
a.services {
	background: url('/graphics/servicebg.off.gif')  no-repeat;

}
		
a.services:hover {
	background: url('/graphics/servicebg.on.gif')  no-repeat;

}

a.lodging {
	background: url('/graphics/lodgingbg.off.gif')  no-repeat;

}
		
a.lodging:hover {
	background: url('/graphics/lodgingbg.on.gif')  no-repeat;

}

a.dining {
	background: url('/graphics/diningbg.off.gif')  no-repeat;

}
		
a.dining:hover {
	background: url('/graphics/diningbg.on.gif')  no-repeat;

}




#leftmenu {
	width: 200px;
	height:467px;
	margin: 20px 0 0 0px;
	float:left;
	font-size: 12px;
	text-align:right;
	text-transform:uppercase;
	border-right: solid 1px #cacaca;

}

#leftmenu ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
width: 90%;
float: right;
}



#leftmenu li a {
display: block;
_display: inline-block;
padding: 8px 18px 6px 0;
color: #000000;
text-decoration: none;
line-height:24px;
border-bottom: solid 1px #cacaca;
width:90%;
}

#leftmenu li a:hover{
color: #c50000;
	text-decoration: none;
	background: #eaeaea;
}







a.letters {
	color: #a33237;
	text-decoration: none;
	font-size:14px;
	font-weight: bold;
	
	


}

a.letters:hover {
	color: #a33237;
	text-decoration: underline;
	font-size:14px;
	font-weight: bold;
	
	
}




a.mems {
	color: #011f4e;
	text-decoration: none;



}

a.mems:hover {
	color: #011f4e;
	text-decoration: underline;


}

#members {
background: #D6E2E9;
padding: 15px;
margin-top: 5px;
height: 70px;
font-size: 13px;
text-transform: uppercase;
color: #011f4e;
}

#members2 {
background: #E5EAED;
padding: 15px;
margin-top: 5px;
height: 70px;
}

#members_sm {
background: #D6E2E9;
padding: 15px;
margin-top: 5px;
height: 20px;
font-size: 13px;
text-transform: uppercase;
color: #011f4e;
}

#members2_sm {
background: #E5EAED;
padding: 15px;
margin-top: 5px;
height: 20px;
}

#searchbutton {
background: #C5313A;
font-size: 12px;
width: 220px;
padding: 3px;
color: #ffffff;
text-transform: uppercase;
border: 1;
}