/* CSS Document */

#wrapper {
	background-image: url(assets/back.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
	
	#top-box {
	width: 800px;
	background:  url(assets/top-box.jpg) no-repeat center top;
	height: 18px;
	float: right;
	padding-bottom: 0px;
}

	#bottom-box {
	width: 800px;
	background:  url(assets/box-bottom.png) no-repeat;
	height: 27px;
	float: left;
	padding-bottom: 0px;
}
#logo {
	width: 800px;
	background:  url(assets/banner.jpg) no-repeat center top;
	height: 175px;
	
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left:0px;
	margin-bottom: 0px;
}

#body {
	margin: 0;
	padding: 0;
	width: 800px;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#background {
background-image: url(assets/box-mid.png);
	background-repeat: repeat-y;
	width: 800px;

}

/*navigation */
#navsite h5 {
display: none;
}
#navsite ul {

	padding: 5px;
	margin-left: 0px;
	border-bottom: 1px solid #778;
	font-family: "times new roman", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	background-image: url(assets/button.jpg);
	background-repeat: repeat-x;
	height: 18px;
}
#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;
text-decoration: none;
}
#navsite ul li a:link{
color: #ffffff;
}
#navsite ul li a:hover{
color: #7D8765;
}
#navsite ul li a:visited {
color: #ffffff;
}
#navsite ul li, #navsite ul li a:visited:hover {
color: #BBB39E;
border-color: #227;
}
#navsite ul li a#current {
background: white;
border-bottom: 1px solid white;
}


#columRight {
float: right;
padding-top: 1em;
width: 250px;

}

#columnLeft {
	float: left;
	width: 220px;
	margin-left: 10px;
	
	text-align: left;
	padding-left: 15px;
}

#top-box {
background: url(assets/box-top.png) no-repeat center top;
}



#copyright {
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 0px solid #666666;
	border-right: 0px solid #666666;
	font-weight: normal;
	color: #000000;
	text-align: center;
	width: 790px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
#copyright-text {
	word-spacing: 0em;
	letter-spacing: .2em;
}
#copyright-text a{
color: #ffffff;
	word-spacing: 0em;
	letter-spacing: .2em;
}
#copyright-text a:hover{
color: #000000;
	word-spacing: 0em;
	letter-spacing: .2em;
}

#headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-color: #501300;
	border-bottom-width: thin;
	padding-bottom: 8px;

}

#headline1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-color: #501300;
	border-bottom-width: thin;
	padding-bottom: 8px;
	letter-spacing: .2em;
	color: #501300;
	text-transform: uppercase;

}
#headline2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	border-top-style: solid;
	border-top-color: #501300;
	border-top-width: 0;
	padding-bottom: 8px;
	letter-spacing: .2em;
	color: #501300;
	text-transform: uppercase;

}