/* @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: #6E7544;
	color: #636467;
}
a {
	text-decoration: none;
	color: #464749;
}
hr {
	background-color: #5A5B5E;
}
a:hover {
	text-decoration: underline;
}
a.on {
	text-decoration: underline;
}
#group_nav{
	font-size: 12px;
	line-height: 14px;
	position: relative;
	/*top: 50px;*/
	/*left: 308px;*/
	font-weight: bold;
	z-index: 5000;
	float: left;
	display: block;
	background: url(images/mini_g_nav_top.png) no-repeat 0 0;
	width: 165px;
	margin-right: 15px;
}

#group_nav ul.main_nav {
	background: url(images/mini_g_nav_body.png) repeat-y;
	padding-top: 21px;
	margin-top: 11px;
	min-height: 360px;
	height: auto !important;
	height: 360px;
}
#group_nav ul.main_nav li {
	margin-bottom: 5px;
}
#group_nav ul.main_nav li a {
	text-decoration: none;
	color: #2A2D1A;
	margin-right: 12px;
	margin-left: 12px;
	display: block;
	font-size: 13px;
	line-height: 17px;
}

#group_nav ul.sub_nav {
	margin-left: 15px;
}
#group_nav ul.sub_nav li {
	margin-bottom: 0;
}
#group_nav ul.sub_nav li a {
	text-decoration: none;
	color: #2A2D1A;
	display: block;
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	line-height: 18px;
}
#group_nav ul.sub_nav li a.on {
	font-weight: bold;
}
#group_nav_bottom {
	width: 165px;
	background: url(images/mini_g_nav_bot.png) no-repeat;
	height: 16px;
}
h3.page-title {
	color: #2A2D1A;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	padding-bottom: 15px;
	border: 0;
	margin: 0;
}
#main_content {
	margin-top: 0px;
}
#main_content p{
	margin-top: 5px;
	margin-bottom: 5px;
}
h3.page-title-content {
	color: #2A2D1A;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	padding-bottom: 10px;
	border: 0;
	margin: 0;
}
#content_right {
	position: relative;
	float: left;
	width: 489px;
	height: 404px;
	border: 2px solid #5A5B5E;
	top: -85px;
	right: 1px;
	background-color: #FEFEFE;
	z-index: 10;
}
/*#content_left_body form{
	left: 190px;
}*/
#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: #f3fee1;
}
form textarea:focus {
	border: 1px solid grey;
	background-color: #f3fee1;
}
/* @end */
/* @group Floorplans */
#sub_nav_left {
	text-align: center;
	margin-bottom: 10px;
}
/* @end */
