* {
	padding: 0px;
	margin: 0px;
}

body {
	background-color: #e6e7e8;
	font-family: sans-serif;
	color: #666666;
}

div.wrapper {
	margin: 0px auto;
	padding-bottom: 20px;
	background-image: url('/images/backgrounds/gradient-bottom.png');
	background-repeat: repeat-y;
	background-position: bottom left;
	background-color: #00BAB6;
}

div.header {
	position: relative;
	height: 152px;
	background-image: url('/images/backgrounds/gradient-top.png');
	background-repeat: repeat-y;
	background-position: top right;
	background-color: #00BAB6;
}

div.header h1 {
	display: block;
	position: relative;
	height: 94px;
	background-image: url('/images/backgrounds/white-line.png');
	background-repeat: repeat-x;
	background-position: bottom left;
}

div.header h1 a {
	position: absolute;
	display: block;
	bottom: -2px;
	left: 47px;
	width: 213px;
	height: 65px;
	background-image: url('/images/logos/wheelies.png');
	background-repeat: no-repeat;
	text-decoration: none;
}

div.header h1 span {
	display: none;
}

div.header h1 span.buy {
	position: absolute;
	display: block;
	left: 250px;
	bottom: 12px;
	width: 10em;
	color: black;
}

div.header a.skip {
	display: none;
}

div.header ul {
	position: absolute;
	display: block;
	left: 0px;
	right: 0px;
	bottom: 10px;
	padding-left: 40px;
	background-color: black;
}

div.header ul li {
	display: inline;
}

div.header ul a {
	display: block;
	float: left;
	line-height: 3em;
	padding: 0px 1.5em;
	color: white;
	text-decoration: none;
	font-size: 0.6em;
	text-transform: uppercase;
	font-family: sans-serif;
}

div.header ul a.active,div.header ul a:hover {
	background-image: url('/images/backgrounds/navigation-selected.png');
	background-repeat: repeat-x;
	background-color: #CCEAE9;
	color: black;
}

div.header ul a:hover {
	background-image: url('/images/backgrounds/navigation-hover.png');
	background-position: center bottom;
}

div.header a.ms-logo {
	position: absolute;
	width: 97px;
	height: 96px;
	right: 0px;
	bottom: 0px;
	background-image: url('/images/backgrounds/corner-logo.png');
}

div.header a.ms-logo img {
	padding-left: 9px;
	padding-top: 9px;
	padding-right: 7px;
	padding-bottom: 7px;
	border: 0px;
}

div.main {
	padding: 18px 24px 24px 47px;
	background: white;
	font-size: 0.8em;
}

div#flashMessage {
	margin : 1em 0.5em;
	padding : 0.5em;
	border : 1px solid #00BAB6;
	background-color : #E9F6F4;
}

div.content {
	position: relative;
	margin-right: 180px;
	clear: none;
}
div.content.nolinks {
	margin-right : 0px;
}

div.content p,div.content h2,div.content table,div.content ul,div.content ol,div.content dl
	{
	margin: 0.5em 0px;
}

div.content h2 {
	margin-top: 0.5em;
	margin-bottom : 1em;
	padding: 0.3em 0.2em;
	color: #00BAB6;
	text-transform: lowercase;
	border-bottom: 1px dotted black;
	font-size: 1.5em;
}
div.content h2.house {
	color: black;
}
div.content h2.house span.price {
	color: #00BAB6;
	font-size : 1.3em;
}
div.content h3 {
	margin-top: 2em;
	margin-bottom: 0.5em;
	color: #00BAB6;
}

div.content table h3 {
	margin-top: 0px;
}

div.content p {
	line-height: 1.5em;
	margin : 1em 0px;
}

div.content p.small {
	margin-top: 0px;
	font-size: 0.8em;
	text-indent: 0px;
}
div.content p.center {
	text-align : center;
}
div.content p.pages {
	text-align : center;
}
div.content ul, div.content ol {
	margin-left: 1em;
}
div.content ol li {
	margin : 1em 0px;
}

div.content ul.column.list.three {
	position: relative;
	margin-left: 0px;
}

div.content ul.column.list.three li {
	min-width: 30%;
	margin-left: 3%;
	float: left;
	list-style-position: inside;
}

div.content dl {
	clear: both;
	background-color: #CCEAE9;
	border-bottom: 1px solid #00BAB6;
}

div.content dt {
	min-width: 7.7em;
	padding: 0.5em 0px;
	padding-left: 0.3em;
	float: left;
	clear: both;
	font-weight: bold;
	border-top: 1px solid #00BAB6;
}

div.content dd {
	margin-left: 8.3em;
	padding: 0.5em 0px;
	clear: right;
	border-top: 1px solid #00BAB6;
}

div.content dl.small {
	font-size: 0.9em;
}

div.content dl.small dt,div.content dl.small dd {
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

div.content dl.inline dt {
	display: inline;
	float: none;
	min-width: 0px;
	margin: 0px;
	clear: none;
	border-top: 0px;
}

div.content dl.inline dd {
	display: inline;
	margin: 0px;
	margin-right: 1em;
	clear: none;
	border-top: 0px;
	clear: none;
	margin-right: 1em;
}

div.content dl.plain,div.content dl.plain dd,div.content dl.plain dt {
	background-color: transparent;
	border: 0px;
	padding: 0.1em 0px;
}

div.content div.inverted-list {
	background-color : #00BAB6;
	margin-top : -0.5em;
	color : white;
	font-size: 0.9em;
}
div.content div.inverted-list ul {
	margin : 0px;
	margin-left : 8.3em;
}
div.content div.inverted-list ul li {
	list-style-type: none;
	margin : 0px;
}
div.content div.inverted-list h3 {
	padding-left : 0.3em;
	margin : 0px;
	width : 7.7em;
	font-size : 1em;
	color : white;
	float : left;
}

div.content div.pre-links {
	font-size: 0.8em;
	margin: 0px;
	margin-top: 0.2em;
}

div.content div.house-gallery {
	text-align: center;
}

div.content div.house-gallery img.large {
	display: block;
	width: 100%;
	margin: -2px;
}

div.content div.house-gallery img.small {
	margin: 0.2em 0.5%;
	width: 30%;
	vertical-align: middle;
}

div.links {
	padding : 0.5em;
	text-align : center;
}

div.content div.message {
	border-top: 1px dashed #00BAB6;
	border-bottom: 1px dashed #00BAB6;
	background-color : #F5FCFB;
	padding : 0px 1em;
}
div.indent {
	margin : 0.5em 0.5em;
	margin-left : 1em;
	margin-top : 5em;
	padding-left : 1em;
	border : 1px dashed #00BAB6;
	border-top : 1px solid #00BAB6;
	border-bottom : 1px solid #00BAB6;
	background-color : #E9F6F4;
}
div.indent div.indent {
	margin-top : 0.5em;
}
div.content div.testimonial {
	border-top: 1px dashed #00BAB6;
	border-bottom: 1px dashed #00BAB6;
	background-color : #F5FCFB;
	padding : 0px 1em;
	margin : 1em 0px;
}

div.columns {
	float: left;
}

div.columns.two {
	width: 47%;
	min-width: 18em;
	margin-left: 3%;
}

div.columns.three {
	width: 31%;
	min-width: 18em;
	margin-left: 0.5%;
}

div.columns+div.columns {
	margin-left: 3%;
}

div.columns.three>h3:first-child {
	margin-top: 0px;
}

div.icon {
	float : left;
	clear : none;
	width: 130px;
}

div.icon + div {
	margin-left: 140px;
}

div.icon+div>h2 {
	margin-top: 0px;
}

div.house-map {
	width: 100%;
	height: 350px;
	overflow: hidden;
}


div.extra-links div {
	position: relative;
	padding: 12px 7px;
	clear: right;
	float: right;
	width : 150px;
	border: 1px dashed #00BAB6;
	font-size: 0.9em;
	margin-bottom: 1em;
	text-align: left;
}
div.extra-links h2 {
	display: none;
}

div.extra-links h3 {
	color: black;
	text-transform: uppercase;
	font-size: 1em;
	margin-bottom: 0.8em;
}

div.extra-links p {
	margin: 1em 0px;
}

div.extra-links ul {
	margin: 1em 0px;
	margin-left: 0.1em;
	font-size: 1em;
}

div.extra-links li {
	list-style-position: inside;
	margin: 0.2em 0px;
}

div.extra-links div.login {
	margin-top : 2em;
}
div.extra-links div.login h3, div.home div.login h3 {
	position: absolute;
	top: -20px;
	right: 10px;
	width: 106px;
	height: 41px;
	text-indent: -99999px;
	margin-top: 0px;
	background-image: url('/images/backgrounds/sign-in.png');
	background-position: top right;
	background-repeat: none;
}


span.corner {
	position: absolute;
	width: 14px;
	height: 14px;
	font-size: 1px;
	background-image: url('/images/backgrounds/corners/blue-dashed.png');
	z-index: 0;
}

span.corner.tl {
	top: -1px;
	left: -1px;
	background-position: left top;
}

span.corner.tr {
	top: -1px;
	right: -1px;
	background-position: right top;
}

span.corner.br {
	bottom: -1px;
	right: -1px;
	background-position: right bottom;
}

span.corner.bl {
	bottom: -1px;
	left: -1px;
	background-position: left bottom;
}

div.footer {
	padding-top: 40px;
	clear: both;
	font-size: 0.8em;
}
div.footer img.divider {
	display : block;
	margin : 20px auto;
	width : 98%;
	height : 4px;
}
div.footer p.sponsors {
	float: right;
	padding: 1.5em 0px;
}

div.footer p.sponsors span {
	display: none;
}

div.footer p.sponsors a img {
	border: 0px;
	margin: 0px 1em;
}

div.footer p.links {
	margin-bottom: 1em;
}

img.left {
	margin-right: 1em;
	float: left;
	clear: left;
}

img.right {
	margin-left: 1em;
	float: right;
	clear: right;
}

a {
	color: #00BAB6;
}

a.active {
	font-weight: bold;
}

hr {
	border : none;
	height : 1px;
	margin : 1em;
	border-top : 1px solid #00BAB6;
}

* .h {
	display: none;
}

div.content table {
	background-color: #E9F6F4;
	border-collapse: collapse;
	width: 100%;
}

div.content tr.new td {
	background-color : white;
	font-weight : bold;
}

div.content td,div.content th {
	border: 1px solid;
	border-top-color: #00BAB6;
	border-left-color: #CCEAE9;
	border-right-color: #CCEAE9;
	border-bottom-color: #00BAB6;
	padding: 0.5em;
}

div.content td.browse-picture {
	padding: 0px;
	text-align: center;
	width : 100px;
}

div.content td.browse-picture a img {
	border: 0px;
}

div.content td.number {
	text-align: center;
}

div.content td.link {
	padding : 0px;
}
div.content td.link a {
	display : block;
	padding : 0.5em;
	height : 100%;
}
div.content td.link a:hover {
	background-color : #CCEAE9;
}

div.content th {
	background-color: #00BAB6;
	color: white;
	text-align: center;
	padding: 0.2em 1em;
}
div.content th.left {
	width : 10em;
	text-align : right;
}