/* BEGIN spotBox Styles */	
/* set the image to use and establish the lower-right position */ 
.spotBox, 
.spotBox_body, 
.spotBox_head, 
.spotBox_head h2				{ background: transparent url(../images/spotBox.png) no-repeat bottom right; } 

.spotBox 								{ width: 285px !important; 																									/* intended total box width - padding-right(next) */ 
													width: 370px; 																														/* IE Win = width - padding */ 
													padding-right: 15px; 																											/* the gap on the right edge of the image (not content padding) */ 
													margin: 0px auto; 	 																											/* use to position the box */
													float: right; }
									 
/* set the top-right image */ 
.spotBox_head 					{ background-position: top right; margin-right: -15px; 											/* pull the right image over on top of border */ 
													padding-right: 25px; }																										/* right-image-gap + right-inside padding */  

/* set the top-left image */ 
.spotBox_head h2 				{ background-position: top left; margin: 0; 																/* reset main site styles */ 
													border: 0; 																																/* reset main site styles */ 		
													padding: 20px 0 5px 25px; 																								/* padding-left = image gap + interior padding ... no padding-right */ 
													height: auto !important; height: 1%;  																		/* IE Holly Hack */
													font-weight: 600;
													font-size: 11px;
													color: #f37320;
													font-family: verdana, arial, helvetica, sans-serif; 
													font-style: normal; }

#spotBox_head h2 img		{ vertical-align: middle; }
.spotBox_headrt					{	clear: right; float: right; 
													margin: -60px 0px 10px 15px; }

/* set the lower-left corner image */ 
.spotBox_body 					{ background-position: bottom left; 
													margin-right: 10px; 																											/* interior-padding right */ 
													padding: 5px 0 30px 25px;  } 																							/* mirror .spotBox_head right/left */

/* spotBox text styles */
div.spotBox p						{ font-family: verdana, arial, helvetica, sans-serif; 
													font-size: 11px; 
													color: #574c3a; 
													text-align: left; 
													margin: 5px 0 0 0;
													padding: 0; }


/* END spotBox Styles */