/* @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: #50335B;
	color: #636467;
}
h1 {
	font-size: 22px;
	line-height: 24px;
}
h2 {
	font-size: 18px;
	line-height: 20px;
}
h3 {
	font-size: 16px;
	line-height: 18px;
}
h4 {
	font-size: 14px;
	line-height: 16px;
}
p {
	font-size: 12px;
	line-height: 16px;
}
a {
	text-decoration: none;
	color: #464749;
}
hr {
	background-color: #5A5B5E;
}
a:hover {
	text-decoration: underline;
}
a.on {
	text-decoration: underline;
}
a img {
	border: 0;
}
div.clear {
	clear: both;
}
#container {
	position: relative;
	width: 966px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
#header {
	background: url(images/mini_header.png) no-repeat;
	width: 966px;
	height: 111px;
}
#header a.header {
	position: relative;
	top: 30px;
	left: 50px;
	width: 175px;
	height: 75px;
	display: block;
}
#header a.apply {
	position: absolute;
	top: 39px;
	right: 49px;
	display: block;
	width: 56px;
	height: 56px;
	background: url(images/apply_off.png) no-repeat;
}
#header a.apply:hover {
	background: url(images/apply_on.png) no-repeat;
}
#header a.apply img {
	border: 0;
}
#header a.header img {
	border-width: 0;
}
#header a.header span.site-name {
	position: absolute;
	left: -1000px;
}
#content_container {
	position: relative;
	width: 966px;
	min-height: 450px;
	height: auto !important;
	height:450px;
	background: url(images/mini_content_bg.png) repeat-y;
}
#sub_header_grad {
	position: absolute;
	height: 71px;
	top: 0px;
	background: url(images/mini_sub_header_grad.png) no-repeat;
	width: 966px;
	z-index: 1;
	left: 0;
}
.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 {
	padding-left: 0;
	display: block;
	position: relative;
}
.nav ul li {
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
}
.nav ul li a {
	text-decoration: none;
	color: white;
	margin-right: 12px;
	margin-left: 12px;
	display: block;
}
.nav ul li a:hover {
	text-decoration: underline !important;
}
.nav ul li a.on {
	text-decoration: underline !important;
}
/* @group Superfish */
/* Superfish Nav Styles */
/*** ESSENTIAL STYLES ***/
.fish_nav, .fish_nav {
	margin:0;
	padding:0;
	list-style:none;
}
.fish_nav {
	line-height:1.0;
	z-index: 1000;
}
.fish_nav ul {
	position:absolute;
	top:-999em;
	width: 140px;
}
.fish_nav ul li,
.fish_nav a {
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	z-index: 999;
}
.fish_nav li {
	float:left;
	position:relative;
	z-index:99;
}
.fish_nav a {
	display:block;
}
.fish_nav li:hover ul,
ul.fish_nav li.sfHover ul {
	left:-1px;
	top:1.5em;
	text-decoration: none;
	z-index: 3500;
	padding-left: 0;
	margin-left: 0;
}
.fish_nav li:hover li ul,
.fish_nav li.sfHover li ul {
	top:-999em;
	text-decoration: none;
	z-index: 3500;
}
.fish_nav li li:hover ul,
ul.fish_nav li li.sfHover ul {
	left:9.45em;
	top:-1px;
	text-decoration: none;
	z-index: 3500;
}
.superfish li:hover ul,
.superfish li li:hover ul {
	top: -999em;
	text-decoration: none;
	z-index: 3500;
}
/*** ORIGINAL SKIN ***/
.fish_nav{
	float:left;
	margin-bottom: 5px;
	margin-top: 5px;
	position: relative;
}
.fish_nav li {
	
}
.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: #704780;
	text-decoration: none;
	display: block;
	z-index: 3500;
}
.fish_nav li li {
	background: #50335B;
	opacity: 0.9;
	-moz-opacity: 0.9;
	filter:alpha(opacity=90);
}
.fish_nav li li li {
	background: #50335B;
}
/* @end */
#content_left {
	padding: 35px 30px 15px;
	width: 380px;
	position: relative;
	float: left;
	z-index: 10;
}
#content_left_body {
	position: relative;
	min-height: 285px;
	height: auto !important;
	height: 285px;
	z-index: 10;
}
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_left ul {
	margin: 0;
	padding: 0;
}
#content_left ul li {
	list-style-type: none;
}
#main_content {
	margin-top: 20px;
}
#main_content h3.page-title-content {
	color:#6D6E71;
	font-size:14px;
	font-style:normal;
	font-weight:normal;
	line-height:18px;
	text-align:center;
	text-transform:uppercase;
}
#main_content p {
	margin:5px 0px;
}
#left_content_footer {
	border-top: 2px solid #5A5B5E;
	padding: 5px 20px 0;
	margin-top: 15px;
}
#left_content_footer p {
	text-align: center;
}
#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 {
	background: url(images/mini_footer.png) no-repeat;
	width: 966px;
	height: 39px;
	position: relative;
	text-align: center;
}
#footer img.house {
	position: absolute;
	left: 10px;
	top: 18px;
}
#footer p {
	font-size: 9px;
	margin: 0;
	color: white;
	position: relative;
	top: 20px;
}
#footer p a {
	color: white;
}
#footer a.mcm-footer {
	position: absolute;
	top: 19px;
	right: 15px;
}
/* Accelsite Specific Definitions */
/* @group Accelsite Definitions */
.smallNote {
	font-size: 11px;
	color: #999999;
	font-style: italic;
 }
.requiredField {
	font-weight: bold;
 }
.missingField {
	font-weight: bold;
	color: #FF0000;
 }
.contentHeaderCell {
	background-color: #AAAA77;
	color: #FFFFFF;
	font-weight: bold;
 }
.contentListCell {
	color: #000000;
 }
.contentListCellAlt1 {
	color: #000000;
 }
.contentListCellAlt2 {
	color: #000000;
 }
.alternate1 {
	color: #000000;
 }
.alternate2 {
	color: #000000;
 }
.alternate3 {
	background-color: #FFF;
	border:2px solid #EFEDEE;
	color: #000000;
}
.loginStatusSpan {
	font-size: 10px;
	color: #333;
}
.loginStatusSpan a {
	color: #4E4E4E;
	text-decoration: none;
}
.as_errorText {
	color: red;
	font-weight: bold;
}
.as_errorField {
	border: 2px solid red;
}
.as_errorInput {
	border: 2px solid red;
}
.as_successMessage {
	font-weight: bold;
	color: green;
	font-size: 14px;
 }
/* @end *//* @end */
/* @group Gallery */
/* Gallery */
#gallery {
	position: relative;
	top: 17px;
	z-index: 3;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	color: #2c1b11;
}
#galleryLinks{
	width: 519px;
	text-align: center;
	margin: 0px auto;
	border:0px solid orange;
	line-height: 20px;
}
#galleryLinks a {
	color: #2c1b11;
	text-decoration: none;
}
#galleryLinks a:hover {
	color: #000;
}
#galleryLinks a:visited {
	color: #333;
}
#galleryLinks a.galleryLinkOn{
	color: #333;
}
#galleryLinks a.galleryLinkOff{
	color : #333;
}
#galleryPhoto{
	border:0px solid green;
	padding: 16px 0px 0px 12px;
}
.galleryPhotoCaption {
	font-weight: bold;
}
#slideshow {  
    height:  314px;  
    width:   470px;  
    padding: 0;  
    margin:  0;
	position: relative;
	top: 0px;
	left: 9px;
} 
#slideshow img {  
    border:  1px solid #ccc;  
    top:  0; 
    left: 0;
	position: absolute;
}
#caption {
	height: 30px;
	display: block;
	position: relative;
	text-align: center;
}
#caption h3 {
	margin-bottom: 0;
	margin-top: 0;
	color: #464749;
	font-weight: bold;
	font-size: 14px;
}
#slideNavCont {
	position: relative;
}
#slideNav {
	text-align: center;
	display: block;
	position: relative;
	top: 45px;
}
#slideNav a { 
	text-decoration: none; 
	margin: 0 2px; 
	padding: 2px 3px;
	color: #464749;
}
#slideNav a.activeSlide {
	border-bottom: 1px solid #aaa;
}

#slideNav a:hover { outline: none;
	text-decoration: underline;
}
#next {
	background: url(images/mini_next.png) no-repeat;
	width: 9px;
	height: 9px;
	display: block;
	position: absolute;
	right: 110px;
	top: 45px;
	z-index: 100;
}
#prev {
	background: url(images/mini_prev.png) no-repeat;
	width: 9px;
	height: 9px;
	display: block;
	left: 110px;
	position: absolute;
	top: 45px;
	z-index: 100;
}
/* @end */
/* @group Contact */
#customFormName {
	display: none;
}
#customFormInstructions {
	display: none;
}
form {
	width: 340px;
}
form table {
	width: 340px;
	border-collapse: collapse;
}
form input {
	border: 1px solid grey;
	background-color: #f6f6f6;
}
form input:focus {
	border: 1px solid grey;
	background-color: #f4ebff;
}
form textarea {
	border: 1px solid grey;
	background-color: #f6f6f6;
}
form textarea:focus {
	border: 1px solid grey;
	background-color: #f4ebff;
}
#customFormSubmit {
	height: 30px;
}
#customFormSubmit input.button {
	float: right;
}
/* @end */
/* @group Floorplans */
#sub_nav_left {
	text-align: center;
}
/* @end */
