/* 
  ------------------------------------------------
  Home Mortgage - CSS Structure
  ------------------------------------------------
*/



.menulist {
	margin: 6px 0 12px 0;
	padding: 0;
	list-style-type: none;
}

/* Testimonials - banner */
#banner .banner-left h4{
	padding: 20px 20px 0 20px;
	margin: 0;
	width: 240px;
	color: white;
	font-size: 0.9em;
	font-weight: normal;
	line-height: 1.1em;
}
#banner .banner-left p{
	padding: 10px 20px 0 20px;
	margin: 0;
	width: 240px;
	color: white;
	font-size: 0.7em;
	font-weight: normal;
	line-height: 1.1em;
}
/*#banner .banner-left img{
	padding: 10px 20px 0 20px;
	margin: 0;
	
	
}*/

#banner .banner-left a:link {
	color: white;
	text-decoration: underline;
}
#banner .banner-left a:visited {
	color: white;
	text-decoration: underline;
}
#banner .banner-left a:hover {
	color: white;
	text-decoration: underline;
}


/* Left Col */

#left a:link {
	color: #017bbe;
	text-decoration: none;
}
#left a:visited {
	color: #017bbe;
	text-decoration: none;
}
#left a:hover {
	color: #017bbe;
	text-decoration: underline;
}

#left .content ul{
	color: #333;
	font-size: 0.8em;
	margin: 5px 0 20px 5px;
	padding: 0;
	line-height: 1.2em;
	background-color: transparent;	
}

#left .content ul li {
background: transparent url(../imgs/misc/list_blue_circle.jpg) no-repeat 0 5px;
padding: 2px 0 3px 18px;
list-style-type: none;
}

/* Right Col */
#right a:link {
	color: #017bbe;
	text-decoration: none;
	
}
#right a:visited {
	color: #017bbe;
	text-decoration: none;
}
#right a:hover {
	color: #017bbe;
	text-decoration: underline;
}


#wrapper .menulist a, #wrapper .menulist a:visited {
	color: #000000;
	border-left: 6px solid #FFD940;
	padding: 0 0 0 6px;
}
#wrapper .menulist a:hover {
	border-color: #000000;
}

/* Base Text */

#basetxt .content {
	color: #999;
	text-align: center;
	font-size: 1.0em;
}

#basetxt a:link {
color: #999;
text-decoration: none;}
#basetxt a:visited {color: #999;
text-decoration: none;}
#basetxt a:hover {color: #1e90ff;
text-decoration: none;}
#basetxt a:active {color: #1e90ff;
text-decoration: none;}
.p7uberlink {
	font-weight: bold !important;
	letter-spacing: .15em;
	border-color: #000000 !important;
}

/* Titles */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	line-height: 1.1em;
	margin: 12px 0 10px 0;
	padding: 0;
	color: #017bbe;
	font-weight: normal;
}
h2 {
	color: #0099cc;
	font-size: 1.1em;
	line-height: 1.1em;
	margin: 0 0 15px 0;
	padding: 0;
	font-weight: normal;
}
h3 {
	color: #0099cc;
	font-size: 1.1em;
	line-height: 1.1em;
	margin: 15px 0 0 0;
	padding: 0;
	font-weight: normal;
}
h4 {
	color: #0099cc;
	font-size: 0.9em;
	line-height: 1.1em;
	margin: 20px 0 0 0;
	padding: 0;
	font-weight: bold;
}
h5 {
	color: #666;
	font-size: 0.9em;
	line-height: 1.1em;
	margin: 20px 0 0 0;
	padding: 0;
	font-weight: bold;
}

p {
	color: #333333;
	font-size: 0.8em;
	line-height: 1.1em;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
	
	
}
/*#right .content ul {
	font-size: 0.9em;
	line-height: 1.1em;
	margin: -10px 0 15px 25px;
	padding: 0;
	font-size: 0.8em;
	color: #333333;
}

#right .content li {
	margin: 0
	padding: 0;
	
}*/

#right .content h1 {
	font-weight: bold;
}

#right .content h4 {
	color: #333;
	font-size: 0.9em;
	line-height: 1.1em;
	margin: 20px 0 0 0;
	padding: 0;
	font-weight: bold;
}


#right .content ul{
	color: #333;
	font-size: 0.8em;
	margin: 5px 0 20px 5px;
	padding: 0;
	line-height: 1.2em;
	background-color: transparent;	
}
#right .content ol{
	color: #333;
	font-size: 0.8em;
	margin: 5px 0 20px 5px;
	padding: 0;
	line-height: 1.2em;
	background-color: transparent;	
}
#right .content ul li {
background: transparent url(../imgs/misc/list_blue_circle.jpg) no-repeat 0 5px;
padding: 2px 0 3px 18px;
list-style-type: none;
}
#right .content ol li {
margin-left: 20px;
padding: 2px 0 3px 0;

}
#right .content ol li ul {
margin-left: 0;
font-size: 1.0em;
}
#right .content ol li ul li{
padding-left: 18px;
font-size: 1.0em;


}
#right .content ul li ul {
margin-left: 0;
font-size: 1.0em;
}
#right .content ul li ul li{
padding-left: 18px;
font-size: 1.0em;


}
/* News Styles */

#right .content .news h1 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	line-height: 1.1em;
	margin: 0 0 15px 0;
	padding: 0;
	color: #0055A5;
	font-weight: normal;
	border-bottom: 2px solid #999;
}


/* Footer */

#footer a{
	color: white;
	
}
/* testimonials */

.testimonial {
	margin: 20px 0;
	padding: 20px;
	background: #E2F3FA;
}

.testimonial p {
	color: #19171A;
	font-size: 0.8em;
	line-height: 1.1em;
	font-weight: normal;
	margin: 0 0 15px 0;
	padding: 0;
	
	
}

/* Left content */

#left .content h4 {
	color: #0099cc;
	font-size: 0.9em;
	line-height: 1.1em;
	margin: 20px 0 10px 0;
	padding: 0;
	font-weight: bold;
}
#left .content p {
	color: #333333;
	font-size: 0.8em;
	line-height: 1.1em;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
	
	
}

/* Quicklinks */

#left .quicklinkshdr h1{
	color: white;
	font-size: 1.0em;
	line-height: 1.0em;
	font-weight: bold;
	margin: 0 12px;
	padding: 8px 0 3px 0;
	border-bottom: 2px solid white;
	
	
}
#left .quicklinksmid ul{
	width: 231px;
	margin: 0;
	padding: 10px 0 0 0;
	color: white;
	font-size: 0.8em;
	line-height: 1.1em;
	text-decoration: none;
	
}

#left .quicklinksmid li{
	color: white;
	margin: 0;
	padding: 5px 12px;
	font-size: 1.0em;
	line-height: 1.1em;
	text-decoration: none;
	/*border-bottom: 1px solid #CCCCCC;*/
	list-style-type: none;
	/*width: 223px;*/
}

#left .quicklinksmid li a:link {
	color: white;
	text-decoration: none;
}
#left .quicklinksmid li a:visited {
	color: white;
	text-decoration: none;
}
#left .quicklinksmid li a:hover {
	color: white;
	text-decoration: underline;
	
}
#left .quicklinksmid li a:active {
	color: white;
	text-decoration: underline;
	
}

/* Latest Interest Rates */

#left .rateshdr h1{
	color: #017bbe;
	font-size: 1.0em;
	line-height: 1.0em;
	font-weight: bold;
	margin: 0 12px;
	padding: 8px 0 3px 0;
	border-bottom: 2px solid #0099cc;
	
	
}

/* Quick Poll */
#left .quickpoll h2{
	color: #017bbe;
	font-size: 1.1em;
	font-weight: bold;
	margin: 10px 0 20px 10px;
		border-bottom: 2px solid #017bbe;
	
	
}
#left .quickpoll p{
	color: #333;
	font-size: 0.8em;
	font-weight: normal;
	margin: 0 0 15px 10px;
	
	
}

#left .quickpoll a:link, #left .quickpoll a:visited{
	color: #0099cc;
	text-decoration: none;
	margin-top: 12px;
	
}
#left .quickpoll a:hover, #left .quickpoll a:active{
	color: #0099cc;
	text-decoration: underline;
	margin-top: 12px;
	
}

