/* CSS Document */


body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3e5628;
	line-height: 1.7em;
}
body {
	background-color: #5c652c;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}



/* Global reset-RESET */
/* The below restores some sensible defaults */

strong { font-weight: bold }
em { font-style: italic }
ol, ul, li { list-style:none }

* a { position:relative } /* Gets links displaying over a PNG background */
a { outline:none; /* Gets rid of Firefox's dotted borders */ text-decoration:none }
a img { border:none } /* Gets rid of IE's blue borders */



/* LAYOUT */

#container {
	width: 881px;
}
#Header {
	width: 881px;
	height: 342px;
	background-image:url(../images/bg-heading.jpg);
	background-repeat: no-repeat;
	float: left;
}
#FadeShowBox {
	width: 630px;
	height: 319px;
	margin: 23px 0px 0px -26px;
	padding: 0px 0px 0px 0px;
	border: 1px dotted #CCCCCC;
	float: left;
}
#Logo {
	width: 281px;
	height: 281px;
	margin: 61px -20px 0px 20px;
	background-image: url(../images/bg-logo.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	float: left;
}
#Nav {
	width: 881px;
	height: 72px;
	text-align: center;
	float: left;
}
#BodyContainer {
	width: 881px;
	min-height: 400px;
	background-image:url(../images/bg-body.jpg);
	background-repeat: repeat-y;
	float: left;
}
#ColL {
	width: 221px;
	color: #FFFFFF;
	text-align: left;
	padding: 70px 30px 80px 30px;
	float: left;
}
#ColR {
	width: 460px;
	text-align: justify;
	padding: 70px 70px 80px 70px;
	float: right;
}
#MiniLinks {
	width: 600px;
	height: 41px;
	font-size: 11px;
	text-align: center;
	padding: 24px 0px 0px 0px;
	background-image: url(../images/bg-copy.jpg);
	float: right;
}
#Copy {
	width: 600px;
	min-height: 30px;
	color: #262d0b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	line-height: 1.5em;
	padding: 10px 0px 60px 0px;
	float: right;
}



/* ADVANCED LAYOUT */

.h1 {
	color: #9c2d1a;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5em;
}
.h2 {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5em;
}
.h3 {
	color: #FFFFFF;
	font-size: 15px;
	line-height: 1.5em;
}
.h4 {
	color: #9c2d1a;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.5em;
}
.ColL li {
	color: #9c2d1a;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	list-style-image: url(../images/bulletwhite.gif);
}
.ColR li {
	color: #9c2d1a;
	font-size: 12px;
	font-style: italic;
	margin-bottom: 10px;
	list-style-image: url(../images/bulletred.gif);
}
.ColAlignL {
	text-align: left;
	/* border: 1px dotted #000000; */
	float: left;
}
.ColAlignR {
	width: 218px;
	text-align: left;
	/* border: 1px dotted #000000; */
	float: right;
}
.TinyText {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	line-height: 1.4em;
}
.bgInterestForm {
	color: #9c2d1a;
	font-size: 16px;
	text-align: center;
	width: 181px;
	min-height: 235px;
	padding: 25px 20px 20px 20px;
	background-image: url(../images/bg-interestform.gif);
	background-repeat: no-repeat;
	float: left;
}
.CalendarBG {
	width: 80px;
	height: 80px;
	text-align: center;
	background-image: url(../images/img/img-calendarbg.jpg);
	margin-right: 20px;
	float: left;
}
.CalendarTop {
	color: #FFFFFF;
	width: 80px;
	height: 25px;
	font-size: 18px;
	font-variant: small-caps;
	padding-top: 8px;
}
.CalendarBtm {
	color: #000000;
	width: 80px;
	height: 37px;
	font-size: 28px;
	font-weight: bold;
	padding-top: 10px;
}

/* ---------- PORTFOLIO STYLES ---------- */

.pfcontainer {
	padding: 20px 20px 0px 20px;
	margin: 0px;
	border: 3px solid #9c2d1a;
	background-color: #f6eec3;
	float: left;
}

/* pflink Style */

.pflink a {
	margin: 0px 10px 20px 10px;
	padding: 0px;
	border: 4px solid #f1f0ef;
	float: left;
}
.pflink a:link {
	margin: 0px 10px 20px 10px;
	padding: 0px;
	border: 4px solid #f1f0ef;
	float: left;
}
.pflink a:visited {
	margin: 0px 10px 20px 10px;
	padding: 0px;
	border: 4px solid #f1f0ef;
	float: left;
}
.pflink a:hover {
	margin: 0px 10px 20px 10px;
	padding: 0px;
	border: 4px solid #E67118;
	float: left;
}
.pflink a:active {
	margin: 0px 10px 20px 10px;
	padding: 0px;
	border: 4px solid #E67118;
	float: left;
}



/* FORM STYLES */

.Field {
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	border: 4px solid #d97402;
	background-color: #ffffff;
	padding: 2px 5px 2px 5px;
}
.Btn {
	color: #FFFFFF;
	font-family: 'Century Gothic', Geneva, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	width: 80px;
	height: 25px;
	border: 0px;
	padding: 0px 0px 4px 0px;
	background-image: url(../images/btn.gif);
}



/* LINKS */

/* NAV LINKS */

.Nav li {
	border: 0px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	list-style: none;
	display: inline;
	float: left;
}

/* NavHome ------ */
.NavHome {
	display: block;
	width: 227px;
	height: 72px;
	border-bottom: 0px;
	background-image: url(../images/bg-nav.jpg);
	background-position: 0px 0px;
	float: left;
}
.NavHome a {
	display: block;
	width: 227px;
	height: 72px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	border-bottom: 0px;
	background-image: url(../images/bg-nav.jpg);
	background-position: 0px 0px;
	float: left;
}
.NavHome a:link {
	display: block;
	width: 227px;
	height: 72px;
	padding: 0px 0px 0px 0px;
	border-bottom: 0px;
	background-image: url(../images/bg-nav.jpg);
	background-position: 0px 0px;
	float: left;
}
.NavHome a:visited {
	display: block;
	width: 227px;
	height: 72px;
	padding: 0px 0px 0px 0px;
	border-bottom: 0px;
	background-image: url(../images/bg-nav.jpg);
	background-position: 0px 0px;
	float: left;
}
.NavHome a:hover {
	display: block;
	width: 227px;
	height: 72px;
	padding: 0px 0px 0px 0px;
	border-bottom: 0px;
	background-image: url(../images/bg-nav.jpg);
	background-position: 0px -72px;
	float: left;
}
.NavHome a:active {
	display: block;
	width: 227px;
	height: 72px;
	padding: 0px 0px 0px 0px;
	border-bottom: 0px;
	background-image: url(../images/bg-nav.jpg);
	background-position: 0px -72px;
	float: left;
}

/* NavAbout ------ */
.NavAbout {
	display: block;
	width: 190px;
	height: 72px;
	border-bottom: 0px;
	background-image: url(../images/bg-nav.jpg);
	background-position: -227px 0px;
	float: left;
}
.NavAbout a {
	display: block;
	width: 190px;
	height: 72px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	border-bottom: 0px;
	background-image: url(../images/bg-nav.jpg);
	background-position: -227px 0px;
	float: left;
}
.NavAbout a:link {
	display: block;
	width: 190px;
	height: 72px;
	padding: 0px 0px 0px 0px;
	border-bottom: 0px;
	background-image: url(../images/bg-nav.jpg);
	background-position: -227px 0px;
	float: left;
}
.NavAbout a:visited {
	display: block;
	width: 190px;
	height: 72px;
	padding: 0px 0px 0px 0px;
	border-bottom: 0px;
	background-image: url(../images/bg-nav.jpg);
	background-position: -227px 0px;
	float: left;
}
.NavAbout a:hover {
	display: block;
	width: 190px;
	height: 72px;
	padding: 0px 0px 0px 0px;
	border-bottom: 0px;
	background-image: url(../images/bg-nav.jpg);
	background-position: -227px -72px;
	float: left;
}
.NavAbout a:active {
	display: block;
	width: 190px;
	height: 72px;
	padding: 0px 0px 0px 0px;
	border-bottom: 0px;
	background-image: url(../images/bg-nav.jpg);
	background-position: -227px -72px;
	float: left;
}

/* NavTenants ------ */
.NavTenants {
	display: block;
	width: 204px;
	height: 72px;
	border-bottom: 0px;
	background-image: url(../images/bg-nav.jpg);
	background-position: -417px 0px;
	float: left;
}
.NavTenants a {
	display: block;
	width: 204px;
	height: 72px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	border-bottom: 0px;
	background-image: url(../images/bg-nav.jpg);
	background-position: -417px 0px;
	float: left;
}
.NavTenants a:link {
	display: block;
	width: 204px;
	height: 72px;
	padding: 0px 0px 0px 0px;
	border-bottom: 0px;
	background-image: url(../images/bg-nav.jpg);
	background-position: -417px 0px;
	float: left;
}
.NavTenants a:visited {
	display: block;
	width: 204px;
	height: 72px;
	padding: 0px 0px 0px 0px;
	border-bottom: 0px;
	background-image: url(../images/bg-nav.jpg);
	background-position: -417px 0px;
	float: left;
}
.NavTenants a:hover {
	display: block;
	width: 204px;
	height: 72px;
	padding: 0px 0px 0px 0px;
	border-bottom: 0px;
	background-image: url(../images/bg-nav.jpg);
	background-position: -417px -72px;
	float: left;
}
.NavTenants a:active {
	display: block;
	width: 204px;
	height: 72px;
	padding: 0px 0px 0px 0px;
	border-bottom: 0px;
	background-image: url(../images/bg-nav.jpg);
	background-position: -417px -72px;
	float: left;
}

/* NavContact ------ */
.NavContact {
	display: block;
	width: 260px;
	height: 72px;
	border-bottom: 0px;
	background-image: url(../images/bg-nav.jpg);
	background-position: -621px 0px;
	float: left;
}
.NavContact a {
	display: block;
	width: 260px;
	height: 72px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	border-bottom: 0px;
	background-image: url(../images/bg-nav.jpg);
	background-position: -621px 0px;
	float: left;
}
.NavContact a:link {
	display: block;
	width: 260px;
	height: 72px;
	padding: 0px 0px 0px 0px;
	border-bottom: 0px;
	background-image: url(../images/bg-nav.jpg);
	background-position: -621px 0px;
	float: left;
}
.NavContact a:visited {
	display: block;
	width: 260px;
	height: 72px;
	padding: 0px 0px 0px 0px;
	border-bottom: 0px;
	background-image: url(../images/bg-nav.jpg);
	background-position: -621px 0px;
	float: left;
}
.NavContact a:hover {
	display: block;
	width: 260px;
	height: 72px;
	padding: 0px 0px 0px 0px;
	border-bottom: 0px;
	background-image: url(../images/bg-nav.jpg);
	background-position: -621px -72px;
	float: left;
}
.NavContact a:active {
	display: block;
	width: 260px;
	height: 72px;
	padding: 0px 0px 0px 0px;
	border-bottom: 0px;
	background-image: url(../images/bg-nav.jpg);
	background-position: -621px -72px;
	float: left;
}






/* ColL Links */

.ColL a {
	color: #eca904;
	text-decoration: underline;
	border: 0px;
}
.ColL a:link {
	color: #eca904;
	text-decoration: underline;
	border: 0px;
}
.ColL a:visited {
	color: #eca904;
	text-decoration: underline;
	border: 0px;
}
.ColL a:hover {
	color: #eca904;
	text-decoration: none;
	border: 0px;
}
.ColL a:active {
	color: #eca904;
	text-decoration: none;
	border: 0px;
}

/* ColR Links */

.ColR a {
	color: #9c2d1a;
	text-decoration: underline;
	border: none;
}
.ColR a:link {
	color: #9c2d1a;
	text-decoration: underline;
	border: none;
}
.ColR a:visited {
	color: #9c2d1a;
	text-decoration: underline;
	border: none;
}
.ColR a:hover {
	color: #9c2d1a;
	text-decoration: none;
	border: none;
}
.ColR a:active {
	color: #9c2d1a;
	text-decoration: none;
	border: none;
}

/* MiniLinks */

.MiniLinks a {
	color: #587f38;
	text-decoration: underline;
	border: none;
}
.MiniLinks a:link {
	color: #587f38;
	text-decoration: underline;
	border: none;
}
.MiniLinks a:visited {
	color: #587f38;
	text-decoration: underline;
	border: none;
}
.MiniLinks a:hover {
	color: #587f38;
	text-decoration: none;
	border: none;
}
.MiniLinks a:active {
	color: #587f38;
	text-decoration: none;
	border: none;
}

/* Copy Links */

.Copy a {
	color: #354105;
	text-decoration: underline;
	border: none;
}
.Copy a:link {
	color: #354105;
	text-decoration: underline;
	border: none;
}
.Copy a:visited {
	color: #354105;
	text-decoration: underline;
	border: none;
}
.Copy a:hover {
	color: #354105;
	text-decoration: none;
	border: none;
}
.Copy a:active {
	color: #354105;
	text-decoration: none;
	border: none;
}