/* @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;
}

.left { float: left; }
.right { float: right; }

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

#header {
	height: 320px;
	display: block;
	overflow: visible;
	position:relative;
	width:940px;
}

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

#header h1 a span {
	display: none;
}

#header h2 {
	display: none;
}

#nav{
	display: block;
	overflow: hidden;
	width: 528px;
	height: 60px;
}

#nav li {
	float: left;
	font-size: 80%;
	
}

#nav li a {
	color: #fff;
	text-decoration: none;
	padding-bottom: 4px;
	position:relative;
}

#nav li a:hover {
	border-bottom: 4px solid #fff200;
	/*color: 4px solid #fff200;*/
}
#nav li a.red:hover {
	border-bottom: 4px solid #ed1c24;
	/*color: 4px solid #ed1c24;*/
}
#nav li a.orange:hover {
	border-bottom: 4px solid #f99f1c;
	/*color: 4px solid #f99f1c;*/
}
#nav li a.yellow:hover {
	border-bottom: 4px solid #fff200;
	/*color: 4px solid #fff200;*/
}
#nav li a.green:hover {
	border-bottom: 4px solid #19b14c;
	/*color: 4px solid #19b14c;*/
}
#nav li a.blue:hover {
	border-bottom: 4px solid #0088cf;
	/*color: 4px solid #0088cf;*/
}
#nav li a.purple:hover {
	border-bottom: 4px solid #92278F;
	/*color: 4px solid #92278F;*/
}


body.red .pageTitle{
	color:#BF232D;
}
body.purple .pageTitle{
	color:#5F175D;
}
body.blue .pageTitle{
	color:#006A9F;
}
body.green .pageTitle{
	color:#19b14c;
}
body.yellow .pageTitle{
	color:#AFA620;
}
body.orange .pageTitle{
	color:#DF880D;
}

a.blue:hover{
	color: #0088cf;
}


#mission h3 {
	font-size: 200%;
	padding-left: 10px;
}

#mission p.right {
	font-size: smaller;
}

#mission p {
	font-size: 120%;
	padding-left: 20px;
	
}


#footer {
	clear: both;
	border-bottom: 4px solid #dad6c1;
	padding:  0 10px;
	padding-top: 30px;
}

#footer p {
	color: #776d50;
	font-size: 70%;
	line-height: 170%;
}

#footer #copyright {
	float: left;
}
#footer .contactInfo {
	float: left;
	margin: 0;
	margin-left: 30px;
	padding: 0;
}

#footer #signature {
	text-align: right;
}

.parentList ul{
	display:none;
	visibility:hidden;
	width:0px;
	height:0px;
}


#main_content img{
	margin:6px;
	margin-right:9px;
	margin-left: 9px;
	border:none;
}
#main_content a img{
	border:none;
}

.staffTable td{
	text-align:center;
	padding:1px;
	padding-bottom:3px;
	margin-bottom:4px;
	margin-right:4px;
	/*border-right:1px solid #DFDFD1;
	border-bottom: 1px solid #DFDFD1;*/
	width:215px;
	height:224px;
	
}
.staffTable .email{
	font-size:10px;
}
.staffTable img{
	
	margin:0px;
	padding:0px;
	
	
}
td.staffTile{
	background-image: url(../images/tileframe.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}

hr{
	height:2px;
	color:#CCCCCC;
	
}
