﻿/* CSS Document */body {	background-color: #FFFFFF;	font-family: Verdana, Helvetica, sans serif;	font-size: 11px;	}td,p {	background-color: #FFFFFF;	font-family: Verdana, Helvetica, sans serif;	font-size: 11px;	}	a {	color: #0000CC;	text-decoration:none;	}	.nav {	background-color: #880000;	color: #FFF;	}	a.nav, .nav a {	font-weight: bold;	color: #FFF;	}h1 { 	color: #000;	font-weight: normal;	font-size: 24px;	}h2 { 	color: #880000;	font-weight: normal;	font-size: 20px;	}h3 { 	color: #666;	font-weight: bold;	font-size: 16px;	}.content {	padding: 1px 0 20px 20px;	}.column-right {	width: 200px;	}.column-center {	padding-right: 10px;	}/*********************** Module styles ***********************/.module {	padding-bottom: 5px;	}.module-title {	background-color: #880000; /* module title bar background color */	color:white; /* module title bar text color */	padding: 5px 0 5px 0;	font-weight:bold; /* module title bar text style */	}.module-body {	border-left: 1px solid #880000; /* module border color */	border-right: 1px solid #880000; /* module border color */	padding: 10px;	background-color: white; /* module background color */	}.corner-topleft {
	background-color: #880000;  /* module title bar background color - same as above */
		background-position: top left;
	background-repeat:no-repeat;
	}

.corner-topright {
	background-color: #880000; /* module title bar background color - same as above */
		background-position: top right;
	background-repeat:no-repeat;
	}

.corner-btmleft {
	/*background-color: #880000;  module title bar background color - same as above */
		background-position: bottom left;
	background-repeat:no-repeat;
	border: 0px 0px 1px 1px;
	border-color: #880000;
	width: 8px;
	height: 15px;
	margin:0;
	padding: 0;
	}

.corner-btmright {
	/*background-color: #880000;  module title bar background color - same as above */
		background-position: bottom right;
	background-repeat:no-repeat;
	border: 0px 1px 1px 0px;
	border-color: #880000;
	width: 8px;
	height: 15px;
	margin:0;
	padding: 0;
	}

.module-btmcenter {
	/*background-color: #880000; module title bar background color - same as above */
		background-position:bottom;
	background-repeat:repeat-x;
	height: 15px;
	margin: 0;
	padding: 0;
	border: 1px solid #880000;
	border-top: 0;
	}

/*********************** News styles ***********************/

.news-headline{	font-weight: bold;	}.storyTitle {		font-size: 14px;		font-weight:bold;		}.storyText p { 	font-size: 12px;	}.news-pic {	float: left;	margin-right: 10px;	}/*********************** 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: #880000;	}#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: #880000;	}#toolbar-body .module-body {	border-left: 1px solid #880000;	border-right: 1px solid #880000;	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: #880000;
	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;        }	table#stocks {		width: 200px;		margin:0;        }		#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;	}table.stock-footer td {	font-family: Arial, Helvetica, sans-serif;	font-size: 10px;	text-align:center;	}#stocks .change-up {        color: #009900;        }#stocks .change-down {        color: #FF0000;        }		hr.stock-footer {	width: 180px;	}/*********************** 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;	}#module-weather .input_type { 	background-color: #CCCCCC; 	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%;	}hr.weather-footer {	width: 180px;	}
