/* search */
#mainBlock #content{
	width: 100%;
}

#content #contactForm p{
	float: left;
	display: inline;
	margin: 12px 0 12px 16px;
}

	#content #contactForm .legend{
		width: 663px;
	}
	
	#resultsNumber{ margin-left: 0.4em; margin-top: 2em;}

	ol#searchResults{
		margin-bottom: 1em;
		list-style-type: none;
	}

		ol#searchResults li{
			margin-bottom: 1em;
			font-size: 1.3em;
			border-bottom: 1px dotted #cecece;
		}

		ol#searchResults li b{ }
		ol#searchResults li br{ display: none;}

		ol#searchResults li.even{}

			ol#searchResults li p{
				margin: 0 0 .2em 0;
			}
			
			#content ol#searchResults li h3{
				margin: 0 0 .2em 0;
				font-size: 1.3em;
			}

			#content ol#searchResults li h3 a{ text-decoration: underline; }
			#content ol#searchResults li h3 a:hover{ text-decoration: none; }
			#content ol#searchResults li p.url{ margin-top: 0;}
			#content ol#searchResults li p.url a{font-weight: bold;}

			ol#searchResults li span.date{
				font-size: 0.9em;
			}