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

html, body {
	height:100%;
	text-align:center;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	float: none;
	clear: left;
	color: white;
	background-color:#EEE;
	margin: 5px auto;
}
#topwrapper {
	font-family:Arial, Helvetica, sans-serif;
	height: auto;
	background-color:white;
	width: 900px;
	text-align: center;
	color:#FFF;
	margin: 0 auto;
/*	box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.75); */
}
#topmenubar {
	background-color:#CCC;
	border-bottom: #AAA solid 2px;
	margin: 0 auto;
	width: 900px;
	height: 25px;
	padding-top:5px;
	padding-bottom:0px;
}
#logo {
	width: 900px;
	padding: 0;
	position: relative;
	text-align: left;
	top: 0px;
	height: 230px;
	margin: 0 auto;
}
#insidewrapper {
	font-family:Arial, Helvetica, sans-serif;
	height: 800px;
	background-color:white;
	width: 900px;
	padding-top: 10px;
	color:#333;
	margin: 0 auto;
}
#insidewrapperlong {
	font-family:Arial, Helvetica, sans-serif;
	height: 2300px;
	background-color:white;
	width: 900px;
	padding-top: 10px;
	color:#333;
	margin: 0 auto;
}
#navbuttons {
	font-family:Arial, Helvetica, sans-serif;
	height: 150px;
	background-color:#EEE;
	width: 200px;
	padding: 30px 10px 10px 10px;
	text-align: center;
	border:1px #DDD solid;
	margin: 0 auto;
	margin-bottom: 40px;
	border-radius: 5px;
}
.navbuttons-space {
	font-family:Arial, Helvetica, sans-serif;
	height: 50px;
	background-color:#EEE;
	width: 180px;
	padding: 10px;
	text-align: center;
	margin: 0 auto;
}
#navbuttons-widespace {
	font-family:Arial, Helvetica, sans-serif;
	height: 40px;
	background-color:#EEE;
	width: 220px;
	padding: 10px;
	text-align: center;
	border:1px #DDD solid;
	margin: 0 auto;
}

.rounded{
	border-radius: 5px;
} 
.centered {
	text-align: center;
}
.left-indent {
	margin-left: 60px;
	margin-top: 10px;
	width: 750px;
	text-align:justify;
	float: left;
}
.leftimg {
	float:left;
 padding 10px;
	margin-right: 10px;
	border-radius: 5px;
	border: #CCC solid 5px;
}
.rightimg {
	float:right;
 padding 10px;
	margin-left: 10px;
	border-radius: 5px;
	border: #CCC solid 5px; 
}
.small-text {
	font-size: 0.7em;
}
.box-center {
	float:left;
	text-align:center;
	width: 840px;
	height: auto;
	margin-top:30px
}
#contact {
	font-family:Arial, Helvetica, sans-serif;
	float: none;
	border: #CCC solid 5px;
	height: 130px;
	background-color:#EEE;
	width: 400px;
	padding: 20px 10px 0px 10px;
	text-align: center;
	margin-bottom: 50px;
	border-radius: 5px;
}
h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color: #444;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	color: #444;
}
#leftcolumn {
	width: 510px;
	height: 400px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
	color: #333;
	float: left;
	margin: 0;
	background-color: white;
	padding:  10px 20px 0px 20px;
	position: relative;
}
#rightcolumn {
	width: 270px;
	height: 350px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-align:center;
	color: #333;
	float: left;
	margin: 0;
	background-color: white;
	padding:  60px 20px 0px 20px;
	position: relative;
}
#onecolumn {
	width: 840px;
	height: 700px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
	color:#333;
	background-color: white;
	padding: 20px;
	margin: 0 auto;
	position: relative;
}
#footer {
	font-family:Arial, Helvetica, sans-serif;
	height: 75px;
	background-color:white;
	font-size: 0.8em;
	text-align:center;
	color:#AAA;
	margin: auto;
	margin-bottom: 10px;
	
}
hr {
	background-color: red; /*#ccc;*/
	height: 2px;
	border: 0;
}
/* Menu stuff */
menu {
	width: auto;
}
.menu ul {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
}
.menu ul li {
	margin: 0;
	display: inline;
}
.menu ul li a {
	margin: 0;
	float: left;
	width: auto;
	padding: 0px 5px 0px 5px;
	text-decoration:none;
	color: black;
}
.menu ul li a:visited {
	margin: 0;
	float: left;
	width: auto;
	padding: 0px 5px 0px 5px;
	text-decoration:none;
	color: black;
}
.menu ul li a:hover, .menu ul li .current {
	margin: 0;
	float: left;
	width: auto;
	padding: 0px 5px 0px 5px;
	text-decoration:none;
	color: red;
}

.chibac
{
	text-align: left;
	padding-left: 0px;	
	float: left;
	margin-top: -10px;
	height: auto;
	width: 540px;
}
.chibac ul li{
	list-style-type:disc;
	padding-left:0px;
	margin-bottom:5px;
}

/* Links */
a img {
	border: none;
}
a:link {
	text-decoration: none;
	color: #003e5d;
	margin: 0;
}
a:visited {
	text-decoration: none;
	color: #003e5d;
	margin: 0;
}
a:active {
	text-decoration: none;
	color: #003e5d;
	margin: 0;
}
a:hover {
	text-decoration: underline;
	color:#84bbe3;
	margin: 0;
}
.siteby a:link {
	text-decoration: none;
	color: #AAA;
	margin: 0;
}
.siteby a:visited {
	text-decoration: none;
	color: #AAA;
	margin: 0;
}
.siteby a:active {
	text-decoration: none;
	color: #AAA;
	margin: 0;
}
.siteby a:hover {
	text-decoration: underline;
	color:#84bbe3;
	margin: 0;
}
.clear {
	clear: both;
}


/* For Logo Fader */

.cycler-content
{
	width: 900px;
	margin-top: 10px;
}

#cycler{
	position:relative; 
	height: 300px; /* The size of the image */
	width: 800px;
}
#cycler img{
	position:absolute;
	left: 50px;
	z-index:1;
/*	box-shadow: 0px 0px 4px 4px rgba(119, 119, 119, 0.1); 
	border-radius: 5px; */
	
}
#cycler img.active{
	z-index:3;
/*	box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.1);
	border-radius: 5px; */

}

