body
{
	padding: 6px;
	margin: 0px;
	font: 12px Verdana, Ariel;
	color: #045598;
	line-height: 1.5em;
}

img
{
	border: 0px;
}

h1
{
	font-size: 17px;
}

h2
{
	font-size: 15px;
}

#container
{
	text-align: center;
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 1000px;
}

#innercontainer
{
	text-align: left;
}

.leftmenu
{
	float: left;
	width: 200px;
	padding: 0px 20px 10px 0px;
}

/*.selected
{
	font-weight: bold;
	text-decoration: none;
}*/

.leftishcontent
{
	float: left;
	width: 690px;
}

.maincontent
{
	width: 920px;
	margin: 0px auto 0px auto;
}

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

#modernbricksmenu ul
{
	font: bold 11px Ariel;
	margin:0;
	margin-left: 40px; /*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: #0572CD; /*Default menu color*/
	border-bottom: 1px solid white;
}

#modernbricksmenu a:hover
{
	background-color: #458fCD; /*Menu hover bgcolor*/
}

#modernbricksmenu #current a
{ /*currently selected tab*/
	background-color: #E77917; /*Brown color theme*/ 
	border-color: #E77917; /*Brown color theme*/ 
}

#modernbricksmenuline
{
	clear: both;
	padding: 0;
	width: 100%;
	height: 5px;
	line-height: 5px;
	background: #E77917; /*Brown color theme*/ 
}


.markermenu
{
	float: left;
	width: 200px; /*width of menu*/
	padding: 0px 20px 10px 0px;
}

.markermenu ul
{
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
	border: 1px solid #0572cd;
}

.markermenu ul li a
{
	background: white url('img/arrow-list.gif') no-repeat 2px center;
	font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #00014e;
	display: block;
	width: auto;
	padding: 3px 0;
	padding-left: 20px;
	text-decoration: none;
	border-bottom: 1px solid #0572cd;
}


* html .markermenu ul li a
{ /*IE only. Actual menu width minus left padding of LINK (20px) */
	width: 150px;
}

.markermenu ul li a:visited, .markermenu ul li a:active
{
	color: #00014e;
}

.markermenu ul li a:hover
{
	color: black;
	background-color: #ffecdb;
	background-image:url('img/arrow-list-red.gif'); /*onMouseover image change. Remove if none*/
}

.markermenu ul li a.selected
{
	font-weight: bold;
	color: black;
	background-color: #ffecdb;
	background-image:url('img/arrow-list-red.gif'); /*onMouseover image change. Remove if none*/
}

/* Holly Hack for IE \*/
* html .markermenu ul li { height: 1%; }
* html .markermenu ul li a { height: 1%; }
/* End */
