/* CSS Document */

#Container {
	margin: 0 auto;
	width: 910px;

}

#Banner {
	float: left;
	width: 300px;
	height: 525px;
	border-right-width: 1px;
	border-right-style: solid;
	border-top-color: #66CC00;
	border-right-color: #66CC00;
	border-bottom-color: #66CC00;
	border-left-color: #006600;
	border-left-width: thin;
	border-left-style: solid;
	border-bottom-style: none;

}

#Content {
	clear: none;
	float: left;
	width: 550px;
	padding-top: 0px;
	padding-right: 15px;
	padding-left: 15px;
	height: 625px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #006600;
	border-right-color: #006600;
	border-bottom-color: #006600;
	border-left-color: #006600;

}

body {

}

#nav {
	background-image: url(images/solid.png);
	background-repeat: no-repeat;
	height: 50px;
	float: left;
	width: 550px;
	margin-top: 5px;
	color: #FFFFFF;
	font-size: 1.1em;
	clear: left;
	padding-bottom: 15px;
}

ul {
	padding-top: 0px;
}

li {
	color: #996600;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 100;
	padding-right: 20px;

}

#nav a:link {
	color: #FFFFFF;
	text-decoration: none;
	
}

#nav a:visited {
	color: #FFFFFF;
	text-decoration: none;

}

#nav a:hover {
	color: #CCFF00;
	text-decoration: none;

}

#nav a:active {
	color: #FFFFFF;
	text-decoration: none;

}

#Banner a:link {
	color: #339933;
	text-decoration: none;
	
}

#Banner a:visited {
	color: #339933;
	text-decoration: none;

}

#Banner a:hover {
	color: #CCFF00;
	text-decoration: none;

}

#Banner a:active {
	color: #339933;
	text-decoration: none;

}


#nav li {
	color: #99FF00;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-right: 20px;
	font-size: 1.1em;
}

#clr {
clear: both;
}

p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #996600;
	font-size: 1em;
	line-height: 1.4em;

}

#description {
	width: 92%;
	margin: 30px auto;
	height: 500px;
	
}

h1 {
	margin-left: 10px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #663300;

}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #663300;
	font-size: 1.1em;
	font-weight: normal;

}

.imgflt {
	float: left;
	clear: both;
	padding-right: 20px;

}

hr {
	width: 80%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	color: #339933;

}

#footer {
	width: 910px;
	height: 50px;
	background-repeat: no-repeat;
	float: left;
	margin: 0 auto;
	padding-top: 25px;
}

#Banner p {
margin: 0 10px 0 25px;
}

#header {
	padding-right: 20px;

}

#description p {
margin: 0 10px 0 25px;
}

#description li {
	display: list-item;
	line-height: 1.5em;
	list-style-type: none;

}


#slideshow {
	width: 360px;
	height: 400px;
	float: left;
}

.slideshow {
	height: 400px;
	width: 360px;
	margin: 10px;
	padding-top: 25px;
}
.slideshow img { border: 1px solid #ccc; background-color: #eee; }
