@charset "utf-8";
/* Tudor Mortgage CSS Document */


body {
	background-color: #ffffff;
	margin: 0 0;
	padding: 0 0;
	text-align: center;
	font-size: 12px;
	font-family: Arial;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
}

#header {
	width: 900px;
	height: 367px;
	background-image: url('../imgs/tudor_mortgage_header_bg.jpg');
	background-repeat: no-repeat;
	display: block;
	clear: both;
}

.main_nav {
	height: 109px;
	vertical-align: bottom;
}

.logo {
	width: 269px;
	height: 220px;
}
#footer {
	margin: 5px 5px;
	font-size: 13px;
	color: #fff;
}
.other_nav {
	width: 200px;
	height: 225px;
	padding: 5px;
	margin: 4px 0px;
	color: #333;
	background-image: url("../imgs/rates_bg.jpg");
	text-align: center;
}
#rates {
	width: 180px;
	padding: 5px;
	margin: 4px 0px;
	color: #333;
	background-image: url("../imgs/rates_bg.jpg");
}
/* --- Tools --- */


.more {

   	display: none;

	padding: 10px;

	background-color: #fff;

}

.div1 {

	width: 100%;

	height: 25px;

	text-align: left;

}

a.showLink, a.hideLink {

    text-decoration: none;

    color: #36f;

    padding-left: 8px;

}
a.hideLink {

    color: #36f;
}

a.showLink:hover, a.hideLink:hover {

    color: #333;
 }

