/* CSS Document */

/* home content area */

.home_image_area {
	padding-bottom:4px;
}

/* right */	
.home_right_column_wrapper {
	float:left;
	width:475px;
}

.toolbar_holder {
	background-image:url(../images/callout_bcg_gray.gif);
	/*width:441px;*/
}
hr 
{
	height:1px; 
	border:0;
	background-color:Black;
	
}

.breadCrumb {
	display:none;
}
.home_content_holder {
	margin:20px;
}
.home_content_holder h2 {
	color:#381A01;
	font-weight:normal;
	font-size:20px;
	text-indent:-9999px;
	margin:24px 0 6px;
}
.home_content_holder h2.welcome {
	background:url(../images/header_welcome.gif) no-repeat;
	width:82px;
	height:25px;
}
.home_content_holder h2.upcoming_events {
	background:url(../images/header_upcomingEvents.gif) no-repeat;
	width:145px;
	height:25px;
}
.home_content_holder h2.need_to_know {
	background:url(../images/header_needToKnow.gif) no-repeat;
	width:119px;
	height:25px;
}
.home_content_holder p {
	margin:6px 0 15px 0;
}
.home_content_holder .news {
	list-style:none;
	list-style-position:outside;
	margin:6px 0 15px 0;
	padding:0;
}
.home_content_holder .news span {
	color:#E8850D;
	font-weight:bold;
}
.home_content_holder .news a {
	text-decoration:none;
	color:#282828;
}
.home_content_holder .news a:hover {
	text-decoration:underline;
	color:#E8850D;
}


/* left */
.home_left_column_wrapper {
	width:236px;
	float:left;
	margin-right:1px;
}

.callout_wrapper {
	background:url(../images/callout_bcg_lgray.gif);
	padding:5px 4px 0 4px;
	margin-bottom:1px;

}
.callout_wrapper h2 {
	font-size:16px;
	font-weight:normal;
	text-indent:-9999px;
	margin:0 0 6px 12px;
	padding:1px 0 0 0;
}
.callout_wrapper .c_holder {
	background-color:#FFFFFF;
	padding:13px;
}
.c_building_basics h2 {
	background:url(../images/header_building_basics.gif) no-repeat;
}
.c_user_login h2 {
	background:url(../images/header_user_login.gif) no-repeat;
}
.c_user_logout h2 {
	background:url(../images/header_user_logout.gif) no-repeat;
}
.c_holder ul {
	list-style-image:url(../images/icon_brown_arrow.gif);
	margin:0;
	padding:0 0 0 11px;
}

.login_table {
	width:100%;
}
.login_table th {
	font-size:11px;
	vertical-align:middle;
	text-align:left;
	font-weight:normal;
	padding-bottom:4px;
}
.login_table td {
	padding-bottom:4px;
}
.c_holder .login_field {
	font-size:11px;
	width:130px;
	float:right;
	vertical-align:middle;
	margin:0;
	padding:3px 5px;
	border:1px solid #D3D2D4;
}
.c_holder .login_button {
	display:block;
	float:right;
	padding-left:18px;
	margin-top:8px;
	background:url(../images/button_search.gif) no-repeat left 0px;
	font-weight:bold;	
	font-size:12px;
	font-family:Arial;
	text-decoration:none;
	color:#E8850D;
	border-style:none;
	border-width:0px;
}
.c_holder p {
	margin:8px 0;
	font-size:11px
}
.c_holder .general_button
{
	padding-left:10px;
	margin-top:2px;	
	background:url(../images/icon_doubleArrow.gif) no-repeat left 5px;
	font-weight:normal;	
	font-size:11px;
	font-family:Arial;	
	text-decoration:none;
	color:#000;
	border-style:none;
	border-width:0px;
}

.c_holder a
{
	text-decoration:underline;
	color:#E8850D;

}

.c_holder a:hover {
	text-decoration:underline;
	color:#381a01;
}

.home_left_column_wrapper .banner_holder {
	margin-bottom:1px;
}

.bottom_banners_holder div{
	width:100%;
}
.bottom_banners_holder .top_edge {
	width:712px;
	background:url(../images/callout_bcg_lgray.gif);
	height:6px;
	font-size:1px;
	margin:1px 0;
	display:block;
}
.bottom_banners_holder div {
	margin-right:1px;
	padding:0;
}
/* end of home content area */

