/* CSS Document */

body {
	margin:0px auto;
	font-family: 'Lucida Grande', helvetica, arial, verdana, Geneva, Trebuchet MS, sans-serif;
	font-size:12px;
	color: #ffffff;
	background-color: #5d5532;
	text-align: center;
}

.content {
	width: 780px;
	padding: 0px;
	margin: 10px auto;
	border: 1px solid #d6bf5e;
	background-color:#340b0b;
	text-align:left;
}

.copy {
	width: 750px;
	padding: 0px;
	margin: 0px auto;
}

.footer {
	width: 750px;
	padding: 0px 0px 30px 0px;
	margin: 0px auto;
	font-size:10px;
	color:#efe4b6;
}

.rightlink { float:right;}
.rightBox { float:right;}
.leftBox { float:left;}

h1,h2,h3 {
	font-family: 'Lucida Grande', Geneva, Arial, Helvetica, sans-serif; 
	color: #340b0b;
	font-size: 18px;
	font-weight:normal;
}

h2 { font-size:16px;}
h3 { font-size:14px;}

img { border: 0px; }
.pageTitle {margin: 10px 0px 0px 20px;}

/*----------NAVBAR----------------------*/

#menu {
	float:right;
	width:750px;
	font-size:13px;
	margin:0px 0px 10px 0px;
}
#menu ul {
	margin:0;
  	padding:0px 0px 0px 0px;
	list-style:none;
  }
#menu li {
  	float:right;
	padding:0 0 0 0px;
	margin: 0px 0px 0px 10px;
  }
#menu a {
  	float:left;
	display:block;
	padding:0px 15px 0px 0px;
	text-decoration:none;
	font-weight:normal;
	color:#efe4b5;
  }
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu a {float:none; border: 0px;}
/* End IE5-Mac hack */
#menu a:hover {
  color:#ffffff;
  }
#menu #current {
  color:#ffffff;
  }
#menu #current a {
  color:#ffffff;
  padding-bottom:5px;
  }

/*----------NAVBAR END----------------------*/


/* CONTENT AREAS */
.presentation {
	float: left;
	width: 402px;
	height:252px;
	padding: 0px;
	margin: 0px;
	border: 1px solid #797878;
	background-color:#000;
}

.introAbout {
	float: right;
	width: 330px;
	height:252px;
	padding: 0px;
	margin: 0px 0px 0px 10px;
	border: 1px solid #e8dcad;	
	background:url("images/title_home.gif") no-repeat left top;
	background-color:#b9a85d;
	text-align: left;
}

.introTxt {
	width: 290px;
	margin: 50px 20px 0px 20px;
	color: #2c2816;
	font-size: 13px;
	line-height: 18px;
	text-align: justify;
}


.introShowcase {
	width: 750px;
	padding: 0px;
	margin: 10px auto;
}

.introShowcaseTab {
	width: 100%x;
	text-align: left;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	font-size:14px;
	color: #b9a85d;
	border-bottom: 1px solid #b9a85d;
}

.introShowcaseContentBox {
	width: 750px;
	padding: 0px;
	margin: 0px;
	background-color:#340b0b;
}

.introShowcaseContent {
	padding: 15px;
	margin: 0px;
}

.hidden {display:none;}

/*----------TABLES----------------------*/


.link a {   color: #2c2816; text-decoration: none;}
.link a:hover { color: #ffffff; text-decoration: none;}
.link a:visited { color: #2c2816; text-decoration: none;}
.link a:active { color: #ffffff; text-decoration: none;}
.link a:visited:hover { color: #ffffff; text-decoration: none;}




table { 
	width: 100%;
	border: 0px solid #000; 
	margin: 0px auto;
	padding:0px;
	border-collapse: collapse;
}


td {vertical-align:top;}
/*---PROPERTIES-------*/

table.propertyTable {font-family: 'Lucida Grande', Geneva, Arial, Helvetica, sans-serif; font-size:12px;}

table.propertyTable td { padding:5px 0px 5px 0px;}

td.header {
	color: #603f26;
	font-size: 16px;
	font-weight:normal;
	padding: 0px 0px 5px 0px;	
}

td.title {
	border-bottom:1px solid #603f26;
	color: #603f26;
	font-size: 12px;
	font-weight:normal;
	padding: 0px 0px 5px 0px;	
}


td.block {padding: 5px 5px 25px 5px; font-size:14px; line-height:18px; }
td.lft {padding-right: 25px;}

tr.propEnd {border-bottom:1px solid #95843a;}
td.propAdddress {font-weight:bold;}
td.desc {font-weight:normal; font-style:italic;}

/*---SHOWCASE-------*/

td.showHomeTxt { color:#2c2816;}

.homeImage {
	float:right;
	text-align:right;
	width: 324px;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom:10px;
}

.homeDesc {
	float:left;	
	color: #2c2816;
	width: 100%;
	padding: 0px 0px 0px 0px;
}

table.showcase a { color: #2c2816; text-decoration: underline;}
table.showcase a:hover {   color: #641414; text-decoration: underline;}
table.showcase a:visited { color: #2c2816; text-decoration: underline;}
table.showcase a:visited:hover {   color: #641414; text-decoration: underline;}

.About {
	width: 750px;
	padding: 0px;
	border: 1px solid #e8dcad;	
	background:url("images/introBck.png") no-repeat left top;
	background-color:#b9a85d;
	text-align: left;
}

.TextArea {
	width: 750px;
	padding: 0px;
	border: 1px solid #e8dcad;	
	background-color:#b9a85d;
	text-align: left;
	margin-bottom: 20px;
}

.Txt {
	width: 650px;
	margin: 10px auto;
	color: #2c2816;
	font-size: 13px;
	line-height: 16px;
	text-align: justify;
}

.BoxRight {	width: 230px;float:right;}
.BoxRight2 { width: 350px;float:right; border-left: 1px solid #000; padding-left: 50px; margin-bottom: 25px;}


dl.info { margin: 0; padding: 0; }

dl.info dt {
	float: left;
	margin: 0 5px 0 5px;
	width: 50px;
	font-weight: normal;
	text-align: left;
}

dl.info dd {
	margin: 0 0 .5em;
	padding: 0;
}

.txtareaField {
 font-size: 12px;
 width: 300px;
 height: 150px;
 background-color: #fff;
 color: #000;
 border: 1px solid #888;
 border-top: 1px solid #000;
 border-left: 1px solid #000;
 padding: 5px;
 margin-left: 5px;
}

.txtField {
 font-size: 12px;
 background-color: #fff;
 color: #000;
 border: 1px solid #888;
 border-top: 1px solid #000;
 border-left: 1px solid #000;
 padding: 2px;
 width: 250px;
}