body{
margin:0;
padding:0;
background: #82A26C url(images/green-background.gif) repeat-x;
font-family: Arial, verdana, helvetica, sans-serif;
font-size: 72.5%;
line-height: 1.5em;
}

p {
}

b{font-weight: bold;}
em{color: black;}

h1 {font-size: 100%;
	color:#68a248}

#topsectionouter{
}

#topsection{
background: white;
height: 120px;
margin: 30px;
padding: 10px;
border: 1px solid #68a248;
}

#topsection-inner
{background: white url(images/header.jpg) no-repeat;
width: 70%;
height: 120px;
float: left;}

#topsectionlogo
{float: right;
width: 30%;
background: white url(images/logo.gif) no-repeat top right;
height: 120px;
}

#midsection{
background: white;
margin: 30px;
border: 1px solid #68a248;
box-shadow: 10px 10px 5px #888;
min-height: 420px;
}


#midsection-inner
{margin: 20px;}
  







.subcolumns{border-top: #fff 1px solid;
	height: 100px;}
.c33l{	float:left;
	width: 32%;}
.c33r{	float:right;
	width: 32%;}





#map
{background: white;
border: none;
width: auto;
margin-left: 5px;
float:right;
}

#midregion
{background: white;
border: none;
padding: 10px;
margin-left: 5px;
width: 45%;
float: left;}


#topsection h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
margin: 0 30px 0 30px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
}

#leftcolumn{
float: left;
width: 30px; /*Width of left column*/
margin-left: -100%;
background: #dedede url(images/bg_left.gif) repeat-y;
border-top: 5px solid black;
}

#rightcolumn{
float: left;
width: 30px; /*Width of right column*/
margin-left: -30px; /*Set left marginto -(RightColumnWidth)*/
background: #dedede url(images/bg_right.gif) repeat-y;
border-top: 5px solid black;
}

#footer{
clear: left;
width: 100%;
background: black;
color: #FFF;
text-align: center;
height: 10px;
}

#footer a{
color: #FFFF80;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}


#modernbricksmenu2{
padding: 0;
width: 100%;
border-top: 5px solid black;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

#modernbricksmenu2 ul{
margin:0;
margin-left: 20px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#modernbricksmenu2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

#modernbricksmenu2 a{
float: left;
display: block;
font: bold 11px Arial;
color: white;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
background-color: #8cc343; 
border-top: 1px solid white;
}

#modernbricksmenu2 a:hover{
background-color: black;
color: white;
}

#modernbricksmenu2 #current a{ /*currently selected tab*/
background-color: black;
color: white;
border-color: black;
}