html {
	height:100%;
	background-color: #FFFFFF;
}

body {
	font-size: 9pt;
	font-family: helvetica, arial, sans-serif, lucida grande, tahoma;
	background-color: #FFFFFF;
}

body, html {
	margin:0;
	padding:0;
	text-align:center;
	color: #6B6B6B;
}

img { border:0; }

a, a:link, a:active, a:visited, a:focus, a:hover {
	text-decoration: none;
	outline: 0;
	color: blue;
}

/*
li {
	list-style: none;
}
*/
div, img {
	padding: 0;
	margin: 0;
	border: 0;
}

/******************* MAIN DIV COLUMNS *********************/
div#wrapper {
	height:auto !important;
	min-height: 600px;
	height: 600px;
	width:695px;
	text-align:left;
	margin:0 auto 10px auto;
/*	background-color: orange; */
}

div#leftcolumn {
	display: inline;
	float: left;
	width: 63px;
	height: 673px;
	min-height; 673px;
/*	background-color: blue; */
}

div#centercolumn {
	display: inline;
	float: left;
	width: 588px;
	height: 702px;
	min-height; 702px;
	background-color: #FFFFFF;
}

div#rightcolumn {
	display: inline;
	float: left;
	width: 43px;
	height: 673px;
	min-height; 673px;
/*	background-color: grey; */
}
div#contentbox {
	width: 588px;
	float: left;
	display: inline;
	background-color: #DEE0CD;
	margin-top: 4px;
	color: #695E4B;
/*	background-color: grey; */
}
/**************** TRANSPARENT STRIPS ******************/
div#strip {
	float: left;
	display: inline;
	width: 588px;
	height: 35px;
	margin-top: 165px;
	text-align: left;
}
div#striptext {
	float: left;
	display: inline;
	margin: -18px 0 0 16px;
	color: #000000;
	opacity: 0.99;
	filter: alpha(opacity=99);
	font-size: 8pt;
}
img#stripopacity {
	opacity: 0.5;
	filter: alpha(opacity=50);
	float: left;
	display: inline;
	margin: 0;
	height: 25px;
	width: 588px;
}
img#loginimage {
	opacity: 0.99;
	filter: alpha(opacity=99);
	width: 129px;
	height: 25px;
	margin: -32px 10px 0 0;
	float: right;
	display: inline;
}

/************* MAIN PAGE SELECTION BOXES **************/
a#selectionbox {
	float: left;
	display: inline;
/*	height:auto !important;
	min-height: 54px; */
	height: 55px;
	width: 113px;
	margin: 4px 4px 0 0;
	font-family: georgia;
	font-size: 10pt;
	text-align: center;
	padding: 30px 40px 0px 40px;
	font-style: italic;
	background-color: #C6C9B0;
	color: #AE6127;
}
a#selectionbox:hover {
	background-color: #848455;
	color: #FFFFFF;
}

/*********** SERVICES & PROJECTS SELECTION BOXES ************/
a#selectionbox2 {
	float: left;
	display: inline;
/*	height:auto !important;
	min-height: 54px; */
	height: 56px;
	width: 143px;
	margin: 4px 4px 0 0;
	font-family: georgia;
	font-size: 10pt;
	text-align: center;
	padding: 29px 25px 0px 25px;
	font-style: italic;
	background-color: #C6C9B0;
	color: #665A52;
}
a#selectionbox2:hover {
	background-color: #848455;
	color: #FFFFFF;
}

/******** ABOUT / NEWS / CONTACT US SELECTION BOXES *********/
a#selectionbox3 {
	float: left;
	display: inline;
/*	height:auto !important;
	min-height: 55px; */
	height: 45px;
	width: 113px;
	margin: 4px 4px 0 0;
	font-family: georgia;
	font-size: 10pt;
	text-align: center;
	padding: 20px 25px 0px 25px;
	font-style: italic;
	background-color: #D6D8C3;
	color: #665A52;
}
a#selectionbox3:hover {
	background-color: #848455;
	color: #FFFFFF;
}
/********************* ABOUT MENU SYSTEM ********************/
div#menuOn {
	float: right;
	display: inline;
	width: 100%;
	margin-bottom: 7px;
/*	border-bottom: 1px solid #D3CDC6; */
	color: #AE6127;
	font-family: georgia;
	font-style: italic;
	font-weight: bold;
}
div#menu {
	float: right;
	display: inline;
	width: 100%;
	margin-bottom: 7px;
	font-family: georgia;
	font-style: italic;
}
div#subMenuOn {
	float: right;
	display: inline;
	width: 180px;
	margin-bottom: 7px;
	border-bottom: 1px solid #D3CDC6;
	color: #AE6127;
	font-family: georgia;
	font-style: italic;
	font-weight: bold;
}
div#subMenu {
	float: right;
	display: inline;
	width: 170px;
	margin-bottom: 7px;
	font-family: georgia;
	font-style: italic;
}
a.aboutPg {
	text-decoration: none;
	color: #665A52;
}
a.aboutPg:hover {
	text-decoration: none;
	color: #AE6127;
}

/****************** FOOTER ***************************/
div#footer {
	background-color: #AE6127;
	float: left;
	display: inline;
	width: 100%;
/*	height:auto !important;
	min-height: 40px; */
	height: 40px;
	padding-top: 20px;
	color: #FFFFFF;
	font-size: 8pt;
	text-align: center;
}
div#footertext {
	float: center;
	display: inline;
	margin: 7px 0 0 0;
	border-right: 1px solid #FFFFFF;
	padding: 1px 3px 0 5px;
	height: 15px;
}
/********************************************/

