/*
Date Modifed: 18Nov05
Modified By: ajenkins
Comments: 
- changed component widths to 150px; adjusted image size accordingly
- removed bullets from links; adjusted margins accordingly
- weather element was causing component formatting to misalign on the page (see before/after images)
	- changed weather Element ID to Class 
	- changed from table to div tag in code (see sample html pages included)
- added link color to announcement and promotion compontents (were defaulting to bright blue)
*/

.weather {
	border: 1px; /*changed from: border: 1px solid black;*/
	width: 150px;
	/*removed: height: 90px;*/
	margin-top: 10px; /*changed from: margin: 10px 18px 10px 18px;*/
}
.announcement, .links, .freeform, .promotion {
	width: 150px; /*changed from -  width: 180px;*/
	/*border-top: 1px solid #95ADD2;*/
	border-left: 1px solid #95ADD2;
	font-family: verdana;
	font-size: 8pt;
	margin-top: 1px; /*new*/
	margin-bottom: 10px; /*changed from - 2em;*/
}
.announcement a, .promotion a {
	/*float: right;*/
	font-size: 8pt;
	padding: 0px; /*changed from - padding: 3px;*/
	color: #5673ae; /*new*/
}
.announcement h3, .links h3, .promotion h3 {
	font-size: 8pt;
	padding: 3px;
	background-color: #95ADD2;
	color: white;
	font-weight: bold;
	margin: 0px;
/*	width: 100%; /*Changed by Sean C, causing extra tail on menu outside of Table Cell*/
}
.announcement p,  .freeform p {
	padding: 3px;
	margin: 0px;		
}

.links a {
	color: #5673AE;
}
.links ul {
	margin-top: 3px;

}
.links ul li {
	margin-top: 3px;
	margin-left: -24px;	
}

.promotion img {
	border: 0px;
	width: 144px; /*changed from - width: 174px;*/
	
}
