/*
// $Id: wrapper.css,v 1.19 2009/05/13 19:17:04 karenk Exp $
// $Revision: 1.19 $
// $Author: karenk $
//
// $Log: wrapper.css,v $
// Revision 1.19  2009/05/13 19:17:04  karenk
// copy from winter which was changed to tables to make it display correctly in safari
//
// Revision 1.18  2009/04/23 17:54:54  karenk
// add no wrap to weather header
//
// Revision 1.17  2009/04/23 17:33:37  karenk
// set weather width in header to prevent menus from moving down
//
// Revision 1.16  2009/04/15 20:53:36  karenk
// fix logo link
//
// Revision 1.15  2009/04/15 20:09:05  karenk
// add link over logo
//
// Revision 1.14  2008/11/12 00:21:18  karenk
// finish winter top nav.
// Add media/photo gallery links
//
// Revision 1.13  2008/11/11 22:01:03  karenk
// new navigation
//
// Revision 1.12  2007/08/13 16:31:00  karenk
// fix nav right spacing
//
// Revision 1.11  2007/08/13 16:24:45  karenk
// remove horizontal scrollbar in IE.  Fix nav images.
//
// Revision 1.10  2007/07/06 19:44:33  karenk
// add left nav
//
// Revision 1.9  2007/07/03 21:06:39  karenk
// *** empty log message ***
//
// Revision 1.8  2007/07/02 20:09:20  karenk
// *** empty log message ***
//
// Revision 1.7  2007/07/02 17:21:37  karenk
// *** empty log message ***
//
*/

body {
 	background-image: url(/DHR/SiteBase/wrap/theme0/images/bg.jpg);
 	background-repeat: repeat-x;
 	background-color: #4F6F82;
 	margin: 6px 0px 0px 0px;
	background-color: #233F6A;
	text-align: center;
	font-family: Georgia;
	font-size: 13px;
	color: #666666;
	line-height: 19px;
}
a {
	color: #660000;
	text-decoration: underline;
}
a:hover {
	color: #660000;
	text-decoration: underline;
}
h1 {
	color: #964126;
	font-size: 15px;
	font-weight: bold;
	line-height: 19px
}

#header {
	margin: 0px 0px 0px 0px;
	background-image: url(/DHR/SiteBase/wrap/theme0/images/bg.header.jpg);
	background-repeat: no-repeat;
	width: 901px;
	height: 74px;
}
#logolink {
position: absolute;
top: 5px;
left: 10px;
}

.headerTopTD {
	height: 38px;
	vertical-align: top;	
}
#headerSearch {
	float: right;
	margin: 15px 20px 0px 0px;
}
#headerSearch input {
	background-color: #ac9c7b;
	height: 14px;
	width: 98px;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 0px 2px 0px 2px;
	border-width: 0px;
}
#headerWeather {
	font-size: 11px;
	color: #E1AF6B;
	margin: 15px 0px 0px 5px;
	vertical-align: top;	
	padding: 0px 0px 0px 0px;
	letter-spacing: -0.01em;
	white-space:nowrap;
}
#headerWeather a {
	color: #E1AF6B;
	text-decoration: none;
}

#headerNav {
	padding: 6px 5px 0px 0px;
	float: right;
}

#homeFlashContainer {
	width: 901px;
	height: 283px;
	margin: 0px 0px 0px 0px;
}
#homeFlash {
	width: 901px;
	height:283px;
}

#subHeroContainer {
	width: 901px;
	text-align: center;
	margin: 0px 0px 0px 0px;
}

#planYourTripContainer {
	background-image: url(/DHR/SiteBase/wrap/theme0/images/bg.nav.jpg);
	background-repeat: no-repeat;
	width: 901px;
	height: 37px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	vertical-align: top;
}
#planYourTrip {
	float: left;
	padding: 0px 0px 0px 22px
}
#planYourTrip img {
	margin: 0px 0px 0px 0px;
}
#planYourTrip select {
	font-size: 9px;
	padding: 0px 0px 0px 0px;
	
	
}

#mainContentContainer {
	width: 901px;
	margin: 0px 6px 0px 6px;
}
#homeContentContainer {
	width: 889px;
	background-color: #FFFFFF;
	background-image: url(/DHR/SiteBase/wrap/theme0/images/bg.content.hm.jpg);
	background-repeat: no-repeat;
	text-align: left;
}
#leftHomeContent {
	margin: 27px 20px 20px 20px;
}
#homeContent {
	margin: 27px 20px 20px 20px;
}
#rightHomeContent {
	margin: 27px 20px 20px 20px;
}

#subContentContainer {
	width: 889px;
	background-color: #FFFFFF;
	background-image: url(/DHR/SiteBase/wrap/theme0/images/bg.content.sec.jpg);
	background-repeat: no-repeat;
}


#leftNavTD {
	width: 233px;
	vertical-align: top;
	text-align: left;
}

#leftNav {
	color: #964126;
	font-size: 13px;
	vertical-align: top;
	line-height: 27px;
}

#leftNav ul {
	list-style: none;
	margin: 0;
	text-align:left;
	width: 100%;
	padding: 0px 19px 0px 19px;
	
}
#leftNav li {
	border-bottom: dotted 1px #7a3822;
	width:  195px;
}

#leftNav a {
	color: #964126;
	text-decoration: none;
}
#leftNav #current a {
	font-weight: bold;
}	


#subContent {
	text-align: left;
	vertical-align: top;
	padding: 27px 20px 20px 20px;
}
.redButtons {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	text-decoration: underline;
}
.redButtons a:link{
	color: #964126;
}
.redButtons a:hover{
	color:#660000;
}

#footer {
	width: 889px;
	height: 62px;
	background-color: #FFFFFF;
	background-image: url(/DHR/SiteBase/wrap/theme0/images/bg.footer.jpg);
	background-repeat: no-repeat;
	margin: 0px 6px 0px 6px;	
}

#subFooter {
	width: 889px;
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	color: #F4C379;
	line-height: 17px
}

.homePageBox {
	vertical-align: top;
	text-align: left;
	font-size: 13px;
	color: #663300;
	padding: 5px 0px 8px 0px;
	line-height: 15px;
	font-weight: normal;
}
.homePageBox h1 {
	font-weight: bold;
	font-size: 13px;
	margin: 0px 5px 0px 0px;
}
.homePageBox a {
	color: #663300;
	text-decoration: none;
}
.homePageBox a:hover {
	text-decoration: underline;
}



.calMonthTable
{
	font-size: 10px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #D2C8A0;
	border-left-color: #D2C8A0;
}

.calHead
{
	font-size: 10px;
	color: #FFFFFF;
	font-weight: normal;
	border-right: 1px solid #D2C8A0;
}

.calHeadNavBG
{
	font-size: 10px;
}

.calMonth
{
	font-size: 13px;
	color: #1b3e52;
	font-weight: normal;
	border-right: 1px solid #D2C8A0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D2C8A0;
}

.calMonthSelect
{
	font-size: 13px;
	color: #1b3e52;
	font-weight: normal;
	border-right: 1px solid #D2C8A0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D2C8A0;
}
.calDay
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D2C8A0;
	background-color: #1b3e52;
	border-right: 1px solid #D2C8A0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	font-size: 9px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
}

.calDate
{
	font-size: 12px;
	height: 100px;
	background-color: #F0EDDE;
	overflow: visible;
	border-right: 1px solid #D2C8A0;
	border-bottom: 1px solid #D2C8A0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	color: #666666;
	font-weight: bold;
}


.SiteMapLevel1 {
	width: 250px;
	font-size: 13px;
	text-align: left;
	padding-bottom: 10px;
}

.SiteMapLevel2 {
	font-size: 12px;
	margin-left: 10px;
}
#photoVideoLinks {
	float: right;
	padding: 12px 15px 0px 0px;
}
form 
{
	margin: 0;	
}
