/* 
San Vicente Mortgage CSS Document 
Date: 3/15/2011
Version: 1.0
*/


/* reset all styles for total control */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* global styles */
body {
	font: 12px Verdana, Geneva, sans-serif;
	background-color: #ddcb9b;
	color: #333;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	text-transform: capitalize;
}
.clear {
	clear: both;
}
.bold {
	font-weight: bold;
}
.allCaps {
	text-transform: uppercase;
}
.indent {
	padding-left: 20px;
}
.underline {
	text-decoration: underline;
}
.alignRight {
	text-align: right;
}
.alignCenter {
	text-align: center;
}s
.shortMargin {
	margin: 5px 0!important;
}
/* div styles */
#headerWrapper {
	width: 100%;
	background-color: #000;
	color: #fff;
}
#header {
	margin: 0 auto;
	width: 960px;
	min-height: 186px;
	height:auto;
}
#logo {
	padding-top: 11px;
	width: 450px;
	height: 175px;
	float: left;
	
}
#logo img {
float:left; margin-right:20px; border:solid #f4f0e5 1px	
}
#logo p {
	line-height: 150%; margin-top:21px;
}
#phone {
	margin-top: 22px;
	font-size: 18px;
	float: right;
}
#social {
	margin-top: 10px;
	float: right;
	clear: right;
}
#social p {
	margin: 4px 5px 0 0;
	text-align: right;
	float: right;
}
ul#socialButtons {
	list-style: none;
	float: right;
}
ul#socialButtons li {
	list-style: none;
	margin-left: 2px;
	float: left;
}

/* page headings and titles */
#mainHeadingWrapper {
	width: 100%;
	background: #e5e1d6;
}
#mainHeading {
	margin: 0 auto;
	width: 960px;
}
#contentWrapper {
	width: 100%;
	min-height: 300px;
	background: #ddcb9b url(../images/contentbg.png) repeat-x top;
}
#content {
	margin: 0 auto;
	width: 960px;
	font-size: 12px;
	line-height: 20px;	
}
#mainContent {
	width: 640px;
	float: left;
}
#mainContent h2, h3, h4 {
	font-weight: bold;
}
#mainContent h2 {
	margin: 40px 0 10px;
	font: 20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 0.05em;
}
#mainContent h3, #mainContent h4, #mainContent h5 {
	margin: 10px 0 10px;
	font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 0.05em;
}
#mainContent h3 span {
	font-style: italic;
}

#mainContent p {
	margin: 10px 10px 10px 0;
	letter-spacing: 0.05em;
	text-align:justify;
}
#mainContent ol {
	margin-left: 40px;
	margin-right: 40px;
	list-style: decimal outside none;
}
#mainContent ol li {
	margin: 10px 0 0 5px;
	text-align:justify;
}

/* link styles in content area */
#mainContent a, #mainContent a:link, #mainContent a:active {
	color: #700f00;
	text-decoration: none;
	border-bottom: 1px solid #700f00;
}
#mainContent a:visited {
	color: #a71600;
	border-bottom: 1px solid #a71600;
}
#mainContent a:hover {
	color: #817556;
	border-bottom: 1px solid #817556;
}
.small_links, .small_links a:link  {
	color: #700f00;
}
.small_links a:visited  {
	color: #a71600;
}
.small_links a:hover  {
	color: #817556;
}

/* side bar styles */	
#aside {
	margin-top: 40px;
	padding: 0 0 10px 20px;
	width: 280px;
	border-left: 1px dashed #817556; 
	float: right;
}
#aside h3:first-child {
	padding-top: 0px;
}
#aside h3 {
	padding: 20px 0 10px;
	font-size: 16px;
}
/* footer */
#footer {
	padding: 20px 0;
	clear: both;
	margin: 0px auto;
}
#footer p {
	padding: 10px;
	font-size: 10px;
	text-align: center;
	clear: left;
}
#footer p a {
	font-size: 10px;
	color: #333;
}

/* main menu styles */
#nav {
	width: 100%;
	height: 47px;
	background: url(../images/navbg.jpg) repeat-x bottom;
	clear: both;
}
ul#menu {
	margin: 0 auto;
	width: 960px;
	list-style: none;
}

ul#menu li {
	height: 40px;
	list-style: none;
	float: left;
}
ul#menu li a {
	display: block;
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}
ul#menu li a:hover {
	background-color: #7d311a;
}

/* footer navigation */
#footerNav {
	margin: 0 auto;
	padding-top: 20px;
	width: 960px;
}
#footerNav ul {
	margin-left: 100px;
	list-style: none;
}
#footerNav ul li {
	list-style-type: none;
	padding: 5px 20px;
	border-left: 1px solid #817556;
	float: left;
}
#footerNav ul li:first-child {
	border-left: none;
}
#footerNav ul li a, #footerNav a:link,  #footerNav a:active {
	color: #700f00;
	text-decoration: none;
	border-bottom: 1px solid #700f00;
}
#footerNav ul li a:visited {
	color: #a71600;
	border-bottom: 1px solid #a71600;
}
#footerNav ul li a:hover {
	color: #817556;
	border-bottom: 1px solid #817556;
}

/* home page styles */
#mainHeading.home {
	overflow: hidden;
}
h1.homeImage {
	width: 410px;
	height: 300px;
	text-indent: -9999px;
	background: url(../images/homeImage.png) no-repeat;
	float: left;
}
#mainHeading.home h2 {
	margin-top: 80px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-style: italic;
	text-transform: capitalize;
	color: #700f00;
	text-align: left;
	float: right;
}
#mainHeading.home h2 span {
	display: block;
	margin-left: 180px;
	text-align: right;
	color: #000;
}
a.homeInfoButton {
	margin: 20px 10px 0 0;
	padding: 10px 20px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	background-color: #700f00;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	float: right;
	clear: right;
}
a.homeInfoButton:hover {
	background-color: #42180b;
}
.homeContent h2 {
	font-size: 20px!important;
	font-weight: bold;
}
.homeContent p {
	font-size: 14px;
	line-height: 22px;
}
#homeCalc {
	background-color: #a6854c;
	margin-bottom: 20px;
	padding: 10px;
	color: #000;
	font-size: 12px;
	letter-spacing: normal;
	overflow: hidden;
}
#homeCalc h4 {
	padding: 10px 0;
	font-size: 14px;
}
#homeCalc label {
	margin-top: 5px;
	width: 140px;
	text-align: right;
	float: left;
}
#homeCalc input[type=text] {
	margin-top: 5px;
	width: 80px;
	margin-left: 10px;
	float: left;
}
#homeCalc span {
	margin: 5px 0 0 2px;
	float: left;
}
#homeCalc .calcButton {
	margin: 20px 0 5px 100px;
	clear: both;
}
/* inner styles */
#mainHeading.inner h1 {
	padding: 20px 0;
	font-size: 18px;
}
ul.steps li span {
	margin-right: 10px;
	font-weight: bold;
}
ul.difference, ul.checklist {
	list-style: circle outside;
	margin-left: 60px;
	margin-right: 60px;
}
ul.difference li, ul.checklist li, ul.checklist2 li {
	padding-left: 10px;
	text-align:justify;
}
ul.checklist2 {
	list-style: disc outside;
	margin-left: 40px;
}
li.footnote {
	list-style: none!important;
	margin-top: 20px;
}
.aCrumbs {
	font-size: 10px;
	line-height: 14px;
}
ul.aCrumbs {
	list-style: none;
	padding-bottom: 20px;
	letter-spacing: normal!important;
}
ul.aCrumbs li {
	float: left;
	padding: 0 5px;
	border-left: 1px solid #817556; 
}
ul.aCrumbs li:first-child {
	padding-left: 0!important;
	border-left: none;
}
table#comparison {
	font-size: 12px;
	border-top: 1px solid #817556;
	border-left: 1px solid #817556; 
	border-right: 1px solid #817556;
}
table#comparison td {
	border-bottom: 1px solid #817556; 
}
table#comparison td.col1 {
	padding: 10px;
	width: 180px;
}
table#comparison td.col2, table#comparison td.col3 {
	padding: 10px;
	width: 200px;
	border-left: 1px solid #817556; 
}
table#comparison ul {
	list-style: disc outside none!important;
	margin-left: 20px;
	padding: 0!important;
	line-height: normal!important;
}
table#comparison ul li {
	margin: 0 0 2px 0!important;
	padding: 0!important;
}
.infoButton {
	padding: 10px 20px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	background-color: #700f00;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.infoButton:hover {
	background-color: #42180b;
}
.small {
	font-size: 11px;
}
.white, .white a:link, .white a:visited {
	color: #fff;
}

	#erateWidget{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		width:100%;
	}
	#erateWidget table.ratesTable{
		font-size:12px;
		padding:4px;
		margin:0px auto;
		border-color:#ddcb9b;
		width:100%;
	}
	
	#erateWidget table.ratesTable td{
		border-color:#ddcb9b;
		font-size:12px;
	}
	
	#erateWidget table.ratesTable th.top{
		font-weight:bold;
		color: #700f00;
		border-right: 1px solid #ddcb9b;
		border-bottom: 1px solid #ddcb9b;
		border-top: 1px solid #ddcb9b;
		text-align: left;
		padding: 4px;
		background: #f0e8d3;
		font-size:12px;
	}
	
	#erateWidget table.ratesTable .left{
		border-left: 1px solid #ddcb9b;
		width:50%;
		float:none;
	}
	
	#erateWidget table.ratesTable th.tick{
		color: #700f00;
		border-right: 1px solid #ddcb9b;
		border-bottom: 1px solid #ddcb9b;
		border-left: 1px solid #ddcb9b;
		text-align: left;
		border-top: none;
		background: #ffffff;
		padding: 4px;
		color: #700f00;
		font-weight: bold;
		font-size:12px;
	}
	
	#erateWidget table.ratesTable th.tick a{
		color: #700f00;
		font-weight: bold;
		font-size:12px;
		text-decoration:none;
	}
	
	#erateWidget table.ratesTable td{
		border-right: 1px solid #ddcb9b;
		border-bottom: 1px solid #ddcb9b;
		background: #ffffff;
		padding: 4px;
		color: #700f00;
		text-align:center;
	}
	
	#erateWidget table.ratesTable th.tdcenter{
		text-align:center;
		width:25%;
	}
	
	#erateWidget .caption{
		padding: 4px 0px;
		font-size: 12px;
		text-align: center;
		color: #700f00;	
	}
	#erateWidget .caption a, #erateWidget .caption a:hover, #erateWidget .caption a:visited{
		text-decoration:none;
		color: #700f00;
	}
@media screen and (max-width:758px) {
#headerWrapper {
	width: 100%;
	background-color: #000;
	color: #fff;
}
#header {
	margin: 0 auto;
	width: 85%;
	min-width:318px;
	min-height: 100px;
}
#logo {
	padding-top: 11px;
	width: 100%;
	height: 78px;
	float: none;
}
#logo img {
float:left; 
margin-right:20px; 
border:solid #f4f0e5 1px;
width: 100px;
height: auto;
}
#logo p {
	line-height: 100%; margin-top:10px;
}
#phone {
	margin-top: 10px;
	font-size: 18px;
	float: none;
	text-align:center;
	color: #FFF;
}

#content {
	margin: 0 auto;
	width: 90%;
	font-size: 1.1em;
	line-height: 150%;	
	letter-spacing: 0.05em;
}
#mainHeadingWrapper {
	width: 100%;
	background: #e5e1d6 url(../images/flourishes.jpg) repeat-y center top;
	padding-bottom: 2%;
}
#mainHeading {
	margin: 0 auto;
	width: 90%;
}
#contentWrapper {
	width: 100%;
	background: #ddcb9b url(../images/contentbg.png) repeat-x top;
}
#content {
	margin: 0 auto;
	width: 90%;
	font-size: 12px;
	line-height: 20px;
}
#mainContent {
	width: 100%;
	float: none;
}
#mainContent h2, h3, h4 {
	font-weight: bold;
}
#mainContent h2 {
	margin: 0px 0 10px;
	font: 20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 0.05em;
	padding-top: 3%;
}
#mainContent h3 {
	margin: 30px 0 10px;
	font: 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 0.05em;
}
#mainContent h3 span {
	font-style: italic;
}
#mainContent h4 {
	margin: 30px 0 10px;
}
#mainContent p {
	margin: 10px 10px 10px 0;
	letter-spacing: 0.05em;
	text-align:justify;
}
#mainContent button {
	color:#700F00;
	/*text-decoration:underline;*/
	width: auto;
	font-size: 12px;
	letter-spacing: 0.05em;
	height: 23px;
	padding: 0px;
	margin-top: 7px;
	border-bottom: 1px solid #700F00;
	background: none;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;	/*border-radius: 15px;
	border: 1px solid #A6854C;
	color: #fff;
	background: transparent linear-gradient(#DDCB9B, #A6854C) repeat scroll 0% 0%;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.1);*/
	
}
#aside {
	margin-top: 40px;
	padding: 10px 20px;
	width: 280px;
	border-left: 0px dashed #817556; 
	float: none;
}
#headerWrapper {
	width: 100%;
	height: 137px;
	background-color: #000;
	color: #fff;
}
/* home page styles */
#mainHeading.home {
	overflow: hidden;
}
h1.homeImage {
	width: 100%;
	max-width: 300px;
	min-height: 263px;
	height: 263px;
	text-indent: -9999px;
	background-image: url(../images/homeImage-sm.png);
	background-repeat:no-repeat;
	background-position: -20px center;
	float: none;
	border: solid 1px #333;
	margin: 0px auto;
}
#mainHeading.home h2 {
	margin-top: 1%;
	font-size: 2em;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-style: italic;
	text-transform: capitalize;
	color: #700f00;
	text-align: left;
	float: none;
}
#mainHeading.home h2 span {
	display: block;
	margin-left: 5%;
	text-align: center;
	color: #000;
}
a.homeInfoButton {
	margin: 20px 10px 0 0;
	padding: 10px 20px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	background-color: #700f00;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	float: right;
	clear: right;
}
a.homeInfoButton:hover {
	background-color: #42180b;
}
/* main menu styles 
#nav*/
ul.topnav li:not(:first-child) {display: none;}
  ul.topnav li.icon {
    float: right;
    display: inline-block;
  }
  
ul.topnav.responsive {
	position: relative;
	/*background-color: #333;*/
	background: -moz-linear-gradient(top, #ae8d62, #866544);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ae8d62), to(#866544));
	}

ul.topnav.responsive li.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  ul.topnav.responsive li {
    float: none;
    display: inline;
	
  }
  ul.topnav.responsive li a {
    display: block;
    text-align: left;
  }

/* footer navigation */
#footerNav {
	margin: 0 auto;
	padding-top: 0px;
	width: 100%;
	text-align:center;
}
#footerNav ul {
	margin-left: 0px;
	list-style: none;
}
#footerNav ul li {
	list-style-type: none;
	padding: 5px 10px;
	border-left: 0px solid #817556;
	float: left;
}
#footerNav ul li:first-child {
	border-left: none;
}
#footerNav ul li a, #footerNav a:link,  #footerNav a:active {
	color: #700f00;
	text-decoration: none;
	border-bottom: 1px solid #700f00;
}
#footerNav ul li a:visited {
	color: #a71600;
	border-bottom: 1px solid #a71600;
}
#footerNav ul li a:hover {
	color: #817556;
	border-bottom: 1px solid #817556;
}
#mainHeading.inner h1 {
    padding: 2% 0;
    font-size: 1.5em;
}
}
a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}
a[href^="tel"] {
  color: inherit; /* Inherit text color of parent element. */
  text-decoration: none!important; /* Remove underline. */
  /* Additional css `propery: value;` pairs here… */
}