/*----------------------------<content>------------------------*/



#home {
	background: url(/images/home.jpg) no-repeat;
	width: 900px;
	padding-top: 300px;
}

#flash-map {
	width: 314px;
	height: 314px;
}



#content h2 {
	font-weight: normal;
	font-size: 2.3em !important;
	color: #0088AE !important;
	margin-top: 10px;
	padding: 0px;
	line-height: 30px;
}

#flash-home {
	border: 0px solid #c9c9c9;
	border-bottom-width: 20px;
	margin: 0;
}



#home-content {
	/*margin-left: 355px;*/
	width: 465px;
	float: right;
}


#contact-button {
	background: url(/images/home/contact-bttn.gif) repeat-x;
	width: 314px;
	height: 152px;
	display: block;
	margin-top: 15px;
	text-indent: -31337px;
}
/*----------------------------<Quick Search>------------------------*/


#home-content table {
	border: 1px solid #fff;
	background-color: #eee !important;
	color: #444444;
	font-size: 1.10em;
	width: 100%;
	margin-bottom: 10px;
}

#home-content table th {
	color: #fff;
	background-color: #0088AE;
	text-align: center;
	padding: 5px;
	font-size: 1.25em;
	border-bottom: 1px solid #fff;
}

#home-content table td { vertical-align: top; }

#home-content table td {
	text-align: left;
	padding: 8px;
}

#content #home-content table td {
	background: transparent url(/images/layout/bullet.gif) no-repeat 10px center;
}

#content #home-content table a{
	color: #0088AE;

	padding: 0pt 0pt 0pt 1.16667em;
}

#content #home-content table a:hover {
	color:#004E60;
}


