@charset "UTF-8";
/* CSS Document */

body  {
	margin: 0;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 50px;
	background-image: url(bg2.jpg);
	background-repeat: repeat-x;
}

#container {
	width: 845px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 3px solid #799D73;
	background-color: #FFFFFF;
}

#header {
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	height: 90px;
	padding-top: 45px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 40px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 

#header a {
color: #121212;
text-decoration: none;
font-size: 30px; 
font-family: "Myriad Pro", "Arial Narrow";
}

#modernbricksmenu{
	padding: 0;
	width: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	background-color: transparent;
}

#modernbricksmenu ul{
	margin:0;
	margin-left: 250px; /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

#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: #000066; /*Default menu color*/
	border-bottom: 1px solid white;
}

#modernbricksmenu a:hover{
	background-color: #8AAEE0; /*Menu hover bgcolor*/
}

#modernbricksmenu #current a{ 
	background-color: #D8E3FD; 
	border-color: #B9D2B4; 
}

#modernbricksmenuline{
	clear: both;
	padding: 0;
	width: 100%;
	height: 3px;
	line-height: 3px; 
	background-color: #7CA474;
}


#sidebar {
	float: left;
	width: 210px;
	margin: 0;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
	height: 350px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
#sidebar2 {
	float: left;
	width: 210px;
	margin: 0;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
	height: 600px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11pt;
	border: 1px none #000066;
}

h1 {
	margin: 0px;
	color: #060B79;
	font-size:20pt;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 22pt;
}

h2 {
	color: #536C4F;
	font-size: 16pt;
	margin: 20px 0 5px 0;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	letter-spacing: 0.2em;
}

#main {
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11pt;
	line-height: 16pt;
	text-align: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-left: 30px;
	background-color: #FFFFFF;
	background-image: url(main_bkg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	font-weight: normal;
} 

#main a {
	color: #63749D;
	text-decoration: none;
}

#main a:hover {
	color: #7CA474;
}

#footer {
	padding: 6px 40px 6px 40px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 11px;
	text-align: left;
	background-color: #6B8B66;
}

#footer a {
text-decoration: none; 
color: #262626;
}

#footer a:hover {
color: #666666;
}

.separator {
font-size:11px;
color:#FFFFFF;
}

