/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
  background-color:#463f47; /* white;  /* */
/*  background-color: #840C10;/*#000033; /*#5C5426; */
  color: #000;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 14px;
  line-height: 17px;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: center; /* Centers the page content container in IE 5 browsers. */
}
/* Commonly used to style page titles. */
h1 {
  color: white; /*#612321; /*#E22D2F; /*#95322D; /*#000; /* #95322D; */
  background-color:#033a60; /*#53104F;/* #95322d; */
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
/*  width:700px;*/
  margin: 20px 0px 0px 0px;
  padding:0;
}
/* Commonly used to style section titles. */
h2 {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
}
/* Sets the style for the h3 header. */
h3 {
  font-size: 14px;
}
/* Sets the style for unvisited links. */
a,  a:link {
  color: #5F519E; /* #da4d33; */
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #5F519E; /* #5f519e; */
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #5F519E; /* #b92200; */
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #5F519E; /* #b92200; */
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #392f69;
}
#outerWrapper {
   margin: 10px auto 10px auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	background-image:url(img/smallposterbg2012.jpg);  /* */
  background-color: white;/*#5A8284; */
  background-position:top;
  background-repeat:no-repeat;
	min-width: 940px;
	text-align: center; /* Redefines the text alignment defined by the body element. */
	width: 940px;
	padding:0px;
}
#outerWrapper #contentWrapper {
  overflow: hidden;
  padding:0px;
  margin:0px;
  width:940px;
}

#outerWrapper #contentWrapper #leftColumn {
	border-style: none; /* Sets the border style properties for an element using shorthand notation */
/* 	background-image:url(img/leftbg.png); */
	text-align:center;
	float: left;
	margin:0px;
	padding:0px;
	width: 190px;
}
.transparent{
	border: 2px solid #033a60; /*#840C10; */
	background-color:#FFFFFF;
	filter:alpha(opacity=90);   /* for IE */
    opacity:0.9;	     /* CSS3 standard */
}

.cutout {
	border: 2px solid #033a60; /* #840C10; */
	background-color:#FFFFFF;
}
.leftcutout {
    margin: 0px 0px 0px 5px;
	border: 2px solid #033a60; /*#840C10; */
	background-color:#FFFFFF;
}
.smalltext {
	font-family: Garamond, Arial, sans-serif;
	font-size: 13px;

}

#outerWrapper #contentWrapper #contentColumn {
	margin: 0 0px 0 200px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 10px 0px 10px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align:center;
	border-left: 1px solid #033a60; /* #840C10; */
}

#footer,#header {
  background-color: #FFFFFF;/*#0000AD;/* #F7F3FF; */
  color:#000000;
  border-top: 2px solid #033a60; /* #840C10; */
  width:940px;
  
}
#outerWrapper #header #logo{
  float:left;
  width:163;
  height:155;
}
#outerWrapper #header #nav{
  float:right;
  text-align:right;
}
.scrollingbox {
 /* height:300px; 
  overflow:auto;  */
  width:550px; 
  margin-left:50px;
  font-size:smaller;
  background-color:#FFFFFF;
  border: 1px solid #033a60; /* #840C10; */
}
.contentdiv {
  font-family:Verdana, Arial, Helvetica, sans-serif; /* "Times New Roman", Times, serif; /* */
  text-align:left;
  font-size:16px;
  line-height:19px;
  color:#000000;
  width:700px;
  margin-left:20px;
  padding:5px;
/*  border-top: 1px solid #840C10; */
  background-color:#FFFFCC; /*#DACCCC;*/
}


/* Divs for the store page */
.storelistdiv {
	padding: 0px;
	margin:0px;
	height: 700px;
	overflow: auto;
}
.storelistparagraph {
	font-family: Garamond, Arial, sans-serif;
	font-size: 11px;

}
.mapwrapper {
  height:505px;
}

.navmenu{
/*    margin:0;  /* */
	padding:0; 
	margin:0;
	width:180px;  /* */
	list-style:none;
    color: #033a60; /*#840C10; */
	background-color:white; /* */
	/* border: 1px solid #840C10; /* */
}
.navmenu li{
/*	margin:0 0 0px 0; */
	padding: 0 5px 0 5px;
	height:30px; 
	display: block; /* */
	list-style-type:none;
	color: #033a60; /*#840C10; */
	background-color:white; /* */
}

.navmenu li a{
    text-align:left;
	/*height:40px;  */
	padding:5px 5px 5px 5px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
    font-size: 16px;
	color: #392f69;/* #840C10; */
	background-color:white; /* */
	display:block;  /* */
	text-decoration:none;
}
.navmenu li a:hover{
  background-color: #392f69;/*#840C10;  /* */
  color: white;
}
.navmenu li a.active, .navmenu li a.active:hover{
  color: #392f69;/* #840C10;  /* */
  background-color: white; 

}
.navmenu li a span{
    line-height:40px;
}

/* This is the form css */
.formlabel
{
width: 7em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

.submit input
{
margin-left: 4.5em;
} 
.forminput
{
color: #781351;
background: #fee3ad;
border: 1px solid #781351
}

.submit input
{
color: #FFF;
background: #95322D;
border: 2px outset #d7b9c9
} 
fieldset
{
border: 1px solid #781351;
width: 80%
}

.retailerinput 
{ 
 list-style:none;
}

.retailerinput li {
  list-style:none;
  padding-bottom:10px;
}

legend
{
color: #fff;
background: #95322D;
font-weight:bold;
border: 1px solid #95322D;
padding: 2px 6px
} 
