/* 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;
	height: 30px;
	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 dashed #e2f8ff;
	border-bottom: 1px dashed #e2f8ff;
	
		
}

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

#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;
}

/*article download buttons*/

#download {
	margin-left: 250px;
	margin-bottom: 60px;
	list-style-type: none;
}

#download 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: .85em;
	width: 150px;
	padding: 5px 15px;
}

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


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

/*temporary solution to 1 blurb for 2 articles*/
.subtitle1 {
	font-weight: bold;
	margin-left: 100px;
}
.caps {
	/*font-style: normal;*/
	text-transform: uppercase;
}

/*the following makes up the footer*/

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

/**html #footer {
	height: 65px;
}*/

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

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


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

/**html .copyright .imagine {
	top: 10px;
}*/


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

/**html .photographer {
	top: 35px;
}*/

.imagine a {
	color: #39541f;
}
