﻿/* CSS Document */

body  {
	background-position: left top;
	font-family: Verdana, arial, times, helvetica, sans-serif; 
	margin: 0 0 0 0;
	padding: 0;
	font-size: 75%;
	background-repeat: no-repeat;
	background-image: url('img/trihome234.jpg');
}

a {
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}	
/************************    HEADER TEXT  ************/
#title  {
	font-size: 24pt;
	font-family: garamond, arial, times, helvetica, sans-serif;
	padding-left: 100px;
	font-weight: bold;
	margin-top: 10px;;
}
#container {
	margin-right: 15px;
	margin-left: 15px;
	color: #000000;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#cornernav  {
	padding: 0px;
	color: #000000;
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 0px;
	width: 100%;
	float: left;
	text-align: right;
}
#cornernav #maininfo {
	float: right;
	width: 25%;
	height: 100px;
	text-align: right;
}
#cornernav #mainsale {
	float: left;
	height: 100px;
	width: 73%;
	background-image: url(img/spring-sale-16px.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
#cornernav a {
	color: #000000;
	padding-right: 20px;
}
#header {
	width: 100%;
	height: 65px;
	background-image: url('img/backgrad.gif');
	border-bottom-style: solid;
	border-bottom-width: 8px;
	border-bottom-color: #8EA38E;
	margin-top: 30px;
	border-top-style: solid;
	border-top-width: 3px;
	border-top-color: #808080;
}
/**********************    NAVIGATION IN TOP-RIGHT CORNER   *****/
#header h1 {
	color: #FFFFFF;
	float: right;
	font-size: 12px;
}
/***************************   INLINE NAVIGATION   WRAPPER     *****/
#navwrap  {
	padding-top: 0px;
	padding-bottom: 1px;
	border-top: 3px solid #888;
	background-color: #FFFFFF;
	color: #000000;
	border-top-color: #888;
	border-top-width: 3px;
	width: 100%;
	border-top-style: none;
}
/*****************************   INLINE NAVIGATION   *********/
#navwrap ul
{
	height: 1.0em;
	line-height: 1.0em;
	list-style: none;
	padding: 0;
	margin: 0;
}
#navwrap li
{
	float: right;
	color: #FFFFFF;
}
#navwrap li a
{
	line-height: 2.0em;
	float: left;
	width: 100px;
	display: block;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	background-image: url('img/navwrapbutton.gif');
	padding-right: 3px;
	background-repeat: no-repeat;
}

/******************************   SIDE NAVIGATION     ****/
#sidenav    {
	float: left;
	margin-left: 10px;
	margin-top: 20px;
	width: 20%;
	max-width: 200px;
	margin-bottom: 20px;
	background-color: #F3F3CC;
}

#sidenav p  {
	padding-left: 1em;
	padding-bottom: 5px;
}

#sidenav a {
	border-style: none;
	border-width: 0px;
	font-size: 90%;
	padding: 0.2em 0em 0.2em 0em;
	color: #000000;
	text-decoration: none;
	text-align: center;
}
#sidenav ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	color: #000000;
}
#sidenav ul a {
	border-style: solid;
	border-width: 1px 1px 1px 5px;
	border-color: #808080 #808080 #808080 #669999;
	display: block;
	text-decoration: none;
	color: #000000;
	padding-top: .2em;
	padding-bottom: .5em;
	width: 94%;
	margin-top: .3em;
	margin-bottom: .3em;
	margin-left: .3em;
	letter-spacing: 1px;
}
#sidenav ul a:hover {
    text-decoration: underline;
    color: #FFFFFF;
	background-color: #5B7A7A;
}
#sidenav ul li {
	display: inline;
}
#sidenav h5 {
	font-size: 100%;
	background: #8EA38E;
	color: #fff;
	height: 1.8em;
	line-height: 1.8em;
	padding-left: 15px;
	margin-top: 0;
}
#sidenav h6 {
	font-size: 100%;
	background: #8EA38E;
	color: #fff;
	height: 1.8em;
	line-height: 1.8em;
	padding-left: 15px;
	margin-top: 0;
	padding-right: 0px;
}
#sidenav img {
	border-style: none;
	margin-left: -7px;
}
/*************************    MAIN CONTENT AREA  ******* */
#content   {
	border: 1px solid #808080;
	width: 75%;
	float: left;
	margin-left: 15px;
	margin-top: 20px;
	font-size: 110%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	background-color: #F9F9F9;
}
#HomeContain {
	width: 100%;
}
#content #HomeContain .homeRow {
	height: 80px;
	width: 100%;
	margin-bottom: 3px;
}
#content #HomeContain .infobox {
	height: 80px;
	width: 19%;
	float: left;
	vertical-align: middle;
	padding-left: 3px;
}

#content  p {
	padding-right: 5px;
	padding-left: 5px;
}

#content a {
	color: #336699;
	text-decoration: underline;
}

#content a:hover {
	text-decoration:none;
}

#content h1 {
	height: 1.8em;
	line-height: 1.8em;
	background: url('img/h1contentright.gif') no-repeat right top;
	margin-top: 0;
	font-size: 1.5em;
	color: #281F1F;
	padding-left: 5px;
	font-family: Georgia;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: right;
	padding-right: 10px;
}
#content h2 {
	height: 1.8em;
	line-height: 1.8em;
	background: url(images/grey.gif) repeat-x;
	border-top: 1px solid #c4c4c4;
	margin-top: 5px;
	font-size: 1.2em;
	color: #5B7A7A;
	padding-left: 5px;
	font-family: Georgia;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: left;
	border-top-color: #c4c4c4;
	border-bottom-color: #c4c4c4;
	border-top-style: none;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
}
#content h3 {
	font-family: Georgia;
	font-size: 1.2em;
	color: #669999;
	font-variant: small-caps;
	padding-left: 10px;
}
#contenthome   {
	border: 1px solid #808080;
	width: 62%;
	float: left;
	margin-left: 15px;
	margin-top: 20px;
	font-size: 110%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	background-color: #F9F9F9;
}
#contenthome  p {
	padding-right: 5px;
	padding-left: 5px;
}

#contenthome a {
	color: #336699;
	text-decoration: underline;
}

#contenthome a:hover {
	text-decoration:none;
}

#contenthome img {
	float: left;
	margin-right: 5px;
}

#contenthome h1 {
	height: 1.8em;
	line-height: 1.8em;
	background: no-repeat right
top;
	margin-top: 0;
	font-size: 1.5em;
	color: #281F1F;
	padding-left: 5px;
	font-family: Georgia;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: right;
	padding-right: 10px;
}
#contenthome h2 {
	height: 1.8em;
	line-height: 1.8em;
	background: url(images/grey.gif) repeat-x;
	border-top: 1px solid #c4c4c4;
	margin-top: 5px;
	font-size: 1.2em;
	color: #5B7A7A;
	padding-left: 5px;
	font-family: Georgia;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: left;
	border-top-color: #c4c4c4;
	border-bottom-color: #c4c4c4;
	border-top-style: none;
	border-bottom-style: solid;
	border-top-width: 1px;
	border-bottom-width: 1px;
}
#contenthome h3 {
	font-family: Georgia;
	font-size: 1.2em;
	color: #669999;
	font-variant: small-caps;
	padding-left: 10px;
}
/*  *************************    FOOTER   *****************  */
#footer  {
	border-style: none solid solid solid;
	border-width: 1px;
	border-color: #77abb8 #CCCCCC #CCCCCC #CCCCCC;
	clear: both;
	height: 5em;
	text-align: center;
	color: #FFFFFF;
	margin-top: 2em;
	font-size: .8em;
	background-color: #172323;
	padding-top: 3px;
	padding-bottom: 3px;
}

#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}
.h1 {
	color: #FFFFFF;
}
.right {
	padding: 2px;
	margin: 2px 2px 2px 5px;
	border: 1px solid #808080;
	float: left;
}
/* Picture boxes*/
	#leftpicturebox {
	border: 1px solid #808080;
	padding: 2px;
	margin: 1px;
	width: 210px;
	height: 111px;
	float: left;
}
#centerpicturebox {
	border: 1px solid #808080;
	padding: 2px;
	margin: 1px;
	width: 210px;
	height: 111px;
	float: left;
}
#rightpicturebox {
	border: 1px solid #808080;
	padding: 2px;
	margin: 1px;
	width: 210px;
	height: 111px;
	float: left;
}
#breadcrumbs {
	padding: 2px 0px 2px 0px;
	width: 100%;
	text-align: right;
	float: left;
	margin-top: 0px;
}
#breadcrumbs p {
	padding: 0px 10px 0px 0px;
	margin: 0px;
}
#breadcrumbs a {
	padding-right: 10px;
}
#modelgraphicscontainer {
	float: left;
	width: 680px;
	padding: 2px 0px 0px 0px;
	margin: 2px 0px 0px 15px;
}
#header img {
	border-width: 0px;
	margin-left: 15px;
	margin-top: 5px;
}
.bottomcenter {
	text-align: center;
	margin-bottom: 5px;
}
#leftfloat {
  float:left;
}
.clearleft {
	clear: left;
}
#header {
	width: 100%;
	height: 67px;
}
#clear {
	clear: both;
}
#clear1 {
	clear: both;
}
#clear2 {
	clear: both;
}
#clearplans {
	clear: both;
}
#clearfooter {
	clear: both;
}
#content h1 {
	height: 1.8em;
	line-height: 1.8em;
	background: right
top;
	margin-top: 0;
	font-size: 1.5em;
	color: #281F1F;
	padding-left: 5px;
	font-family: Georgia;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: right;
	padding-right: 10px;
}
#directionsmap {
	border: 1px solid #996633;
	padding: 3px;
	margin: 3px;
	width: 435px;
	height: 435px;
	float: left;
	background-color: #172323;
}
#directionsmap img {
	margin-top: 3px;
	margin-left: 4px;
}
#directionsmap p {
	color: #FFFFFF;
	text-align: center;
}
.largetext {
	font-size: 16px;
}
hr {
	color: #8EA38E;
	width: 90%;
}
#houseimgage {
	float: left;
	width: 300px;
	height: 200px;
	background-color: #669999;
	margin-right: 5px;
	margin-left: 3px;
}
#floorplan {
	float: left;
	margin-right: 5px;
	margin-left: 3px;
	margin-bottom: 20px;
}
#floorplan p {
	font-size: .8em;
	text-align: center;
}
#floorplan img {
	padding: 0px;
	margin: 0px;
}
#features {
	float: left;
	width: 190px;
	margin-left: 10px;
}
#features1 {
	float: left;
	width: 190px;
	margin-left: 10px;
}
.tr {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #808080;
	padding-right: 0px;
	padding-left: 0px;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #808080;
	width: 25%;
	text-align: center;
}
.trright {
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #808080;
	width: 25%;
	text-align: center;
}
.trhead {
	background-color: #CCCCCC;
	text-align: center;
	width: 25%;
}
#rightcol {
	border: 1px solid #808080;
	float: right;
	width: 125px;
	margin-right: 20px;
	margin-top: 20px;
}
.left {
	padding: 2px;
	margin: 2px 5px 2px 2px;
	float: right;
}
#flash {
	padding: 2px;
	margin: 5px;
	float: left;
}
div.moreinfo {
	background-repeat: no-repeat;
	background-position: left;
	background-image: url('img/silver-arrow.gif');
}
div.moreinfo p{
	padding-top: 25px;
	padding-bottom: 50px;
	margin-left: 85px;
	padding-left: 26px;
}
div.contactinfo {
	background-repeat: no-repeat;
	background-position: left;
	background-image: url('img/contact.jpg');
	margin-left: 10px;
}
div.contactinfo p{
	padding-top: 10px;
	padding-bottom: 50px;
	margin-left: 85px;
	padding-left: 26px;
}
.nopicture {
	margin-top: 14px;
	margin-bottom: 14px;
	border-style: none;
}
#optionspackage {
	width: 100%;
}
#optionspackage p {
	font-size: 16px;
	font-weight: bold;
	color: #003366;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.bold {
	font-weight: bold;
}
iframe {
	border: 1px solid #808080;
	margin-left: 10px;
}
#specialsdisplay {
	width: 320px;
	height: 220px;
	background-color: #8EA38E;
	border: 1px solid #333333;
	margin-left: 10px;
	float: left;
	margin-right: 5px;
}
#specialsdisplay img {
	margin-top: 9px;
	margin-left: 9px;
	border: 1px solid #FFFFFF;
}
.noborder {
	border-style: none;
}
#flashhome {
	width: 300px;
	height: 200px;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
div.clear {
	clear: both;
}
.small {
	font-size: 9px;
	color: #808080;
}
#salesbar {
	padding: 0px;
	margin-top: 3px;
	color: #000000;
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 0px;
	width: 100%;
	height: 25px;
	float: left;
	text-align: right;
}
