/* 
style.css - custom for BoerneTexasHomes.com

Software design and development by:
	Terence M. Bandoian
	P.O. Box 4074
	Austin, TX 78765
	http://www.tmbsw.com
	terence@tmbsw.com

Copyright (c) 2010 Terence M. Bandoian. All rights reserved.
*/

html {
	overflow-y: scroll;
}

div.sitemap-container {
	width: 90%;
	margin: 0 auto;
	padding: 0;
	border: none;
	text-align: left;
	color: #000000;
}

div.sitemap {
	margin: 0;
	padding: 0;
	border: none;
}

div.sitemap-inner {
	margin: 0 0 0 1.5em;
	padding: 0;
	border: none;
}

div.sitemap a,
div.sitemap a:visited {
	line-height: 1.6em;
	color: #000000;
	text-decoration: underline;
}

div.sitemap a:hover {
	color: #ff0000;
}

/* Copyright (c) 2010 Terence M. Bandoian. All rights reserved. */
