@charset "utf-8";
/* Stylesheet for Acadia Learning */

* {
margin: 0;
}

body {
	margin-top: -2px;
	padding: 0;
	background-color: #ffffff;
	/* background-image: url('../images/body_bg.png'); */
	background-repeat: no-repeat;
	background-position: top center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #181818;
}

.top {
	background-color: #007cbd;
	background-image: url('../images/top_bg.jpg');
	width: 100%;
	height: 250px;
}

.top_overlay {
	width: 100%;
	height: 198px;
	margin-top: -198px;
	background-image: url('../images/flower.png');
	background-repeat: no-repeat;
	background-position: top center;
}

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

.top_bottom2 {
	background-color: #d2e4d3;
	width: 100%;
	height: 0px;
	/* 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: -249px;
	width: 900px;
	overflow: auto;
}

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

.main_right {
	border: 0px solid #000000;
	float: right;
	width: 236px;
	overflow: auto;
	padding: 12px 26px 0px 36px;
	font-size: 1em;
	margin-top: -80px;
	background-image: url('/images/right_bg.png');
	background-repeat: no-repeat;
	background-position: top center;
}

h1 {
	font-size: 2em;
	color: #3e6487;
	letter-spacing: -1px;
	font-family: georgia;
	font-weight: normal;
	border-bottom: 1px dashed #c7c7c7;
	padding-bottom: 3px;
	margin-bottom: 5px;
}

h2 {
	font-size: 1.6em;
	letter-spacing: -1px;
	font-family: arial;
	font-weight: normal;
	padding-bottom: 3px;
	margin-bottom: 2px;
	font-weight: bold;
	color: #878787;
}

.visit {
	background: #eeeeee;
	padding: 6px;
	width: 120px;
	margin-top: 6px;
}

.open1 {
	padding: 0px; 
	background:#d8e2db;
	border-bottom: 1px solid #afcbc4;
}

.open1:hover {
	padding: 0px; 
	background: #afcbc4;
	border-bottom: 1px solid #afcbc4;
}

.open1_in {
	margin-top: 4px;
	background: #d8e2db;
	padding: 12px;
	border-bottom: 1px solid #afcbc4;
}

.open2 {
	padding: 0px; 
	background: #e9e9aa;
	border-bottom: 1px solid #caca6d;
}

.open2:hover {
	padding: 0px; 
	background: #caca6d;
	border-bottom: 1px solid #caca6d;
}

.open2_in {
	margin-top: 4px;
	background: #e9e9aa;
	padding: 12px;
	border-bottom: 1px solid #caca6d;
}

.open3 {
	padding: 0px; 
	background: #f3db99;
	border-bottom: 1px solid #f2c055;
}

.open3:hover {
	padding: 0px; 
	background: #f2c055;
	border-bottom: 1px solid #f2c055;
}

.open3_in {
	margin-top: 4px;
	background: #f3db99;
	padding: 12px;
	border-bottom: 1px solid #f2c055;
}

.technology {
	cursor: hand;
	cursor: pointer;
	padding: 5px;
	margin: 4px 0px 0px 0px;
}


.openlanguage {
	color: #000000;
}

.closedlanguage {
	color: #000000;
}

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

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

#miniflex a:link, #miniflex a:visited {
  float: left;
  line-height: 20px;
  margin: 0 6px 0 0px;
  text-decoration: none;
  color: #3e6487;
  text-transform: uppercase;
  padding: 12px;
  outline: none;
}

#miniflex a.active:link, #miniflex a.active:visited, #miniflex a:hover {
  border-bottom: 4px solid #696;
  padding-bottom: 2px;
  outline: none;
}
  
#animated-tab {
  position: absolute;
  z-index: 1;
  line-height: 20px;
  padding: 0px;
  border-bottom: 32px solid #ffffff;
  margin-top: -15px;
  outline: none;
}

.login_link {
	background: #4d4d4d; 
	padding: 4px; 
	width: 300px; 
	margin-right: 30px;
}

.login_link:hover {
	background: #6b6b6b; 
	padding: 4px; 
	width: 300px; 
	margin-right: 30px;
}

.footer {
	background: #ededed;
	margin-top: 30px;
	padding-bottom: 20px;
	border-top: 1px solid #ededed;
	width: 100%;
	font-size: .8em;
	color: #878787;
}

.footer_inner {
	/* background-image: url('/images/footer_bg.jpg'); */
	background-repeat: no-repeat;
	background-position: top center;
	width: 918px;
	padding-top: 14px;
	text-align: left;
}

input.contact {
	background-color: #f8f8f8; 
	border: 1px solid #d3d3d3;  
	font-weight: normal; 
	font-size: 14px; 
	color: #000000;
	font-family: arial;
	padding: 2px;
}

textarea.contact {
	background-color: #f8f8f8; 
	border: 1px solid #d3d3d3; 
	font-weight: normal; 
	font-size: 14px; 
	color: #000000;
	font-family: arial;
	padding: 2px;
	width: 300px;
	margin-left: 3px;
}

input.login {
	background-color: #ffffff; 
	border: 1px solid #adadad;  
	font-weight: normal; 
	font-size: 14px; 
	color: #000000;
	font-family: arial;
	padding: 2px;
}

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

