@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #CCCCCC;
	background-image: url(Construction/Bkgrnd4.gif);
}
.BasicText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.BasicTextSpaced {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 20px;
}


.MainTextClass {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
}
.OrangeTitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #FF6600;
	font-weight: bold;
}

.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	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. */
}
.oneColFixCtrHdr #header {
	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. */
	background-image: url(Construction/HeaderImage3.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 110px;
	width: 780px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: right;
	padding-top: 88px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 0;
	color: #FFFF00;
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColFixCtrHdr #footer {
	padding: 0;
	background-image: url(Construction/FooterImage2.gif);
	height: 45px;
	width: 780px;
}
.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 */
}

#modernbricksmenu2{
	padding: 0;
	width: 100%; /*Brown color theme*/
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #006600;
}

#modernbricksmenu2 ul{
	margin-left: 10px; /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}


#modernbricksmenu2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

#modernbricksmenu2 a{
	float: left;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #006600; /*Brown color theme*/
	border-top: 1px solid white;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 9px;
	padding-bottom: 5px;
	padding-left: 9px;
}

#modernbricksmenu2 a:hover{
	background-color: #00CC00; /*Brown color theme*/
	color: white;
}

#modernbricksmenu2 #current a{ /*currently selected tab*/
background-color: #D25A0B; /*Brown color theme*/ 
color: white;
border-color: #D25A0B; /*Brown color theme*/ 
}



#dropmenudiv{
	position:absolute;
	border:1px solid black;
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	margin-top: 8px;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	text-decoration: none;
	font-weight: bold;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
	background-color: #FFFFFF;
}

#dropmenudiv a:hover{ /*hover background color*/
	background-color: #CCCCCC;
}
#dropmenudiv a:visited {
	color: #006600;
}
#dropmenudiv a:link {
	color: #006600;
}
.GreenTitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: bold;
	color: #006600;
}


.highlighttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #FFFF00;
	font-weight: bold;
}
