/* GENERAL HTML TAGS
---------------------------------------------------------- */
html {overflow: scroll;}/* Note: This puts a scrollbar on every page. 
In Firefox, pages will shift depending on the length of the page. */
body{margin: 0px;padding: 0px; text-align: center;background-color:#000;}
div#wrapper {width: 775px;margin: 0px auto; text-align:left;background-color:#000;overflow:hidden;padding:0px;}
/*#container{width: 775px;height:179px;margin: 0px;border: 0px;padding:0px;}*/
img{border:0px;}

/***************************** Header Information ************************************  
Information for the background image, navigation, bread crumbs
/************************************************************************************/
div#header { background-image:url(../images/2.11_01.jpg); background-repeat:no-repeat; background-position:left; height:144px;margin:0px;padding:0px;}

/***** Menu *****/
#menu{width:775px; margin:0px; padding: 0px;}
#menu ul {list-style-type: none; margin:0px; padding: 0px;float:left; }

#menu ul li {margin:0px; padding:0px;}
#menu ul li a {display:block;height:35px;text-decoration:none;padding: 0px;margin:0px;}

#menu ul li.about a{background-image:url(../images/about2state.jpg); background-position:0px 0px; background-repeat:no-repeat;width:153px;height:35px;}
#menu ul li.locations a{background-image:url(../images/location2state.jpg);background-position:0px 0px; background-repeat:no-repeat;width:126px;height:35px;}
#menu ul li.menu a{background-image:url(../images/menu2state.jpg);background-position:0px 0px; background-repeat:no-repeat;width:75px;height:35px; }
#menu ul li.news a{background-image:url(../images/news2state.jpg);background-position:0px 0px; background-repeat:no-repeat;width:72px;height:35px; }
#menu ul li.gift_cards a{background-image:url(../images/gc2state.jpg); background-position:0px 0px;background-repeat:no-repeat;width:131px;height:35px; }
#menu ul li.comment_card a{background-image:url(../images/cc2state.jpg);background-position:0px 0px; background-repeat:no-repeat;width:218px;height:35px; }


#menu ul li.about a:hover{ background-image:url(../images/about2state.jpg); background-position:-153px 0; background-repeat:no-repeat;width:153px;height:35px;}
#menu ul li.locations a:hover{background-image:url(../images/location2state.jpg); background-position:-126px 0;background-repeat:no-repeat;width:126px;height:35px;}
#menu ul li.menu a:hover{background-image:url(../images/menu2state.jpg); background-position:-75px 0;background-repeat:no-repeat;width:75px;height:35px;}
#menu ul li.news a:hover{background-image:url(../images/news2state.jpg); background-position:-72px 0;background-repeat:no-repeat;width:72px;height:35px;}
#menu ul li.gift_cards a:hover{background-image:url(../images/gc2state.jpg); background-position:-131px 0;background-repeat:no-repeat;width:131px;height:35px;}
#menu ul li.comment_card a:hover{background-image:url(../images/cc2state.jpg); background-position:-218px 0;background-repeat:no-repeat;width:218px;height:35px;}


/***********************  Content Information ****************************/

#content {width: 775px; height:auto;margin: 0px; padding: 0px !important; padding-top:35px;text-align:left;background-image:url(../images/dl_r3_c1.jpg); background-repeat:no-repeat;clear:both; }
#content object{border:0px;}
/***********************  Footer Information ****************************/

div#footer {clear:both; border-top: 2px solid #000; border-bottom: 2px solid #b06010; padding:0px;width: 775px; margin: 0px; padding:0px;text-align:center;background-color:#000;overflow:hidden; height: 0px !important; height:4px;} 
div#footer_text{clear:both;font-family:Garamond, Georgia, Arial, sans-serif; font-size:11px;color:FbF7ee;margin:0px; padding:0px 3px 0px 0px; font-weight:normal;}
div#footer_text h1{font-size:11px;color:#FbF7ee; font-weight:normal; padding:0px; margin:0px;}
div#footer_text p{font-size:13px;color:#FbF7ee; font-weight:normal;}
div#footer_text p a{font-size:13px;color:#FbF7ee; font-weight:normal; text-decoration:none;}
div#footer_text p a:hover{font-size:13px;color:#FbF7ee; font-weight:normal; text-decoration:underline;}

