﻿body
{
	background-color: #a3a3a3;
}

#container
{
	width:780px;
	height:auto;
	background-color:#ffffff;
	
}
p
{
	font-size:8pt;
	padding-left:10px;
	padding-right:10px;
	text-align:justify;
	
}

*
{
	font-family:Arial;
}
h1
{
	font-size:12pt;
	color: Green;
	padding-left:10px;
}
ul
{
	font-size:8pt;
	
}
li
{
	font-size:8pt;
}
h2
{
	font-size: 10pt;
	color: #6c8f24;
	padding-left: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px 0px -20px;
	padding-top: 0px;
}
h3
{
	font-size: 10pt;
	color: #6c8f24;
	padding-left: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin: 0px;
	padding-top: 0px;
}

#header
{
	width: 780px;
	height: 110px;
	background-image: url(layout/top-bg.png);
	background-repeat: no-repeat;
}
#flash
{
	width:100%;
	height:200px;
}
#menu
{
	width:100%;  

}

#content
{
	width:100%;
	
}
#footer
{
	width: 100%;
	height: 63px;
	background-image: url(layout/footer-bg.png);
	background-repeat: no-repeat;
	vertical-align:middle;
	font-size:8pt;
	color: #5c5d68;
}
#footer a
{
	color: #5c5d68;
	font-size:8pt;
	font-family:Arial;
	text-decoration:none;
}
#footer a:hover
{
	color: #238c23;
	font-size: 8pt;
	font-family:Arial;
	text-decoration:underline;
}
#cradit
{
	color: #5c5d68;
	font-size:7pt;
	font-family:Arial;
	text-decoration:none;
	width:780px;
	
}
#cradit a
{
color: #5c5d68;
	font-size:7pt;
	font-family:Arial;
	text-decoration:none;
}
#cradit a:hover
{
	color: #5c5d68;
	font-size:7pt;
	font-family:Arial;
	text-decoration:underline;
}






#modernbricksmenu
{
	width: 778px;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
	
}

#modernbricksmenu ul{
font: bold 11px Arial;
margin:0;
margin-left: 2px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

#modernbricksmenu li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

#modernbricksmenu a{
float: left;
display: block;
color: white;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
text-decoration: none;
letter-spacing: 1px;
background-color: black; /*Default menu color*/
border-bottom: 1px solid white;
}

#modernbricksmenu a:hover{
background-color: gray; /*Menu hover bgcolor*/
}

#modernbricksmenu #current a{  /*currently selected tab*/
background-color: #009933; /*Brown color theme*/ 
border-color: #009933; /*Brown color theme*/ 
 background-color: #009933; }


#modernbricksmenuline{
clear: both;
padding: 0px;
width: 100%;
height: 5px;
line-height: 5px;
background: #009933; /*Brown color theme*/ 
}

#myform{ /*CSS for sample search box. Remove if desired */
float: right;
margin: 0;
padding: 0;
}

#myform .textinput{
width: 190px;
border: 1px solid gray;
}

#myform .submit{
font: bold 11px Verdana;
height: 22px;
}

ol
{
	font-size:8pt;
}
