/* 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: 250px !important; 																									/* intended total box width - padding-right(next) */ 
													width: 260px; 																														/* IE Win = width - padding */ 
													padding-right: 0px; 																											/* the gap on the right edge of the image (not content padding) */ 
													margin: 20px 0 20px 20px; float: right; } 																/* use to position the box */
									 
/* set the top-right image */ 
.spotBox_head 					{ background-position: top right;
													margin-right: 0; 																													/* pull the right image over on top of border */ 
													padding-right: 10px; }																										/* right-image-gap + right-inside padding */  

/* set the top-left image */ 
.spotBox_head h2 				{ background-position: top left;													
													border: 0; 	margin: 0; 																										/* reset main site styles */ 		
													padding: 10px 0 10px 10px; 																								/* padding-left = image gap + interior padding ... no padding-right */ 
													height: auto !important; height: 1%;  																		/* IE Holly Hack */
													color: #ffffff;
													font-size: 14px;
													font-weight: bold; 
													font-style: normal; 
													letter-spacing: .1em;
													text-align: center; }

/* set the lower-left corner image */ 
.spotBox_body 					{ background-position: bottom left;
													margin-right: 10px; 																											/* interior padding right */ 
													padding: 5px 0 30px 10px;  } 																							/* mirror .spotBox_head right/left */

.spotBox p							{ margin: 0; 
													padding: 0; 
													color: #757575; }																													/* Grey -2 */
													
.spotBox ul.bullet			{ border: none;																															
													margin: 3px 0 0 15px; 
													padding: 0; }
.spotBox li.bullet			{	font-family: verdana, arial, helvetica, sans-serif;																
													color: #757575; 																													/* Grey -2 */
													font-size: 11px;
													border: none;																															
													list-style-image: url(../images/bullet.gif);
													list-style-type: square;
													margin: 2px 10px 0px 10px; 
													padding: 0; }


/* END spotBox Styles */