/* CSS Document */

html, body, ul {
border: 0;
margin: 0;
padding: 0;

}

#wrapper {
	/*position: relative;*/
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

/*header includes logo, picture, nav bar, teacher tagline */

#header {
	background: url(images/blue_gradient.jpg) repeat-y;
	position: relative;
	width: 960px;
	height: 240px;
}

/**html #header {
	height: 240px;
}*/

/*eliminates blue link border around logo*/
a img {
	border: none;
}

#glendaCU {
	position: absolute;
	top: 0;
	right: 50px;
}

#nav {
	width: 700px;
	position: absolute;
	top: 155px;
	left: 50px;
	border: 1px solid #e2f8ff;
	
}

#nav li {
	display: inline;
	list-style-type: none;
	text-align: center;
}

#nav a {
	text-decoration: none;
	float: left;
	line-height: 30px;
	font-family: verdana, ariel, sans-serif;
	font-weight: bold;
	color: #e2f8ff;
	font-size: .70em;
	padding-left: 22px;
	
}

#nav a:hover {
	color: #acfd5d;
}

body#home a#homenav,
body#about a#aboutnav,
body#testimonials a#testimonialsnav,
body#courses a#coursesnav,
body#coach a#coachnav,
body#articles a#articlesnav {
	color: #acfd5d;
	/*background: url(images/triangle.png) no-repeat center bottom;*/
	/*border-bottom: 2px solid #acfd5d;*/
}

p {
	font-family: verdana, ariel, sans-serif;
	color: #e2f8ff;
	font-size: .90em;
	
}

h2 {
	font-family: verdana, ariel, sans-serif;
	color: #39541f;
	font-size: 1.25em;
	font-weight: normal;
	text-align: center;
	line-height: 2.25;
}


#tagline {
	background: #b0d475;	
	width: 960px;
	height: 50px;
	z-index: 2;
	position: absolute;
	top: 190px;
	border-top: 1px dotted #e2f8ff;
	border-bottom: 1px dotted #e2f8ff;
	
		
}

#bottomsection {
	background: #5c8832;
	position: relative;
	margin: 0;
	width: 960px;
	height: 600px;
	
}

#subnav {
	position: absolute;
	top: 35px;
	left: 65px;
	width: 840px;
	margin: 0;
	padding:  3px 10px;
	border: 1px solid #39541f;	
}

*html #subnav {
	top: 15px;
}

#subnav li {
	display: inline;
	list-style-type: none;
	text-align: center;
}

/*#subnavright {
	margin-right: 0;
}*/

#subnav a {
	background: url(images/btn_subnav.png) no-repeat 0 -30px;
	text-decoration: none;
	float: left;
	line-height: 20px;
	font-family: verdana, ariel, sans-serif;
	font-weight: bold;
	color: #acfd5d;
	font-size: .70em;
	/*padding-left:49px;
	padding-top: 10px;
	padding-bottom:  5px;*/
	padding: 5px 15px;
	margin-left: 15px;
	margin-right: 15px;
	width: 150px;

}

#subnav a:hover {
	background-position: 0 0;
	color: #5c8832;
}

body#courses a#upcomingnav,
body#courses a#preschoolnav,
body#courses a#schoolagenav,
body#courses a#teenagersnav {
	color: #e2f8ff;
	/*background: url(images/btn_subnav.png) no-repeat 0 -30px;*/
}

#signup {
	position: absolute;
	top: 85px;
	left: 50px;
	margin: 0;
	list-style-type: none;
}



#signup a {
	background: url(images/btn_subnav.png) no-repeat 0 -30px;
	text-decoration: none;
	float: left;
	line-height: 20px;
	font-family: verdana, ariel, sans-serif;
	font-weight: bold;
	color: #acfd5d;
	font-size: .65em;
	width: 150px;
	padding: 5px 15px;
}

#signup a:hover {
	background-position: 0 0;
	color: #5c8832;
}

#photo1 {
	position: absolute;
	top: 127px;
	left: 50px;
}

#photo2 {
	position: absolute;
	top: 375px;
	left: 50px;
}


#contentbox {
	background: #acfd5d;
	width: 474px;
	height: 490px;
	margin: 0;
	position: absolute;
	top: 90px;
	right: 50px;
	overflow: auto;
	
	
}

#contentbox h3 {
	background: url(images/top_bigGreen.png) no-repeat;
	font-family: verdana, ariel, sans-serif;
	margin: 0;
	color: #39541f;
	font-size: 1em;
	font-weight: normal;
	line-height: 2.5;
	padding-left: 20px;
}



#contentbox p {
	font-family: verdana, ariel, sans-serif;
	color: #39541f;
	font-size: .80em;
	padding: 0 20px;
}

/*content text styles*/
.subtitle {
	font-weight: bold;
}

.caps {
	font-style: normal;
	text-transform: uppercase;
}

.coursetopics li {
	font-family: verdana, ariel, sans-serif;
	color: #39541f;
	font-size: .80em;
	list-style-position: inside;
	text-indent: 40px;
}

/*.coursetopics p {
	text-indent: 40px;
}*/

/*the following makes up the footer*/

#footer {
	background: #5c8832;
	width: 960px;
	height: 55px;
	position: relative;
	/*top: 560px;*/
	border-top: 1px dashed #39541f;
}

#footer p {
	
	font-family: verdana, ariel, sans-serif;
	color: #39541f;
	font-size: .70em;
	/*position: absolute;
	top: 265px;*/
	line-height: 20px;
}

.copyright {
	position: absolute;
	/*top: 0;*/
	left: 15px;
	margin-top: 5px;
}

.imagine {
	position: absolute;
	/*top: 0px;*/
	right: 15px;
	margin-top: 5px;
}

.photographer {
	position: absolute;
	/*top: 20px;*/
	right: 55px;
	margin-top: 30px;
}


.imagine a {
	color: #39541f;
}
.photographer a {
	color: #39541f;	 
 }
