body{
background: url(../images/back_grad.jpg) repeat-y center;
}

#header {
	height: 209px;
	margin-top: 20px;
	background: url(../images/header_logo.jpg) no-repeat;
}
#header h1{
	padding-top: 175px;
	padding-left: 20px;
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: white;
}


#navigation {
	height: auto;
	margin-top: 20px;
}
#navigation ul {
	list-style-type: none;
}
#navigation li{
	height: 27px;
	width: 220px;
	list-style-type: none;
	background: url(../images/nav_item_background.jpg) no-repeat -30px;
	background-position: left bottom;
	text-indent: 20px;
	left: -20px;
	margin: 2px 0 0;
	text-decoration: none;
	padding-top: 2px;
	color: white;
}
#navigation a:link, a:visited{
	text-decoration: none;
	padding-top: 2px;
	color: white;
}
#navigation li a:hover{
	text-decoration: none;
	padding-top: 2px;
	color: red;
}
#navigation li a.nav_child_off{
	text-decoration: none;
	padding-top: 2px;
	color: white;
	padding-left: 20px;
}
#navigation li a.nav_child_off:hover{
	text-decoration: none;
	padding-top: 2px;
	color: red;
	padding-left: 20px;
}
#navigation li.nav_child_on{
	text-decoration: none;
	padding-top: 2px;
	color: yellow;
	padding-left: 20px;
}
#navigation li a.nav_main_off{
	text-decoration: none;
	padding-top: 2px;
	color: white;
}
#navigation li.nav_main_on{
	text-decoration: none;
	padding-top: 2px;
	color: yellow;
}
#body_copy {
	height: auto;
	margin-top: 20px;
}
#body_copy a:hover, a:link, a:visited{
	color: blue;
}
#message {
	display: none;
}
#rhs_bar {
	height: inherit;
	margin-top: 20px;
	background-color: #7f7f7f;
}
#footer {
	height: 20px;
	margin-top: 20px;
	background: url(../images/footer.jpg) no-repeat ;
	background-position: left bottom;
	text-indent: 20px;
	color: white;
}
#image_one {
	margin-top: 20px;
}
#image_two {
	margin-top: 10px;
}
#image_three {
	margin-top: 10px;
}
#image_four {
	margin-top: 10px;
}
#navigation a.parent_on, #navigation a.parent_on:visited {
	height: 120px;
	background-image: url(../images/parent_on.jpg);
}