@font-face {
	font-family: 'MisoLight';
	src: url('miso-light.eot');
	src: local('Miso Light'), local('Miso-Light'), url('miso-light.woff') format('woff'), url('miso-light.otf') format('opentype'), url('miso-light.svg#Miso-Light') format('svg');
}

@font-face {
	font-family: 'MisoRegular';
	src: url('miso.eot');
	src: local('Miso Regular'), local('Miso'), url('miso.woff') format('woff'), url('miso.otf') format('opentype'), url('miso.svg#Miso') format('svg');
}

@font-face {
	font-family: 'MisoBold';
	src: url('miso-bold.eot');
	src: local('Miso Bold'), local('Miso-Bold'), url('miso-bold.woff') format('woff'), url('miso-bold.otf') format('opentype'), url('miso-bold.svg#Miso-Bold') format('svg');
}

body {
	margin: 0px; 
	padding: 0px;
	text-align: center;
	background-image: url("../images/background.png");
	background-attachment: fixed;
	font-family: "Arial", sans-serif;
	font-size: 12px;
}

td, th {
	font-family: "Arial", sans-serif;
	font-size: 12px;
	line-height: 12px;
	padding: 0;
	padding-bottom: 3px;
	vertical-align: top;
	text-align: left;
}

th {
	padding-right: 30px;
}

li {
	font-family: "Arial", sans-serif;
    font-size: 12px;
	color:#5A606B;
	line-height:18px;
}

table {
	margin: 0;
}
	
#center_pane {
	width: 1000px;
	margin: 0px auto;
	text-align: left;
	background-color: white;
	position: relative;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #FFFFFF),color-stop(1, #F7F8FB)); /* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#F7F8FB'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#F7F8FB')"; /* IE8 */
}

#search-bar {
	width: 650px;
	z-index: 1002; /* Above Google Maps please ... */
}

#search_bar_content {
	height: 160px;
	background: #07225B;
	padding: 20px;
	padding-left: 100px;
	padding-right: 100px;
}

#search_bar_table {
	width: 100%;
}

#search_bar_table td {
	color: white;
	width: 33%;
	vertical-align: top;
	padding: 0px 0px 10px 0px;
}

#search_bar_form_identifier select {
	width: 170px;
}

#search_bar_bottom {
	position: relative;
	width: 1000px;
	height: 5px;
	margin-bottom: 85px;
	background-image: url("../images/search_bar_bottom_crushed.png");
	_background-image: url("../images/search_bar_bottom_crushed.gif");
	background-position: center bottom;
}

#search_content {
}

#search_result_container {
	position: relative;
	border: 1px solid #C5CDDE;
}

#clear_button, #search_button {
	float: right;
	display: block;
	right: 50px;
	top: 30px;
	height: 40px;
	line-height: 50px;
	color: white;
	text-transform: uppercase;
	font-size: 16px;
	cursor: pointer;
	z-index: 5000;
	text-align: right;
	margin-right: 20px;
}

#clear_button input, #search_button input {
	border: none;
	background: none;
	width: auto;
	display: inline;
	padding: 0;
	margin: 0;
}

input#zip-or-address {
	width: 160px;
}

#search_button_image {
	width: 20px !important;
	height: 20px !important;
	margin-bottom: -3px !important;
}

#loupe {
	position: relative;
	position: absolute;
	left: 190px;
	top: 190px;
	width: 20px;
	height: 20px;
	background-image: url('../images/loupe.png');
	z-index: 50;
	cursor: pointer;
}

#logo {
	position: relative;
	position: absolute;
	left: 50px;
	top: 25px;
	width: 250px;
	height: 80px;
	/* background-image: url("../images/logo.png"); */
}

#menu_container {
	position: relative;
	float: left;
	margin-left: 50px;
	margin-top: 15px;
	width: 250px;
}

#menu_container a {
	text-decoration: none;
}

#ajaxContainer {
	margin-top: -80px;
	float: right;
	width: 650px;
}

#content {
	width: 600px;
	min-height: 1100px;
	height: auto!important;
	height: 900px;
	font-family: "Arial", sans-serif;
	font-size: 12px;
	color: #5A606B;
	color: #787E95;
	line-height:18px;
}

#breadcrumbs {
	height: 40px;
	line-height: 20px;
	font-size: 11px;
	color: #8892A8;
	text-align: right;
	vertical-align: top;
	margin-bottom: 17px;
	margin-top: 38px;
}

#breadcrumbs a, #breadcrumbs a:visited {
	color: #8892A8;
	text-decoration: underline;
}

#call-to-action {
	width: 190px;
	height: 80px;
	margin-top: -36px;
}

#language-selector {
	position: relative;
	float: right;
	border: 1px solid #C5CDDE;
	padding: 6px 10px 2px 10px;
	margin-top: -10px;
	background-image: url("../images/menuheader_inactive_background.png");
	background-repeat: repeat-x;
	background-position: 0 10px;
}

#details-navigation {
	position: relative;
	color: white;
	background-color: #18377a;
	border: none;
	width: 580px;
	margin-bottom: 50px;
	padding: 2px 10px 0 10px;
}

#details-navigation a {
	color: white;
	line-height: 30px;
}

#details-navigation a.previous {
	padding-left: 25px;
	background-image: url("../images/menuitem_arrow_left.png");
	background-repeat: no-repeat;
	background-position: left center;
}

#details-navigation a.back {
	padding-left: 25px;
	background-image: url("../images/menuitem_arrow_left.png");
	background-repeat: no-repeat;
	background-position: left center;
}

#details-navigation a.next {
	padding-right: 25px;
	background-image: url("../images/menuitem_arrow.png");
	background-repeat: no-repeat;
	background-position: right center;
}

#details-navigation a.inactive {
	opacity: 0.5;
	cursor: default;
}

#details-bottom {
	background-color: #F6F7FA;
	padding: 30px;
	margin-top: 20px;
}

#details-bottom h2 {
	margin-bottom: 10px;
}

#details-bottom .content {
	margin-right: 200px;
}

/* Only for print */
#description {
	display: none;
}

input, textarea {
	display: block;
	margin: 0 0 5px 0;
	background: white;
	border: 1px solid #B8C4D6;
	width: 290px;
	padding: 4px 5px;
	font-family: sans-serif;
	font-size: 12px;
	color: #5A606B;
}

#details-bottom .content input, #details-bottom .content textarea {
	margin: 0 0 10px 0;
	padding: 8px 10px;
}

input.error, textarea.error {
	border: 1px solid red !important;
}

#details-bottom .content textarea {
	height: 150px;
}

#details-bottom .navigation {
	float: right;
	width: 165px;
}

#details-bottom .navigation a {
	display: block;
	line-height: 18px;
	padding: 5px 0;
	padding-left: 15px;
	border-bottom: 1px dotted #c5cdde;
	color: #5A606B;
}

#details-bottom .navigation a#favorite {
	border-top: 1px dotted #c5cdde;
	background: transparent url(../images/icon_fav.png) 1px 8px no-repeat;
}

#details-bottom .navigation a#broker {
	background: transparent url(../images/icon_broker.png) left 8px no-repeat;
}

#details-bottom .navigation a#send-to-friend {
	background: transparent url(../images/icon_send.png) left center no-repeat;
}

#details-bottom .navigation a#add-to-any {
	background: transparent url(../images/icon_share.png) 1px center no-repeat;
	float: none; /* Add this makes me float, so undo */
}

#details-bottom .navigation a#print_css {
	background: transparent url(../images/icon_print.png) 1px center no-repeat;
}

/* Hack for design */
#details-bottom .navigation a#add-to-any span {
	width: 0px;
	margin: 0;
}

#details-bottom button {
	border: 1px solid #B8C2D7;
	padding: 3px 5px;
	width: 100px;
	text-align: left;
	cursor: pointer;
}

#favorites button, #details-bottom button {
	color: white;
	background-color: #FF7A00;
	background-image: -moz-linear-gradient(top, #FFBF18, #FF7A00); /* FF3.6 */
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #FFBF18),color-stop(1, #FF7A00)); /* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFBF18', EndColorStr='#FF7A00'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFBF18', EndColorStr='#FF7A00')"; /* IE8 */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#details-bottom button span.image {
	float: right;
	width: 12px;
	height: 15px;
	background-image: url("../images/menuitem_arrow.png");
	background-repeat: no-repeat;
	background-position: left center;
}

#details-bottom form {
	position: relative;
}

#details-bottom form .overlay {
	position: absolute;
	left: 0;
	right: -20px;
	top: 25px;
	bottom: 0;
	background: #F6F7FA;
	display: none;
}

#loader {
	position: absolute;
	background-image: url(../images/loader.gif);
	background-position: left center;
	background-repeat: no-repeat;
	width: 250px;
	height: 30px;
	line-height: 30px;
	padding-left: 40px;
	background-color: white;
}

div.menuheader, span.menuitem {
	display: block;
	position: relative;
	height: 40px;
	line-height: 45px;
	padding-left: 10px;
	margin-bottom: 1px;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: -0.02em;
	font-weight: normal;
	cursor: pointer;
	font-size: 17px;
	font-family: "MisoLight";
}

div.menuheader img, span.menuitem img {
	float: left;
	padding-top: 13px;
}

div.menuitem_font {
}

div.menuheader {
	background-image: url("../images/menuheader_inactive_background.png");
	background-repeat: repeat-x;
	color: #616772;
	border: 1px solid #C5CDDE;
	margin-bottom: 5px;
}

div.menuheader_active {
	background-image: url("../images/menuheader_active_background.png");
	background-repeat: repeat-x;
	color: #F3F4F8;
	border: none;
	margin-bottom: 1px;
}

div.menuheader span.img, span.menuitem span.img {
	position: relative;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 20px;
	height: 20px;
}

div.menuheader span.img { 
	background-image: url("../images/menuheader_arrow_inactive.png");
}

div.menuheader_active span.img { 
	background-image: url("../images/menuheader_arrow_active.png");
}

span.menuitem span.img {
	background-image: url("../images/menuitem_arrow.png");
}

span.menuitem {
	background: #7494D4;
	color: white;
}

span.menuitem span {
	color: white;
	height: 14px;
}

span.menuitem_active, span.menuitem_hover {
	background: #96B0E4;
}

span.menuitem_current span.img {
	background-image: url(../images/menuitem_arrow_current.png);
}

#related, #last-viewed, #favorites {
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
	border: 1px solid #C5CDDE;
	padding: 20px;
	width: 208px;
	background-color: white;
}

#related .object, #last-viewed .object, #favorites .favorite {
	text-transform: capitalize;
	line-height: 18px;
	border-bottom: 1px dotted #c5cdde;
	padding: 5px 0;
}

#related .object a, #last-viewed .object a, #favorites .favorite a {
	font-weight: normal;
	color: #5A606B;
	background-image: url("../images/menuheader_arrow_inactive.png");
	background-position: left center;
	background-repeat: no-repeat;
	margin: 0 -8px;
	padding-left: 23px;
}

#related .first, #last-viewed .first, #favorites .first {
	margin-top: 5px;
	border-top: 1px dotted #c5cdde;
}

#favorites .favorite .button {
	float: right;
	cursor: pointer;
	background-image: url('../images/close_button.png');
	background-repeat: no-repeat;
	background-position: center center;
	width: 10px;
	height: 19px;
}

#favorites button {
	margin-top: 20px;
	width: 150px;
	border: 1px solid #B9C3D8;
	padding: 5px 10px;
	text-align: left;
	cursor: pointer;
}

#favorites button .icon {
	background-image: url("../images/menuitem_arrow.png");
	background-repeat: no-repeat;
	background-position: left center;
	float: right;
	display: inline-block;
	width: 15px;
	height: 14px;
	margin-right: 5px;
}

#tag_cloud {
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px;
	width: 208px;
	border: 1px solid #C5CDDE;
	text-align: center;
	background-color: white;
}

#tag_cloud a {
	text-transform: uppercase;
	color: #ABB5C9;
	margin-right: 5px;
	text-decoration: none;
	font-weight: normal;
	font-family: "MisoRegular";
	text-transform: uppercase;
}

#tag_cloud a:hover {
	color: #7494D4;
}

#tag_cloud h1 {
	display: inline;
	font-size: 39px;
	line-height: 32px;
	letter-spacing: -0.06em;
}

#tag_cloud h2 {
	display: inline;
	font-size: 25px;
	line-height: 28px;
	letter-spacing: -0.04em;
}

#tag_cloud h3 {
	display: inline;
	font-size: 20px;
	line-height: 22px;
	letter-spacing: -0.02em;
}

#footer {
	width: 1000px;
	background-image: url("../images/footer_background.png");
	background-repeat: repeat-x;
	background-color: #07225b;
	_background-image: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../images/footer_background.png",sizingMethod="image");
	color: white;
	text-align: center;
	text-transform: uppercase;
	font-size: 12px;
	padding-top: 18px;
	padding-bottom: 20px;
	letter-spacing: -1px;
	clear: both;
	margin-top: 50px;
}

#footer span {
	margin-right: 46px;
}

#sitemap {
	letter-spacing: 0;
	text-align: left;
	font-size: 10px;
	padding: 0 0 50px 60px;
}

#sitemap a {
	text-decoration: none;
}

#sitemap .sitemap_block {
	float: left;
	text-transform: none;
	margin: 10px;
	width: 110px;
}

.clearfix {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

/* Menu rounded corners */
div.menuheader_inactive_tl {
	position: relative;
	position: absolute;
	background-image: url("../images/menuheader_inactive_tl.png");
	top: -1px;
	left: -1px;
	width: 5px;
	height: 5px;
	font-size: 0px;  /* IE6 fix */
	line-height: 0px;  /* IE6 fix */
	z-index: 999; /* Above Google Maps please ... */
}

div.menuheader_inactive_tr {
	position: relative;
	position: absolute;
	background-image: url("../images/menuheader_inactive_tr.png");
	top: -1px;
	right: -1px;
	width: 5px;
	height: 5px;
	font-size: 0px;  /* IE6 fix */
	line-height: 0px;  /* IE6 fix */
	z-index: 999; /* Above Google Maps please ... */
}

div.menuheader_inactive_bl {
	position: relative;
	position: absolute;
	background-image: url("../images/menuheader_inactive_bl.png");
	bottom: -1px;
	left: -1px;
	width: 5px;
	height: 5px;
	font-size: 0px;  /* IE6 fix */
	line-height: 0px;  /* IE6 fix */
	z-index: 999; /* Above Google Maps please ... */
}

div.menuheader_inactive_br {
	position: relative;
	position: absolute;
	background-image: url("../images/menuheader_inactive_br.png");
	right: -1px;
	bottom: -1px;
	width: 5px;
	height: 5px;
	font-size: 0px;  /* IE6 fix */
	line-height: 0px;  /* IE6 fix */
	z-index: 999; /* Above Google Maps please ... */
}

div.menuheader_active_tl {
	display: none;
	position: relative;
	position: absolute;
	background-image: url("../images/menuheader_active_tl.png");
	top: 0px;
	left: 0px;
	width: 5px;
	height: 5px;
	font-size: 0px;  /* IE6 fix */
	line-height: 0px;  /* IE6 fix */
}

div.menuheader_active_tr {
	display: none;
	position: relative;
	position: absolute;
	background-image: url("../images/menuheader_active_tr.png");
	top: 0px;
	right: 0px;
	width: 5px;
	height: 5px;
	font-size: 0px;  /* IE6 fix */
	line-height: 0px;  /* IE6 fix */
}

.menuitem_bl {
	position: relative;
	position: absolute;
	background-image: url("../images/menuitem_bl.png");
	bottom: 0px;
	left: 0px;
	width: 5px;
	height: 5px !important;
	font-size: 0px;  /* IE6 fix */
	line-height: 0px;  /* IE6 fix */
	z-index: 15;
}

.menuitem_br {
	position: relative;
	position: absolute;
	background-image: url("../images/menuitem_br.png");
	bottom: 0px;
	right: 0px;
	width: 5px;
	height: 5px !important;
	font-size: 0px;  /* IE6 fix */
	line-height: 0px;  /* IE6 fix */
}

/* Do not show the rounded cornerd in active elements */
div.menuheader_active div.menuheader_inactive_tl,
div.menuheader_active div.menuheader_inactive_tr,
div.menuheader_active div.menuheader_inactive_bl,
div.menuheader_active div.menuheader_inactive_br
{
	display: none;
}

div.menuheader_active div.menuheader_inactive_tl,
div.menuheader_active div.menuheader_inactive_tr,
div.menuheader_active div.menuheader_inactive_bl,
div.menuheader_active div.menuheader_inactive_br
{
	display: none;
}

/* But show these */
div.menuheader_active div.menuheader_active_tl, div.menuheader_active div.menuheader_active_tr {
	display: block;
}

div.content_item div.menuheader_active_tl, div.content_item div.menuheader_active_tr {
	display: block;
}

/* Content items */
div.content_item {
	position: relative;
	width: 558px;
	border: 1px solid #C5CDDE;
	margin-bottom: 20px;
	padding: 20px;
	background-color: white;
}

#tabs {
	position: absolute;
	top: -40px;
	left: -1px;
}

#tabs > a.tab {
	position: relative;
	display: block;
	float: left;
	padding: 10px 20px;
	margin-right: 5px;
	border: 1px solid #C5CDDE;
	border-bottom: none;
	background: white;
	background-image: url("../images/menuheader_inactive_background.png");
	background-repeat: repeat-x;
	z-index: 1000;
}

#tabs > a.active {
	background: white;
	border-bottom: 1px solid white;
}

div.result_item {
	min-height: 185px;
	cursor: pointer;
	padding-bottom: 5px;
	border: none;
	border-bottom: 1px solid #F0F0F0;
	margin-bottom: 0;
}

div.result_item {
	border-top: 1px solid #F0F0F0;
}

div.result_item_first {
	border-top: none;
}

div.result_item_flash {
	min-height: 160px;
	cursor: pointer;
	background: url("../images/result_item_hover_background.png") bottom repeat-x;
}

div.result_item_active {
	background: url("../images/result_item_hover_background.png") bottom repeat-x;
}

.paginator {
	/* height: 40px;
	line-height: 40px; */
	background: white;
	color: #8892A8;
	text-align: center;
	position: relative;
	line-height: 35px;
	zoom: 1;
}

.paginator a {
	position: relative;
	font-weight: normal;
	color: #8892A8;
	text-align: center;
	text-decoration: none;
	padding-left: 4px;
	padding-right: 4px;
	width: 35px;
}

.paginator a.active {
	font-weight: bold;
	text-decoration: underline;
}

.paginator img {
	vertical-align: middle;
	margin: 5px;
}

div.paginator_button {
	position: relative; 
	float: left;
	width: 100px; 
	text-align: center; 
	line-height: 35px; 
	color: #8892A8;
	font-weight: bold;
	border: 1px solid #C5CDDE; 
	border-bottom: 0px; 
	background: white; 
	margin-bottom: -1px; 
	margin-right: 3px;
	cursor: pointer;
	font-size: 12px;
	padding: 0 10px;
}

div.paginator_button_inactive {
	background: url("../images/menuheader_inactive_background.png") repeat-x scroll 0 0 white
}

#button_map_view {
	z-index: 0;
}

#button_list_view {
	z-index: 1;
}

a {
	cursor: pointer;
	color: #8892A8;
	font-weight: bold;
	text-decoration: underline;
}

h1, h2, .textheader {
	font-size: 19px;
	color: #07225B;
	margin-top: 0px;
	text-decoration: none;
}

h1, h2 {
	font-family: "MisoRegular";
	text-transform: uppercase;
	margin: 0;
	font-weight: normal;
}

h3 {
	font-family: "Arial", sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
}

p {
	line-height: 18px;
	color: #5A606B;
	margin-top: 0px;
	margin-bottom: 20px;
}

img {
	border: 0;
}

td {
	vertical-align: top;
	color: #5A606B;
}

form td {
	line-height: 20px;
}

ul {
	vertical-align: middle;
	list-style: none;
	list-style-position: inside;
	margin: 0;
	margin-bottom: 20px;
	padding: 0;
	clear: left; /* Issues with the flaoting images on the left: the bullets disappear behind the ul :( */
}

ul li {
	color: #5A606B;
	padding: 5px;
	background-image: url("../images/list_image.png");	
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: 0px 4px;
}

div.content_item img {
	float: left;
	margin-right: 20px;
}

div.content_item span img {
	float: none;
}

#images {
	float: left; 
	width: 200px;
	height: 140px;
	margin: 0 20px 5px 0;
	overflow: hidden;
}

div.content_item a {
	text-decoration: none;
}

div.result_item div.result_content {
	margin: 0;
}

div.content_item div.result_content table {
	margin-bottom: 10px;
}

#photos {
	margin-right: -30px;
}

#photos img {
	width: 180px;
	float: left;
	margin: 0 10px 10px 0;
}

.location_info {
	position: relative;
	position: absolute;
	top: 20px;
	left: 0px;
	width: 200px;
	height: 335px;
	background: white;
	padding-right: 30px;
}

.location_info h1 {
	height: 30px;
}

.location_close {
	position: relative;
	position: absolute;
	top: 5px;
	right: 40px;
	width: 5px;
	height: 5px;
	cursor: pointer;
	background-image: url('../images/close_button.png');
}

#google_maps, .google_maps {
	position: relative;
	position: absolute;
	top: 20px;
	right: 0px;
	width: 558px;
	height: 330px;
	border: 1px solid #C5CDDE;
	z-index: 10;
}

input.styled, textarea.styled {
	border: 1px solid #C5CDDE;
	width: 300px;
}

.flash_presentation {
	padding: 0px;
	margin: 0px;	
}

#print_css {
	display: block;
}

#default_css {
	display: none !important;
}

#images_print {
	display: none;
}
