@charset "utf-8";
body {
	background-color: #FFF;
	background-image: url(../img/bgGrad.jpg);
	background-repeat: repeat-y;
	font-family: "century gothic", Futura, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #42828D;
	background-position: center;
	line-height: 13pt;
}
#wrapper {
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 20px;
	padding: 10px;
	overflow: visible;
}
.floatLeft 	{float:left;}
.floatRight {float:right;}
.clearBoth	{clear:both;}
/* ========================================= typography styles */
h1 {
	font-size:230%;
	line-height: 24pt;
	font-weight: bold;
}
h2 {
	font-size:180%;
	line-height:19pt;
	font-weight: bold;
}
h3 {
	font-size:140%;
	font-weight: bold;
}
a {color: #42828D;}
/* ========================================= header styles */
#header{
	padding-left:25px;
}
.logo {
	margin-right:16px;
}
#googleSearch {margin-bottom:20px;}
/* ========================================= navigation styles */
#nav {
	width:200px;
	margin-top:15px;
	float: left;
}
#nav ul{	
	list-style: none;
	padding: 0;
	margin: 0;
}	
#nav li a{
	width: 190px;
	display: block;
	color: #CFF;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	letter-spacing: -1px;
	font-size: 16pt;
	line-height: 1.6em;
	height: 38px;
	background-image: url(../img/buttons/btn_normal.png);
	background-repeat: no-repeat;
	background-position: center;
}
#nav li a:hover{
	background-image: url(../img/buttons/btn_hover.png);
	background-repeat: no-repeat;
	background-position: center;
}
/* ============================================= mainContent styles */
#mainContent {
	width: 620px;
	float: left;
	padding-top: 16px;
}
/* ============================================= footer styles */
#footer img {
	top: 0px;
	float: left;
	margin-top: 20px;
	clear: both;
}

/*=============================================== slideshow */
.slideshow {
	height: 295px;
	overflow: hidden;
	margin-bottom: 50px;}

.slideshow img {
width:570px;
height:300px;
}



/* ====================================================== testimonial*/
.testimonial {
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 130%;
	font-weight: normal;
	font-style: italic;
	line-height: 120%;
}
.testimonialCerdit {
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin-top: 10px;
	margin-right: 10px;
}
/*========================================================courseText*/
#courseText {
	padding-left: 10px;
	padding-right: 10px;
}
#courseText li {
	list-style:square;
	margin-left: 15px;
}

/* ======================================================================= contactForm */
.honeypot {
	visibility: hidden;
	height: 0px;
}

/* ===================================================================== links page */
.linkWrapper {
	padding: 10px;
	margin-top: 20px;
	width: 578px;
	background-color: #FFF;
}
.linkWrapper img {
	float: left;
	margin-right: 10px;
	width: 154px;
	height: 116px;
}
.linkText {
	float: left;
	width: 400px;
}

/* ======================================================================== children main page */
.childrenBtn {margin-right:30px}
/* ========================================================= search results pagr */
#cse-search-results {
	position: absolute;
	background-color: #CFF;
}

.hidden {display:none;}
