﻿@charset "UTF-8";
/* CSS Document */

#box-holder{
	width:655px;
	height:73px;
	background-image:url(../images/box_bg.gif);
	background-repeat:no-repeat;
	padding:10px;
	color:#FFFFFF;
	font-family:"Lucida Sans", "Lucida Grande", "Trebuchet MS", Arial;
	font-size:10px;
	line-height:20px;
	font-weight:bold;
	text-transform:capitalize;
	}

.arrowList {/*
	list-style-image:url(../images/green_arrow_bullet.gif);*/
	list-style-position:outside;
	list-style-type:none;
	text-indent:2px;
	margin:0px;
	padding-left:5px;
}

.list-col{
	width:215px;
	height:auto;
	margin-right:10px;
	float:left;
	}
	
.list-col-last{
	width:195px;
	height:auto;/*
	padding-right:10px;*/
	float:left;
	}
#box-holder li{
	display:block;
	height:20px;
	border-bottom:#FFFFFF solid 1px;
	background-image:url(../images/green_arrow_bullet.gif);
	background-repeat:no-repeat;
	padding-left:10px;
	}
	
#box-holder a:link{
	color:#FFFFFF;
	text-decoration:none;
	}

#box-holder a:visited{
	color:#FFFFFF;
	text-decoration:none;
	}
	

#box-holder a:hover{
	color:#FFFFFF;
	text-decoration:underline;
	}
