* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #666633; background-image:url(drh_background.jpg); background-repeat:no-repeat; background-attachment:scroll; background-position: top center;
   behavior: url("csshover3.htc");
	}


div#wrapper { position: relative; width: 950px; margin: 0 auto; background-color:#FFF;}

#footer { position:relative; margin: 10px auto 0px auto; width:950px; text-align:center; font-family:Arial, Helvetica, sans-serif; clear:both;}

#container {margin: 20px 30px 5px 30px; display:inline-block;}
#home_container {margin: 20px 30px 5px 30px; display:inline-block;}
#header { width:950px; height:313px; background-image:url(page_background.gif); background-repeat: repeat-x; padding-bottom:10px;}

/* TEXT STYLES */
a:link {color:#360; text-decoration:underline;}
a:visited {color:#693; text-decoration:underline;}
a:hover {color:#9c6; text-decoration:underline;}
a:active{color:#360; text-decoration:none;}

h1  { margin: 0; }
h2 {color: #336600; font-size: 15px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; line-height: 19px; margin: 0 0 10px;}
/*h2    { margin: 6px 0 10px; }*/
h3 { margin: 5px 0 20px 0;}
h4   {
	margin: 15px 0 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #336600;
	font-weight: bold;
}
h5     {
	margin: 5 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #663300;
}

.bold {font-weight: bold;}
.italic {font-style: italic;}
.boldItalic {font-style: italic; font-weight: bold;}
span.uppercase { text-transform:uppercase;}

p  { color: #000; font-size: 12px; font-family: Arial, Helvetica, sans-serif; font-weight: normal; margin: 0 0 10px; }
p.larger { font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: normal; color: black; }
p.intro  { color: #336600; font-size: 15px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; line-height: 19px; margin: 0 0 10px; }
p.smitalic { font-family: Arial, Helvetica, sans-serif; font-size: 10px; font-style: italic;}

p.lefttable { text-align:right; font-weight:bold; color:#360;}
p.righttable { text-align:left;}
td.topspace { padding-top:5px;}

/* NAVIGATION */

ul#menubar1 { top: 54px; left: 569px; }
ul#menubar2 { top: 290px; left: 24px; }

ul.menubar {
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #336600;
	line-height: 23px;
	float: left;
	height: 23px;
	overflow: visible;
	margin: 0;
	padding: 0;
	z-index: 500
	}
ul.menubar li {
	float: left;
	list-style-type: none;
	position: relative;
	margin: 0px;
	padding: 0 20px;
	white-space: nowrap;
	}
ul.menubar li:hover {
	background-color: #333300
	}
ul.menubar li ul {
	position: absolute;
	top: 22px;
	left: 0px;
	width: 185px;
	margin: 0;
	padding: 0;
	display: none;
	z-index: 501;
	background-color: #ffffcc;
	border: 1px solid #333300;
	}
ul.menubar li:hover ul {
	display: block
	} 
ul.menubar li ul li {
	clear: both;
	width: 175px;
	color: #333300;
	margin: 0;
	padding: 0 0 0 10px;
	} 
ul.menubar li ul li+li {
	border-top: 1px solid #333300;
	} 
ul.menubar li ul li:hover {
	background-color: #cccc99;
	}



/* RESERVATION FORM */

div#reservationform { position: absolute; top: 2px; left: 402px; z-index: 99; height: 46px; width: 545px;  }
div#reservationform p { margin: 2px 6px }
div#reservationform form { margin: 0 }





/* WHERE TO STAY */


table.accommodations { width: 100%; border-collapse: collapse; border-spacing: 0 }
table.accommodations th   {
	color: #030;
	font-size: 12px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	text-align: left;
	white-space: nowrap;
	padding: 2px 4px;
	background: #E2EDCC;
}
table.accommodations td  { text-align: left; padding: 4px 18px 12px 4px; vertical-align: top; }

table.accommodations tr {
	border-top: 1px solid silver;
}


table.accommodations p { color: black; font-size: 12px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: normal; margin: 0  }
table.accommodations p.description { margin-bottom: 12px }
table.accommodations p.fields  { white-space: nowrap; width: 230px; float: left }
table.accommodations p.attributes  { white-space: nowrap; width: 170px;  float: left }
table.accommodations a, table.accommodations a:link, table.accommodations a:active { color: #369; text-decoration: none; cursor: pointer; }
table.accommodations a:visited { color: #666;  }
table.accommodations a:hover { color: silver;  }


table.accommodations .nameColumn { width: 144px; }
table.accommodations .descColumn { }
table.accommodations .imageColumn { width: 180px; }
table.accommodations td.imageColumn img { width: 180px; }

table.accommodations td.nameColumn p { margin-bottom: 8px }
table.accommodations td.nameColumn p.name   { color: #360; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold; margin: 0; white-space: nowrap }



div#accommodationResBar {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #000000;
	background: #cccc99;
	height: 20px;
	margin-bottom: 10px;
	padding: 1px 20px;
}

div#accommodationResBar label {
	margin-right: 60px
	}

div#accommodationResBar input {
	height: 20px;
	font-size: 11px;
	margin: 0
	}



/* EVENTS */

div#categoryPicker {
	font-size: 11px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; white-space: nowrap; position: absolute; top: 355px; left: 600px;
	}



table#calendar {
	position: absolute;
	top: 420px;
	left: 25px;
	border-collapse: collapse;
	}
table#calendar th {
	font-size: 12px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold; text-align: center;
	vertical-align: middle; height: 18px; border-width: 0;
	}
table#calendar th.blank {
	border: 0;
	background-color: #FFFFFF;
	}
table#calendar td {
	color: black; font-size: 12px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: normal; text-align: center; vertical-align: middle; width: 25px; height: 25px; border-style: solid; border-width: 1px; padding: 0
	}
table#calendar td.event {
	background-color: #ffc;
	}


table.eventlist {
	width: 700px;
	margin-left: 200px;
	margin-bottom: 50px;
	border-spacing: 0; border-collapse: collapse
}
table.eventlist th {
	color: black; font-size: 12px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold; height: 18px; white-space: nowrap;
	background-color: #cc9;
	}
table.eventlist td {
	font-size: 12px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding: 2px 2px 12px;
	}
table.eventlist tr+tr td {
	border-top: 1px solid silver;
	}
table.eventlist td p { margin: 0; }
table.eventlist td p.title { color: #360; font-weight: bold; margin: 0; }
table.eventlist a, table.eventlist a:link, table.eventlist a:active { color: #369; text-decoration: none; cursor: pointer; }
table.eventlist a:visited { color: #666;  }
table.eventlist a:hover { color: silver;  }





/* FOOTER STYLES */

p.copyright { font-size:11px; color:#330; letter-spacing:.025em;}
p.copyright a:link {color:#330; text-decoration:none;}
p.copyright a:visited {color:#000; text-decoration:none;}
p.copyright a:hover {color:#996; text-decoration:underline;}
p.copyright a:active {color:#330; text-decoration:none;}

p.wdesign { font-size:10px; color:#996; letter-spacing:.025em;}
p.wdesign a:link {color:#996; text-decoration:none;}
p.wdesign a:visited {color:#cc9; text-decoration:none;}
p.wdesign a:hover {color:#ffc; text-decoration:underline;}
p.wdesign a:active {color:#996; text-decoration:none;}

/* SITEMAP PAGE - STYLES */

div.smltside { float:left; width:400; margin:5px 20px; display:inline-block;}
div.smrtside {float:right; width:400; margin:5px 20px; display:inline-block;}
p.sections {color: #336600; font-size: 16px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; margin-bottom:-.025em; padding-top:10px;}
p.sections a:link {color:#360; text-decoration:none;}
p.sections a:visited {color:#363; text-decoration:none;}
p.sections a:hover {color:#693; text-decoration:underline;}
p.sections a:active{color:#360; text-decoration:none;}

p.subpgs { color:#330; font-size: 13px; font-family: Arial, Helvetica, sans-serif; font-weight: bold; margin-bottom:-.025em; padding-left:15px; padding-top:2px; }
p.subpgs a:link {color:#330; text-decoration:none;}
p.subpgs a:visited {color:#333; text-decoration:none;}
p.subpgs a:hover {color:#693; text-decoration:underline;}
p.subpgs a:active {color:#330; text-decoration:none;}

/* IMAGE STYLES */
img {border:0;}
img.headerphoto { position:relative; width:950px; top: 77px; height:213px; display:block;}
div.homeheaderphoto { position:relative; width:950px; height:213px; display:block; z-index: 0; }

img.rtphoto { float:right; padding: 0px 0px 15px 20px;}
img.ltphoto { float:left; padding: 0px 20px 20px 0px;}
div.videos { display:inline-block;}