/* CSS Document */

body {
	background-color: #ebebeb;
	color: #333333;
	font-family: Lucida Grande, Verdana, Arial, sans serif;
	font-size: 11px;
	line-height: 14px;
	}

td,p {
	font-size: 11px;
	font-family: verdana, sans-serif;
	color: #333333;
	}
	
.content{
	padding:5px;
	width: 750px;
	}	
	
.border {
	background-color: #9bc67f;
	}

.masthead {
	background-image: url(../images/masthead.jpg);
	border-bottom: 2px solid #9bc67f;
	}	
	
td.footer {
	padding: 10px;
	background-color:#1f5100;
	}
.footer {
	color: #FFFFFF;
	font-size: 9px;
	font-weight: bold;
	}
a.footer, .footer a:visited {
	color: #9bc67f;
	font-size: 9px;
	text-decoration: none
	}	
.footer a:hover {
	color: #9bc67f;
	font-size: 9px;
	text-decoration: underline
	}		
	
td.toolbar {
	background-image: url(../images/gradient.gif);
	}

.nav {
	font-weight: bold;
	}
a.nav {
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	}
td.nav {
	padding: 5px;
	}
	
a.SubNav {
	color: #FFFFFF;
	text-decoration: none;
	}
.top-nav {
	color: white;
	font: 11px Lucida Grande, Arial, sans serif;
	font-weight:bold;
	}

a.top-nav, .top-nav a:visited {
	color: #1f5100;
	font: 11px Lucida Grande, Arial, sans serif;
	font-weight:bold;
	text-decoration:none
	}
.top-nav a:hover {
	color: #1f5100;
	font: 11px Lucida Grande, Arial, sans serif;
	font-weight:bold;
	text-decoration: underline
	}	

a
	{
	color: #1f5100;
	text-decoration: none;
	}
.TableHeader {
	background-color: #0052CE;
	color: #FFFFFF;
	font-weight: bold;
	}
	
.title{
	font-weight: bold;
	font-size: 14px;
	color: #1F5100;
	}


.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;
	}
.Subtitle2{
	font-size:11px;
	font-weight:bold;
	color: #FFFFFF;
	background-image: url(../images/title_img2.gif);
	background-repeat:no-repeat;
	width: 300px;
	height: 20px;
	padding: 3px 0px 0px 10px;
	}	

.ModuleTblHeader {
	background-color: #0052CE;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
	}
.ModuleTblTitle {
	font-size: 10px;
	font-weight: bold;
	padding: 5px;
	}
.ModuleTblText {
	font-size: 10px;
	padding: 5px;
	}


.module-header {
	color: #FFFFFF;
	background-color: #193900;
	}

div.indent{
	margin-left: 20px;
	}
div#weather{
	background: url(../images/weatherbg.gif) no-repeat;
	width: 300px;
	height: 78px;
	}
div#markets{
	background: url(../images/marketsbg.gif) no-repeat;
	width: 300px;
	height: 54px;
	}
div.padding35{
	padding: 35px;
	text-align:justify;
	}
div.notes{
	border-top: 1px solid #999999;
	font-size: 9px;
	color: #999999;
	}	
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: #cde3bf;
		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;
	}
