/*

Color palette: 
	- Light grey (background): #b8b8b8
	- Medium grey (navigation): #9b9c9c
	- Copper green: #00694e
*/

.dropshadow { /* Applies CSS3 dropshadows */
	-webkit-box-shadow: 2px 2px 3px #aba290;
	-moz-box-shadow: 2px 2px 3px #aba290;
	box-shadow: 2px 2px 3px #aba290;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.button {
	font-family: Helvetica, "Helvetica Neue", Corbel, Arial, sans-serif;
	text-align: center;
	font-size: 0.9em;
	padding: 0.3em;
	color: white;
	background-color: #00694e;
}

body {
	margin: 0;
	background-color: #b8b8b8;
	line-height: 1.5em;
	font-family:	Cambria, Palatino, "Palatino Linotype", "Book Antiqua", Georgia, serif;
}

body p {
	text-align: left;
}

#allcontent {
	width: 840px;
	background: url(images/background.png) top center repeat-y;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
}

#header {
	height: 128px;
}

#footer {
	height: 56px;
}

#header,
#main,
#footer {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
}

#main {
	width: 740px;
	padding-left: 30px;
	padding-right: 30px;
}

#banner {
	display: block;
	width: 131px;
	margin-top: 1em;
	text-decoration: none;
}

#banner img {
	border: 0px;
}

#listing {
	display: block;
	margin-top: 1em;
	text-decoration: none;
}

#listing img {
	border: 0px;
}

#map {
	display: block;
	width: 131px;
	margin-top: 1em;
	text-decoration: none;
}

#map h6 {
	margin: 0 0 10px 0;
}

#map img {
	border: 1px solid #00694e;
}
#caption {
	font-size: 0.75em;
	line-height: 140%;
}
#listing {
	font-size: 0.80em;
	line-height: 145%;
}
#text {
	width: 576px;
}
#text1 {
	width: 340px;
	line-height: 130%;
}

/* Navigation bar */

#nav {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	width: 740px;
	padding-left: 30px;
	padding-right: 30px;
}

#nav ul {
	padding: 0;
}

#nav li {
	display: inline;
	list-style: none;
	font-weight: bold;
}

#nav li#nav-home {
	border-left: none;
}

#nav li a,
#nav li span.active {
	text-decoration: none;
	padding-left: 0.5em;
	padding-right: 0.5em;
	vertical-align: bottom;
	color: #9b9c9c;
	font-size: 1.05em;
}

#nav li#nav-home a,
#nav li#nav-home span.active {
	padding-left: auto;
	padding-right: auto;
}

#nav li a:hover,
#nav li span.active {
	color: #231f20;
}

#slideshow a {
	line-height: 0;
	background-image: url(images/r-slideshow-background.png);
	background-repeat: repeat-y;
	background-position: center top;
}

/* Amenities */

#pentaptych a {
	padding-right: 0px;
}

#pentaptych img {
	padding: 0;
	margin: 0;
}

/* Office Packages */

#officepackages h1 {
	font-size: 1.75em;
	margin-top: 1em;
	margin-bottom: 0;
}

#officepackages p {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

#officepackages #main ul {
	font-family: Helvetica, "Helvetica Neue", Corbel, Arial, sans-serif;
	font-size: 0.9em;
	color: #00694e;
	line-height: 1.2em;
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 1em;
}

#officepackages #main li {
	margin-bottom: 0.4em;
}

#officepackages h2 {
	font-size: 1.25em;
	font-style: italic;
	margin-bottom: 0.5em;
}

#officepackages h3 {
	font-family: Helvetica, "Helvetica Neue", Corbel, Arial, sans-serif;
	font-size: 0.9em;
	color: #00694e;
	line-height: 1.25em;
	margin-bottom: 0.5em;
	margin-top: 1em;
}

/* Floor Plan */

#floorplan #main img {
	margin-top: 30px;
	margin-bottom: 20px;
}

/* Contact Us */

#contact {
	line-height: 1.25em;
}

#contact p {
	padding: 0;
	margin-top: 0;
	margin-left: 173px;
	padding-top: 30px;
}

#contact img.floatleft {
	padding-top: 30px;
}
