/******************************************/
/* NABweb Home Page Stylesheet            */
/*                                        */
/* Created 4/27/2006                      */
/* Created by Purple Monkey Studios, Inc. */
/* Last modified 4/27/2006                */
/* Last modified by Jennifer Berk         */
/******************************************/

#container {
	background: #ffffcf;
}

#header {
	height: 271px;
}
#header img 
{
	float: left;
}
#toolbar 
{
	float: left;
	width: 206px;
	height: 268px;
	padding-top: 3px;
	background: url(../images/home_toolbar_background.jpg) top left repeat-y;
}
* html #toolbar {
	height: 271px;
}
#toolbar img 
{	
	margin-left: 0;
	float: none;
	margin-top: 5px;
}

#main {
	background: url(../images/home_main_background.jpg) top left repeat-x;
}
#secondary_nav {
	display: inline;
	float: left;
	width: 144px;
	margin: 22px 26px 26px 47px;
}
#secondary_nav ul {
	margin-left: 15px;
	list-style-image: url(../images/home_bullet.gif);
	line-height: 1.5;
	font-weight: bold;
}

#secondary_nav a {
	color: #3d3b27;
	text-decoration: none;
}
#secondary_nav a:hover {
	color: #4b6f84;
	text-decoration: underline;
}
#welcome {
	display: inline;
	float: left;
	width: 220px;
	margin: 22px 26px 26px 0;
	font-size: 12px;
}
#news_alerts {
	display: inline;
	float: left;
	width: 268px;
	margin: 22px 0 26px 0;
}
#news_alerts ul {
	margin-left: 15px;
	list-style-image: url(../images/home_bullet.gif);
}
#news_alerts li {
	margin-bottom: 1em;
}
#news_alerts a {
	color: #3d3b27;
	text-decoration: none;
}
#news_alerts a:hover {
	color: #78744d;
	text-decoration: underline;
}
