/* CSS Document *//*********************** Content Area & General styles ***********************/body {	background-color: #b0d9d1; /* page background color */	color: black; /* font color */	margin: 0; /* page margin */	font-family: Lucida Grande, Arial, Helvetica, sans-serif; /* default font */	font-size: 11px; /* default font-size */	}td, p {	font-family: Lucida Grande, Arial, Helvetica, sans-serif; /* default font - same as above*/	font-size: 11px;	}a {	color: #000066; /* default visited link color */	text-decoration: none;	}a:hover {	text-decoration: underline;}	.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-middle2 {	background-image: url(../images/bkg-middle2.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: 185px;		padding: 15px 5px 15px 10px;	text-align: left;	height: 100%;	}.leftside {	background-color: #fee2c4;	border-right: 1px solid #CCC;	width: 201px;	}	.column-center {	width: 400px;	padding: 15px 5px 15px 5px;	background-color: #cce0dc;	}.column-center2 {	width: 530px;	padding: 15px 5px 15px 10px;	text-align: left;	}	.column-right {	width: 205px;	border-left: 1px solid #CCC;	padding: 15px 15px 15px 5px;	background-color: #dce5f6;	}.masthead {	width: 745px;	height: 175px;	}#top-nav {	height: 20px;	padding:0;	}#top-nav a {	color: #000080;	text-decoration: none;	font-size: 10px;	padding: 8px 8px 0 8px;	line-height: 20px;	font-weight: bold;	}#top-nav a:hover {	color: #000080;	text-decoration:underline;	font-size: 10px;	padding: 8px 8px 0 8px;	line-height: 20px;	font-weight: bold;	}	td.navigation {	background-image: url(../images/bkg-navigation.gif);	background-repeat: repeat-x;	height: 30px;	vertical-align:middle;	}	a.navigation {	color: #FFFFFF;	font-size:11px;	font-weight: bold;	text-decoration: none;		}		.navigation a:hover {	color: #FFFFFF;	font-size:11px;	font-weight: bold;	text-decoration: underline;	}	.footnote {	color: #AAA;	font-size: 10px;	}.footer div {	width: 745px;	}.footer td {	padding: 5px 10px 5px 10px;	color: #333333;	font-size: 10px;	}.footer table {	border-top: 1px solid #CCC;	}.section-title {	font-size: 22px;	color: #000099;	margin:0;	}.page-title {	font-size: 12px;	color: #9F4739;	font-weight: bold;	background-color: #ddddbb;	padding: 3px;	}.heading {	font-size: 14px;	font-weight:bold;	color: #000080;	text-align: left;	}.subheading {	font-weight: bold;	font-size:12px;	}.subheading-alert {	font-weight: bold;	color: #CC0000;	font-size:12px;	}.module-title {	color: #000080;	font-weight: bold;	font-size: 12px;	padding-bottom: 5px;	}	.Subtitle{	font-size:11px;	font-weight:bold;	color: #FFFFFF;	background-image: url(../images/title_img.gif);	background-repeat:no-repeat;	width: 200px;	height: 20px;	padding: 3px 0px 0px 10px;		}	.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.module {	font-size: 12px;	background-image: url(../images/bkg-navigation.gif);	background-repeat: repeat-x;	color: #FFFFFF;	font-weight:bold;	padding: 3px;	}.ModuleTblText {	padding: 3px;	font-size: 10px;	}	.ModuleTblTitle {	padding: 3px;	font-weight: bold;	}/*********************** News styles ***********************/#module-news-pic {	text-align: left;	}.news-headline{	font-weight: bold;	}#module-news-pic .news-pic img {	float: left;	border: 1px solid #000;	margin: 0 10px 10px 10px;	}.storyTitle {		font-size: 14px;		font-weight:bold;		}.storyText p { 	font-size: 12px;	}.news-category {	font-weight: bold;	}.news-categories-list {	font-weight: bold;	padding-bottom: 5px;	}/*********************** 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-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-position: top left;	background-repeat: repeat-x;	}.button-left {	background-position: top left;	background-repeat: no-repeat;	}.button-right {	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 {        font-size: 10px;        }		#stocks table {	background-color: #FFF;	font-size: 10px;	}#stocks th {	background-color: #000080;	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;	}#stocks .change-up {        color: #009900;        }#stocks .change-down {        color: #FF0000;        }/*********************** 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: 165px;	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: #fdc689;	padding: 2px;	text-transform: uppercase;	}#module-weather .input_type { 	background-color: #fdc689; 	border-right:1px solid; 	border-left:1px solid; 	border-top:1px solid; 	border-bottom:1px solid; 	font-family:Arial,sans-serif;font-size:8pt; 	font-weight:bold; 	padding-bottom:2px; 	padding-top:2px; 	padding-left:5px; 	padding-right:5px;	}.weather-footer {	font-size: 10px;	font-family: Arial, Helvetica, sans-serif;	text-align: center;	width: 100%;	}