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

body {
        background-image: url('http://www.evergreencc.com//images/ecc-bg.jpg');
        background-color: #ffffff;
        background-repeat: repeat-x;
        margin-left:auto;
        margin-right:auto;
}

/* Background for the home page */

#BodyBackground {
	background-image: url('http://www.evergreencc.com//images/ecc-main-bg.jpg');
	background-repeat: no-repeat;
	width: 1500px;
	height: 900px;
	left: -200px;
	position: absolute;
	}

/* Top (index) page - Main Body container */
#BodyContainer {
	position: absolute;
	width:1200px;
	left: 220px;
	margin-left:53px;
	z-index:1;
	top: -10px;
	}

/* Locations Box */
#apLocationsBox {
  position:absolute;
  width:240px;
  height:250px;
  z-index:1;
  left: 557px;
  top: 305px;
  color: #000000;
}

/* Search box to allow visitors to search entire site */
#apSearchBox {
  position:absolute;
  width: 400px;
  height:  50px;
  z-index: 3;
  left: 570px;
  top:  320px;
  border: 1px;
}

/* New Here? Box */
#apNewHereBox {
  position:absolute;
  width:200px;
  height:350px;
  z-index:2;
  left: 557px;
  top: 500px;
  visibility: visible;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 14px;
  color:  #000000;
}

/* Random Text Box */
#apRandomTextBox {
  position:absolute;
  width:270px;
  height:350px;
  z-index:2;
  left: 220px;
  top: 500px;
  visibility: visible;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 14px;
  color:  #000000;
}

#apInfoBox {
  position: absolute;
  width:800px;
  height:20px;
  z-index:2;
  left:100px;
  top:735px;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 10px;
  color:  #706c6b;
}

/* Box to house Flash slides  617w x 264h  */
#apFlashBox {
	position:absolute;
	width:617px;
	height:264px;
	z-index:4;
	left: 380px;
	top: 182px;
}


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Background for the subpage */

#BodyBackground_Sub1 {
	background-image: url('http://www.evergreencc.com//images/ecc-subpage-bg.jpg');
	background-repeat: no-repeat;
	width: 1500px;
	min-height: 800px;
	left: -200px;
	position: absolute;
	}

/* Subpage1 - Main Body container */
#BodyContainer_Sub1 {
	position: absolute;
	width:800px;
	left: 220px;
	margin-left:53px;
	z-index:1;
	top: -10px;
	}

/* Subpage1 - single column main content */
#apSubpage1_content {
	clear: both;
        float: left;
	margin-left: 200px;
        margin-right: 50px;
	margin-top: 250px;
        margin-bottom: 50px;
}

img {
                border: none;
}

ul {
              	font-family: Arial, “Helvetica Neue”, Helvetica, sans-serif;
	color: #333333;
	font-size: 13px;
	line-height: 20px;
}

ol {
              	font-family: Arial, “Helvetica Neue”, Helvetica, sans-serif;
	color: #333333;
	font-size: 13px;
	line-height: 20px;
}

a:link {
	text-decoration: none;
	color: #333333;
	border-bottom: #333333 1px dotted;
}

a:visited {
	text-decoration: none;
	color: #333333;
	border-bottom: #333333 1px dotted;
}

a:hover {
	text-decoration: none;
	color: #00c0bd;
	border-bottom: #00c0bd 1px dotted;
}

a:active {
	text-decoration: none;
	border-bottom: #00c0bd 1px dotted;
}

#apSendToFriend {
	position:absolute;
	width:100px;
	height:25px;
	z-index:5;
	left: 20px;
	top: 200px;
                font-family: Tahoma, Geneva, sans-serif;
                font-size: x-small;
}
#apSendToFriend a:link {
  text-decoration: none;
}
#apSendToFriend a:visited {
  text-decoration: none;
}

/* Lessons - single column main content */
#LessonContent {
	clear: both;
        float: left;
        width: 700px;
	margin-left: 100px;
        margin-top: 50px;
        margin-bottom: 50px;
}
