@charset "UTF-8";
body {
	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: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #aaa;
	margin-left: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	background-image: url(images/background.gif);
}
.oneColFixCtrHdr #container {
	width: 1064px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/MIDDLE.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
.oneColFixCtrHdr #header {
	height: 40px;
	width: 1064px;
	padding-top: 0;
	padding-bottom: 0;
	background-image: url(images/TOP.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-right: auto;
	margin-left: auto;
}
.oneColFixCtrHdr #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 */
}
.oneColFixCtrHdr #mainContent {
	padding-top: 50px;
	padding-right: 132px;
	padding-bottom: 50px;
	padding-left: 132px;
	text-align: center;
	clear: none;
	float: none;
}
.oneColFixCtrHdr #footer {
	height: 40px;
	width: 1064px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(images/BOTTOM.png);
	margin-right: auto;
	margin-left: auto;
}
.oneColFixCtrHdr #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 */
}
#button1, #button2, #button3, #button4, #button5 {
	clear: none;
	float: left;
	height: 20px;
	width: 110px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	padding-top: 4px;
	padding-left: 8px;
	color: #FFF;
	border: 1px solid #006695;
	background-color: #2b2b2b;
}
#topLogo {
	float: left;
	height: 26px;
	width: 200px;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:hover {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
#pageFooter {
	background-color: #2b2b2b;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CCC;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	clear: both;
}

#pageFooter a{
	color: #CCC;
}

.white {
	color: #FFF;
}
#Header {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}.QuickMenu {
	float: left;
	width: 252px;
	text-align: left;
}
.LHSspace {
	float: left;
	width: 252px;
}

.QuickMenuItems {
	padding: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	text-align: left;
	width: 239px;
}
.QuickMenuItemsLighter {
	padding: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	text-align: left;
	width: 239px;
	background-color:#000
}
.QuickMenuItemsBottom {
	padding: 6px;
	text-align: left;
	width: 240px;
}

/* Tab menu */

#tabcontentcontainer{
	width:100%; /*width of 2nd level content*/
	clear: right;
	float: right;
	width: 547px;
	text-align: left;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCC;
	height:285px; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
}
/* Tab menu */

#tabcontentcontainer2{
	width:100%; /*width of 2nd level content*/
	clear: right;
	float: right;
	width: 533px;
	padding-top: 6px;
	padding-right: 0px;
	padding-left: 14px;
	text-align: left;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCC; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
	font-family: Arial, Helvetica, sans-serif;
}

.tabcontentcontainer3{
	width:100%; /*width of 2nd level content*/
	clear: right;
	float: right;
	width: 533px;
	padding-top: 6px;
	padding-right: 0px;
	padding-left: 14px;
	text-align: left;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCC; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
}
.backtotop a:link, .backtotop a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999;
	text-decoration:none;
}
.backtotop a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#CCC;
	text-decoration:none;
}
.tabcontent{
	display:none;
	height: 260px;
}

/* End Tab Menu */

#littlelogos {
	background-color: #666;
	padding: 10px;
	margin-top: 15px;
	clear: right;
	float: right;
	width: 500px;
	height: 42px;
}
#siteBy {
	font-size: 10px;
	color: #999;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
}
#siteBy a {
	text-decoration: underline;
	color: #999;
}
#siteBy a:hover {
	color: #CCC;
	text-decoration: underline;
}
label {
	width: 70px;
	display: block;
	float: left;
	padding: 2px;
}
#Name, #Phone, #Email {
	border: 1px solid #999;
	background-color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	padding: 2px;
}
textarea {
	background-color: #666;
	border: 1px solid #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	padding: 2px;
	width: 400px;
}
#submit {
	height: 20px;
	width: 100px;
}
.submitButton {
	text-align: right;
	width: 72px;
	float: left;
	height: 20px;
}
p {
	font-size: 12px;
}
.abn {
	font-size: 10px;
}
.timberFutureMenu {
	height: 100px;
	width: 800px;
}
.scriptFont {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFF;
}
.tableHeading {
	background-color: #666;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.tableContents {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
.tableContents2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999;
}
.tableContents3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999;
}
.tableContentsLHS {
	background-color:#858585;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
.cutekLinks a:link, .cutekLinks a:visited, .cutekLinks a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCC;
	text-decoration: underline;
}
.cutekLinks a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	text-decoration: underline;
}
.ArchitectsTab {
	background-color: #666;
	width: 280px;
	clear: none;
	float: left;
	margin-top: 15px;
	height: 62px;
	text-align: center;
}
.pdfDiv {
	float: left;
	padding-right: 20px;
	padding-bottom: 20px;
}
.clearFloat {
	clear: both;
	width: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

.mceContentBody { background-image: none; background-color: #515151; } 

.mceContentBody a:link {
	color: #FFF !important;
	text-decoration: none !important;
}
.mceContentBody a:visited {
	text-decoration: none !important;
	color: #FFF !important;
}
.mceContentBody a:hover {
	text-decoration: none !important;
	color: #FFF !important;
}
.mceContentBody a:active {
	text-decoration: none !important;
	color: #FFF !important;
}

