/* Acadia Learning Stylesheet */

* {
margin: 0;
}

body {
	padding: 0;
	background-color: #ffffff;
	background-image: url('../images/body_bg.png');
	background-repeat: no-repeat;
	background-position: top center;
	font-family: arial;
	color: #636363;
}

.top {
	background-color: #007cbd;
	background-image: url('../images/body_bg.png');
	background-repeat: no-repeat;
	background-position: top center;
	width: 100%;
	height: 56px;
}

.top_bottom {
	background-color: #98bb9b;
	width: 100%;
	height: 6px;
	background-image: url('../images/body_bg.png');
	background-repeat: no-repeat;
	background-position: top center;
}

.top_bottom2 {
	background-color: #d2e4d3;
	width: 100%;
	height: 6px;
	background-image: url('../images/body_bg.png');
	background-repeat: no-repeat;
	background-position: top center;
}

.wrapper {
	border: 0px solid #000000;
	margin-left: auto;
	margin-right: auto;
	margin-top: -68px;
	width: 900px;
	overflow: auto;
}

.header {
	border: 0px solid #000000;
	margin-left: auto;
	margin-right: auto;
	height: 250px;
}

.nav {
	border: 0px solid #000000;
}

.main_left {
	border: 0px solid #cf0000;
	float: left;
	width: 550px;
	overflow: auto;
	padding: 24px;
	font-size: 1em;
}

.main_right {
	border: 0px solid #000000;
	float: right;
	width: 248px;
	overflow: auto;
	padding: 24px 28px 0px 0px;
	font-size: 1em;
}

.footer {
	background-image: url('../images/footer_bg.jpg');
	background-repeat: no-repeat;
	border: 0px solid #cf0000;
	height: 200px;
	width: 850px;
	overflow: auto;
	float: left;
	margin-top: 40px;
	padding: 35px 24px 0px 24px;
	font-size: .7em;
}

.bottom_left {
	float: left;
}

.bottom_right {
	float: right;
}

#miniflex {
  float: left;
  font-size: 1em;
  margin: 0;
  padding: 0 10px 0 14px;
  border-bottom: 0px solid #696;
  position:relative;
  z-index:2;
}

#miniflex li {
  float: left;
  margin: 0;
  padding: 0;
  display: inline;
  list-style: none;
  position:relative;
}

#miniflex a:link, #miniflex a:visited {
  float: left;
  font-size: 85%;
  line-height: 20px;
  margin: 0 12px 0 12px;
  text-decoration: none;
  color: #89a08a;
  text-transform: uppercase;
}

#miniflex a.active:link, #miniflex a.active:visited, #miniflex a:hover {
  border-bottom: 4px solid #696;
  padding-bottom: 2px;
  color: #627e4e;
}
  
#animated-tab {
  position: absolute;
  z-index: 1;
  font-size: 85%;
  line-height: 20px;
  padding-bottom: 0px;
  border-bottom: 4px solid #627e4e;
}
	  
h1 {
	font-size: 2em;
	color: #5c887c;
	letter-spacing: -1px;
	font-family: georgia;
	font-weight: normal;
	border-bottom: 1px dashed #c7c7c7;
	padding-bottom: 3px;
	margin-bottom: 5px;
}

p {
	margin-top: 12px;
}

a.link1:link {color: #7daa8b; text-decoration: none; }
a.link1:active {color: #7daa8b; text-decoration: none; }
a.link1:visited {color: #7daa8b; text-decoration: none; }
a.link1:hover {color: #7daa8b; text-decoration: underline; }
