@charset "utf-8";
/* CSS Document 
Designed by Solstice Web
Primary Colors

seafoam: #abd9bd;
babyblue: #d1eef6;
orange: #e59436;

*/
html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form,table,td,tr{
	margin:0px;
	padding:0px;
	border:0px;
	border-collapse:separate;
	border-spacing:0px;
	color: #003366;
	text-align: left;
}input,select{  margin:0;  padding:0;}
.border {
	background-color: #fff;
	margin: 20px auto;
}
.cornered, .gradient, .dropshadow, .combo, .liquid {
	margin: 20px auto;
}
.xtra, .xtra2 { background-color: #abd9bd; margin: 20px auto; }
		.xtra3 { width: 90%; background-color: #fff; margin: 20px auto; }
body{
	text-align: center;/*makes sure whole site is centered in older browsers*/
	color: #6699cc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#container {
	background-image: url(images/design_07.jpg);
	background-repeat: repeat-y;
	width: 925px;
	margin: auto;
	padding: 0;
	}
#header{
	position: relative;
	padding: 0;
	overflow: hidden;
	height: 208px; 
	}
#nav{
	position: absolute;
	color: #6699cc;
	font-size: 13px;
	top: 165px;
	left: 230px;
	border: none;
	font-weight: bold;
}
#nav ul, #nav li, #nav p {
	display: inline;
	margin: 0;
	list-style-type: none;
	padding: 0;

}
#nav ul li a {
	text-decoration: none;
	padding: 2px 5px 5px 5px;
	margin: 0;
	border: none;

}
#nav ul li a:hover {
	text-decoration: none;
	color: #e59436;
}

#content {
	background-image: url(images/design_03.jpg);
	background-repeat: repeat-y;
	text-align: left;
	padding-right: 60px;
	padding-left: 50px;
	position: relative;
	width: 800px;
	overflow: hidden;
	padding-top: 0px;
}
#contactcontent {
	background-image: url(images/design_03.jpg);
	background-repeat: repeat-y;
	text-align: left;
	}
#tagline {
	padding: 0;
	margin: 0;
	height: 42px;
	}

#custudy{
	width: 120px;
	float: right;
	padding: 5px;
	background-color:  #FC6;
	}
#about{
	width: 650px;
	}
#home{
	width: 700px;
	}
#calendars{
	width: 200px;
	padding: 5px;
	background-color:  #d1eef6;
	list-style-position: inside;
	height: 150px;
	}
#smpeachbox{
	width: 200px;
	height: 150px;
	padding: 5px;
	background-color:  #FC6;
	list-style-position: inside;
	}
#homebox{
	width: 500px;
	padding: 5px;
	background-color:  #abd9bd;
	float: left;
	list-style-position: inside;
	}
	#programbox{
	width: 213px;
	padding: 5px;
	background-color:  #99cccc;
	margin: 10px;
	display:inline-block;
	text-align: center;
	}
	#programboxright{
	width: 213px;
	padding: 5px;
	background-color:  #99cccc;
		float: right;
	}
	#whitebox{
	width: 400px;
	padding: 5px;
	background-color:  #fff;
	text-align: center;
	}
	
	#programs{
	display: inline;
	border: none;
	list-style-type: none;
	

}
	#programs ul, #programs li, #programs p {
	display: inline;
	margin: 0;
	list-style-type: none;
	padding: 0;

} #programs ul li a {
	text-decoration: none;
	padding: 2px 5px 5px 5px;
	margin: 0;
	border: none;

}#programbox:hover {
	background-color: #e59436;
}


.programcenter {
	text-align: center;
}
	
#footer{
	background-image: url(images/design_07.jpg);
	background-repeat: no-repeat;
	text-align: center;
	
}

a {
	color: #6699cc;
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}

a img {/*makes all images that are links have no border*/
border: none;
}

.fr {
float: right;
}

.fl {
float: left;
}
.titles{
	font-family: "Comic Sans MS", cursive;
	font-size: 24px;
	color: #cc9933;
	text-align: center;
	font-weight: bold;
}.blue {
	font-size: 18px;
	font-family: Verdana, Geneva, sans-serif;
	text-align: center;
}
#container #content div p {
	text-align: left;
}
#container #content .titles  {
	text-align: center;
}
.rooms {
padding: 5px;
border-right: solid 1px #CCCCCC;
border-bottom: solid 1px #BEBEBE;
float: right;
}

.picborder {
padding: 5px;
border-right: solid 1px #CCCCCC;
border-bottom: solid 1px #BEBEBE;
}
#greenbox {
	width: 65%;
	background-color:  #abd9bd;
	list-style-position: inside;
}
#greenboxtitle {
	width: 100%;
	list-style-position: inside;
	padding: 0px;
	margin: 0px;
	background-color: #d1eef6;
}
#smallgreenbox {
	width: 30%;
	background-color:  #abd9bd;
	list-style-position: inside;
	float: left;
}

