/* home page only */
div#content
{
	position:relative;
	background-image:none;
}

#content #heading
{
	background-image: url(../img/bullet_heading.gif);
	background-position:18px 50%;
	padding-left:28px;
}

div#main_content
{
	margin:0px;
	background-image:none;
	padding:0px;

}
#header h1 a
{
	display:block;
	height: 69px;
	width: 304px;
	margin: 0px;
	background-image:url(../img/logo_home.gif);
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	text-indent:-999px;
}

#home_right
{
	float:right;
	width:480px;
	margin-top:100px;
	margin-bottom:3px;
	background-image:url(../img/bg_homeright.gif);
	background-repeat:repeat-y;
	font-size:100%;
}
#home_right h3
{
	margin-bottom: 10px;
	font-size: 140%;
	font-weight: bold;

}
#home_right h4
{
	font-size: 100%;
	color:inherit;
	border-bottom:0px;
}

#border_bottom
{
	position:absolute;
	bottom:1px;
	right:0px;
	width:480px;
	height:3px;
	background-image:url(../img/bg_homerightbottom.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	font-size:1px;
}

#home_left
{
	float:left;
	width:240px;
	margin-bottom: 160px;
    font-size: 90%;
}
.infobox p
{
	margin-left:26px;
}
.infobox h3
{
	padding-left:17px;
}
.infobox h4
{
	margin:0px 0px -10px 26px;
	padding:0px;
}
#who
{
	width:240px;
	float:left;
	padding-bottom:25px;
	background-image: url(../img/bg_who.gif);
	background-repeat: no-repeat;
	background-position: 17px 30px;
	color:#808023;
}
#who h3
{
	background-color:#999933;
	background-image:url(../img/bg_homerighttop.gif);
	background-position:top left;
	background-repeat:no-repeat;
	margin-bottom:18px;

}

#priorities
{
	float:right;
	width:240px;
	background-image: url(../img/bg_priorities.gif);
	background-repeat: no-repeat;
	background-position: 17px 30px;
	padding-bottom:3px; /* stacks with margin on bottom of .priority to give 25px bottom padding */
	color:#5a5a10;
}
.priority_pic
{
	float:right;
	margin: 0px 17px 4px 0px;
	border-style:solid;
	border-color: #b4b475;
	border-width: 0px 0px 4px 7px;
	background-color: #c5c591;
	padding:4px;
}
#priorities h3
{
	background-color:#808023;
	clear:right;
	margin-bottom: 18px;
}
#priorities .priority
{
	clear:right;
	margin-bottom:22px;
}

#updates
{
	position:absolute;
	bottom:1px;
	right:480px;
}
#updates h3
{
	background-image:url(../img/bg_home_priorities.gif);
	background-position:right top;
	background-repeat:no-repeat;	
	padding-top:14px;
	padding-left:18px;
}
#updates p
{
	margin-left:17px;
}
dl#news
{
	margin:13px 0px 0px 0px;
	padding:0px;
	width:240px;
}

dl#news dt
{
	color:#808023;
	margin:0px 17px;
	padding-top: 7px;
	font-weight:bold;
}

dl#news dd
{
	margin:0px 17px;
	border-bottom:1px solid #dddddd;
	padding:0px 0px 7px;
	color: #999999;
}

