@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #759685;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
td { 
   vertical-align: top;
}
.twoColFixRtHdr #container { 
	width: 1080px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	background-image:url(../layout/fade-green.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	background-image: url(../layout/header_background.jpg);
	background-repeat: repeat-x;
	background-position:top;
	height: 144px;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixRtHdr #header #headerLeft { 
	float: left;
} 
.twoColFixRtHdr #header .headerRollover { 
	float: right;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #header div#topNav {
	margin: 5px 0 0 20px;
	color:#ddd;
	font-size: 12px;
} 

#topNav a:link {
    color: #fff;
	font-size: 12px;
}
#topNav a:visited {
    color: #eee;
	font-size: 12px;
}
#topNav a:hover {
    font-size: 12px;
	color: #fff;
	text-decoration: underline;
}
#topNav a:active {
    font-size: 12px;
	color: #9af;
	text-decoration: underline;
}

h1 {
   padding: 20px 0 0 0;
   font-size: 22px;
   font-weight: bold;
   color: #6D5138;
}

h2 {
   padding: 14px 0 0px 0;
   font-size: 18px;
   font-weight: bold;
   color: #6D5138;
   border-bottom: 1px solid #6D5138;
}

.h2subtext {
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 16px;
   font-style: italic;
   color: #98734E;
}

h3 {
   padding: 10px 0 0 0;
   font-size: 14px;
   font-weight: bold;
   color: #6D5138;
}

p {
   margin: 0 0 10px 0;
   font-size: 13px;
}

p.noMargin {
   margin: 0;
}

ol {
   margin: 0 0 10px 30px;
   font-size: 13px;
}

ul {
   margin: 0 0 10px 20px;
   font-size: 13px;
}

li {
   font-size: 13px;
}

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 280px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #D9CBAC; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
}
.twoColFixRtHdr #sidebar1 h3 {
	margin: 10px 0 0 0;
}

.twoColFixRtHdr #mainContent { 
	margin: 0 310px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#1E683C; 
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 11px;
	color: #fff;
}
.twoColFixRtHdr #footer a:link, .twoColFixRtHdr #footer a:visited {
	color: #fff;
	text-decoration: underline;
}
.twoColFixRtHdr #footer a:hover, .twoColFixRtHdr #footer a:active {
	color: #fff;
	text-decoration: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.replace {
	display:none;
}

/* the GREEN link collection 
a:link {
	color: #104528;
	text-decoration: none;
}
a:visited {
   color: #1E683C;
   text-decoration: none;
}
a:hover {
   color: #104528;
   text-decoration: underline;
}
a:active {
   color: #36D;
   text-decoration: none;
}
*/

/* the BLUE link collection */
a:link {
	color: #33C;
	text-decoration: none;
}
a:visited {
   color: #339;
   text-decoration: none;
}
a:hover {
   color: #66f;
   text-decoration: underline;
}
a:active {
   color: #66f;
   text-decoration: none;
}

.sidebarFeatureTable {
   font-size: 13px;
}

.sidebarFeatureTable td {
   padding: 3px;
}

.featureTableSubtext {
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 12px;
   font-style: italic;
   color: #666;
}


table.portfolioTable {
   float: right;
   margin: 0 0 10px 0;
}

table.portfolioTable td {
   padding: 4px;
}

table.portfolioTable p {
   font-size: 11px;
}

table.portfolioTableWide {
   margin: 10px;
}

table.portfolioTableWide td {
   padding: 4px;
}

table.homeTable {
   margin-top: 20px;
}

table.homeTable td {
   padding: 6px;
}

table.homeTable td.firstColumn {
   padding-left: 12px;
}

table.homeTable p {
   font-size: 12px;
}


div.featureRight {
   float: right;
   width: 300px;
   margin: 0 0 10px 10px;
   padding: 14px;
   background-color: #DCCBBD;
}

.featureRight p {
   font-size: 11px;
   line-height: 15px;
}

.featureRightPhoto {
   float: right;
   margin: 0 0 10px 10px;
}

  /* table type 1 */

.tableType1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	border-left: solid 1px #9c9;
	border-bottom: solid 1px #9c9;
	margin: 10px 0 20px 0;
}
.tableType1 td {
	padding: 6px;
	border-right: solid 1px #9c9;
	border-top: solid 1px #9c9;
	vertical-align: top;
	background-color: #D7EAE1;
}
.tableType1 p {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 20px; 
	margin-top: 6px;
	margin-bottom: 0px;
	color: #000;
}
.tableType1 ul, .tableType1 li {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	line-height: 16px; 
	color: #000;
}
.tableType1 h2 {
	font-style: normal;
    font-size: 16px;
    font-weight: bold; 
    margin: 0;
	padding: 0;
	border: none;
}
.tableType1 .h2subtext {
   font-family: Georgia, "Times New Roman", Times, serif;
   font-size: 14px;
   font-style: italic;
   font-weight: normal;
   color: #888;
}

.tableType1 .heading td {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 13px; 
 font-weight: bold;
 color: #fff;
 background-color: #865C37;
}

table.featurePhotoArch {
   float: right;
   background-color: #ddf;
   margin: 8px 0 10px 20px;
}

table.featurePhotoArch p {
   margin: 10px;
   padding: 0;
   font-size: 11px;
}

p.breadcrumb, p.breadcrumb a {
   margin-top: 10px;
   font-size: 11px;
   font-family: Arial, Helvetica, sans-serif;
}
