/* CSS Document */

/**************************************/
/*             =NEWSBOX
/**************************************/

#newsbox {
	background: url(../images/default/newsboxbkgd_main.gif) repeat-y;
	height:auto;
	width:139px;
	position:relative;
	float:right;
	margin:0;
	padding:0 0 3px 0;
}

#newsbox_header {
	position:relative;
	background-image:  url("../images/default/newsbox_header_bkgd.gif");
	width:137px;
	border-bottom:1px solid #999999;
	border-top:1px solid #999999;
	left:1px;/**makes up for border*/
	height:auto;
	padding:3px 0;
}

#newsbox h4 {
	text-transform:uppercase;
	background: url("../images/global/nav_arrows.gif") no-repeat left;
	font-size:.8em;
	padding:0 0 0 17px;
	left:10px;
	position:relative;
}

/*newsbox content styling*/
#news_text {
	position:relative;
	left:6px;
	width:130px;
	list-style:none;
	top:7px;
	line-height:.8em;
}

#news_text p{
	background: url("../images/global/listbullet_red.gif") no-repeat top left;
	position:relative;
	padding:0 0 1em 11px;
	margin:0;
	font-size:.7em;
	text-decoration:none;
}

#newsbox_footer {
	position:relative;
	background: url("../images/default/newsbox_bottom.gif") no-repeat bottom;
	width:139px;
	height:9px;
	top:4px;
}

/**************************************/
/*           =BLUE BULLETS
/**************************************/

/*blue bulleted list on homepage*/
#bluebullets {
	width:540px;
}

#bluebullets li {
	list-style:none;
}

/*blue bullet image*/
#bluebullets li a{
	background: url("../images/global/listbullet_blue.gif") no-repeat left;
	list-style:none;
	padding:0 0 0 10px;/*moves text away from blue bullet*/
	line-height:1.5em;
	font-size:.9em;
	white-space:nowrap;
}

#bluebullets li a:link {
	text-decoration:none;
}

#bluebullets li a:hover {
	text-decoration:underline;
}


/**************************************/
/*           =FOOTER ICONS
/**************************************/

#footer_icons {
	font-size:.9em;
	position:relative;
	width:57em;
	margin:0 auto;
	padding:0 0 10px 0;
}

/************/
/*  alerts
/************/

#alerts {
font-size:.8em;
color:#CC0033;
font-weight:bold;
padding:3px 0;
width:730px;
margin-left:11px;
}

#alerts a {
color:#CC0033;
text-decoration:none;
}

