@charset "utf-8";

/* CSS Document */
body {
	font-size:62.5%;
}
html>body {
	font-size:10px;
}
.wrapperhome {
	overflow: hidden;
 	width: 960px;
	height: 624px;
	margin:10px auto;
	text-align: left;
  }
.wrappersub {
	overflow: hidden;
  	width: 960px;
  	height:auto;
	margin:auto;
	text-align: left;
  }
.banner{
	float:left;
	display:inline;
	width: 960px;
	height: 200px;
	margin-top: 10px;
	padding-top: 0px;
	text-align:right;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
}
.bar{
	float:left;
	display:inline;
	width: 960px;
	height: 20px;
	margin-top: 0px;
}

.bgbottom{
	float:left;
	display:inline;
	width: 960px;
	height: 38px;
}


/**
 * NAVIGATION
 */
ul.mainnav {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left:25px;
	clear:both;
	width:760;
}
.mainnav li {
	float:left;
	display:inline;
	margin: 0 15px;
	margin-top: 5px;

}
.mainnav a:link, .mainnav a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	font-weight:normal;
	font-size:16px;
	color: #ffffff;
}
.mainnav a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFCE5E;
	text-decoration: underline;
}
.textwrapper{
	float: left;
	display: inline;
	width : 910px;
	padding: 20px;
	background-color: #FFFFFF;
}
.boxwrapper{
	float:left;
	display:inline;
	width: 720px;
	background-image:url(images/innerbackground.jpg);
	background-position:top;
	background-color: #D5DBB5;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 20px;
	padding-bottom: 10px;
	margin-left: 100px;

}
.leftpagewrapper{
	float: left;
	display:inline;
	width: 250px;
	margin: 0px;
}
.rightpagewrapper{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	float: right;
	display:inline;
	width: 430px;
	margin: 0px;
	background-color:#F3F0E1;
}
body {
 background-color: #BBC68A;
 background-image: url(images/sitebg.jpg);
 background-repeat: repeat-x;
 margin: 0;
 padding: 0;
 text-align: center;
}
p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #383E1E;
	font-weight: normal;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #383E1E;
	margin-top:0;
	}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #383E1E;
	}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #383E1E;
	}
li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #383E1E;
	font-weight: normal;
}
.footer {
	clear:both;
	margin-top: 12px;
	margin-left:0px;
	text-align:center;
}
.footer p, .footer p a:link, .footer p a:visited{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #383E1E;
	margin:0;
	padding:0;
	text-decoration:none;
}
.footer p a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	color: #383E1E;
	text-decoration: underline;
}
a:hover, a:link, a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #383E1E;
}
.floatright {
	float:right;
	display:inline;
	padding-bottom:20px;
	padding-left:20px;
}

.floatleft {
	float:left;
	display:inline;
	padding-bottom:20px;
	padding-right:20px;
}

.floatrightborder {
	float:right;
	display:inline;
	margin-bottom:20px;
	margin-left:20px;
	border:1px solid #333333;
}

.thumbnail {
	padding: 3px 3px 3px 3px;
	background-color: #222;
	border: 1px solid #2a2a2a;
	float: left;
	margin:10px;
	text-align:center;
	}	
.thumbnail img {
	border:none;
}
#contactform p {
	margin:8px;
}