﻿/* CSS Document */

body{
	background: url("../img/bg_tile.gif") repeat;
	margin:0px;
	font-size: 11px;
	font-family: verdana, sans-serif;
	color: #333333;
	}
td{
	font-size: 11px;
	font-family: verdana, sans-serif;
	color: #333333;
	}
div#holder{
	background: #cac5a7;
	width: 771px;
	}
div#topNav{
	padding: 3px 3px 3px 6px;
	text-align: left;
	}
div#topButtons{
	top: 17px;
	position: relative;
	text-align: right;
	padding-right: 12px;
	}
div#login{
	top: 18px;
	position: relative;
	padding-right: 12px;
	padding-left: 5px;
	}
.loginBox{
	font-size: 11px;
	height: 19px;
	color: #666;
	}
.loginButton{
	position: relative;
	top: 15px;
	}
div#insideHolder{
	/*padding: 0px 6px 0px 6px;*/
	width: 759px;
	}
div#nav{
	background: url("../img/navbg_tile.gif") repeat;
	padding: 6px;
	}
div#nav a{
	color: white;
	text-decoration: none;
	}
div#nav a:hover{
	text-decoration: underline;
	}
div.padding35{
	padding: 35px;
	text-align:justify;
	}
div.padding6{
	padding: 6px;
	}
div#footer{
	background: url("../img/footerbg.gif") no-repeat;
	color: #a29e86;
	width: 771px;
	height: 48px;
	text-align: right;
	}
div#footerPad{
	padding: 16px 12px 0px 0px;
	color: #a29e86;
	}
div#weather{
	background: url("../img/weatherbg.gif") no-repeat;
	width: 300px;
	height: 78px;
	}
div#markets{
	background: url("../img/marketsbg.gif") no-repeat;
	width: 300px;
	height: 54px;
	}
.smaller{
	font-size: 9px;
	color: #666666;
	}
.marketTitle{
	font-size: 10px;
	font-weight: bold;
	}
.market{
	font-size: 10px;
	margin-left: 8px;
	}
.marketUp{
	font-size: 10px;
	color: green;
	margin-left: 8px;
	}
.marketDown{
	font-size: 10px;
	color: red;
	margin-left: 8px;
	}
.dropmenudiv{
	position:absolute;
	margin-top: 1px;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background: url("../img/navbg_tile.gif") repeat;
	visibility: hidden;
	padding: 6px 12px 6px 12px;
	text-align: left;
	}
.dropmenudiv a{
	color: #c2d8b3;
	text-decoration: none;
	font-size: 11px;
	}
.dropmenudiv a:hover{
	color: white;
	text-decoration: underline;
	}
.title{
	font-weight: bold;
	font-size: 14px;
	color: #1F5100;
	}
div.lineheight16{
	line-height: 16px;
	}
div.indent{
	margin-left: 20px;
	}
a{
	color: #1F5100;
	}
a:hover{
	color: #378E00;
	}
div.notes{
	border-top: 1px solid #999999;
	font-size: 9px;
	color: #999999;
	}
.formtitle{
	font-weight: bold;
	font-size: 11px;
	color: #1F5100;
	}
.white{
	Background-color: #FFFFFF;
}
div#linkage{
	background: url("../img/bg_tile.gif") repeat;
	padding: 12px;
	width: 150px;
	border: 1px solid #E2DFC2;
	}
div.linkageLink a{
	position: relative;
	display: block;
	border-left: 12px solid #65a83b;
	margin-bottom: 8px;
	padding-left: 8px;
	}
div.linkageLink a:hover{
	display: block;
	background: #E2DFC2;
	color: #1F5100;
	}
div.titleBG{
	background: #E2DFC2;
	padding: 4px;
	padding-left: 20px;
	text-align: left;
}
div#gmap
{
	float: left;
	height: 400px;
	width: 450px;
}
div#loclist
{
	float: right;
	width: 230px;
	height: 400px;
	overflow: auto;
	padding: 5px 0;
}
div#loc
{
	width: 210px;
	margin-bottom: 5px;
	font-size: 10px;
	font-weight: bold;
}
p.locinfo, div.locdetail
{
	font-size: 10px;
}
p#locaddress
{
	padding: 1px 0px 1px 5px;
	margin:0;
	border: 0;
}
div#atmheader, div#bankheader
{
	font-size: 18px;
	text-decoration: underline;
	padding: 5px 0 5px 15px;
}
a.locanchor
{
	font-size: 12px;
}

/*********************** Market Watch styles ***********************/

#stocks {
        font-size: 10px;
		width: 255px;
		background-color: #f1f1f1;
		margin-top: 2px;
        }
		
#stocks table {
	font-size: 10px;
	
	}

#stocks th {
	background-color: #CCC;
	font-weight:bold;
	font-size: 10px;
	padding: 4px;
	display: none;
	}

#stocks .row1 {
	padding: 3px;
	font-size: 10px;
	}

#stocks .row2 {
	padding: 2px;
	font-size: 10px;
	}

table.stock-footer td {
	padding: 1px;
	padding-right: 5px;
	text-align: right;
	font-size:9px;
	}

#stocks .change-up {
        color: #009900;
        }

#stocks .change-down {
        color: #FF0000;
        }

#stocks font {
	font-size:9px;
	}

hr.stock-footer {
	color: #FFF;
	background-color: #FFF;
	display: none;
	}
	
#markets div div {
	display: none;
	}

#markets div {
	float: right;
	padding-left: 25px;
	}


/*********************** Weather styles ***********************/

#module-weather {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	width: 265px;
	}

#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;
	display: none;
	}

#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;
	float: left;
	height: 50px;
	}

#module-weather .weather-temp {
	display: block;
	font-size: 20px;
	font-weight:bold;
	}

#module-weather .weather-forecast {
	display: none;
	}

#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 form {
	margin: 0;
	}

#module-weather input {
	width: 65px;
	}

#module-weather .input_type {
 	background-color: #CCCCCC;
 	border: 0;;
 	font-family:Arial,sans-serif;font-size:8pt;
 	font-weight:bold;
 	padding-bottom:2px;
 	padding-top:2px;
 	padding-left:5px;
 	padding-right:5px;
	width: 35px;
	}

.weather-footer td {
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	width: 100%;
	padding: 1px;
	padding-right: 5px;
	}

.weather-stats {
	display: none;
	}

hr.weather-footer {
	display: none;
	}

