/* CSS Document *//*********************** Content Area & General styles ***********************/body {	background-color: #CCC; /* page background color */	color: black; /* font color */	margin: 0; /* page margin */	font-family: Lucida Grande, Arial, Helvetica, sans-serif; /* default font */	font-size: 12px; /* default font-size */	}td, p {	font-family: Lucida Grande, Arial, Helvetica, sans-serif; /* default font - same as above*/	font-size: 12px; /* default font-size - same as above */	text-align: left;	}a {	color: #000099; /* default visited link color */	text-decoration: none;	}li {	padding-bottom: 5px;	}.module {	padding-bottom: 10px;	}.bkg-top {	background-image: url(../images/bkg-top.gif);	background-position: top left;	background-repeat:no-repeat;	}.bkg-middle {	background-image: url(../images/bkg-middle.gif);	background-position: top left;	background-repeat:repeat-y;	width: 765px;		}.bkg-bottom {	background-image: url(../images/bkg-bottom.gif);	background-position: bottom left;	background-repeat: no-repeat;	padding: 10px;	}#content {	width: 745px;	}.column-left {	width: 545px;	padding: 15px;	}.column-center {	padding: 5px 0 5px 0;	}.column-right {	width: 250px;	padding: 15px;	border-left: 1px solid #CCC;	}.masthead {	width: 745px;	height: 175px;	}#top-nav {	height: 20px;	border-bottom: 1px solid #AAA;	padding:0;	}#top-nav a {	color: #333;	text-decoration:none;	font-size: 11px;	padding: 8px 12px 0 12px;	line-height: 20px;	}#navigation {	background-image: url(../images/bkg-navigation.gif);	background-repeat: repeat-x;	background-color: #4D5970;	height: 30px;	vertical-align: middle;	}#navigation a {	color: white;	font-weight:bold;	text-decoration:none;	font-size: 12px;	}.splash {	width:380px;	height: 174px;	background-image: url(../images/splash1.jpg);	}.footnote {	color: #666;	font-size: 10px;	}.footer div {	width: 745px;	}.footer td {	padding: 5px 10px 5px 10px;	color: #666;	font-size: 10px;	}.footer table {	border-top: 1px solid #CCC;	}.section-title {	font-size: 22px;	color: #000099;	margin:0;	}.page-title {	font-size: 16px;	color: #7f6f58;	font-weight: bold;	}.heading {	font-size: 14px;	font-weight:bold;	color: #7f6f58;	}.subheading {	font-weight: bold;	font-size:12px;	}.subheading-alert {	font-weight: bold;	color: #CC0000;	font-size:12px;	}.module-title {	color: #7f6f58;	font-weight: bold;	font-size: 12px;	padding-bottom: 5px;	}.input-button {	font-size: 10px;	font-weight: bold;	color: #FFF;	border: 1px solid #AAA;	background-color: #6e7b93;	padding-bottom: 2px;	height: 16px;	line-height: 12px;	}input, textarea {	border: 1px solid #AAA;	}.data-table {	border-collapse: collapse;	border: 1px solid #AAA;	}th {	font-size: 12px;	background-color: #5A667E;	color: #FFF;	font-weight:bold;	}/*********************** News styles ***********************/.news-headline{	font-weight: bold;	}.storyTitle {		font-size: 14px;		font-weight:bold;		}.storyText p { 	font-size: 12px;	}.news-pic {	float: left;	margin: 0 10px 0 10px;	}.news-category, .news-categories-list {	font-weight: bold;	}/*********************** Toolbar styles ***********************/#toolbar-body {	background-color: white;	color: black;	margin: 0;	font-family:Lucida Grande, Arial, Helvetica, sans-serif;	font-size: 11px;	}#toolbar-body td, #toolbar-body p {	font-size: 10px;	}#toolbar-body a {	color: #000066;	text-decoration:none;	}#toolbar-body a.menu {	color: #333399; text-decoration: none	}	#toolbar-body a.menu: hover {	font-weight: bold; 	text-decoration: underline	}#toolbar-body a.menu: visited {	font-weight: bold; 	text-decoration: none	}#toolbar-body .channel-bar {	background-color: #9F4739;	}#toolbar-body .top-shadow {	background-image: url("http://pages.portana.com/images/top_shadow.gif"); 	background-repeat: repeat-x;	}#toolbar-body a.link-on {	color: white;	}#toolbar-body a.link-off {	color: black;	}#toolbar-body .button-on {	background-color: #9F4739;	}#toolbar-body .module-body {	border-left: 1px solid #9F4739;	border-right: 1px solid #9F4739;	padding: 10px;	background-color: white;	}/* Button Styles */#home, #myweb, #product, #service, #about {	 background-color: #DDDDBB;	}.button-middle {	background-image: url(http://pages.portana.com/images/top_shadow.gif);	background-position: top left;	background-repeat: repeat-x;	}.button-left {	background-image: url(http://pages.portana.com/images/left_curve_on.gif);	background-position: top left;	background-repeat: no-repeat;	}.button-right {	background-image: url(http://pages.portana.com/images/right_curve_on.gif);	background-position: top right;	background-repeat: no-repeat;	height: 20px;	padding-right: 10px;	padding-left: 10px;	line-height: 20px;	text-align: center;	}#homemenu, #productmenu, #servicemenu {	background-color: #9F4739;	color: white;	padding: 3px;	 }#homemenu a, #productmenu a, #servicemenu a {	color: white;	padding-left: 10px;	padding-right: 10px;	}	/*********************** Calculator styles ***********************/.calculator-button {	border: 1px solid #666;	background-color: #DDD;	font-size:9px;	width: 20px;	height: 20px;	margin: 1px;	padding: 0;	}.calculator-clear {	background-color:#CC0000; 	color: #FFF;	}.calculator-function {	background-color:#999; 	}.caclulator-display {	width: 110px;	border: 1px solid #666;	padding-left: 3px;	}/*********************** Search styles ***********************/.search-button {	border: 1px solid #666;	background-color: #DDD;	font-size:10px;	font-weight: bold;	height: 20px;	margin: 1px;	padding: 0;	}.search-display {	width: 110px;	border: 1px solid #666;	padding-left: 3px;	height: 20px;	}/*********************** Market Watch styles ***********************/#stocks table {	background-color: #FFF;	font-size: 10px;	}#stocks th {	background-color: #CCC;	font-weight:bold;	font-size: 10px;	padding: 4px;	}#stocks .row1 {	background-color: #FFF;	padding: 4px;	font-size: 10px;	}#stocks .row2 {	background-color: #EEE;	padding: 4px;	font-size: 10px;	}#stocks .stock-footer {	border-top: 1px solid #CCC;	}/*********************** Map styles ***********************/.map-field {	border: 1px solid #666;	padding-left: 3px;	height: 20px;	}/*********************** Weather styles ***********************/#module-weather {	font-size: 9px;	font-family: Arial, Helvetica, sans-serif;	width: 175px;	}#module-weather td, #module-weather p {	font-size: 10px;	}#module-weather .weather-location {	text-align: center;	font-weight:bold;	display: block;	width: 100%;	/*background-color: #CCC;*/	padding-top: 2px;	padding-bottom: 2px;	}#module-weather .weather-image {	float:left;	}#module-weather .weather-data {	/*border: 1px solid #CCC;*/	padding: 2px;	}	#module-weather .weather-conditions {	/*border: 1px solid #CCC;*/	padding: 2px;	margin-right: 0px;	width: 135px;	font-size: 10px;	}#module-weather .weather-temp {	display: block;	font-size: 20px;	font-weight:bold;	}#module-weather .weather-forecast {	}#module-weather table.forecast-data {	width: 160px;	padding-left: 2px;	}#module-weather .weather-forecast-title {	font-weight:bold;	background-color: #DEDEDE;	padding: 2px;	text-transform: uppercase;	}.weather-footer {	font-size: 10px;	font-family: Arial, Helvetica, sans-serif;	text-align: center;	width: 100%;	}