/* HC-specific banner images */

#header {
    background-image: url(../images/banner_right.jpg);
}

#header a {
    background-image: url(../images/banner_left.jpg);
}


/* HC-specific Type Styles */

p {
	margin-bottom: 1em;	
	}

h1 {
	color: #4c6e8c;
	font: bold 1.7em/1.6em Georgia, Times, "Times New Roman", serif;
	background-color: #fff;
	margin-left: -18px;
	padding-left: 18px;
	padding-bottom: 12px;
	padding-top: 12px;
	margin-bottom: 10px;
	}

h1 span {
	display: none;
	}
	
h2 {
	margin-top: 18px;
	color: #899eaa;
	}

#contentText h2 a {
	font-weight: bold;
	font-size: 1em;
	color: #899eaa;
	}

/* Menu that appears on the lefthand column of every page */

#nav {
	overflow: hidden;
	background-color: #ddd;
	width: 195px;
	float: left;
	line-height: 1em;
	border-left: 25px solid #eee;
	padding-top: 6px;
	}
	
#nav ul {
	width: 195px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#nav a:visited {
	text-decoration: none;
	}

#nav li {
	color: #555;
	}

#nav li a {
	text-decoration: none;
	display: block;
	padding: 7px 8px 5px 14px;
	text-decoration: none;
	color: #555;
	}
	
#nav li.highlight {
	color: #0054A6;
	text-decoration: none;
	background-color: #ccc;
	border-right: 5px solid #666;
	}
	
#nav li.highlight a:hover{
	text-decoration: none;
	background-color: #ccc;
	border-right: none;
}
	
#nav li a:hover {
	text-decoration: none;
	background-color: #ccc;
	border-right: 5px solid #666;
	}

#nav .nested {
	padding: 0px;
	margin: 0px;
	margin-left: 10px;
	}
	
#nav .nestedsub {
	margin-left: 16px;
	}

#nav .nestedsub a {
	color: #3a76b1;
	}
	
#nav .nestedsub a:hover {
	color: #0054a6;
	}

#nav .nestedsub li.nestsubover {
	font-weight: bold;
	color: #3a76b1;
	padding: 4px 8px 2px 32px;
	}

#nav ul li ul {
	margin: 0px;
	padding-left: 0px;
	padding-bottom: 6px;
	}

#nav ul li ul li a {
	background-color: transparent;
	text-decoration: none;
	display: block;
	padding: 4px 8px 2px 32px;
	text-decoration: none;
	color: #0054a6;
	}

#nav ul li ul li a:hover {
	color: #b5111b;
	background-color: transparent;
	background-image: none;
	}

#nav ul li ul li.subover {
	color: #b5111b;
	background-color: transparent;
	background-image: none;
	margin-left: 32px;
	padding: 4px 6px 2px 0px;
	list-style-image: url(../images/bullet_red.gif); 
	}

#nav ul li ul li.subover a {
	color: #b5111b;
	background-color: transparent;
	background-image: none;	
	padding: 0px 6px 0px 0px;
	list-style-image: url(../images/bullet_red.gif);
	}

#nav li.rule {
	padding: 0em;
	height: 0em;
	line-height: 0em;
	margin-left: 14px;
	width: 145px;
	border-top: 1px dotted #777;
	}
	
#nav  a.external {
	background-image: url(../images/external.gif);
    background-repeat: no-repeat;
    background-position: 89% 50%;
	}
	
#nav a.external:hover {
	background-image: url(../images/external-leftnav-hover.gif);
	background-repeat: no-repeat;
    background-position: 95% 50%;
	}
	
#container {
	background-image: url(../images/building_bg.gif);
	background-position: left top;
	background-repeat: repeat-y;
	}

/* Middle content section */	

#content {
	width: 514px;
	height: 100%;
	float: left;
	padding-bottom: 20px;
	}
	
#contentText {
	padding-left: 20px;
	padding-bottom: 30px;
	font: 11px/16px "Lucida Grande", Lucida, "Helvetica Neue", Arial, Verdana, sans-serif;
	}

#contentText a {
	font: 11px/16px "Lucida Grande", Lucida, "Helvetica Neue", Arial, Verdana, sans-serif;
	}

/* Common List Styles */

/* Common List Styles */

#contentText ul {
	margin-top: 1em;
	margin-bottom: .8em;
	color: #333;
	}

#contentText ul li.heading {
	list-style-type: none;
	}
	
#contentText ul li {
	font: 11px/16px "Lucida Grande", Lucida, "Helvetica Neue", Arial, Verdana, sans-serif;
	padding-bottom: 3px;
	list-style-type: none;
	padding-left: 10px;
	background: url(../../images/small_bullet.gif) 0px 6px no-repeat;
}


/* Home Page-Specific */

#homeContent {
	width: 534px;
	height: 100%;
	float: left;
	padding-bottom: 20px;
	}

#welcome a {
	font: 11px/16px "Lucida Grande", Lucida, "Helvetica Neue", Arial, Verdana, sans-serif;
	}
	
#mainHome {
	width: 534px;
	height: 167px;
	background: url(../images/hc_main_photo.jpg) top left no-repeat;
	}

#mainHome h1 {
	display: none;
	}

img.tag {
	margin-left: 18px;
	}

#icons {
	padding-top: 6px;
	}

#welcome {
	background-color: #e7ecee;
	border-top: 1px solid #a1b1bb;
	float: left;
	width: 516px;
	margin-bottom: 20px;
	padding-left: 18px;
	}

#welcome table {
	width: 516px;
	background-color: #e7ecee;
	border: none;
	padding: 0px;
	margin: 0px;
	margin-bottom: 16px;
	}

#welcome table td {
	width: 240px;
	padding: 0px;
	margin: 0px;
	padding-top: 6px;
	padding-right: 18px;
	vertical-align: top;
	}

#welcome h1 {
	display: none;
	}

#welcome h2 {
	color: #4c6e8c;
	font-size: 13px;
	}

#footerAddress {
	color: #999; 
	margin-left: 30px; 
	text-align: center; 
	clear: both; 
	width: 450px;
	}

/* Special content page styles */

table#summary td { 
	vertical-align: top; 
	width: 220px;
	padding-right: 30px;
	} 
	
#tour {
	padding-top: 20px;
	}

#phototour {
	float: left;
	margin-top: 10px;
	padding-bottom: 30px;
	}

#phototour img {
	margin-right: 8px;
	padding: 4px;
	margin-bottom: 6px;
	border: 1px solid #999;
	float: left;
	}

#vrtour {
	float: left;
	margin-top: 10px;
	padding-bottom: 70px;
	}
	
#vrtour img {
	margin-right: 8px;
	padding: 4px;
	margin-bottom: 6px;
	border: 1px solid #999;
	float: left;
	}

#vrtour p {
	width: 300px;
	float: left;
	margin-left: 10px;
	}

#vrtour ul {
	width: 300px;
	float: left;
	}

#vrtour ul li {
	list-style-type: none;
	}

#contentText ul li.heading {
	list-style-type: none;
	}
	
/* Right column content */

#cta {
	float: right;
	width: 226px;
	background-image: url(../../images/lets_talk.gif);
	background-position: left top;
	background-repeat: no-repeat;
	overflow: hidden;
	background-color: #776A69;
	padding-top: 73px;
	line-height: 0em;
	}

#cta img.email {
	margin-bottom: 10px;
	}

#buildings {
	background-image: url(../images/other_buildings.gif);
	background-position: 83px 11px;
	background-repeat: no-repeat;
	padding-top: 30px;
	float: right;
	width: 186px;
	padding-right: 32px;
	}

#buildings ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}

#buildings li {
	margin-top: 14px;
	font-size: 10px;
	line-height: 13px;
	float: left;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
	}

#buildings img {
	float: left;
	margin-right: 6px;
	}

/* Contact Us Styles */

ul#staff {
	margin-left: -16px;
	float: left;
	list-style-type: none;
	width: 340px;
	margin-top: -10px;
	margin-bottom: 30px;
	}

ul#staff li.header {
	list-style-type: none;
	font-weight: bold;
	border-bottom: 1px solid #4c6e8c;
	color: #4c6e8c;
	height: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 100%;
	}

ul#staff li {
	list-style-type: none;
	float:left;
	}

div.photoFloat {
	width: 410px;
	float: left;
	clear: right;
	padding: 20px;
	margin: 10px 10px;
	background-color: #eee6e0;
	}

div.photoFloat img {
	clear: right;
	background-color: #fff;
	border: 1px solid #777;
	padding: 5px;
	margin-left: 20px;
	margin-top: 5px;
	float: right;
	}

img.floatThumb {
	float: left;
	margin-right: 16px;
	background-color: #fff;
	border: 1px solid #777;
	padding: 5px;
	}

img.floatThumbRight {
	float: right;
	margin: 0px 10px;
	background-color: #fff;
	border: 1px solid #777;
	padding: 5px;
	}

a.more {
	display: block;
	float: right;
	padding-right: 20px;
	background: transparent url(../images/arrow.png) 100% 100% no-repeat;
	}

/* Breadcrumb */

#breadcrumb {
	font-size: .8em;
	width: 518px;
	padding: 5px;
	padding-left: 10px;
	border-bottom: 1px dashed #ccc;
	background-color: #f9f9f9;
	}

#breadcrumb a:visited { color: #0054a6; text-decoration: none; }

#breadcrumb a:hover { color: #6d9dcc; text-decoration: underline; }

/* Floor Plans */

table#floorplans td {
	padding: 10px;
	text-align: center;
	}

	
/* Room Details */

div.room img {
	margin-right: 16px;
	float: left;
	padding: 5px;
	border: 1px solid #999;
	margin-bottom: 10px;
	}

#contentText .room h3 {
	font: bold 1em/1.2em "Lucida Grande", Lucida, "Helvetica Neue", Arial, Verdana, sans-serif;
	color: #4c6e8c;
	margin-bottom: 3px;
	padding-bottom: 3px;
	}

#contentText .room h3 a {
	font-weight: bold;
	color: #4c6e8c;
	}

div.room p {
	padding: 0;
	width: 65%
	float: left;
	}

.titleSpace {
	margin-left: 152px;
	margin-top: 28px;
	}

.clear{
	clear: both;
	}

img.rule {
	margin: 10px 0px 10px 30px;
	}

/* Plan your meeting / Services gallery */

table#services_gallery {
	border: 1px solid #eee;
	margin-left: 20px;
	margin-top: 30px;
	}

table#services_gallery td {
	padding: 10px;
	}

table#services_gallery a img {
	border: 1px solid #fff;
	}
	
table#services_gallery a img:hover {
	border: 1px solid #000;
}

/* Request form */

#generalInfo {
	width: 244px;
}

#meetingInfo {
	width: 514px;
}

#contentText form {
	width: 514px;
}

p#twitter{
	margin: 16px 16px 0 14px;
}
