/*** focus column Styles ************************/

/************* sets the seperation from top div and sets the font and font link *****************************/

#focus { border-top: 2px solid #990100; float: left;}  		/* blue line on seperating the pic section */
#focus p { font-size: 0.7em; line-height: 1.4em; color: #0678a9;text-align: left; }	/*the words for the paragraph  */
#focus p a { color: #990100;/*#990100; #0678a9;*/ font-size: .97em; }					/* the  "find out more..." word color*/
#focus img { width: 154px; height: 102px; float: left; font-size: 11px; color: #fff; }	 /*the row photos are 133x62*/

#focus .site a, #focus .site2 #focus .site3 a {
/* color: #0678a9;*/
color: #eeeeee; 			/* the color of the words on top of the pictures */
/*background-color: #000000;*/
 text-decoration: none; 
} 					/* color changes the link wording color*/


/********************** the desc below affect all boxes***************************/

#focus ul { margin: 0px; padding: 0px; /*background: url(dash_yy.gif) repeat-y 179px 0px;*/ float: left; } /*the 199 is how far from the right the dotted line is...changing the 0 did nothing*/
#focus ul li { /*border-right: 2px dotted #990100;*/
	list-style-type: none;
	width: 154px;			 /*this is the width of the box*/
	float: left;
	padding-right: 20px;
	padding-bottom: 12px;
}
#focus .shift { padding-left: 46px; }
#focus .shiftmore { padding-left: 46px; }
#focus h3 { margin: 0px; }


/*********the pay area***********/
#focus .parea{ border-top: 2px solid #990100; float: left;}  

#focus .parea p { font-size: 0.7em; line-height: 1.4em; color: #000000;text-align: left; }	/*the words for the paragraph  */
#focus .parea p a { color: #990100;/*#990100; #0678a9;*/ font-size: .97em; }					/* the  "find out more..." word color*/

/********************/
#focus .site { margin-top: 4px; }
#focus .site2 { margin-top: 20px; }
#focus .url, #focus .url a { margin: 0px 0px 1.2em 0px; color: #6b9800; text-decoration: none; }
#focus img { margin-bottom: 10px; 
	border-top: 1px solid #0000cc;   /**************990100 burgandy take these out if you frame the picture*****/
	border-left: 1px solid #0000cc;
	border-right: 1px solid #0000cc;
	border-bottom: 1px solid #0000cc;
 }

/* #focus .shadow { background: url(shadow.gif) no-repeat right bottom; padding-bottom: 22px; margin-bottom: -10px; } *//*this image was in url(../images/focus/ */

.padT { padding-top: 16px; }