    body
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #443333;
	background: #987C4C;
	margin: 10px;
}
.outline {
	width: 810px;
	border-color: #333;
	border-width: 1px;
	border-style: solid;
}
div, span, p, form, input, th, td, li, dd, dl, dt    {
    /* redundant selectors to help NS4 not forget */
    font-family:  Verdana, Arial, sans-serif;
    font-size: 11px;
    
    }
    
p	{
	margin-top: 0px; padding-top: 0px;
	line-height: 1.35em;
	}
	
h1	{
	font-size:	24px;
	}
	
h2	{
	font-size:	22px;
	}
	
h3	{
	font-size:	18px;
	}
	
h4 {
	font-size:	16px;
	}
	
h5	{
	font-size:	13px;
	}
	
h6	{
	font-size:	11px;
	}
h1, h2, h3, h4, h5, h6
{
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #443333;
	background-color: transparent;
	margin: 3px 0 5px 0;
}
h6.clr {color:#990000;}
h6.bg {
      display:block;
      background:transparent url(../images/header-bg-1.jpg) no-repeat;
      height:50px;
      line-height:3.2em;
      border:none !important;
      color:#e6e2cd;
      padding:0 0 0 20px;
      font-size:1.4em;
}
.blackhead {
	font-weight: bold;
	color: #000;
	margin: 5px 0 5px 0;
}
A	{
	color: #990000;
	text-decoration:	none;
	}
A:link
{
	color: #990000;
	background-color: transparent;
	text-decoration:	none;
}
A:visited	{
	color:	#990000;
	background-color: transparent;
	}
A:active	{
	color:	#990000;
	background-color: transparent;
	}
A:hover
{
	color: #990000;
	background-color: transparent;
	text-decoration: underline;
}
DIV#breadcrumbs
{
	color: white;
	font-size: 11px;
	margin: 0 10px;
	float: left;
}
DIV#breadcrumbs A, DIV#breadcrumbs A:visited
{
	color: white;
	font-size: 11px;
}
 
img
{
	/* turns off gaps around images */
	border-color: #221F1F;
}
a#twitter {
	height:48px;
	width:80px;
	float:right;
	margin:0 12px 0 0;
	background:transparent url(../images/twitter.png) left no-repeat;
	font-size:1.2em;
	padding:12px 0 0 38px;
	color:white;
	font-style:italic;
}
#page-container {
	border:solid blue 0px;
	padding:12px;
	position:relative;
	
}
.panel-wrapper {    
	border:solid #a79067 0px;
}
.panel {
	width:92%;
	margin:12px 0;
    padding:12px;
	font-size: 10px;
	border:solid #a79067 1px;
	background-color:#dbd6b8;
}
.panel P {
	font-size:10px;
    font-weight:normal;
    line-height: auto;
}
.panel IMG {
	float: left;
	margin:0 12px 0 0;
}
.clear { clear:both;line-height:1px; }
.tsfred {color:#990000;}

.panel HR {margin:16px 0;background-color:#a79067;color:#a79067;border-color:#a79067;}

/*overlay styling */
#triggers {
        text-align:center;
    }
#triggers img {
    cursor:pointer;
    margin:0 5px;
    background-color:#fff;
    border:1px solid #ccc;
    padding:2px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    
}
/* the overlayed element */
.simple_overlay {
    
    /* must be initially hidden */
    display:none;
    
    /* place overlay on top of other elements */
    z-index:10000;
    
    /* styling */
    background-color:#333;
    top:50px;
    min-height:200px;
    border:1px solid #666;
    
    /* CSS3 styling for latest browsers */
    -moz-box-shadow:0 0 90px 5px #000;
    -webkit-box-shadow: 0 0 90px #000;  
}

/* close button positioned on upper right corner */
.simple_overlay .close {
    background-image:url(/images/overlay/close.png);
    position:absolute;
    right:-15px;
    top:-15px;
    cursor:pointer;
    height:35px;
    width:35px;
}


#parkingmap {
	padding: 24px;
	text-align:center;
	}

#parkingmap IMG {
    width:600px;
    }
