@charset "utf-8";
/* CSS Document */

body {
	background-image: url(http://atlanta.tchmachines.com/~ochgvqds/images/background.jpg);
	background-repeat:  repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #253b7e;
	background-attachment: fixed;
	background-position:  bottom left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a    { color: #036; font-weight: bold; text-decoration: underline }
.footer  { color: #000; font-style: italic; font-size: 12px; font-family: "Times New Roman", Times, serif }
.footerlink  { color: #eeeeee; font-weight: bold; font-size: 11px; text-decoration: underline }
.copyright  { color: #373736; font-weight: bold; font-size: 10px; font-family: Times; text-decoration: none }
a.copyrightlink  { color: #373736; font-weight: bold; font-size: 10px; font-family: Times; text-decoration: underline }
.Fields   { color: #036; font-weight: bold; font-size: 10pt; font-family: Arial, Helvetica, sans-serif }
tr {  }
.Title  { color: #ffffff; font-weight: bold; font-size: 10pt; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #406750 }
.Heading  { color: #152d47; font-weight: bold; font-size: 11pt; font-family: Verdana, Arial, Helvetica, sans-serif }
.Data   { color: #152d47; font-weight: normal; font-size: 10pt; font-family: Arial, Helvetica, sans-serif }
.SectionSubTitle  { color: #152d47; font-weight: bold; font-size: 10pt; font-family: Verdana, Arial, Helvetica, sans-serif; text-decoration: none }
.Messages  { color: #036; font-size: 10pt; font-family: Arial, Helvetica, sans-serif }
p   { color: #373736; font-size: 10pt; line-height: 1.5; font-family: Verdana, Arial, Helvetica, sans-serif;}
#bordered_div {
	padding: 10px;
	border: 1px solid #999999;
}
.headertop   { color: #ffffff; font-size: 10px; line-height: 1.0; font-family: Verdana, Arial, Helvetica, sans-serif; }
.sidebartext   { color: #373736; font-size: 10px; line-height: 1.7; font-family: Verdana, Arial, Helvetica, sans-serif; }
.emaillink  { color: #446a55; font-weight: bold; font-size: 10px; text-decoration: underline }
.text   { color: #373736; font-size: 9pt; line-height: 1.0; font-family: Verdana, Arial, Helvetica, sans-serif; text-align: left;}

/*Nav Styles*/
#navcontainer
{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0em;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0;
}

ul#navlist
{
	text-align: left;
	list-style: none;
	padding: 0;
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}

ul#navlist li
{
	display: block;
	padding: 0;
	margin-top: 6;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

ul#navlist li a
{
	display: block;
	width: 100%;
	color: #162238;
	text-decoration: none;
	margin-top: 6px;
	padding-top: 0.5em;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 1.5em;
	margin-right: 10px;
	margin-left: 6px;
	background-color: #e6f5f8;
	border: 1px solid #bbcbd3;
	background-image: url(images/nav_lines.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
background: #f0e7d7;
color: #777;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
color: #777;
background: transparent;
border-color: #bbcbd3;
background-image: url(images/nav_lines.gif);
background-repeat: no-repeat;
background-position: 5px center;
}

/* Horizontal Nav Styles */
#horiz_navcontainer
{
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 20px;
	padding-top: 0em;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0;
}

/* to stretch the container div to contain floated list */
#horiz_navcontainer:after
{
content: ".";
display: block;
line-height: 1px;
font-size: 1px;
clear: both;
}

ul#horiz_navlist
{
	text-align: left;
	list-style: none;
	padding: 0;
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}

ul#horiz_navlist li
{
	float: left;
	padding: 0;
	margin-top: 6;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;	
}

ul#horiz_navlist li a
{
	display: block;
	color: #162238;
	text-decoration: none;
	margin-top: 6px;
	padding-top: 0.5em;
	padding-right: 5px;
	padding-bottom: 0.5em;
	padding-left: 1.5em;
	margin-right: 10px;
	margin-left: 6px;
	background-color: #e6f5f8;
	border: 1px solid #bbcbd3;
	background-image: url(images/nav_lines.gif);
	background-repeat: no-repeat;
	background-position: 5px center;

}

#horiz_navcontainer>ul#horiz_navlist li a { width: auto; }

ul#horiz_navlist li#active a
{
background: #f0e7d7;
color: #777;
}

ul#horiz_navlist li a:hover, ul#horiz_navlist li#active a:hover
{
color: #777;
background: transparent;
border-color: #bbcbd3;
background-image: url(images/nav_lines.gif);
background-repeat: no-repeat;
background-position: 5px center;
}

/*Homes Sub Navigation*/

ul#homes_sub
{
	text-align: left;
	list-style: none;
	padding: 0;
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 0;
}

ul#homes_sub li
{
	display: block;
	padding: 0;
	margin-top: 6;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

ul#homes_sub li a
{
	display: block;
	width: 100%;
	color: #162238;
	text-decoration: none;
	margin-top: 6px;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
	margin-right: 10px;
	margin-left: 6px;
	background-color: #fff;
	border: 1px solid #bbcbd3;
	background-repeat: no-repeat;
	background-position: 5px center;
	text-align:center;
}

#navcontainer>ul#homes_sub li a { width: auto; }

ul#homes_sub li#active a
{
background: #f0e7d7;
color: #777;
}

ul#homes_sub li a:hover, ul#homes_sub li#active a:hover
{
color: #000;
background-color: e6f5f8;
border-color: #bbcbd3;
background-repeat: no-repeat;
background-position: 5px center;
}

/*Homes Pages Styles*/
.home_title{
	color: #FFF;
	background-color: #00437A;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #FFF;
	margin-top: 10px;
	text-align: center;
	
}

.slideshow{
	background-color: #FFF;
	width: 410px;
	border: 1px solid #BBAF99;
	margin: 5px;
	padding: 3px;
	float: left;
	
}
.detail_box{
	background-color: #FFF;
	float: right;
	width: 193px;
	border: 1px solid #BBAF99;
	padding: 3px;
	margin-top: 5px;
	margin-right: 5px;
	font-size: 12px;
}
.detail_box ul{
	line-height: 2em;
	color: #000;
	text-decoration: none;
	text-indent: 5px;
	list-style-position: outside;
	list-style-type: square;
	padding: 6px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 15px;
}
.detail_header{
	font-weight: bold;
	color: #00437A;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BBAF99;
	font-size: 13px;
	
}
