/* content */

#content { 
float: right; 
width: 540px; 
margin: 0 20px;
padding: 0 0 40px 0;
display: inline; /* fixes IE/Win double margin bug */ }


/* trays */

.tray, .tray_last { 
float: left; 
width: 710px; 
margin: 0;
padding: 0 0 25px 0; }

.tray_last {
	padding-bottom:0!important;
}

.tray dt, .tray_last dt {
float: left;
width: 535px; 
padding: 4px 0 16px 0; 
font-size: 130%; 
font-weight: normal;
color: #386078;
border-top: 1px solid #D0D0C8; }

.tray dt.first, .tray_last dt.first {
border-top: none; 
}

.tray dt.lead-dt { 
width: 500px; 
padding: 0 0 20px 0; 
font-weight: normal;
color: #084838;
border: none; }

.tray dd.wide-dd { 
float: left; 
width: 710px; 
padding: 0 0 20px 0; }

.tray-left { 
float: left; 
width: 200px; border:}

.tray-right { 
float: right; 
width: 425px; }


/* palette */

.palette {
float: left;
width: 250px;
padding: 0 0 10px 0;
font-size: 95%; }
* html .palette {
font-size: 90%; }

.palette dt {
width: 250px;
padding: 0 0 2px 0;
font-size: 130%;
font-weight: normal;
border: none; }
body#home .palette dt { color: #004068; }
body#visit .palette dt { color: #582058; }
body#plan .palette dt { color: #B02828; }
body#media .palette dt { color: #B05800; }
body#tours .palette dt { color: #084838; }

.palette dt.sub {
width: 250px;
padding: 0 0 2px 0;
font-size: 100%;
font-weight: bold;
border: none;
color:#591d59!important;}

.palette dd.address {
width: 250px;
padding: 0;
line-height: 1.25em; }

.palette dd {
padding: 0 0 8px 0;
line-height: 1.25em; }

.palette dt.img-dt {
float: right;
width: 160px; }

.palette dd.img {
float: left;
width: 80px;
margin: 0;
padding: 0 10px 0 0; }
* html .palette dd.img {
padding: 0 7px 0 0; }


/* info nugget */

.info-nugget {
width: 250px;
padding: 0 0 16px 0; }

.info-nugget ul {
width: 250px;
padding: 2px 0 0 0;
font-size: 100%; }

.heading {
padding: 0 0 1px 0;
font-size: 80%; }
* html .heading {
font-size: 75%; }

.contact {
padding: 0 0 0 20px;
background: url(../gfx/info-icons/contact-medblue.gif) no-repeat center left;
color: #222;
text-decoration: none; }

.phone {
padding: 0 0 0 20px;
background: url(../gfx/info-icons/phone-medblue.gif) no-repeat center left;
color: #222;
text-decoration: none; }

.email {
padding: 0 0 0 20px;
background: url(../gfx/info-icons/email-medblue.gif) no-repeat center left;
color: #222;
text-decoration: none; }

.web {
padding: 0 0 0 20px;
background: url(../gfx/info-icons/web-medblue.gif) no-repeat center left;
color: #222;
text-decoration: none; }

.info-nugget a {
color: #386078;
text-decoration: underline; }

body#home .info-nugget a:hover { color: #004068; text-decoration: underline; }
body#visit .info-nugget a:hover { color: #582058; text-decoration: underline; }
body#plan .info-nugget a:hover { color: #B02828; text-decoration: underline; }
body#media .info-nugget a:hover { color: #B05800; text-decoration: underline; }
body#tours .info-nugget a:hover { color: #084838; text-decoration: underline; }

/* buttons */

#buttons {
	background-color: #CC6600;
	background-repeat: no-repeat;
	font-size: 11px;
	width: 120px;
	font-color: #FFFFFF;
}

#buttons a {
color: #F0EEE8;
text-decoration:none; 
}

#buttons a:hover {
text-decoration: underline;
font-size: 12px;
 }

#button-image {
	background-repeat: no-repeat;
	background-position: center;
	height: 145px;

