
.controls .row,
.controls .btn {
	margin-top: 10px;
	padding-left: 50px;
}

.controls .row input,
.controls .row textarea {
	width: 240px;
}
.controls label{
      color: #B1B1B1;
font-family: Arial Narrow;
font-size: 17px;
}
.active {

	height: 39px;
    background: url(/public/img/arrow.gif) no-repeat;
	display: block;
    	
}

.active span {
display: none;
position: absolute; 
top: 0px; 
left: 0px; 
text-decoration: none; 
width: 12px; 
height: 12px;  
border: 0px solid green;
}
.menu {

	height: 39px;
    width: auto;
	display: block;
    	
}
a.menu:hover {
	background: url(/public/img/arrow.gif) no-repeat;
	display: block;
}

.mm_reflection {
	background: url(/public/img/mmenu_refl.jpg) no-repeat;
	display: block;
	border: 0px solid red;
}

.mp_slogan {
	background: url(/public/img/slogan.gif) no-repeat;
	margin-left: 20px;
	width: 360px;
	height: 40px;
	display: block;
	border: 0px solid red;
}


.footer_container {

}

.footer {
background: url(/public/img/footer.gif) no-repeat;
width: 806px;
display: block;
height: 120px;
padding-top: 20px;
font-size: 12px;
text-align: center;
color: #BEBBBB;
left: 49%;
}

#flash_logo {
width: 380px;
height: 380px;
background: none;
position: absolute;
top: 0px;
left: 49%;
}

.article
{
	margin: 5px 5px 5px 5px;
	color: #363636;
	font-family: verdana;
	font-size: 11px;
	text-align: left;
}

h1.article_header
{
	margin: 5px 0px 0px 0px;
	padding: 0;
	line-height: 1em; 
	color: #b1b1b1;	
	font-family: Arial Narrow;
	font-size: 17px;	
	font-weight: bold;
}

b.key 
{
	font-weight: normal;
}
a.key
{
	text-decoration: none;
}

.article_subheader
{
	margin-left: 3px;
	color: #363636;
	font-family: verdana;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
}

.right_header
{
	margin-left: 5px;
	color: #b5b38c;
	font-family: Arial Narrow;
	font-size: 17px;
	font-weight: bold;
}

ul 
{
	list-style: square url(/public/img/url_arrow.gif);
	color: #363636;
	font-family: verdana;
	font-size: 11px;
	text-align: left;
}

ol
{
	color: #363636;
	font-family: verdana;
	font-size: 12px;
	text-align: left;
}

a.article:link 
{	
	font-family: verdana;
	font-size: 11px;
	text-align: left;
	color: #B1B1B1; 
	text-decoration: none;
}
a.article:visited 
{
	font-family: verdana;
	font-size: 11px;
	text-align: left;
	color: #757474; 
	text-decoration: none;
}
a.article:hover 
{
	font-family: verdana;
	font-size: 11px;
	text-align: left;
	color: #BEBBBB; 
	text-decoration: underline;
}
