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

@import url("960_24_col.css");
@import url("reset.css");

body {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

.top1,.top2,.content,.footer {
	width: 100%;
}
.top1, top2, .logo {
	margin: 0px;
	padding: 0px;
	border: 0x;
}

.wrapper {
	width: 960px; /*main page size*/
	margin: 0 auto;
}

/*top*/
.top1 {
	background: transparent url(../img/top1bg.jpg) top repeat-x;
	height: 84px;
}

.logo, .nav, .image {
	float: left;
}

.logo {
	width: 235px;
	clear: both;
}
.logo img {
	border:0;
}
.logo img a {
	text-decoration: none;	
}
.nav ul { 
	font: 20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	list-style: none;
	margin-top: 20px;
}
.nav ul li {display: inline;margin-left: 15px;}
.nav ul li a {text-decoration: none;}
.nav ul li a:link {color:#a08e90;}
.nav ul li a:visited {color: #a08e90;text-decoration:none;}
.nav ul li a:hover {color:#e85551;}					

body#home a#navhome,
body#programs a#navprograms,
body#location a#navlocation,
body#contact a#navcontact { color: #E85551; }
				
.top2 {
	background: transparent url(../img/top2bg.jpg) top repeat-x;
	height: 329px;	
}
.innertop2 {
	background: transparent url(../img/innertop2.jpg) top repeat-x;
	height: 97px;		
}

.image {
	width: 710px;
	height: 311px;
	margin-left: 15px;
}

/*content*/

h1, h2, p, ol, .footer {margin-top: 20px;} 
h1, h2 {color: #E85551;}
h1 { font-size: 30px;}
h2 { font-size: 24px;}
p, ol { font-size: 16px; line-height: 200%; color: #A69391;}
ol { margin-left: 30px; text-indent: 10px;}

/*programs*/

.program p {
	text-align: center;
}
.image2 {
	width: 700px;
	height: 263px;
	margin-top: 20px;
	margin-left: 84px;	
}

.rectangle {
	width: 310px;
	height: 24px;
	background: #66CCCC;
	float: left;
	font-size: 24px;
	color: white;
	text-align: center;
	margin-top: 20px;
	padding: 15px 0 15px 0;
}

/*location*/
.Lcol {
	border-right: 2px dotted #66cccc;
}
.Lcol p {
	margin: 0px 0px 20px 0px;
}
.image3 {
	width: 410px;
	height: 254;
}
.image7 {
	width: 438px;
	height: 292;
}
.image8 {
	width: 438px;
	height: 244;
}
.image9 {
	width: 438px;
	height: 329;
}
.image10 {
	width: 410px;
	height: 308;
}
.image11 {
	width: 410px;
	height: 308;
}
.image12 {
	width: 438px;
	height: 329;
}
.image13 {
	width: 730px;
	height: 270px;
	margin-top: 20px;
	margin-left: 70px;	
}
.image14 {
	width: 600px;
	height: 336px;
	margin-top: 30px;
	margin-left: 170px;	
}
.image15 {
	width: 519px;
	height: 600px;
	margin-top: 30px;
	margin-left: 215px;	
}
.image16 {
	width: 600px;
	height: 575px;
	margin-top: 30px;
	margin-left: 170px;	
}
.image17 {
	width: 600px;
	height: 450px;
	margin-top: 30px;
	margin-left: 170px;	
}
.image18 {
	width: 600px;
	height: 450px;
	margin-top: 30px;
	margin-left: 170px;	
}
.image19 {
	width: 600px;
	height: 450px;
	margin-top: 30px;
	margin-left: 170px;	
}
.image29 {
	width: 600px;
	height: 800px;
	margin-top: 30px;
	margin-left: 170px;	
}

.Rcol
.map {
	width: 430px;
	height:400px;
	background: #ccc;
	float: left;
}
a.button {
	display: block;
	width: 200px;
	height: 20px;
	padding: 10px 0px;
	font-size: 20px;
	text-align: center;
	color: #fff;
	margin-top: 10px;
	float: left;
	background: #66cccc;
	text-decoration: none;
}
a.button:hover {
	background: #BCE9E9;
	color: #66cccc;
}

/*contact*/

.image4 {
	width: 438;
	height: 295;
}

.phone {
	font-size: 50px;
	text-align: center;
	color: #e85551;
	margin-top: -15px;
}
	
.parents {
	font-size: 15px;
	text-align: right;
	color: #a08e90;
	margin-top: -7px;
}
/*footer*/
.footer {
	background: #E5F596 url(../img/footbg.gif) top repeat-x;
}

.footlogo {
	width:196px;
	height:90px;
	margin-top: 40px;
	margin-bottom: 20px;
}	
.footer ul {
	font: 16px;
	list-style: none;
	position: center;
	margin-left: 220px;
	border-top: 1px solid #B0CD70;	
	border-bottom: 1px solid #B0CD70;
	width: 526px;
	padding: 10px 0px;
	text-align: center;
	clear:both;	
}
.footer ul li {
	display: inline;
	padding: 0px 10px;
}
.footer ul li a {
	text-decoration: none;
	color: #B0CD70;
}
.footer ul li a:hover {
	color: #768B4C;
}
.flower {
	width: 170px;
	height:60px;
	margin-top: 10px;
	margin-bottom: 20px;
}






	
