/* CSS Document */

/* PORTAL STYLE - /Residents, /Business, /Government, /Media */
/* Create by: Brian Roberts
/* Created on: 01.28.2008*/

/*STRUCTURE*/

.portalpagelead {
	font-size: 24px;
	font-weight: bold;
	color: #999;
	}
	
.image_border {
	border: 1px solid #999;
	}

table#container {
	padding: 0;
	margin: 0;
	border: 0;
	width: 100%;
	}

	table#container td#right {
		padding: 0 10px 0 0;
		margin: 0;
		}

	table#container h2 {
		font-size: 110%;
		font-weight: bold;
		}

table#portal_feature {
	padding: 0 0 12px 0;
	margin: 0;
	border: 1px solid #666;
	background: #fff;
	height: 100%;
	}

		table#portal_feature img {
			padding: 0;
			margin: 0 10px 5px 0;
			border: 8px solid #e5e5e5;
			float: left;
			position: relative;
			}
			

table#portal_most {
	padding: 0;
	margin: 0;
	border: 0;
	width: 100%;
	background: #fff;
	border: 1px solid #666;
	}

table#portal_most ul li {
	margin-left: 15px;
	} 

/*table#portal_most li {
	padding: 0 8px 0 10px;
	} */
		/* ul#portal_links {
		border: 0;
		padding: 0;
		margin: 0 12px 0 25px;
		width: 300px;
		}

	ul#portal_links li {
		padding: 0;
		margin: 0;
		list-style: none;
		line-height: 29px;
		border-top: 1px #ccc dotted;
		font-weight: bold;
		}

	ul#portal_links li#oddportal_li {
		list-style: none;
		line-height: 28px;
		border: 0;
		}
		
	ul#portal_links li#indent_li {
		list-style: none;
		margin: 0 0 0 25px;
		line-height: 23px;
		border: 0;
		font-weight: normal;
		font-size: 11px;
		background: url(/images/global/arrow.gif);
		background-repeat: no-repeat;
		background-position: left center;
		}

	ul#portal_links li a {
		text-decoration: none;
		color: #001e8c;
		margin: 0 0 0 10px;
		} 

	ul#portal_links li a:hover {
		text-decoration: none;
		color: #aeaeae;
		} */

table#portal_weather {
	padding: 0;
	margin: 0;
	border: 1px solid #666;
	width: 100%;
	background: url(/images/global/yahooweather.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	}

		.portal_temp {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 110%;
			font-weight: bold;
			color: #657eda;
			}

		.portal_weather {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 90%;
			color: #333;
			}

table#portal_feeder {
	padding: 0;
	margin: 0;
	border: 1px solid #666;
	width: 100%;
	} 

table#portal_feeder ul {
	padding: 10px 8px 8px 25px;
	margin: 0;
	text-transform: capitalize;
	} 

table#portal_feeder li {
	padding-bottom: 5px;
	margin: 0;
	} 

table#portal_cac {
	padding: 10px;
	margin: 10px 0 0 0;
	border: 0;
	width: 100%;
	border: 1px solid #666;
	}

table#portal_facts2 {
	padding: 0;
	margin: 10px 0 0 0;
	border: 0;
	width: 100%;
	border: 1px solid #666;
	color: #cc5c5c;
	}

		table#portal_facts2 p, table#portal_weather p, table#portal_most p, table#portal_feature p, table#portal_feeder p {
			padding: 12px;
			margin: 0;
			}

		.portal_factoid {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #333366;
			line-height: 18px;
			}

		table#portal_facts2 h4,  table#portal_weather h4, table#portal_most h4, table#portal_feature h4, table#portal_feeder h4 {
			height: 24px;
			border-top: 2px solid #657EDA;
			border-bottom: 1px solid #666;
			margin: 0;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 15px;
			font-weight: bold;
			color: #fff;
			position: relative;
			background: #657EDA;
			top: 0;
			left: 0;
			text-align: center;
			}

