/* CSS Document */

/* Color Key

Purple 826AA9
Orange E2B322
Green  5FBD47
Yellow FEF886

*/

*{ padding: 0; margin: 0; }

/* Tag Styles */

body { background-color: #826AA9; width: 750px; margin: 15px; font-family: Verdana, Arial, sans-serif; font-size: 85%; color: #FFF }

a:link { color: #FEF886 }
a:visited { color: #FEF886 }
a:active { color: #FEF886 }
a:hover { color: #FEF886 }

p { padding: 0 0 1em 0 }


/* Header Styles */

#header { width: 802px }

#border1 { background-image: url(../images/green_border_top.gif); width: 802px; height: 4px }
#border2 { background-image: url(../images/green_border_bottom.gif); width: 802px; height: 4px }

#top_links { background-color: #5FBD47; text-align: right; color: #000 }
#top_links li { display: inline; background: url(../images/arrow456.gif) no-repeat; padding: 0 14px 0 8px }
#top_links li a { color: #000; text-decoration: none }
#top_links li a:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
}


/* Division Styles */

div#container { 
width: 802px; 
margin: 0 auto; 
padding: 0px; 
background: url(../images/tile_watercolor_blue_med100.png); 
border-left: 1px solid #000;
border-right: 1px solid #000;
border-bottom: 6px solid #000 }

#content { width: 750px; margin: 15px 0 15px 0 }

#content-main { width: 620px; float: right }

#content-sub {
	width: 160px;
	float: left;
	padding: 0;
	color: #000;
	height: 100%;
}

#content-sub a { color: #000; text-decoration: none }
#content-sub a:hover { color: #000; text-decoration: underline }

#footer { clear: both; font-size: 85%; text-align: center }

/*image on side*/


#sideImages {
	padding: 10px;
	border: 1px solid #000000;
	background-color: #E2B322;
	height: 100%;
}

/* Navigation Styles */

#nav {  background-color: #E2B322 }

#nav ul { list-style-image: url(../images/arrow.gif); padding: 1em 0 1em 2em }

#border_nav1 { background-image: url(../images/orange_border_top.gif); width: 170px; height: 4px }
#border_nav2 { background-image: url(../images/orange_border_bottom.gif); width: 170px; height: 4px }


.kids  { display: none; background-image: url(../images/kids.gif); width: 170; padding: 30px 0 0 0; margin: 0; height: 0px !important; height /**/: 30px; overflow: hidden }

.sidebar {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFCC00;
	border-right-color: #FFCC00;
	border-bottom-color: #FFCC00;
	border-left-color: #FFCC00;
}

