@charset "utf-8";
/* CSS Document */

/*---------------------------HEADER STYLES----------------------------*/
img.logo{
	margin:6px 0 0 6px;
}

/*---------------------------BASE STYLES----------------------------*/
a.anchor:hover{
	color:#F00;
}

span.hidden{
	visibility:hidden;
}

.map-centered{
	width:310px;
	height:auto;
	margin:20px auto;
}

.block-header{
	display:block;
	float:left;
	margin:10px 20px 10px 3px;
}

.red-title{
	color:#F00;
	font-weight:bold;
}

.header-style{
	font-weight:bold;
	color:#336699;
	margin:0 15px 0 5px;
	padding-left:10px;
	border-bottom:1px solid #999;
	background:url(../images/lines.png) repeat;
}
/*-----------------------------WORK ON THIS ON WEDNESDAY NOV 17------------------------*/
.sub-header-style{
	font-weight:bold;
	color:#336699;
	margin:0 15px 0 5px;
	padding-left:10px;
	border-bottom:1px solid #999;
	background:url(../images/lines.png) repeat;
}

ul.main-list li{
	list-style-image:url(../images/li_icon1.jpg);
	font-size:1em;
	padding:5px 0 0 15px;
	margin-left:35px;
}

ul.small-list{
	margin:10px 0 0 15px;
}

ul.small-list li{
	font-size:.85em;
	padding:1px 0;
	list-style-image:url(../images/li_icon2.jpg);
}

ul.inset-list{
	margin:5px 0 0 30px;
}

ul.inset-list li{
	font-size:.8em;
	list-style:circle;
}

#box310 p{
	padding:5px 15px;
	line-height:1.4em;
}

.emphasis{
	color:#F00;
	font-size:11px;
}

.small-header{
	font-size:.8em;
	text-decoration:underline;
	padding:3px 0 0 0;
}

.float-rt{
	float:right;
}

.required{
	color:#F00;
}
/*-----------------------------FOOTER STYLES-----------------------------*/
.footer-text{
	font-size:.55em;
	padding:0;
}

/*-----------------------------TABLE STYLES-----------------------------*/
#product-table{
	width:100%;
}

#product-table th{
	border-bottom:1px solid #999;
	text-align:center;
}

#product-table td{
	padding:3px 0 5px 30px;
	vertical-align:top;
}

