@charset "UTF-8";
/* CSS Document */
body {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
p {
padding-left:3px;
padding-right:3px;
}
#wrapper {
width:850px;
background-image:url(../graphics/open_doors_bg.jpg);
background-repeat:repeat;
float:left;
}
#wrapper_store {
width:850px;
background-image:url(../graphics/open_doors_store_bg.jpg);
background-repeat:repeat;
float:left;
}
#main_header {
width:823px;
margin-left:14px;
margin-right:10px;
margin-top:10px;
margin-bottom:0px;
}
#main_content {
width:823px;
margin-left:14px;
margin-right:10px;
margin-top:0px;
margin-bottom:10px;
background-image:url(../graphics/door_background.jpg);
background-repeat:repeat-y;
float:left;
}
#content {
float:left;
width:823px;
}

.highlight_box {
background-color:#e7e4e6;
/*background-color:#FFFFE1;*/
border-color:#9b5354;
border-style:solid;
border-width:1px;
width:800px;
color:#000000;
float:left;
margin-top:10px;
margin-bottom:10px;
margin-left:10px;
margin-right:10px;
padding-top:5px;
padding-bottom:5px;

}
.highlight_box_store {
background-color:#e6d5e8;
border-color:#484095;
border-style:solid;
border-width:1px;
width:800px;
color:#000000;
float:left;
margin-top:10px;
margin-bottom:10px;
margin-left:10px;
margin-right:10px;
padding-top:5px;
padding-bottom:5px;

}
.heading1 {
padding-top:3px;
font-family:"Century Gothic";
font-size:18px;
font-stretch:expanded;
font-weight:800;
font-variant:small-caps;
color:#000000;
}
.heading2 {
font-family:"Century Gothic";
font-size:14px;
font-stretch:expanded;
font-weight:800;
color:#333333;
}
.para {
padding:10px;

}
#footer {
float:left;
width:99%;
margin:5px;
color:#FFFFFF;
font:"Century Gothic";
font-size:12px;
font-weight:600;
}
.schedule {
background-color:#FFFFFF;
border-color:#999999;
border-style:dotted;
border-width:1px;
}
td {
border-color:#999999;
border-style:dotted;
border-width:1px;
}
.schedule_header {
background-color:#983334;
color:#FFFFFF;
}
.schedule_day {
background-color:#CCCCCC;
color:#000000;
}
/*drop down menu*/

.chromestyle{
width: 100%
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #BBB;
width: 100%;
background: url(../graphics/chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 5px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover{
/*background: url(../graphics/yellowOver.jpg) center center repeat-x;*/ /*THEME CHANGE HERE*/
color:#484095;

}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
/*background-color: #F0F0F0;*/
background-color:#e6d5e8;
}
