@charset "UTF-8";

/* CONTENT AREA of spry box */
 

.contentright {
	width: 350px;
	padding-left: 10px;
	float: left;
	padding-top: 20px;
}

.contentbox {
	width: 262px;
	#height:100px;
	margin-bottom:1px;
	background-repeat: no-repeat;
	border: 2px solid white;
	border-right-color: #d2d0b9;
	border-bottom-color: #d2d0b9;
	border-bottom-width: 1px;
	right: 20px;
	float: right;
	background-image: url(../images/box_bkgd.gif);
}

.contentbox img {
	margin-top: 10px;
	margin-left: 5px;
	float: left;
	margin-right: 10px;
}
.contentbox .contenttype a {
	font-family: Helvetica,Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 10px;
	text-decoration: none;
	color: #aaa671;
	background-image: url(../images/sitewide/plus_sign.gif);
	background-repeat: no-repeat;
	padding: 4px 0px 0px 2px;
	background-position: 0px 9px;
}
.contentbox .contenttype a u {
	padding: 0px 0px 0px 15px;
	text-decoration: none;
	border-bottom-color: #666633;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.contentbox .contenttype a:hover {
	color: #a7591a;
}

.imageright {
	margin-top: 1px;
	margin-left: 1px;
}
.imageleft {
	margin-right: 0px;
	float: right;
}
