/* @group Site-Changes */

/*Global: 
	body -  bg color and text color
	.nav ul li a - link color
	.fish_nav li ul a - bg color
	.fish_nav li ul li:hover etc...
	.fish_nav li li
	.fish_nav li li li
	#content_right - border color
	
  Gallery:
	#caption h3 - color
	#slideNav a color
	
  Contact:
  	form input:focus - bg color
  	form textarea:focus - bg color
*/

/* @end */

/* @group Global */

body {
	margin: 0;
	padding: 0;
	font: 12px/16px Tahoma, Arial, Geneva, Helvetica, sans-serif;
	background-color: #954A07;
	color: #636467;
}
a {
	text-decoration: none;
	color: #464749;
}
hr {
	background-color: #5A5B5E;
}
a:hover {
	text-decoration: underline;
}
a.on {
	text-decoration: underline;
}
.nav{
	font-size: 12px;
	line-height: 14px;
	position: absolute;
	top: 50px;
	left: 308px;
	font-weight: bold;
	z-index: 5000;
	float: left;
	display: block;
}
.nav ul li a {
	text-decoration: none;
	color: #1D210D;
	margin-right: 12px;
	margin-left: 12px;
	display: block;
}
/* @group Superfish */
.fish_nav li ul a {
	color: white;
	padding: 0.5em 0;
	text-decoration:none;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	display: block;
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter:alpha(opacity=90);
	width: 125px;
}
.fish_nav li ul li:hover, .fish_nav li ul li.sfHover,
.fish_nav li ul a:focus, .fish_nav li ul a:hover, .fish_nav li ul a:active {
	background: #d16808;
	text-decoration: none;
	display: block;
	z-index: 3500;
}
.fish_nav li li {
	background: #954A07;
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter:alpha(opacity=90);
}
.fish_nav li li li {
	background: #954A07;
}
/* @end */
h3.page-title {
	color: #6d6e71;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 24px;
	font-weight: normal;
	font-style: normal;
	padding-right: 75px;
	padding-left: 75px;
	border-bottom: 2px solid #5A5B5E;
	padding-bottom: 15px;
}
#content_right {
	position: relative;
	float: left;
	width: 489px;
	height: 404px;
	border: 2px solid #5A5B5E;
	top: 15px;
	right: 1px;
	background-color: #FEFEFE;
	z-index: 10;
}

#footer a.mcm-footer {
	position: absolute;
	top: 19px;
	right: 15px;
	display: block;
	width: 82px;
	height: 20px;
}/* @end */
/* @group Gallery */
#caption h3 {
	margin-bottom: 0;
	margin-top: 0;
	color: #464749;
	font-weight: bold;
	font-size: 14px;
}
#slideNav a { 
	text-decoration: none; 
	margin: 0 2px; 
	padding: 2px 3px;
	color: #464749;
}
/* @end */
/* @group Contact */
form input:focus {
	border: 1px solid grey;
	background-color: #ffefcf;
}
form textarea:focus {
	border: 1px solid grey;
	background-color: #ffefcf;
}
/* @end */
/* @group Floorplans */
#sub_nav_left {
	text-align: center;
}
/* @end */
