/* 
LVCVA.com four column layout css
*/

/* four col content pages*/

#fourcols {width: 914px; height: 1157px;}
	#fourcols div {float: left; overflow: hidden;}
	#fourcols ul {margin: 0; padding: 0 0 0 10px;}
	#fourcols ul li {margin: 0 0 0 5px; padding: 2px 0;}
	#fourcols img {margin-right: 5px; }
	#fourcols h2 {margin: 20px 0 15px 20px;}
	
.fourcol-left-outer {width: 228px; height: 100%; border-right: solid 1px #E4DDC3; padding-bottom: 20px;}
	.fourcol-left-outer-top {width: 228px; border-bottom: solid 1px #E4DDC3; margin: 0; padding: 0 0 5px 0;}
	.fourcol-left-outer-bottom {width: 228px; border: 0; margin: 0; padding: 0;}
.fourcol-left-inner {width: 226px; height: 100%; border-right: solid 1px #E4DDC3; padding-bottom: 20px;}
.fourcol-right-inner {width: 226px; height: 100%; border-right: solid 1px #E4DDC3; padding-bottom: 20px;}
.fourcol-right-outer {width: 227px; height: 100%; padding-bottom: 20px;}

.sitemap-nav {list-style-type: none; width: 200px;}
.sitemap-nav a {text-decoration: none;} /* it is the display block that makes it need the borders  lets not use list-style*/

.sitemap-subnav {list-style-type: none;}
.sitemap-subnav li a {text-decoration: underline;}

.sitemap-subnav2 {list-style-type: disc; color: #3366CC; margin: 0 0 0 10px;}
.sitemap-subnav2 a {padding-left: 0px; text-decoration: underline;}
.sitemap-subnav2 ul li {margin: 0 0 0 0px; padding: 0; border: 1px solid;}
