/* CSS Document */

#banner {
	width: 800px;
	background:  url(assets/brushstrokes_logo2.jpg) no-repeat left top;
	height: 150px;
	float: left;
	padding-bottom: 0px;
}
#frame {
margin-left: 20px;
width: 750px;

}
#columnMain {
	float: right;
	width: 470px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
		background-image: url(assets/leaf.jpg);
	background-repeat: no-repeat;
	margin-left: 10px;
}
#columnLeft {
	float: left;
	width: 277px;
	height: 620px;

}

#columnLeft2 {
	float: left;
	width: 277px;
	height: 830px;

}

#columnLeft3 {
	float: left;
	width: 277px;
	height: 375px;

}

#columnLeft4 {
	float: left;
	width: 277px;
	height: 1230px;

}
#navsite h5 {
	display: none;
	background-color: #B2A59F;
}
#navsite ul {
	padding: 5px;
	margin-top: 8px;
	margin-left: 0px;
	border-bottom: 1px solid #778;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #FFFFFF;
	word-spacing: .5em;
	text-transform: uppercase;
	background-color: #b3a59f;
}
#navsite ul li {
list-style: none;
margin: 0;

display: inline;
}
#navsite ul li a {
padding: 3px 0.5em;
margin-left: 3px;
border-right: 1px solid #778;
border-bottom: none;
background: #b3a59f;
text-decoration: none;
padding-top: 8px;
}
#navsite ul li a:link{
color: #ffffff;
}
#navsite ul li a:hover{
color: #000000;
}
#navsite ul li a:visited {
color: #ffffff;
}
#navsite ul li, #navsite ul li a:visited:hover {
color: #000000;
background: #B3A59F;
border-color: #227;
}
#navsite ul li a#current {
background: white;
border-bottom: 1px solid white;
}

#text ul {
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	}
	#text ul li a {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #5A5B5D;
	}
#text ul li a:link {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #7D8765;
	}
	
	#text ul li a:hover {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #000000;
	}

#bottom_links {
	padding: 5px;
	margin-left: 0px;
	border-bottom: 1px solid #778;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 0.1em;
	color: #FFFFFF;
	word-spacing: .5em;
	text-transform: uppercase;
	background-color: #312F20;
	}
#bottom_links a {
padding: 3px 0.5em;
margin-left: 3px;
border-bottom: none;
background: #312F20;
text-decoration: none;
}
#bottom_links a:link{
color: #ffffff;
}
#bottom_links a:hover{
color: #7D8765;
}
#bottom_links a:visited {
color: #ffffff;
}
#bottom_links a:visited:hover {
color: #BBB39E;
background: #312F20;
border-color: #227;
}

