/* CSS Document */

/* global */

body {
	font-family: "Times New Roman", Georgia, Times, serif;
	background-color: #cfcbac;
	margin: 10px 0px;
}
a {
	color: #00331E;
	text-decoration: underline;
}
		a:hover {
			color: #00331E;
			text-decoration: none;
		}
h1,h2,h3,h4,h5,h6 {
	color: #00331E;
}

/*-- nav-bar --*/

#mainNav {
	margin: 0px;
	width: 755px;
	text-align: center;
}
		#mainNav ul{
			margin: 0px;
			padding: 0px;
			float: left;
			width: 755px;
			list-style-type: none;
		}
		#mainNav li{
			float: left;
			vertical-align: middle;
		}
		#mainNav a{
			line-height: 2em;
			color: #00331E;
			text-decoration: none;
			float: left;
			display: block;
			padding-top: 4px;
			padding-right: 0.7em;
			padding-bottom: 4px;
			padding-left: 0.7em;
			font-weight: bold;
			font-size: 1em;
			margin: 0px;
			background-image: url(images/navDivider.gif);
			background-repeat: no-repeat;
			background-position: left center;
		}
		#mainNav ul .first a{
			background: none;
			padding-left: 20px;
		}
		#mainNav ul .first a:hover{
			background-color: #EDECDE;
			text-decoration: none;
			color: #00331E;
			background-image: none;
		}
		#mainNav a:hover {
			background-color: #EDECDE;
			text-decoration: none;
			color: #00331E;
		}

/* main layout boxes */

#top {
	width: 815px;
	background-image: url(images/bg-top.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	height: 20px;
}
#wrap {
	margin: 0px auto;
	padding: 15px 0px 0px;
	width: 815px;
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: top;
}
#header {
	padding: 10px 0px;
	width: 755px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #00331E;
	border-bottom-color: #00331E;
}
#container {
	background-color: #ffffff;
	margin: 0px auto;
	padding: 0px;
	clear: both;
	width: 755px;
	text-align: center;
}
#content {
	padding: 0px;
	width: 755px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 0px;
	font-size: .9em;
}
		#mainContent {
			padding: 0px;
			float: left;
			width: 455px;
			margin-top: 0px;
			margin-bottom: 0px;
			margin-left: 20px;
			margin-right: 10px;
			display: inline;
		}
		#secondaryContent-nobg {
			padding: 0px 10px;
			float: left;
			width: 170px;
			margin-top: 0px;
			margin-bottom: 0px;
			margin-left: 0px;
			margin-right: 0px;
		}
		#secondaryContent {
			padding: 0px 10px;
			float: left;
			width: 225px;
			margin-top: 0px;
			margin-bottom: 0px;
			margin-left: 0px;
			margin-right: 0px;
			background-image: url(images/bg-secondaryContent.gif);
			background-repeat: repeat-x;
			background-position: top;
		}
		.column2 {
			padding: 0px;
			float: left;
			width: 340px;
			margin-top: 0px;
			margin-bottom: 0px;
			margin-left: 15px;
			margin-right: 10px;
			display: inline;
		}
		#fullspread {
			padding: 0px;
			float: left;
			width: 690px;
			margin-top: 0px;
			margin-bottom: 0px;
			margin-left: 15px;
			margin-right: 20px;
		}
		#fullspread-bg {
			width: 735px;
			margin-right: auto;
			margin-left: auto;
			text-align: left;
			margin-top: 10px;
			margin-bottom: 0px;
			background-image: url(images/bg-secondaryContent.gif);
			background-repeat: repeat-x;
			background-position: top;
			padding-top: 10px;
			padding-left: 20px;
		}
#bottom {
	width: 815px;
	background-image: url(images/bg-bottom.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 20px;
}
#footer {
	font-size: 0.7em;
	color: #00331E;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 8px;
	padding-bottom: 10px;
	width: 755px;
	border-top-color: #00331E;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
		#footer a {
			color: #999999;
			text-decoration: underline;
		}
		#footer a:hover {
			color: #000066;
			text-decoration: none;
		}

/* staff-headshots */

#staff {
	float: left;
	list-style-type: none;
	margin: 0px;
	font-size: 1.2em;
}
		#staff li {
			float: left;
			display: block;
			text-align: center;
			margin: 3px;
			padding: 5px;
			font-size: .8em;
			width: 120px;
		}
		#staff li .name {
			color: #00331E;
			font-weight: bold;
		}
		#staff li .phone {
			color: #00331E;
			font-weight: bold;
			background-color: #CDC9A9;
			display: block;
			padding: 5px;
			margin: 0px;
			font-size: 1.5em;
		}

/* model-list */

#models {
	float: left;
	list-style-type: none;
	margin: 0px;
	font-size: 1.2em;
	padding: 0px;
}
		#models li {
			float: left;
			display: block;
			text-align: center;
			margin: 4px;
			padding: 5px;
			font-size: .8em;
			width: 150px;
		}
		#models img {
			margin-bottom: 5px;
		}
		#models li .name {
			color: #00331E;
			font-weight: bold;
			font-size: 1.6em;
			text-transform: uppercase;
			font-style: normal;
		}
		#models li .phone {
			color: #00331E;
			background-color: #CDC9A9;
			display: block;
			padding: 5px;
			margin: 0px;
			font-size: 0.9em;
			font-style: italic;
		}
		
/* drop down menu */

#dropmenudiv{
	position:absolute;
	border:1px solid #BDBFC1;
	border-bottom-width: 0;
	z-index:100;
}

		#dropmenudiv a{
			width: 100%;
			display: block;
			text-indent: 3px;
			border-bottom: 1px solid #BDBFC1;
			padding: 1px 0;
			text-decoration: none;
			line-height:2em;
			background-image: url(images/navBGround.gif);
			background-repeat: repeat-x;
		}
		
		#dropmenudiv a:hover{ /*hover background color*/
			background-color: #E5E6E6;
			background-image: none;
		}
		
/*-- breadcrumbs --*/

.breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	color: #999999;
	margin-top: 10px;
	padding-bottom: 4px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	margin-right: 20px;
}
.breadcrumbs a {
	color: #666666;
	text-decoration: underline;	
}
.breadcrumbs a:hover {
	color: #A00024;
	text-decoration: none;	
}

/* image rotation */

#rotateContainer {
	position:relative;
	margin:auto;
	width: 607px;
	padding: 0px;
}
.picturebox {
	border: 4px solid #CDC9A9;
	margin: 2px;
	padding: 0px;
}
	
/* virtual tour button */

.virtual-tour {
	float: right;
	margin-right: 25px;
}

/* drop shadow wrapper */

.img-wrapper {
	background: url(images/shadow.gif) no-repeat bottom right;
	position:relative;
	float: left;
	margin: 5px;
}
		.img-wrapper img {
			background-color: #FFFFFF;
			padding: 4px;
			display:block;
			border: 1px solid #CCCCCC;
			margin: -5px 5px 5px -5px;
			position:relative;
		} 
	
/* classes */

.break {
	clear: both;
	height:1px;
}
.graphic-border {
	clear: both;
	border: 2px solid #00331E;
	margin: 2px;
	padding: 0px;
}
.graphic-border:hover {
	border: 2px solid #A00024;
}
.image-border {
	border: 4px solid #CDC9A9;
	margin: 2px;
	padding: 0px;
}
.entrance-border {
	border: 4px solid #CDC9A9;
	margin: 2px;
	padding: 0px;
}
.fine-print {
	font-size: 0.8em;
	font-style: italic;
}
.numbers {
	font-family: "Times New Roman", Times, serif;
}
.small-caps{
	font-variant: small-caps;
}
.headline{
	font-size: 1.3em;
	font-weight: bold;
	color: #000000;
}
#secondaryContent .headline {
	font-size: 1.3em;
	font-weight: bold;
	color: #A00024;
}
.red-headline {
	color: #A00024;
}
.community-bullets {
	font-size: 1.5em;
	line-height: 1.5em;
}
.float-left {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
}#wrap #container #content #fullspread #floatRight {
	float: right;
	width: 250px;
	height: 400px;
	text-align: center;
	padding-top: 20px;
}
#wrap #container #content #fullspread #floatLeft {
	width: 410px;
	float: left;
	font-size: 1.4em;
}
.contactForm{
	width:300px;
}
.contactMessage{
	height:100px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
