/* Any styles that needs a hover, active or visited state can be created by adding a :hover, :active or :visited to the end of any style.
Make sure to duplicate style and add the suffix accordingly. You will NOT be able to view this style in Dreamweaver. */
.secHeadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #B40003;
	text-decoration: none;
}
.secText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
	padding: 10px;
	background-color: #EDEDDD;
}
.secLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #5E0002;
	text-decoration: none;
}
.secWeathertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 12px;
	font-weight: bold;
	color: #5E0002;
	text-transform: uppercase;
}
.secWeatherLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	color: #0E0049;
	text-transform: uppercase;
	text-decoration: none;
}
.secWeatherTemp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
	color: #5E0002;
	text-transform: uppercase;
	text-decoration: none;
}
.secWeatherPhoto {
	float: left;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.secSearchBox {
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.secSearchDropdown {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E3E2C0;
	background-color: #B40003;
	width: 133px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-weight: bold;
}
.secSearchtext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.secSearchInput {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E3E2C0;
	background-color: #B40003;
	width: 133px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.secSearchButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	background-color: #9D9D9D;
	text-transform: uppercase;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.secFeaturePhoto {
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.secRightColumnBack {
	background-image: url(/images/i_rightcolumn_back.gif);
}
.secMainContentCell {
	padding: 8px;
}
