@charset "utf-8";
body {
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: .8em;
	background: #F2E4D1;
	padding: 0;
	margin: 0;
	color: #9D009D;
}
a {
	color: #9D009D;
}
a.links:link, a.links:active, a.links:hover {
	color: #9D009D; 
}
a.links:visited {
	color: #330066; 
}
#maincontainer {
	width: 100%;  
	text-align: left; 
	color: #9D009D;
}
#directions {
	width: 100%;
	text-align: left;
	color: #9D009D;
	margin: 0;
	height: 100%;
	font-size: 10pt;
}
#header {
	padding: 0 10px 0 2px;
	height: 15%;
	margin: 0 auto;
	width: 80%;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#Content {
	margin: 0 auto;
	text-align: center;
	scrollbar-base-color: #9D009D;
}

#footer {
	position: absolute;
	bottom: 0px;
	width: 80%;
    margin-left:10%;
	margin-right:10%;
	font-size: 12pt;
	font-weight: normal;
	font-family: curlz MT, chopinScript, Comic Sans MS, Palatino, serif;
	clear: both;
	background-image:url(../menu/images/bg.gif);
	background-repeat:repeat;
} 

#footer p {
	margin: 0; 
	padding: 10px 0; 
}

.label {
	font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size: 14px;
	font-style: italic;
	color: #666;
}

.PurpleItal {
	font-style: italic;
	color: #9D009D;
}
#Directions {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
.directionsTable {
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
}
.Subtitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #9D009D;
	text-align: center;
}

.PawUL{
list-style-type: none;
padding: 0;
margin: 0;
margin-left: 2em;
}

.PawList {
  list-style:none;
  background-image: url(../images/pawbullet.jpg);
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding-left: 3em;
  padding-bottom: 5px;
  padding-top: 5px;
}

.under {
   text-decoration: none;
   border-bottom:1px dashed #9D009D;
}

.HeaderOH {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight:bolder
}

#contentframe{
    scrollbar-arrow-color: #9D009D;
    scrollbar-face-color: #dcbf97;
    scrollbar-highlight-color: #F2E4D1;
    scrollbar-shadow-color: #F2E4D1;
    scrollbar-track-color: #F2E4D1;
}

.StartHidden{
	display:none
}

IMG.centered {
    display: block;
    margin-left: auto;
    margin-right: auto }

.border {
	border: 2px Solid #FFF;
}


.SectionLogo
{
    margin:0;
    height:auto;
    width:auto;
    float: right;
	padding-right: 5em;
}
.SectionTag
{
    margin:0;
    height:auto;
    width:260px;
    float: left;
}


.thrColEls #container { 
	width: 80%; 
	text-align: left; 
	margin-left: 11%;
} 

.thrColEls #sidebar1 {
	float: left; 
	width: 17%; 
	margin-top: 3%;
	padding-right: 1%;
}
.thrColEls #sidebar2 {
	float: right; 
	width: 19%;
	margin-top: 3%;
	padding-left: 2%;
}

.thrColEls #mainContent {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 15%;
  margin-right: 1%;
  padding-right: 2em;
  padding-left: 2em;
} 

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
--> 
</style><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.thrColEls #sidebar1, .thrColEls #sidebar2 { padding-top: 30px; }
.thrColEls #mainContent { zoom: 1; padding-top: 15px; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]--></head>


