html, body {
	min-height: 100%;
}

* {
	margin: 0;
	padding: 0;
}

a:link,
a:visited,
a:hover,
a:active {
	color: #CC66FF;

}

table caption {
	text-align: left;
	font-weight: bold;
	font-size: 1.3em;
}

.clear {
	clear: both;
}

a:hover {
	color: #FF00FF;
}

#container {
	margin-right: 250px;
}

body {
	margin: 0;
	background-image: url(../images/bg-body.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	font-family: Helvetica ,Arial , sans-serif;
	font-size: 0.69em;
}

#header {
	background: url(../images/bg-header.gif) no-repeat top left;
	width: 481px;
	height: 226px;
	position: relative;
	margin-bottom: 30px;
}

#header h1 a {
	text-indent: -100000px;
	width: 391px;
	height: 46px;
	position: absolute;
	top: 76px;
	left: 88px;
	overflow: hidden;
}

/* Sifr */

#content .sIFR-active h1 {
	visibility: hidden;
	font-family: Verdana;
	line-height: 1em;
}

/* Navigation */
#mainNav {
	list-style: none;
	padding: 0;
}

#mainNav li {
	position: absolute;
	left: 118px;
}

#mainNav a {
	overflow: hidden;
	text-indent: -1000000px;
	display: block;
	width: 100%;
	height: 100%;

}

#mainNav li.lessons {
	top: 109px;
	width: 117px;
	height: 22px;
	background: url(../images/nav-Lessons.gif) no-repeat top left;
}

#mainNav li.testimonials {
	top: 131px;
	height: 26px;
	width: 127px;
	background: url(../images/nav-Testimonials.gif) no-repeat top left;
}

#mainNav li.information {
	top: 157px;
	width: 188px;
	height: 26px;
	background: url(../images/nav-Information.gif) no-repeat top left;
}

#mainNav li.contact {
	top: 183px;
	width: 177px;
	height: 26px;
	background: url(../images/nav-Contact.gif) no-repeat top left;
}

/* Content */

#content {
	margin-left: 90px;
	width: 710px;
}

#content p {
	margin-bottom: 10px;
}

#content h1 {
	font-size: 1.9em;
	line-height: 1em;
	font-weight: bold;
	margin-bottom: 0.5em;
	color: #662B68;
}

#content h2 {
	font-size: 1.5em;
	line-height: 1em;
	font-weight: bold;
	margin-bottom: 0.5em;
	color: #CC66FF;
}

#content h2 a {
	color: inherit;
}

#content #primaryContent,
#content #secondaryContent {
	float: left;
	width: 290px;
	margin-top: 20px;
}

#content #primaryContent {
	width: 400px;
	margin-right: 20px;
}

.longitude, .latitude {
	display: none;
}

#areas {
	margin-bottom: 10px;
}

#areas li span.fn {
	/* white-space: nowrap; */
}

#map {
	width: 400px;
	height: 240px;
}

#lessons #assessment-card {
	float: right;
	padding: 0px 0px 20px 20px;
}

#contactme label,
#contactme input {
	float: left;
}

#contactme label {
	display: block;
	clear: left;
	width: 60px;
	margin-bottom: 15px;
	padding: 5px 5px;
	text-align: right;
}

#contactme input {
	clear: right;
	border: 1px solid #CCCCCC;
	font-size: 1em;
	padding: 3px 5px;
	width: 277px;
}

#contactme input#tel {
	width: 177px;
}

#contactme input#submit {
	width: 100px;
}

#contactme textarea {
	border: 1px solid #CCCCCC;
	font-size: 1em;
}

#contactme fieldset {
	border: 0;
	margin-bottom: 20px;
}

#contactme fieldset legend {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
}


#testimonials ul.testimonials {

	margin: 0;

	padding: 0;

	position: relative;	

	list-style: none;

	width: 917px;
	height: 321px;	

	margin-bottom: 40px;

}



#testimonials ul.testimonials li {

	height: 321px;
	width: 917px;
	background: #FFFFFF;

}

#testimonials ul.testimonials li img {
	width: 300px;
	background: red;
	float: left;
	margin-right: 20px;
}

#testimonials ul.testimonials li cite {
	margin: 10px 40px 0px 0px;
	float: right;
	font-weight: bold;
	font-style: italic;
}

#testimonials ul.testimonials li blockquote {
	padding-top: 20px;
	float: left;
	width: 597px;
	text-align: left;
}

/* Lesson Calculator */

body#lessonCalculator .lessonCalculator {
	font-size: 1.1em;
	padding: 20px;
}

body#lessonCalculator .lessonCalculator label {
	width: 125px;
	float: left;
}

body#lessonCalculator .lessonCalculator select {
	float: left;
	width: 125px;
} 

body#lessonCalculator .lessonCalculator div {
	padding-bottom: 10px;
	overflow: auto;
}

body#lessonCalculator span {
	font-weight: bold;
}

body#lessonCalculator .terms {
	margin-top: 20px;
	font-size: 0.9em;
}
