/* Start of CMSMS style sheet 'ros_2010' */
/* CSS Document */

body {
	background-color: #cccccc; 
	/* background-color: #ffffff; */
	margin: 0px;
	padding: 0px;
	font-family: trebuchet ms, arial, sans-serif;
	font-size: 80%;
	text-align: center;
}

body.blue {
background-color: #C3DBF9;
background-image: url(look/blue_back.gif);
background-position: top;
background-repeat: repeat-x;
}

body.green {
background-color: #D8EFC8;
background-image: url(look/green_back.gif);
background-position: top;
background-repeat: repeat-x;
}

body.orange {
background-color: #FFDFD2;
background-image: url(look/orange_back.gif);
background-position: top;
background-repeat: repeat-x;
}

body.pink {
background-color: #FFDAE9;
background-image: url(look/pink_back.gif);
background-position: top;
background-repeat: repeat-x;
}

body.purple {
background-color: #F0DFFF;
background-image: url(look/purp_back.gif);
background-position: top;
background-repeat: repeat-x;
}

body.turquoise {
background-color: #D5FFEF;
background-image: url(look/turq_back.gif);
background-position: top;
background-repeat: repeat-x;
}

#wrapper {
	width: 990px;
	margin: 10px auto 10px auto;
	text-align: left;
	background-color: #ffffff;
	color: #000000;
	padding-top: 2px;
	position: relative;
}

#top_navigation {
	margin: 10px 6px 10px 6px;
	height: 24px;
	padding-bottom: 8px;
}

.navigation_pink {
	background-image: url(look/pink_strip.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
.navigation_green {
	background-image: url(look/green_strip.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
.navigation_purple {
	background-image: url(look/purp_strip.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
.navigation_orange {
	background-image: url(look/orange_strip.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
.navigation_blue {
	background-image: url(look/blue_strip.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
.navigation_turk {
	background-image: url(look/turq_strip.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

#top_navigation ul {
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #666666;
}

#top_navigation li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
}

#top_navigation a:link, #top_navigation a:visited {
	display: block;
	padding: 2px 6px 2px 6px;
	border-right: 1px solid #666666;
	font-weight: bold;
	text-decoration: none;
	color: #7A7A7A;
}

#top_navigation a:hover {
	color: #66ABC5;
	text-decoration: underline;
}

#mainpage {
	padding: 10px 20px 10px 20px;
	font-size: 120%;
	line-height: 140%;
}

#pagetitle {
	background-image: url(look/Rosie_s_Rainbow_logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 90px;
	height: 86px;
	font-variant: small-caps;
}

div#pagetitle h1.pink {
	font-size: 38px;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	color: #FF368A;
}

div#pagetitle h1.green {
	font-size: 38px;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	color: #6DE01A;
}

div#pagetitle h1.purple {
	font-size: 38px;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	color: #A741FF;
}

div#pagetitle h1.orange {
	font-size: 38px;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	color: #FD672A;
}

div#pagetitle h1.blue {
	font-size: 38px;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	color: #338DFF;
}

div#pagetitle h1.turquoise {
	font-size: 38px;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	color: #00E68D;
}

.boxstyleone {
	width: 950px;
	background-image: url(look/pink_sides.gif);
	background-repeat: repeat-y;
        margin-bottom: 10px
}

.boxstyleone_title {
	height: 37px;
	background-image: url(look/pink_sides_top.gif);
	padding: 16px 20px 4px 20px;
}

.boxstyleone_title h2 {
	margin: 0px;
	padding: 0px;
	color: #FF368A;
}

.boxstyleone_body {
	padding: 0px 20px 0px 20px;
}

.boxstyleone_body_top {
	padding: 16px 20px 4px 20px;
	background-image: url(look/pink_sides_top.gif);
	background-position: top;
	background-repeat: no-repeat;
}

.boxstyleone_body a:link, .boxstyleone_body a:visited {
	color: #FF368A;
	text-decoration: none;
}

.boxstyleone_body a:hover {
	color: #66ABC5;
	text-decoration: underline;
}

.boxstyleone_footer {
	height: 21px;
	background-image: url(look/pink_sides_bottom.gif);
	clear: both;
}

.boxstyletwo {
	width: 950px;
	background-image: url(look/green_sides.gif);
	background-repeat: repeat-y;
        margin-bottom: 10px
}

.boxstyletwo_title {
	height: 37px;
	background-image: url(look/green_sides_top.gif);
	padding: 16px 20px 4px 20px;
}

.boxstyletwo_title h2 {
	margin: 0px;
	padding: 0px;
	color: #6DE01A;
}

.boxstyletwo_body {
	padding: 0px 20px 0px 20px;
}

.boxstyletwo_body a:link, .boxstyletwo_body a:visited {
	color: #6DE01A;
	text-decoration: none;
}

.boxstyletwo_body a:hover {
	color: #66ABC5;
	text-decoration: underline;
}

.boxstyletwo_footer {
	height: 21px;
	background-image: url(look/green_sides_bottom.gif);
	clear: both;
}

div.boxstylethree {
	width: 950px;
	background-image: url(look/purp_sides.gif);
	background-repeat: repeat-y;
        margin-bottom: 10px
}

.boxstylethree_title {
	height: 37px;
	background-image: url(look/purp_sides_top.gif);
	padding: 16px 20px 4px 20px;
}

.boxstylethree_title h2 {
	margin: 0px;
	padding: 0px;
	color: #A741FF;
}

.smallertext {
        font-size: 110%;
        font-weight: bold;
}

.boxstylethree_body {
	padding: 0px 20px 0px 20px;
}

.boxstylethree_body a:link, .boxstylethree_body a:visited, .boxstylethree_title a:link, .boxstylethree_title a:visited {
	color: #A741FF;
	text-decoration: none;
}

.boxstylethree_body a:hover {
	color: #66ABC5;
	text-decoration: underline;
}

.boxstylethree_footer {
	height: 21px;
	background-image: url(look/purp_sides_bottom.gif);
	clear: both;
}

.boxstylefour {
	width: 950px;
	background-image: url(look/orange_sides.gif);
	background-repeat: repeat-y;
        margin-bottom: 10px
}

.boxstylefour_title {
	height: 37px;
	background-image: url(look/orange_sides_top.gif);
	padding: 16px 20px 4px 20px;
}

.boxstylefour_title h2 {
	margin: 0px;
	padding: 0px;
	color: #FD672A;
}

.boxstylefour_body {
	padding: 0px 20px 0px 20px;
}

.boxstylefour_body_top {
	padding: 16px 20px 4px 20px;
	background-image: url(look/orange_sides_top.gif);
	background-position: top;
	background-repeat: no-repeat;
}

.boxstylefour_body a:link, .boxstylefour_body a:visited {
	color: #FD672A;
	text-decoration: none;
}

.boxstylefour_body a:hover {
	color: #66ABC5;
	text-decoration: underline;
}

.boxstylefour_footer {
	height: 21px;
	background-image: url(look/orange_sides_bottom.gif);
	clear: both;
}

.boxstylefive {
	width: 950px;
	background-image: url(look/blue_sides.gif);
	background-repeat: repeat-y;
        margin-bottom: 10px
}

.boxstylefive_title {
	height: 37px;
	background-image: url(look/blue_sides_top.gif);
	padding: 16px 20px 4px 20px;
}

.boxstylefive_title h2 {
	margin: 0px;
	padding: 0px;
	color: #338DFF;
}

.boxstylefive_body {
	padding: 0px 20px 0px 20px;
}

.boxstylefive_body_top {
	background-image: url(look/blue_sides_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding: 16px 20px 4px 20px;
}

.boxstylefive_body a:link, .boxstylefive_body a:visited {
	color: #338DFF;
	text-decoration: none;
}

.boxstylefive_body a:hover {
	color: #66ABC5;
	text-decoration: underline;
}

.boxstylefive_footer {
	height: 21px;
	background-image: url(look/blue_sides_bottom.gif);
	clear: both;
}

.boxstylesix {
	width: 950px;
	background-image: url(look/turq_sides.gif);
	background-repeat: repeat-y;
        margin-bottom: 10px
}

.boxstylesix_title {
	height: 37px;
	background-image: url(look/turq_sides_top.gif);
	padding: 16px 20px 4px 20px;
}

.boxstylesix_title h2 {
	margin: 0px;
	padding: 0px;
	color: #00E68D;
}

.boxstylesix_body {
	padding: 0px 20px 0px 20px;
}

.boxstylesix_body a:link, .boxstylesix_body a:visited {
	color: #00E68D;
	text-decoration: none;
}

.boxstylesix_body a:hover {
	color: #66ABC5;
	text-decoration: underline;
}

.boxstylesix_footer {
	height: 21px;
	background-image: url(look/turq_sides_bottom.gif);
	clear: both;
}

#footer {
	margin: 6px;
	height: 30px;
	padding-top: 14px;
}

.footer_pink {
	background-image: url(look/pink_strip.gif);
	background-position: top;
	background-repeat: no-repeat;
}
.footer_green {
	background-image: url(look/green_strip.gif);
	background-position: top;
	background-repeat: no-repeat;
}
.footer_purple {
	background-image: url(look/purp_strip.gif);
	background-position: top;
	background-repeat: no-repeat;
}
.footer_orange {
	background-image: url(look/orange_strip.gif);
	background-position: top;
	background-repeat: no-repeat;
}
.footer_blue {
	background-image: url(look/blue_strip.gif);
	background-position: top;
	background-repeat: no-repeat;
}
.footer_turk {
	background-image: url(look/turq_strip.gif);
	background-position: top;
	background-repeat: no-repeat;
}

#footer ul {
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #666666;
}

#footer li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
}

#footer a:link, #footer a:visited {
	display: block;
	padding: 2px 6px 2px 6px;
	border-right: 1px solid #666666;
	font-weight: bold;
	text-decoration: none;
	color: #7A7A7A;
}

#footer a:hover {
	color: #66ABC5;
	text-decoration: underline;
}

/* text styles */

.introgrey {
	font-size: 130%;
	color: #7A7A7A;
}

.pink_text {
	color: #FF368A;
}

.green_text {
	color: #6DE01A;
}

.purple_text {
	color: #A741FF;
}

.orange_text {
	color: #FD672A;
}

.blue_text {
	color: #338DFF;
}

.turquoise_text  {
	color: #00E68D;
}

.plustwentytext {
	font-size: 120%;
}

.rightbuttons {
	float: right;
}

.centerbuttons {
width: 220px;
margin: 0px auto 0px auto;
}

.rightbuttons ul, .centerbuttons ul {
	margin: 0px;
	padding: 0px;
}

.rightbuttons li, .centerbuttons li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.centerbuttons a:link, .centerbuttons a:visited {
	display: block;
	background-image: url(look/button_blue.gif);
        background-repeat: no-repeat;
	width: 200px;
	height: 34px;
	margin-top: 3px;
	padding-top: 7px;
	text-align: center;
	color: #366CE5;
	font-size: 100%;
	font-weight: bold;
        text-decoration: none;
}

.rightbuttons a:link, .rightbuttons a:visited {
	display: block;
	background-repeat: no-repeat;
	width: 200px;
	height: 34px;
	margin-top: 3px;
	padding-top: 7px;
	text-align: center;
	color: #000000;
	font-size: 100%;
	font-weight: bold;
        text-decoration: none;
}

.rightbuttons a#music_therapy:link, .rightbuttons a#music_therapy:visited {
background-image: url(look/but_green.gif);
}

.rightbuttons a#support_for_parents:link, .rightbuttons a#support_for_parents:visited {
background-image: url(look/but_pink.gif);
}

.rightbuttons a#art_play:link, .rightbuttons a#art_play:visited {
background-image: url(look/but_blue.gif);
}

.rightbuttons a#music_therapy:hover, .rightbuttons a#support_for_parents:hover, .rightbuttons a#art_play:hover {
background-image: url(look/but_turq.gif);
color: #ffffff;
} 

.centerbuttons a:hover {
	background-image: url(look/button_pink.gif);
	color: #FD37BD;
}

div.centerbuttons a.bereave:link, div.centerbuttons a.bereave:visited {
	background-image: url(look/button_blue_bereave.gif);
}


div.centerbuttons a.bereave:hover {
	background-image: url(look/button_pink_bereave.gif);
}

a:link, a:visited {
        color: #0A68DB;
}

a:hover {
        color: #AC0ADB;
}
/* End of 'ros_2010' */

