@charset "utf-8";

/* Main */
img { 
	behavior: url("/iepngfix/iepngfix.htc");
	border: none; 
}

body {
	margin: 0;
	background: url(/resources/img/bg_tile.jpg) repeat;
	overflow-x: hidden;
}

.wrapper {
	margin: 0px;
}

.header {
	background: url(/resources/img/header.jpg) top left no-repeat;
	background-position: 0px 0px;
	position: absolute 0;
	margin: 0px;
	height: 173px;
	width: 1500px;
	overflow: hidden;
}

.sidebar {
	display: block;
	float: left;
	background: url(/resources/img/sidebar.jpg) top left no-repeat;
	height: 772px;
	width: 206px;
}

.footer {
	color: #000000;
	font-size: 20px;
	font-family: Comic Sans MS;
	margin: 0 0 0 125px;
}

/* Navigation */
.navigation {
	position: absolute;
	left: 10px;
	top: 170px
}

.navigation a {
	color: #ffffff;
	font-weight: bold;
	font-family: Comic Sans MS; 
	text-decoration: none; 
	font-size: 15px; 
	line-height: 40px
}

.navigation a:hover {
	color: #ffffff;
	font-weight: bold;
	font-family: Comic Sans MS; 
	text-decoration: underline; 
	font-size: 15px; 
	line-height: 40px
}

/* Content */
.content {
	float: left;
	left: 210px;
	top: 150px;
}

.contentVision {
	float: left;
	left: 210px;
	top: 150px;
	width: 550px;
}

.buildingHome {
	display: block;
	float: left;
	margin: 0 0 0 0px;
}

h1 {
	color: #0b4c8b; /*dark blue*/
	font-size: 26px;
	font-family: Comic Sans MS;
}

h2 {
	color: #C70E0B; /*dark red*/
	font-size: 22px;
	font-family: Comic Sans MS;
}

h3 {
	color: #0b4c8b; /*dark red*/
	font-size: 18px;
	font-family: Comic Sans MS;
}

p {
	font-size: 16px;
	font-family: Comic Sans MS;
}

/* Special Items */
#fish {
	display: block;
	float: left;
	background: none;
}

p.smallText {
	margin-top:0;
	padding-top:0;
	font-size:80%;
}