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

/* overall site re-writes */
body {
	padding: 0px;
	margin: 0px;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 11px;
	background: url(../i/bg.gif);
}

a {
	color: #263692;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0px;
	margin-bottom: 12px;
}

h1 {
	font-family: Georgia, serif;
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
	color: #263692;
	margin-bottom: 14px;
	padding-bottom: 8px;
	border-bottom: 1px solid #eee;
	width: 390px;
	line-height: 24px;
}

h2 {
	font-family: Georgia, serif;
	font-size: 16px;
	font-weight: normal;
	color: #98012e;
	margin-top: 12px;
	margin-bottom: 8px;
}

h3 {
	font-family: Georgia, serif;
	font-size: 14px;
	font-weight: normal;
	color: #98012e;
	margin: 0px;
	margin-bottom: 6px;
}

/* generic classes */
.fr {
	float: right;
}


/* basic framework */
#hold {
	position: relative;
	margin: 0px auto;
	width: 910px;
	background: #fff;
	min-height: 400px;
	padding-bottom: 20px;
}

#ls {
	position: absolute;
	top: 0px;
	left: -9px;
	background: url(../i/lshad.png) repeat-y;
	height: 100%;
	width: 9px;
}

#rs {
	position: absolute;
	top: 0px;
	right: -9px;
	background: url(../i/rshad.png) repeat-y;
	height: 100%;
	width: 9px;
}

#logo {
	position: absolute;
	left: 48px;
	top: 78px;
	z-index: 10;
}

#logo p {
	text-align: center;
	margin-top: 6px;
	font-family: Georgia, serif;
	font-size: 14px;
	color: #999;
}

#logo p a {
	color: black;
}

#topcurve {
	position: absolute;
	top: 40px;
	left: 0px;
	width: 586px;
	height: 85px;
	background: url(../i/topcurve.gif) no-repeat;
}

#search_box {
	position: absolute;
	right: 0px;
	top: 0px;
	background: url(../i/searchbox.gif) no-repeat;
	width: 292px;
	height: 93px;
	padding: 16px;
	text-align: right;
	color: white;
	z-index: 10;
}

#search_box a {
	color: white;
	text-decoration: underline;
	border-right: 1px solid #bc5977;
	padding: 12px;
	padding-top: 2px;
	padding-bottom: 2px;
	font-family: Verdana, Geneva;
	font-size: 10px;
}

#search_box a:hover {
	color: #9dcaee;
}

#search_box a.last {
	border-right: none;
	padding-right: 0px;
	padding-left: 9px;
}

#search_box input {
	padding: 2px;
	width: 169px;
	height: 15px;
	border: 1px solid #7e4457;
	background: url(../i/inshad_search.gif) no-repeat;
	margin-left: 4px;
	font-family: Verdana, Geneva;
	font-size: 10px;
	color: #aaa;
}

#search_box p {
	margin-top: 12px;
}

#footer {
	clear: both;
	margin-top: 60px;
	margin-bottom: -52px;
	padding-top: 8px;
	padding-left: 10px;
	padding-right: 10px;
	border-top: 5px solid #989898;
	background: url(../i/bshad.png) repeat-x 5px 0px;
	height: 24px;
	width: 890px;
	color: white;
	font-family: Tahoma, Geneva;
	font-size: 9px;
}

#footer a {
	color: white;
}

#content {
	position: relative;
	padding-top: 130px;
	z-index: 0;
	min-height: 200px;
}


/* navigation */
#nav {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 586px;
	height: 40px;
	z-index: 10;
}

#nav a {
	display: block;
	float: left;
}


/* home decorative */
#home-advantage {
	position: absolute;
	top: 126px;
	right: 31px;
	width: 196px;
	height: 80px;
	padding: 13px;
	background: #ced1d4;
}

#icr_pic {
	position: absolute;
	top: 120px;
	left: 253px;
}


/* home sidebar (search box) classes */
#interior-sidebar, #home-sidebar {
	position: relative;
	float: left;
	width: 185px;
	margin-left: 23px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 110px;
	padding: 13px;
	background: #ced1d4;
}

#interior-side {
	width: 211px;
	float: right;
	margin-right: 23px;
	margin-left: 20px;
}

#interior-sidebar {
	float: none;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

.sbTL, .sbTR, .sbBL, .sbBR {
	position: absolute;
	width: 9px;
	height: 9px;
}

.sbTL {
	background: url(../i/tl.gif) no-repeat;
	left: 0px;
	top: 0px;
}

.sbBL {
	background: url(../i/bl.gif) no-repeat;
	bottom: 0px;
	left: 0px;
}

.sbTR {
	background: url(../i/tr.gif) no-repeat;
	right: 0px;
	top: 0px;
}

.sbBR {
	background: url(../i/br.gif) no-repeat;
	bottom: 0px;
	right: 0px;
}

.img_header_sm {
	border-bottom: 1px solid #bbb;
	padding-bottom: 4px;
	margin-bottom: 12px;	
}

.sbLabel {
	margin-bottom: 6px;
}

.sbForm {
	margin-bottom: 12px;
}

#interior-sidebar select, #home-sidebar select {
	font-size: 9px;
	vertical-align: middle;
}

.in_sbLabel {
	display: inline;
	margin-left: 2px;
	margin-right: 2px;
}

#btnSearchSB {
	margin-left: -6px;
	margin-top: -6px;
	float: left;
}

#checkInclude {
	float: left;
	margin-right: 6px;
}

.in_checkLabel {
	padding-top: 7px;
}

#sbMiniature {
	margin-top: 15px;
	padding: 9px;
	font-size: 9px;
	color: #78797a;
}

#sbMiniature img {
	margin-bottom: 10px;
}

#sbMiniature p {
	margin: 0px;
	margin-bottom: 4px;
}


/* home buyer/seller boxes */
#home_boxes {
	margin-top: 110px;
	float: left;
}

.bigBox {
	position: relative;
	background: url(../i/box_bg.jpg) no-repeat;
	padding: 24px;
	width: 261px;
	height: 248px;
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 90px;
	color: #78797a;
}

#home_boxes .bigBox {
	float: left;
	margin-right: 10px;
}

.img_header {
	border-bottom: 1px solid #ced1d4;
	padding-bottom: 6px;
	margin-bottom: 12px;
}

a.btn {
	position: absolute;
	bottom: 50px;
	right: 20px;
}

a.btn2 {
	position: absolute;
	margin-bottom: -60px;
	bottom: 0px;
	right: 100px;
}


/* interior pages */

#innerContent {
	padding-left: 260px;
	padding-right: 35px;
}

#innerContent p {
	line-height: 22px;
	font-size: 12px;
	margin: 0px;
	margin-bottom: 18px;
}

#findContent {
	clear: right;
	margin-top: 10px;
	margin-left: -16px;
}

#innerContent p {
	line-height: 18px;
	font-size: 12px;
	margin: 0px;
	margin-bottom: 18px;
	color: #555;
}

#hero {
	margin-bottom: 20px;
}

#interior-subnav {
	background: url(../i/subnav_bg.jpg) no-repeat;
	float: left;
	width: 181px;
	margin-top: 120px;
	margin-left: 20px;
	padding: 15px;
	min-height: 146px;
}

#breadcrumbs {
	font-size: 9px;
	color: #666869;
	margin-bottom: 6px;
}

#breadcrumbs a {
	text-decoration: none;
	color: #98012e;
}

#breadcrumbs a:hover {
	text-decoration: underline;
}

ul#subnav, ul#subnav li, ul#subnav ul {
	margin: 0px;
	padding: 0px;
}

ul#subnav, ul#subnav ul {
	list-style: none;
}

ul#subnav ul {
	margin-bottom: 5px;
}

ul#subnav li {
	border-bottom: 1px solid #cbcfda;
}

ul#subnav li a {
	font-family: Georgia, serif;
	font-size: 12px;
	color: #263692;
	display: block;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	background: url(../i/subnav_arrow.gif) no-repeat 0px 9px;
}

ul#subnav ul li {
	border-bottom: none;
}

ul#subnav ul li a {
	font-size: 11px;
	padding-left: 24px;
	padding-top: 2px;
	padding-bottom: 2px;
	background: url(../i/subnav_arrow.gif) no-repeat 14px 5px;
}

ul#subnav li.last {
	border-bottom: none;
}

ul#subnav li.selected a {
	color: black;
}

ul#subnav li.selected li a {
	color: #263692;
}

#interior-advantage {
	position: relative;
	background: #ced1d4;
	margin-bottom: 6px;
	width: 181px;
	padding: 15px;
}

#interior-advantage p {
	line-height: normal;
	font-size: 11px;
	color: #666;
}

#innerContent .callout {
	font-family: Georgia, serif;
	font-size: 15px;
	font-style: oblique;
	color: #646667;
	line-height: 20px;
}

#innerContent li {
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 6px;
	color: #555;
}