/* @override http://rainbowhousecolumbia.com/styles/styles.css */


/*body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: url(../images/bg.gif) top repeat-x #eeeee4;
	margin:0px;
}

body.red {
	background: url(../images/bg2.gif) top repeat-x #eeeee4;
}

body.purple {
	background: url(../images/bg3.gif) top repeat-x #eeeee4;
}

body.blue {
	background: url(../images/bg4.gif) top repeat-x #eeeee4;
}

body.green {
	background: url(../images/bg5.gif) top repeat-x #eeeee4;
}

body.yellow {
	background: url(../images/bg6.gif) top repeat-x #eeeee4;
}

body.orange {
	background: url(../images/bg7.gif) top repeat-x #eeeee4;
}


a {	
	color: #2e7d95; 
	text-decoration: none;	
}
a:hover {
	text-decoration: underline;
}

#wrapper {
	width: 940px;
	margin: 0 auto;
}*/

#header {
	float: left;
	
	padding-top:0px;
	margin-top:0px;
	border:none;
	
}

#header h1 {
	padding-top: 2px;
}

/*#header h1 a {
	width: 372px;
	height: 111px;
	display: block;
	background: url(../images/logo.gif) top left no-repeat;
}*/

/*body.red #header h1 a {
	background: url(../images/logo2.gif) top left no-repeat;
}

body.purple #header h1 a {
	background: url(../images/logo3.gif) top left no-repeat;
}

body.blue #header h1 a {
	background: url(../images/logo4.gif) top left no-repeat;
}

body.green #header h1 a {
	background: url(../images/logo5.gif) top left no-repeat;
}

body.yellow #header h1 a {
	background: url(../images/logo6.gif) top left no-repeat;
}

body.orange #header h1 a {
	background: url(../images/logo7.gif) top left no-repeat;
}*/

/*#header h1 a span {
	display: none;
}

#header h2 {
	display: none;
}
*/
#nav {
	margin-top: 1px;
	padding-left: 20px;
	position: relative;
	top: 1px;
	background: url(../images/navbg.gif) top left no-repeat;
}

#nav li {
	
	margin-right: 10px;
	padding-top: 14px;
}

#mission {
	width: 680px;
	margin-top: 10px;
	/*
	background: url(../images/missionbg.gif) top left no-repeat;
	*/
}


#mission p {
	/*font-size: 120%;
	padding-left: 20px;*/
	margin-bottom: 15px;
	clear: both;
}



#kids {
	width: 430px;
	height: 350px;
	display: block;
	background: url(../images/kids.png) top right no-repeat;
	position: absolute;
	top: -12px;
	right:-5px;
	
	margin-right:-2px;
}

#content {
	padding-top: 20px;
	clear:both;
}

#sub_content {
	float: right;
	clear: right;
	width: 260px;
}

#sub_content h4 {
	font-size: 120%;
	margin-bottom: 10px;
}

#sub_content .event {
	padding-left: 15px;
	margin-bottom: 25px;
}

#sub_content .event h5 {
	font-size: 100%;
}

#sub_content .event h6, #sub_content .event p {
	font-size: 80%;
	margin-bottom: 10px;
}

#main_content {
	margin-right: 300px;
}

#main_content .segment {
	margin-top: 18px;
	margin-bottom:0px;
}

#main_content .segment h4 {
	font-size: 120%;
	margin-bottom: 4px;
}

#main_content .segment p {
	font-size: 90%;
	padding-left: 20px;
	/*line-height: 130%;*/
}

