#container {
	background: url('../images/banners/guardianship-banner-thin.png') no-repeat;
	background-position: 0px 10px;
}

#header ul li a.current:link, #header ul li a.current:visited, #header ul li a.current:hover, #header ul li a.current:active {
background-color: #397024;
color: white;
border-left: 1px solid #073f1f;
border-bottom: 1px solid #073f1f;
border-right: 1px solid #073f1f;
}

#header ul li a:hover, #header ul li a:active{
		background-color:  #DFFFD5;
}

#footer {
	border-top: 3px solid #060;
	background-color: #DFFFD5;
}

#side ul li a:hover, #side ul li a:active
{
color: #060;
border-bottom: 1px solid #060;
}

#side ul li a.current:link, #side ul li a.current:visited, #side ul li a.current:hover, #side ul li a.current:active {
	font-weight: bold;
	color: #060;
	border-bottom: 1px solid #fff;
}

h1 {
	color: #060;
}

img.border
{
border: 1px solid #060;
}

a:link, a:visited
{
color: #060;
}

a:hover, a:active
{
color: maroon;
}

.apply_now {
	float: right;
	display: block;
	width: 290px;
	height: 83px;
	margin: 0px 0px 0px 10px;
	text-align: left;
}

.apply_now a:link, .apply_now a:visited {
	display: block;
	width: 200px;
	height: 83px;
	padding-left: 80px;
	background-image: url('../images/icons/apply.png');
	background-repeat: no-repeat;
	background-position: 10px 5px;
	position: relative;
	margin-left: 10px;
}

.apply_now a:active, .apply_now a:hover {
	margin: -3px;
	margin-left: 7px;
	text-decoration: none;
	background-color: #3E89C8;
	border-width: 4px;
	color: white;
}

span.apply_now_title {
	font-size: 1.8em;
	font-weight: bold;
	display: block;
	width: 190px;
	padding: 11px 10px 1px 10px;
	height: 25px;
}

span.apply_now_description {
	padding: 0px 10px;
	display: block;
	text-decoration: none;
	width: 190px;
	height: 40px;
	font-size: 1.1em;
}

#question {
	background-image: url('../images/icons/question-mark.jpg');
}
