@charset "utf-8";
/* CSS Document */

body {
	background-color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	line-height: 18px;
	color: #666;
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
	padding: 0;
	margin: 0;
}
h1 {
	margin-top:20px;
	margin-bottom:20px;
	font-size:175%;
	font-weight: bold;
}
h2 {
	margin-top:20px;
	margin-bottom:20px;
	font-size:130%;
	font-weight: bold;
}
h3 {
	margin-top:15px;
	margin-bottom:15px;
	font-size:125%;
}
h4 {
	margin-top:15px;
	margin-bottom:15px;
	font-size:100%;
	font-weight:bold;
}
p {
	margin-top:10px;
	margin-bottom:10px;
}
a {
	color: #666;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: #415540;
	text-decoration: underline;
}

#container {
	background-color: #fff;
	padding: 0;
	margin: 0 auto;
	width: 1024px;	
	border-left: 1px solid #666;
	border-right: 1px solid #666;
}
#mainContent {
	background-color: #fff;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 20px;
	width: 1002px;
}
#header {
	height: 100px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#topNav {
	background-color: #415540;
}
#topNav ul{	
	margin-left: 250px;
	padding-left: 0;
	list-style: none;
	overflow: hidden;
	zoom: 1;
	padding-right: 0;
	padding-top: 12px;
	padding-bottom: 5px;
	height: 29px;
	background-color: #415540;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;	
}

#topNav li {
	display:inline;

}
#topNav a {
	height: 26px;
	color: #FFF;
	margin-top: 0;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0;
}
#topNav a:hover {
	color: #C7E792;
	text-decoration: none;
}

#sidebar {
	float: left;
	width: 190px;
	margin: 0;
	background-color: #C7E792;
	padding: 20px;
}

#pageContent {
	padding: 0;
	margin-left: 250px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	position: relative;
}
#topPic {
}

#text {
	float: left;
	margin: 0px;
	padding: 10px;
	width: 450px;
}
#text ul li {
	margin-top: 10px;
}

#Box {
	height:200px;
	width: 200px;
	position: absolute;
	left: 505px;
	top: 287px;
	border: 1px solid #415540;
	padding: 10px;
}
#Box p {
	margin: 0px;
}
.Boxline1 {
	display: block;
	background-color: #415540;
	color: #fff;
	font-size: 12px;
	line-height: 14px;
	padding: 5px 5px 5px 10px;
} 
#boxContent {
	padding-top:30px;
	height: 140px;
	font-style: italic;
	padding-right: 15px;
	padding-left: 15px;
	color: #666;
	background-color: #ECF7DB;
}
#clear {
	clear: both;
}

#footerWrapper {
	width:100%;
	background-color: #688766;
}
#footer {
	color: #fff;
	font-size: 85%;
	line-height: 13px;
	width:1024px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}

#footer a {
	color: #fff;
	font-weight: bold;
}
#footer a:hover {
	color: #C7E792;
	text-decoration: underline;
}
.contact {
	height: 23px;
	background-image: url(../images/contact.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top:7px;
	display: block;
	background-image: url(../images/contact.png);
	padding-left: 40px;
}
.email {
	height: 23px;
	background-image: url(../images/email.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top:7px;
	display: block;
	background-image: url(../images/email.png);
	padding-left: 40px;
}
#text ul li ul li {
	margin: 0px;
}
