/* STYLES UNIQUE TO A CERTAIN PAGE. PLEASE MAKE BEGINNING AND END COMMENTS TO SEPARATE EACH PAGE. */

/*Contact Us Page commands, table and cell can remain the same, but everything else is changable*/

table#contact-us  {
	width:600px;
	margin-top:12px;
	margin-bottom:24px;
}

table#contact-us td  {
	padding:5px 3px;
}

td.name  {
	width:244px;
	font-weight:bold;
}

td.field  {
	width:400px;
}
/*End contact us page styles*/

#map {
	width:500px;
	height:500px;
	padding:0;
	margin:0;
	display:block;
}

div.page-image-right {
	text-align:center;
}

div.page-image-right span {
	font-size:10px;
}

#home h1 {
	font-size:30px;
}

/*Site Map*/
.sitemap_footer {
	font-size:10px;
	color:#CCC;
	text-align:center;
}

.sitemap_footer a {
	font-size:10px;
	color:#CCC;
}