﻿body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-weight:normal;
	font-size: 12px; 
	margin:0;
	background:#333333;
	padding:0;
	color: #000000;
}

div {
	border: 0 solid #ffffff;
}

a {
	color: #FFFF00;
	font-weight: 400;
	text-decoration: none;
}

a:hover, a:active {
	color: #999999;
	font-weight: 400;
	background-color: #990000;
	text-decoration:underline;
}

a img {
	border: solid 1px #000033;
	border-collapse: collapse;
}

#logo {
	margin-top: 0px;
	border-top: solid 0px #000000;
	border-left: solid 0px #000000;
	border-right: solid 0px #000000;
	border-collapse: collapse;
}

#choices {
	width: 802px;
	margin: auto;
}

#branch {
	width: 400px;
	border-left: solid 0px #000000;
	height: 265px;
	position: relative;
	float: left;
	background-image:  url(images/FMC_home_branchO_off.jpg);
}

#mortgage {
	width: 400px;
	border-right: solid 0px #000000;
	height: 265px;
	position: relative;
	float: left;
	background-image:  url(images/FMC_home_mortgage_off.jpg);
}

#content {
	width: 400px;
	height: 265px;
	position: relative;
	padding: 15px;
}

#listhead{
	width:425px;
	font-weight: 600;
	font-size: 16px;
	color: #000066; 
	border-bottom: 2px solid #990000;
}

#list{
	width:450px;
	font-weight: 400;
	font-size: 12px;
	color: #000000; 
	padding: 5px;
}

#address{
	width:800px;
	height:100px;
	border-left: solid 0px #000000;
	border-right: solid 0px #000000;
	border-collapse: collapse;
	font-weight: 400;
	font-size: 12px;
	background-color: #FFFFFF;
	background-image:  url(images/bottomback.jpg);
	color: #000000; 
	padding-top: 0px;
	text-align: center;
}

#address a{
	color: #000000;
	font-weight: 400;
	text-decoration: none;
}

#address a:hover, a:active{
	color: #999999;
	font-weight: 400;
	background-color: #ffffff;
	text-decoration:underline;
}

#bottombar{
	border-top: 7px solid #990000;
	padding-top: 5px;
	width:800px;
	font-weight: 400;
	font-size: 12px;
	color: #666666; 
}

#branchmenu{
	position: relative;
	left: 190px;
	top: 70px;
	width: 200px;
	height: 120px;
	color: #990000;
	font-size: 12px;
	font-weight: 400;
	display: none;
}

#branchmenu a{
	color: #FFFF00;
	font-size: 12px;
	font-weight: 600;
}

#branchmenu a:hover, a:active {
	color: #ffffff;
	text-decoration: none;
	background-color: transparent;
}

#mortgagemenu{
	position: relative;
	left: 170px;
	top: 60px;
	width: 200px;
	height: 120px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 600;
	display: none;
}

#mortgagemenu a{
	color: #FFFF00;
	font-size: 12px;
	font-weight: 600;
	text-decoration: underline;
}

#mortgagemenu a:hover, a:active {
	color: #ffffff;
	background-color: transparent;
}

.copyright{
	color: #666666;
	font-size: 10px;
	text-align: center;
}