/*-------------- MASTHEAD CONTAINERS --------------*/
#left-head {
	float:left;
	height:389px;
	width:220px;
	}
#right-head {
	float:left;
	height:151px;
	width:720px;
	background:url(../graphics/cro02.jpg) no-repeat;
	}
/*-------------- GREEN SLOGAN AREA --------------*/
#slogan {
	width:220px;
	height:238px;
	background:url(../graphics/cro04.jpg) no-repeat;
	}
#slogan p {
	display:none;	
	}
/*-------------- SPOTLIGHT --------------*/
#spotlight {
	clear:left;
	width:720px;
	height:238px;
	background-color:#ccc;
	}
/*-------------- PAGE TITLE BAR AT TOP OF CONTENT AREA --------------*/
#page-title {
	clear:left;
	width:940px;
	height:39px;
	background:url(../graphics/welcome.jpg) no-repeat;
	text-indent:-9999px;
	}
#page-title h2 {
	display:none;
	}
/*-------------- SIDEBAR AND CONTENT --------------*/
#middle {
	width:940px;
	background: #fff url(../graphics/cro06.gif) no-repeat;
	}
#sidebar {
	float:right;
	width:292px;
	padding:0 10px 10px 8px;
	color:#111;
	background:url(../graphics/cro06.gif) top right no-repeat;
	}

/* another IE6 hack. ugh. */
* html body #sidebar {
	padding-top:12px;
	}
#sidebar h2 {
	font:bold 0.88em/1em verdana, arial, sans-serif;
	color:#444;
	text-transform:uppercase;
	margin-left:5px;
	}
#sidebar .news_articles ul li, #sidebar .news_archives {
	font:0.81em/1.38em verdana, arial, sans-serif;
	color:#111;
	margin-bottom:6px;
	}
#sidebar .news_articles ul li a, #sidebar .news_archives a {
	color:#333;
	text-decoration:none;
	}
#sidebar .news_articles ul li a:hover, #sidebar .news_archives a:hover {
	color:#000;
	text-decoration:underline;
	}
	
#sidebar .news_articles ul {
	padding:0px 5px 0px 15px;
}

#sidebar .news_archives {
	font-weight:bold;
	padding-left:15px;
}



#content {
	padding:8px 326px 18px 16px;
	}
	
#login {
	padding-top:75px;

}

#login div.portal_login  {
margin:1em auto;
width:290px;
}

#login .portal_login_username, #login .portal_login_password {
float:left;
padding-right:10px;
}

#login .content_login_portal_password, .content_login_portal_username {
width:95px !important;
}

#login div.portal_login div.form_row_submit {
background:none;
color:#000000;
float:left;
margin:22px 0px 0px 0px;
padding:5px;
text-align:left;
width:auto;
}

#login div.form_label {
font-weight:normal;
font:0.81em/1.38em verdana,arial,sans-serif;
}

#login table {
	margin-top:10px;
}

td.loginbutton input.button {
	margin-bottom: 2px;
}

#login span {
	font:bold 0.88em/1em verdana, arial, sans-serif;
	color:#444;
	text-transform:uppercase;
	margin-left:2px;
	}
	
#login .loginlinks a, #login .loginlinks a:link {
	color:#2D7379;
	font-size:75%;
	text-transform:capitalize;
	font-weight:normal;
	padding-right:10px;
}

#login table tr td a:hover {
	color:#81A714;
}
