/* CSS Document */

p{
font-family:Arial;
font-size: 11px;
color:#000000;
line-height: 18px;
padding: 3px
}

.title{
	color:#000000;
	line-height: 18px;
	padding: 1px;
	font: bold 11px Arial;
}

.bold {
	font-family: Arial;
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	color: #FF0000;
}

.boldnav{
	font-family: Tahoma;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #000000;
}

#blueblock{
width: 100%;
padding: 0 0 0 0;
margin-bottom: 1em;
font-family: Verdana;
font-size: 8pt;
background-color: #A0C0C0;
color: #333;
}

* html #blueblock{ 
w\idth: 100%; 
}

#blueblock ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#blueblock li {
	margin: 0;
	border-bottom: 2px solid #A0C0C0;
}

#blueblock li a{
display: block;
padding: 5px 5px 5px 8px;
border-left: 10px solid #FFFFFF;
border-right: 10px solid #FFFFFF;
background-color: #000064;
color: #FFFFFF;
text-decoration: none;
width: 150px;
}

html>body #blueblock li a{ 
width: auto;
}

#blueblock li a:hover{
border-left: 10px solid #FFFFFF;
border-right: 10px solid #FFFFFF;
background-color: #FF0000;
color: #fff;
}

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

#modernbricksmenu ul{
font: bold 11px Arial;
margin:0;
margin-left: 0px; 
padding: 0;
list-style: none;
}

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

#modernbricksmenu a{
float: right;
display: block;
color: #FFFFFF;
margin: 0 1px 0 0; 
padding: 5px 10px;
text-decoration: none;
letter-spacing: 1px;
background-color: #FE0000; 
border-bottom: 1px solid white;
}

#modernbricksmenu a:hover{
background-color: #000000; 
}

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

#modernbricksmenuline{
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: #D25A0B; 
}

.arrowlistmenu{
	width: 185px;
}

.arrowlistmenu .headerbar{
font: bold 13px Arial;
color: white;
background: black url(images/titlebar.png) repeat-x center left;
margin-bottom: 4px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 18px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 5px; /*bottom spacing between each UL and rest of content*/
font: bold 11px Arial;
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
font: bold 11px Arial;
}

.arrowlistmenu ul li a{
	color: #000000;
	background: url(images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding: 3px 0;
	padding-left: 20px; /*link text is indented 19px*/
	text-decoration: none;
	font: bold 11px Arial;
	border-bottom: 1px solid #dadada;
	
	
}

.arrowlistmenu ul li a:visited{
	color: #000000;
    font: bold 11px Arial;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #FF0000;
	background-color: #F3F3F3;
	font: bold 11px Arial;
}
