@charset "UTF-8";
/* CSS Document */

body, html {
width:100%;
height:100%;
margin:0px;
padding:0px;
background: #efeef0;
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:16px;
color:#666666;
}
div{
margin:0px;
padding:0px;
}

p {
line-height:16px;
margin-bottom:10px;
margin-top:0px;
}
h1 {
margin:0px 0px 10px 0px;
font-weight:bold;
font-size:14px;
color:#000000;
text-decoration:underline;
}
h2 {
margin:0px 0px 10px 0px;
font-weight:bold;
font-size:12px;
color:#000000;
}
p + h1 {
margin-top:20px;
}
img {
padding: 0px 0px;
margin: 0px 0px;
border: 0px;
}
a {
color:#666666;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
.clear{
height:0px;
width:100%;
clear:both;
}

/*Site Framework*/

#siteWrapper {
text-align:center;
width:1006px;
margin: 0px auto;
height:auto;
background:url('images/bg.gif') top repeat-y;
}
#siteContent {
width:992px;
margin:0px auto;
height:auto;
text-align:left;
}
#header {
width:992px;
height:121px;
overflow:hidden;
background :url('images/bg_header.gif') top no-repeat;
}
#navArea {
width:992px;
height:33px;
position:relative;
overflow:visible;
background: url('images/bg_navArea.gif') top no-repeat;
z-index:20;
}
#contentSpacer {
background: url('images/bg_contentSpacer.gif');
height:1px;
width:992px;
}
#footer {
width:992px;
height:120px;
}
#contentArea {
width:992px;
background: url('images/bg_contentArea.gif') top repeat-y;
}
#leftColumn {
width:155px;
height:auto;
float:left;
}
#rightColumn {
width:826px;
float:right;
height:auto;
}
.bannerImg {
margin-bottom:26px;
}
#indexContent {
width:545px;
float:left;
}
#indexContent p {
padding:27px 40px 0px 30px;
}
#secondaryContent {
width:825px;
float:right;
}
#secondaryContent p {
padding:0px 30px 0px 30px;
}
#secondaryContent h2 {
color:#002894;
padding:10px 0px 0px 30px;
font-size:12px;
}
#indexBtns {
width:247px;
height:232px;
position:relative;
float:right;
right:9px;
}

#calculator {
width:250px;
height:425px;
position:relative;
float:left;
left: 24px;
background-image: url('https://swantitle.com/images/calcbox.gif');
}
#indexBtns img {
margin-bottom:18px;
}
/* Nav Style */

.navSpacer {
float:left;
width:3px;
height:27px;
background: url('images/navSpacer.gif');
}
a#nav1 {
	display:block;
	height: 27px;
	width: 155px;
	background: url('images/nav1.gif') no-repeat;
	background-position: 0 0px;
	float:left;
}
a#nav1:hover {
	background-position: 0 -27px;
}
a#nav2 {
	display:block;
	height: 27px;
	width: 136px;
	background: url('images/nav2.gif') no-repeat;
	background-position: 0 0px;
	float:left;
}
a#nav2:hover {
	background-position: 0 -27px;
}
a#nav3 {
	display:block;
	height: 27px;
	width: 151px;
	background: url('images/nav3.gif') no-repeat;
	background-position: 0 0px;
	float:left;
}
a#nav3:hover {
	background-position: 0 -27px;
}
a#nav4 {
	display:block;
	height: 27px;
	width: 166px;
	background: url('images/nav4.gif') no-repeat;
	background-position: 0 0px;
	float:left;
}
a#nav4:hover {
	background-position: 0 -27px;
}
a#nav5 {
	display:block;
	height: 27px;
	width: 205px;
	background: url('images/nav5.gif') no-repeat;
	background-position: 0 0px;
	float:left;
}
a#nav5:hover {
	background-position: 0 -27px;
}
a#nav6 {
	display:block;
	height: 27px;
	width: 159px;
	background: url('images/nav6.gif') no-repeat;
	background-position: 0 0px;
	float:left;
}
a#nav6:hover {
	background-position: 0 -27px;
}
ul#subNav {
list-style:none;
margin:0px;
padding:0px;
text-align:left;
}
ul#subNav li {
display:block;
margin:0px;
padding: 0px;
background: #f5f5f5 url('images/bg_subNav.gif') top right no-repeat;
}

ul#subNav li a {
display:block;
padding: 3px 20px 6px 9px;
color:#333333;
font-size:10px;
}
/* Footer style */
#footerA {
text-align:center;
font-size:10px;
color:#666666;
margin:18px 0px 18px 0px;
}
#footerB {
text-align:left;
font-size:10px;
color:#666666;
padding: 0px 26px 0px 26px;
}