/* --- Skin --- */
body 
{  
   text-align: center;
   margin: 25px 0 20px 0;
   padding: 0;
}
div, p, td, li, span 
{
   font-family: verdana, arial, helvetica, sans-serif;
   font-size: 12px;
   line-height: 135%;
   color: #333;
}
.left
{
   float: left;
}
.right
{
   float: right;
}
div.clear 
{
   margin: 0;
   padding: 0;
   clear: both;
   display: block;
   height: 1px;
   font-size: 1px;
   line-height: 1px;
}


/* --- Links --- */
a:link 
{
	color: #cc6600;
   text-decoration: none;
}
a:hover 
{ 
	color: #cc6600;
   text-decoration: underline;
}
a:visited 
{ 
	color: #996633;
	text-decoration: none;
}


/* --- Layout --- */
#container
{
   width: 900px;
   margin: 0 auto;
   text-align: left;
}
h1
{
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 18px;
	color: #BE5811;
	padding-right: 25px;
	padding-bottom: 15px;
	margin: 0;
	text-align: right;
}
h2
{
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 18px;
	color: #fff;
	font-weight: normal;
}
h3
{
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 18px;
	line-height: 20px;
	padding-bottom: 15px;
	color: #887C65;
	margin: 0;
}
h4
{
	font-family: Trebuchet, "Trebuchet MS", arial, sans-serif;
	font-size: 18px;
	padding-bottom: 12px;
	color: #fff;
	margin: 0;
	font-weight: normal;
}
h6
{
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #BE5811;
	padding-right: 25px;
	padding-bottom: 15px;
	margin: 0;
	text-align: right;

}
.bigType, bigType a:link, bigType a:hover
{
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #BE5811;
	margin: 0;
	text-align: left;
	text-decoration: none;
}


.small
{
   font-family: arial,helvetica,sans-serif;
   line-height: 120%;
   font-size: 9px;
}
.quote
{  
   color: #330;
   margin-bottom: 20px;
}
.quote em
{  
   color: #663;
   font-size: 12px;
}

/* --- Top bar --- */
#header {
	margin: 0;
	padding: 0;
	width: 875px;
}
#navbox {
   width: 600px;
   height: 100px;
   float: right;
}
#logo {
   width: 255px;
   height: 100px;
   float: left;
}

#signup {
   width: 600px;
   text-align: right;
  }

#navbar {
   width: 600px;
   height: 26px;
   margin-top: 30px;
   text-align: right;
}
/* --- Main content --- */
#maincontent {  
   width: 900px;
}


#maincontent .content {  
   width: 475px;
   margin-left: 105px;
   padding: 0;
}

#maincontent .calloutHome {
	width: 275px;
	height:280px;
	position: absolute;
	margin-top: 250px;
	margin-left: 600px;
}
#backgrndHome {
	background: url(../images/home/tm_homebg_1.jpg) no-repeat 0% 0%;
	width: 900px;
	height: 375px;
}

/* --- Home --- */

.homeLeft {
	width: 220px;
	margin: 10px 0 0 0;
	padding-right: 10px;
	float: left;
	border-right: 1px solid #E7D1C1;

}

.homeRight {
	width: 205px;
	margin-top: 10px;
	margin-left: 265px;
/*	position: relative; */
}

/*
#sec-home #globalContent .colLeft p {  
   padding-right: 25px;
   padding-left: 20px;
   margin-top: 0;
}
*/

/* --- Footer --- */
#footer {
/*	padding: 10px 15px 3px 15px;
*/	height: 70px;
}
#bottomNav {
	width: 900px;
	height: 20px;
}
#footerLinks {
	width: 600px;
	background: #887c65;
	color: #fff;
	float: right;
	margin-right: 25px;
	line-height: 20px;
	font-size: 10px;
	text-align: center;
}
#footerCopyright {
	margin-left:20px;
	float: left;
	font-size: 10px;
	height: 20px;
	line-height: 20px;
	color: #887C65;
}

#footerLogo {
   width: 860px;
   height: 50px;
   padding-left: 40px;
   padding-top: 20px;
}

.bottomLeft {
	margin: 0;
}

.bottomRight {
	margin-top: 0;
	position: relative;
}

#footerCopyright a:link,
#footerCopyright a:visited,
#footerCopyright a:hover,
#footerCopyright a:active {
	text-decoration: none;
	color: #887C65;
}

#footerCopyright a:hover {
	text-decoration: underline;
}

#footerLinks a:link,
#footerLinks a:visited,
#footerLinks a:hover,
#footerLinks a:active  {
	text-decoration: none;
	color: #fff;
}
#footerLinks a:hover {
	text-decoration: underline;
}

/* --- Signup Form --- */
form  {
	display:inline;
	margin:0;
	padding:0;
}

formTable {
	width: 600px;
}

input, select
{
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size:12px;
	height: 14px;
	color:#333;
	background: #F4e9E1;
	border-top: 1px solid #716c68;
	border-right: 1px solid #cecac7;
	border-bottom: 1px solid #cecac7;
	border-left: 1px solid #716c68;
	margin-bottom: 4px;
	margin-left: 6px;
}
select, textarea, label
{
	line-height: 14px;
	width: 200px;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size:12px;
	color:#333;
	background: #F4e9E1;
	height: 16px;
}

.dropdownbox {
	margin: 0;
	padding: 0;
}

.radiobutton {
	margin: 0;
	padding: 0;
	border: 0;
	background: #ffffff;
}

.inputbox 
{
	background-color:#F4E9E1;
}

#submitBtn  {
	height: 18px;
	width: 94px;
	border: 0;
}
label, .label
{
	float: left;
	padding-right: 35px;
}
.required 
{
   margin: 0;
   color: red;
}

/*.formLeft {
	margin: 10px 0;
	padding-right: 20px;

}*/

.formRight {
	padding-left: 42px;
}
.disclaimer {
	line-height: 12px;
	width: 420px;
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size:10px;
	color:#c0c0c0;
}
#submit {
   width: 600px;
   text-align: right;
  }

hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #E7D1C1;
	margin-top: 10px;
	padding-bottom: 10px;
}


	
/* --- Homes content --- */
#homesTop {  
   width: 900px;
   position: relative;
}

		
#photoHomes {
	float: right;
	width: 625px;
	height: 250px;
}
#navLeft {
	float: left;
	width: 275px;
	height: 250px;
}

#globalContent {  
   width: 900px;
   margin: 0;
   padding: 0;
}
#globalContent .colLeft {  
   width: 275px;
   margin: 0;
   padding: 0;
   float: left;
}

#globalContent .content {  
	width: 375px;
	padding: 0;
	float: left;
}

#globalContent .floorplan {  
	padding: 0 30px 20px 20px;
}
.content p {  
	padding: 0 0 10px 0;
	margin: 0;
}

#globalContent .content ul {  
	padding: 0 15px 0 15px;
	margin: 0 0 10px;
}
.boxTop {
	width: 200px;
	height: 35px;
	background: url(../images/common/sidebox_bottom.gif) no-repeat 0 0;
	position: absolute;
	left: 675px;
	top: 215px;
	}

.colRight {
	width: 200px;
	padding: 0 25px 25px;
	float: left;
	}

.colRight .pullout {
	margin-top: 0;
	padding-top: 0;
}
.colRight .pullout blockquote {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #a14706;
	line-height: 18px;
	padding: 25px 0 10px 25px;
	width: 165px; /* bug alert: keep under 200px total for IE6- w/ Italicized text */
	margin: 0;
	font-style: italic;
	float: left;
}

.colRight .pullout .name {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a14706;
	line-height: 14px;
	padding: 0 0 0 25px;
	width: 175px;
	margin: 0;
	font-style: normal;
}

.colRight .box {
	width: 150px;
	padding: 0 25px 45px 25px;
	background: url(../images/common/sidebox_bottom.gif) no-repeat left bottom;
	float: left;
	}

.colRight .box p { 
	font-size: 11px;
/*	line-height: 14px;
*/	padding: 0 0 15px 0;
	margin: 0;
	color: #fff;
}
.box a:link,
.box a:visited {
	color: #250F00;
	text-decoration: none;

	}

.box a:hover {
	color: #250F00;
	text-decoration: underline;
	}


#navBar {
	width: 900px;
	height: 250px;

}
#navInterior {
	background: url(../images/common/side_bg.gif) no-repeat 0% 0%;
	float: left;
	width: 275px;
	height: 250px;
	margin: 0;
	padding: 0;
}

#navInterior h2
{
	font-family: "Trebuchet MS", arial, sans-serif;
	font-size: 18px;
	color: #fff;
	margin: 45px 25px 15px 40px;
}
#navInterior ul { 
	margin: 0;
	padding: 0;
	list-style: none;
}

#navInterior ul li { 
	padding: 0 0 0 25px;
	list-style: none;
}


/* --- | Links | --- */


#navInterior a:link,
#navInterior a:visited,
#navInterior a:hover,
#navInterior a:active {
	text-decoration: none;
	}

	#navInterior a:link,
	#navInterior a:visited {
		display: block;
		height: 21px;
		color: #fff;
		padding: 0 0 0 15px;
		background: transparent url(../images/common/side_arrow_none.gif) no-repeat 0 center;
}

	#navInterior a:hover,
	#navInterior a:active {
		display: block;
		height: 21px;
		color: #fcecc2;
		padding: 0 0 0 15px;
		background: transparent url(../images/common/side_arrow.gif) no-repeat 0 center;
}

#navInterior #selected a {
		background: transparent url(../images/common/side_arrow.gif) no-repeat 0 center;
}


/* --- News --- */
#newsContent {  
   width: 900px;
   margin: 0;
   padding: 0;
}

#newsContent .content {  
	width: 600px;
	padding: 0 0 0 275px;
	float: left;
}

#newsContent .content p {  
	padding: 0 0 10px 0;
	margin: 0;
}
.moreInfo {
	padding-bottom: 40px;
}

.articleLeft {
	margin: 10px 0;
	padding-right: 20px;
	border-right: 1px solid #E7D1C1;

}

.articleRight {
	padding-left: 15px;
}

h5 {
	font: 12px verdana, arial, helvetica, sans-serif;
	font-weight: bold;
	margin: 0;
	padding: 0;
	color: #000;
	}

h5.articletitle { padding: 0 0 10px 0; }

.titledate {
	font-weight: bold;
	line-height: 12px;
	
}



/* --- Turtle Mountain --- */

.colRight .tmbox {
	width: 150px;
	padding: 0 25px 0 25px;
	background-color: #887C65;
	float: left;
}
.colRight .tmbox p { 
	font-size: 11px;
	padding: 0 0 15px 0;
	margin: 0;
	color: #fff;
}
.tmbox a:link,
.tmbox a:visited {
	color: #250F00;
	text-decoration: none;
	}

.tmbox a:hover {
	color: #250F00;
	text-decoration: underline;
	}

.colRight .tmpullout {
/*	margin-top: 50px;*/
/*	padding-top: 10px;
*/}
.colLeft .tmpullout p {
	margin: 34px 0 0 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #a14706;
	line-height: 18px;
	padding: 0 0 0 25px;
	font-style: italic;
}

/* --- About Us --- */

.teamLeft {
	padding: 0 50px 0 0;
	margin: 0;
	float: left;
}

.teamRight {
	width: 250px;
	margin: 0;
	padding: 0 0 15px 0;
	float: left;
/*	padding-left: 125px;
	padding-bottom: 15px;
*/}

.teaminfo { padding-bottom: 20px; }

.teamRight p { padding: 0; }

.colLeft .teampullout p, .colLeft .globalpullout p {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #a14706;
	line-height: 18px;
	padding: 14px 25px 0 25px;
	font-style: italic;
}
/*.colLeft .globalpullout p {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #a14706;
	line-height: 18px;
	padding: 14px 0 0 25px;
	font-style: italic;
}

*/#globalContent .colLeft p.authorname {
/*   font-family: verdana, arial, helvetica, sans-serif; */
	font-size: 11px;
	color: #a14706;
	line-height: 18px;
	padding: 0 0 0 50px;
	margin: 0;
}

