﻿/* CSS Document */

/*********************** Content Area & General styles ***********************/

body {
	background-color: #FFF; /* page background color */
	color: black; /* font color */
	margin: 12px; /* 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: #0000FF; /* default visited link color */
	text-decoration: none;
	}

.module {
	padding-bottom: 10px;
	}

table.module {
	width: 175px;
	}

.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: 750px;
	margin: 0;
	}

.bkg-bottom {
	background-image: url(../images/bkg-bottom.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding: 0px;
	}

#content {
	}

.column-left-head {
	background-image: url(../images/column-head-left.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 10px;
	margin-left: -1px;
	}
	
.column-left {
	width: 175px;
	padding-left: 1px;
	}

.column-center {
	border-left: 1px solid #77b26c;
	border-right: 1px solid #77b26c;
	margin: 0;
	padding: 10px;
	}
.column-center2 {
	border-left: 1px solid #77b26c;
	margin: 0;
	padding: 10px;
	}
.column-right-head {
	background-image: url(../images/column-head-right.gif);
	background-position: top left;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 5px;
	}

.column-right {
	width: 200px;
	padding-right: 1px;
	margin-right: -1px
	}

.column-right-bottom {
	background-image: url(../images/column-bottom-right.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	}

.masthead {
	width: 750px;
	height: 237px;
	background-image: url(../images/masthead.jpg);
	background-repeat:no-repeat;
	background-position: top left;
	}

.ib-login {
	text-align: left; 
	padding: 5px 10px 5px 10px;
	}


#navigation a{
	color: #FFF;
	padding: 0px 15px 0px 0px;
	font-size: 11px;
	}

#navigation {
	height: 36px
	}

.side-nav a{
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	}

.footnote {
	color: #AAA;
	font-size: 10px;
	}

div.footer {
	width: 750px;
	padding-top: 5px;
	}

td.footer {
	padding: 5px 10px 5px 10px;
	color: #AAA;
	font-size: 10px;
	}


.section-title {
	font-size: 18px;
	color: #000000;
	}

.page-title {
	font-size: 12px;
	color: #9F4739;
	font-weight: bold;
	background-color: #ddddbb;
	padding: 3px;
	}

.heading {
	font-size: 14px;
	font-weight:bold;
	color: #387C2B;
	}

.subheading {
	font-weight: bold;
	font-size:12px;
	width:150px;
	}

.subheading-alert {
	font-weight: bold;
	color: #CC0000;
	font-size:12px;
	}

.module-title-head {
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
	background-color: #387c2b;
	height: 25px;
	line-height: 25px;
	}

.module-title {
	color: #FFF;
	font-weight: bold;
	font-size: 11px;
	background-color: #387c2b;
	background-image: url(../images/module-head.gif);
	background-repeat: no-repeat;
	height: 25px;
	line-height: 25px;
	padding-left: 20px;
	}

.module-body {
	padding: 10px;
	}

.module-body-blue {
	padding: 10px;
	background-color: #9bbd95;
	}

.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;
	}

.tbl-header {
	color: #FFF;
	font-size: 10px;
	background-color: #387c2b;
	padding: 4px;
	}
.tbl-title {
	color: #FFF;
	font-size: 11px;
	background-color: #9bbd95;
	padding: 4px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	}
/*********************** News styles ***********************/

#headlines li {
	padding-bottom: 5px;
	}

.news-headline{
	font-weight: bold;
	}

.storyTitle {
		font-size: 14px;
		font-weight:bold;
		}

p.storyText { 
	font-size: 12px;
	}

#module-news-pic .news-pic { float: left; margin-right: 10px; border: 1px solid #000 }

#module-news-pic .news-dateline, #module-news-pic .news-byline {
	font-size: 10px;
	}

.news-category {
	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-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 {
	width: 199px;
	}

#stocks table {
	background-color: #FFF;
	font-size: 10px;
	}

#stocks th {
	background-color: #a3b5db;
	color: #1a2798;
	font-weight:bold;
	font-size: 10px;
	padding: 4px;
	}

#stocks td {
	text-align: center;
	}

#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: 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%;
	}
