html {
	background-color: #0f0f6b !important;
}

/*margin and padding on body element
	  can introduce errors in determining
	  element position and are not recommended;
	  we turn them off as a foundation for YUI
	  CSS treatments. */
h1 {
	margin: 0;
	padding: 0;
}
.yui3-loading #indexpage{
		display: none;
	}

	/* needed for known issue with Dom.getXY() in safari for absolute elements in positioned containers */
body {
	background-color: #0f0f6b;
	color: white;
	margin: auto;
	width: 960px;
	padding:0;
	font-family: Cambria, "Hoefler Text", Utopia, "Liberation Serif",
		"Nimbus Roman No9 L Regular", Times, "Times New Roman", serif;
}
body#indexpage {
	margin:auto;
}
body#indexpage h1 h2 h3 h4 {
	padding-right: 150px;
}
body h1.pagetitle {
	margin-top:0;
	margin-bottom:0;
}
body#indexpage div#adspace1 {
	padding: 0 0 0 0;
	text-align: center;
	width: 120px;
	height: 240px;
	margin: auto;
	background-color: #66ffff;
}

body h1#topbanner {
	color: #43477e;
	background-color: #f4f4ea;
	padding: 0 1em;
	margin: 0;
	-moz-border-radius: 0 0 1em 1em;
	-webkit-border-bottom-left-radius: 1em;
	-webkit-border-bottom-right-radius: 1em;
	border-bottom-left-radius: 1em;
	border-bottom-right-radius: 1em;
	border-bottom-color: url(/public/graphics_mainsite/toplink_bg1.gif);
	border-left-color: url(/public/graphics_mainsite/toplink_bg1.gif);
	border-right-color: url(/public/graphics_mainsite/toplink_bg1.gif);
}
#doc4 {
	background-color: white;
	color: black;
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	border-radius: 2em;
}

#toledolegalnavigation .yui3-menu, #toledolegalnavigation .yui3-menu-content, #toledolegalnavigation .yui3-menu-label, #toledolegalnavigation .yui3-menuitem-content{
	background-color: #f4f4ea;
	background-image: none;
	border-left: 1px solid #f4f4ea;
	border-right: 1px solid #f4f4ea;
	border-top:none;
	border-bottom:none;
	margin:0;
}
#toledolegalnavigation .yui3-menu-label-active,#toledolegalnavigation .yui3-menu-label-menuvisible, #toledolegalnavigation .yui3-menu .yui3-menuitem-content {
	background-color:#ccc;
	border-left: 1px solid #101010;
	border-right: 1px solid #101010;
}
#toledolegalnavigation .yui3-menu {
	border: 1px solid #101010;
}
#toledolegalnavigation .yui3-menu-label-active,#toledolegalnavigation .yui3-menu-label-menuvisible {
	border-left: 1px solid #101010;
	border-right: 1px solid #101010;
}
#toledolegalnavigation .yui3-menu .yui3-menuitem-active .yui3-menuitem-content, #toledolegalnavigation .yui3-menuitem-active .yui3-menuitem-content{
	background-color:#6ff;
	border-left: 1px solid #101010;
	border-right: 1px solid #101010;
}
/* 3 column blocks positions */
#layout3col {
	padding-left: 18em;
	padding-right: 18em;
	background-color: white;
}

#main {
	width: 100%;
	color: #222;
}

#left {
	width: 17em;
	margin-left: -18em;
	min-width: 221px;
}

#gads {
	width: 160px;
	height: 600px;
	margin: auto;
}

#extra {
	width: 17em;
	min-width: 221px;
	margin-right: -18em;
	padding-left: 2em;
}

/* Hide the skiplinks if needed */
div#skiplinks {
	display: none;
	position: absolute;
	top: -9999px;
	left: -9999px;
}

/* Stylesheets for the top banner of the Index Page */
div#banner_index {
	max-width: 100%;
	min-width: 100%;
	max-height: 175px;
	min-height: 175px;
	left: 0;
	top: 0;
	width: 100%;
	height: 175px;
	background: #0f0f6b url(/public/graphics_mainsite/index_banner.jpg) 0 0
		no-repeat;
	text-align: right;
}

div#banner_index h1 {
	position: absolute;
	left: -9999px;
	top: -9999px;
	text-indent: -9999px;
}

div#topbar {
	left: 0;
	top: 175px;
	background-color: #0f0f6b;
	background-image: url(/public/graphics_mainsite/toplink_bg1.gif);
	width: 100%;
	border-top: 2px solid #339900;
	padding: 0;
}

#topbar p {
	color: #FFF7B6;
	font-size: 77%;
	padding-left: 1.5em;
	margin: 2px 0 3px 0;
}

div#est {
	float: right;
	vertical-align: bottom;
	padding-right: 2em;
	color: #FFF7B6;
	font-size: 77%;
	font-style: italic;
}

body#indexnavigation div#bd li {
	padding-left: 2em;
}

body#indexnavigation div#bd ul {
	padding-left: 2em;
}

.clearFloat {
	clear: both;
}

ul#sidelink {
	list-style-type: none;
	background-color: #ffd166;
	color: white;
	padding: 1em 0 1.2em;
	margin: 1em 1em 1em 0;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	-moz-box-shadow: #222 4px 4px 10px; /*For Mozilla Firefox*/
	-webkit-box-shadow: #222 4px 4px 10px; /*For Safari and Chrome*/
	box-shadow: 4px 4px 10px #222;
}

body h1.pagetitle {
	color: #43477e;
	background-color: #f4f4ea;
	padding: 0 2em;
	-moz-border-radius: 0 0 1em 1em;
	-webkit-border-bottom-left-radius: 1em;
	-webkit-border-bottom-right-radius: 1em;
	border-bottom-left-radius: 1em;
	border-bottom-right-radius: 1em;
	border-bottom-color: url(/public/graphics_mainsite/toplink_bg1.gif);
	border-left-color: url(/public/graphics_mainsite/toplink_bg1.gif);
	border-right-color: url(/public/graphics_mainsite/toplink_bg1.gif);
}

ul#sidelink li {
	text-shadow: 1px 1px #99c;
	list-style-type: none;
	word-wrap: break-word;
	word-break: break-strict;
	line-height: 1.1em;
	font-variant: normal;
	text-align: left;
	font-size: 108%;
	padding-bottom: .1em;
	padding-top: .1em;
}

ul#sidelink li a {
	margin-left: 8px;
	margin-bottom: 0pt;
	margin-right: 8px;
	margin-top: 0pt;
	font-variant: normal;
	font-style: normal;
	word-wrap: break-word;
	word-break: normal;
	text-align: left;
	background: transparent none repeat scroll 0%;
	color: blue;
	display: block;
	font-size: 100%;
	font-stretch: wider;
	font-weight: normal;
	text-decoration: none;
}

ul#sidelink li a:visited {
	color: #104cbe;
	text-decoration: none;
}

ul#sidelink li a:hover {
	color: #FFFFFF;
	background: #1919B3;
	text-decoration: underline;
}

/* Stylesheet information for Index page Legal Links */
div#legalinks {
	width: 175px;
	background: #FFD166;
	list-style-type: none;
	background-color: #ffd166;
	color: white;
	padding: 1em .25em 1.2em;
	margin: 1em 0 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	-moz-box-shadow: #222 4px 4px 10px; /*For Mozilla Firefox*/
	-webkit-box-shadow: #222 4px 4px 10px; /*For Safari and Chrome*/
	box-shadow: 4px 4px 10px #222;
}

div#legalinks h2 {
	font: 1em/1.5em bold small-caps;
	color: #0808C3;
	border-bottom: 1px solid #0808C3;
	text-align: center;
	padding: 0em 1em 0em 1em;
	background-color: #ffd166;
	margin: .5em 0 .2em;
	border-bottom-color: #0808c3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	text-align: left;
	text-transform: capitalize;
	text-decoration: none;
	font-weight: bold;
	font-size: 108%;
}

div#legalinks a {
	color: #12127D;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

div#legalinks a:hover {
	color: #FFFFFF;
	background: #1919B3;
	text-decoration: underline;
}

div#legalinks a:visited {
	color: #6D6DBE;
	text-decoration: none;
}

#legalinks ul {
	list-style: none;
	padding: .25em;
	margin: 0;
}

div#legalinks ul li {
	list-style-type: none;
	padding: 0 0.25em;
	font: .75em;
	text-align: left;
}

/* Default footer styles for all pages. */
div#ft {
	width: 100%;
	margin-top: 0;
	color: #333333;
	font-size: 93%;
	font-style: italic;
	padding: 0;
	padding-bottom: 1em;
}

div#footer {
	padding: 0;
	margin: 0;
	background-color: white;
	color: black;
	-moz-border-radius: 0 0 2em 2em;
	-webkit-border-bottom-left-radius: 2em;
	-webkit-border-bottom-right-radius: 2em;
	border-bottom-left-radius: 2em;
	border-bottom-right-radius: 2em;
}

#ft p {
	text-align: center;
}

#ft	hr {
	width: 80%;
	border-color: #996B00;
}

body .content {
	background-color: #fff;
	color: #000;
	border: 1px solid #f00;
	padding: 1em .25em 1.2em;
	margin: 1em 0 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	-moz-box-shadow: #f00 4px 4px 10px; /*For Mozilla Firefox*/
	-webkit-box-shadow: #f00 4px 4px 10px; /*For Safari and Chrome*/
	box-shadow: 4px 4px 10px #f00;
	width: 175px;
}

div#articles div h2 {
	background-color: #f4f4eb;
	margin-bottom: 0;
}

div#articles div h2 a {
	margin-bottom: 0;
	text-decoration: none;
}

div#articles div h2 a:hover {
	margin-bottom: 0;
	text-decoration: underline;
}

div#articles div h3 {
	margin: 0 0 .2em 0;
}

p.article {
	margin: 0;
}

div#weather {
	max-height: 175px;
	min-height: 175px;
	max-width: 324px;
	min-width: 324px;
	float: right;
	width: 324px;
	height: 175px;
	vertical-align: bottom;
	text-align: left;
	border: none;
}

#yw-forecast {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: #CCE1FF
		url(http://l.yimg.com/a/i/us/nws/weather/crntcondbg_day.gif) repeat-x
		scroll 0 0;
	border-color: #5182CE -moz-use-text-color;
	border-style: solid none;
	border-width: 0px medium;
	clear: both;
	height: 175px;
	min-height: 175px;
	position: relative;
	width: 100%;
	padding: 0;
	margin: 0;
}

#yw-forecast em {
	display: block;
	font-size: 77%;
	padding: 10px 0 5px 10px;
}

#yw-forecast #yw-cond {
	color: #000000;
	font-size: 129%;
	font-weight: bold;
	padding: 5px 0 5px 10px;
	position: relative;
	z-index: 2;
}

#yw-forecast .forecast-temp {
	-moz-background-clip: border;
	-moz-background-inline-policy: continuous;
	-moz-background-origin: padding;
	background: transparent
		url(http://l.yimg.com/a/i/us/nws/weather/wdgt_day.png) no-repeat
		scroll 0 0;
	min-width: 200px;
	position: absolute;
	right: 0px;
	top: 45px;
	width: 15.3846em;
	z-index: 0;
}

#yw-forecast .forecast-temp #yw-temp {
	color: #FFFFFF;
	float: right;
	font-size: 260%;
	font-weight: bold;
	padding: 5px 15px 2px 0;
	text-shadow: 0 -1px 1px #315895;
}

#yw-forecast .forecast-temp p {
	clear: right;
	color: #FFFFFF;
	font-size: 85%;
	padding-right: 17px;
	text-align: right;
	text-shadow: 0 -1px 1px #315895;
}

#yw-forecast .forecast-temp ul {
	color: #003399;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 17px 0 50px;
}

#yw-forecast .forecast-temp ul li {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	line-height: 1.1em;
}

#yw-forecast dl {
	color: #000000;
	font-size: 85%;
	padding: 5px 0 14px 10px;
	margin: 0;
}

#yw-forecast dt {
	float: left;
	width: 6em;
}

#yw-forecast dd {
	margin-bottom: 2px;
	z-index: 2;
}

#yw-forecast .forecast-temp ul {
	color: #003399;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 17px 0 50px 2em;
}

#yw-forecast .forecast-icon {
	background-repeat: no-repeat;
	height: 130px;
	left: 100px;
	position: absolute;
	top: 0;
	width: 250px;
}

div.dcad1 {
	clear: both;
	text-align: center;
	width: 120px;
	height: 240px;
	margin: auto;
	background-color: #66ffff;
}

div.dcad2 {
	clear: both;
	text-align: center;
	width: 125px;
	height: 125px;
	margin: auto;
	background-color: #66ffff;
}

div.dcad3 {
	clear: both;
	text-align: center;
	width: 160px;
	height: 600px;
	margin: auto;
}

div.dcad4 {
	clear: both;
	text-align: center;
	width: 160px;
	height: 160px;
	margin: auto;
}

div#dcad1,div#dcad2,div.dcad1,div.dcad2 {
	margin: auto;
	text-align: center;
}

h1,h2,h3,h5 {
	color: #000;
	background-color: #ccc;
}

#bd {
	color: black;
	background-color: white;
}

input:focus,select:focus,textarea:focus {
	background: #ff6;
	color: #4c4c4c;
}

/* Public styles for sale statuses */
/* Styles for the status of a row. */
.Active {
	color: black;
	background-color: #FFFFAE;
}

.Cancelled {
	color: black;
	background-color: #FFD6D6;
}

.NoSale {
	color: black;
	background-color: #D6E0FF;
}

.Sold {
	color: black;
	background-color: #BAFFBA;
}

.NoBid {
	color: black;
	background-color: #DFDFDF;
}

.Unpaid {
	color: black;
	background-color: #FFF;
}

.Import {
	color: black;
	background-color: #FFF;
}

.NoBidNoSale {
	color: black;
	background-color: #D6E0FF;
}

div#hd div#utilities {
	background-color: #FFF;
	color: 000;
}

/* Style options for the quote blocks */
body#indexpage div.quicknote .red {
	color: red;
}

body#indexpage div.quicknote .green {
	color: green;
}

body#indexpage div.quicknote .blue {
	color: blue;
}

body#indexpage div.quicknote .brown {
	color: brown;
}

body#indexpage div.quicknote em {
	color: black;
}

body#indexpage div.quicknote strong {
	color: black;
}

body#ft {
	background-color: #fff;
	color: #000;
}

h2.article {
	background-color: #f4f4eb;
	color: black;
}

h2.article a {
	color: black;
}

div#articles div h3 {
	color: black;
	background-color: #f4f4eb;
}
/* Handle the login block formatting. */
 #login-block, #welcome-block{
	margin-top:.3em;
/*	border: 2px #403d80 solid; */
	color:black;
	background-color:white;
	padding:.1em;
	vertical-align: middle;
	font-size:85%;
}
#login-block fieldset {
	border: 1px solid blue;
}
#login-block fieldset{
	border: 1px solid green;
	padding: 0 .5em;
	margin: .5em;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	border-radius: .5em;
}
#login-block fieldset dl{
	margin:0;
	padding:0;
}
#login-block legend{
	border-left: 1px solid green;
	border-bottom: 1px solid green;
	border-top: none;
	border-right: none;
	margin: .25em 1em;
	padding: .25em .5em;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	border-radius: .5em;
}
#login-block .yui3-u-1-3 {
	width:31%;
}
#login-block .yui3-u-3-4 {
	width:72%;
}
#login-block .yui3-u-1-4 {
	width:24%;
}
 #login-block input,   #login-block input[type="password"],   #login-block input[type="text"]{
	width:70%;
}
#login-block a {
	margin: 0 .25em;
}
#login-block dt {
	display:none;
	border:0;
	margin:0;
}
#login-block dl {
	margin:0;
	padding:0;
}
#login-block #openid label{
	display:none;
}
#login-block #openid legend{
	padding-left:20px;
	background: url(/public/graphics_mainsite/openid-icon-small.gif) no-repeat left center;
}
#login-block #openid input {
	width:100%;
}
#login-block #openid input[type="text"] {
	padding-left:18px;
	background: url(/public/graphics_mainsite/openid-icon-small.gif) no-repeat left center;	
}
#welcome-block p {
	margin:auto;
	margin-top:3px;
	padding: 0;
	text-align: center;
}


