/* CSS Document */

body {
	background-color: #FFFFFF;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	margin-top: 5px;
	margin-bottom: 0
	}

td,p {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	}
	
.content{
	padding:5px;
	}	
	
.border {
	background-color: #c0dbcb;
	}
.top {
	background-image:url(../images/top.gif); 
	background-position:bottom; 
	background-repeat:repeat-x;
	font-weight: bold;
	padding: 0px 0px 5px 10px;
}
.masthead {
	height: 100px;
	width: 750px;
	background-color: #ebebeb;
	}	
	
.shadow-body {
	background-image: url(../images/gradient-Body.gif);
	background-repeat:repeat-x;
	height: 35px;
	color: #FFFFFF;
	padding: 0px 25px 0px 25px;
	}

td.footer {
	padding: 0px 10px 0px 10px;
	background-image: url(../images/gradient-bottom.gif);
	}
.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);
	height: 25px;
	}

.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: #008348;
	text-decoration: none;
	}
.TableHeader {
	background-color: #2460A6;
	color: #FFFFFF;
	font-weight: bold;
	padding: 4px;
	}
	
.title{
	font-weight: bold;
	font-size: 14px;
	color: #25844C;
	}


.Subtitle{
	font-size:12px;
	font-weight:bold;
	color: #333333;
	}
.Subtitle2{
	font-size:11px;
	font-weight:bold;
	color: #333333;
	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;
}

.tbl-header {
	color: #FFF;
	font-size: 11px;
	background-color: #008348;
	padding: 4px;
	}
.tbl-title {
	color: #FFF;
	font-size: 11px;
	background-color: #8bbfa3;
	padding: 4px;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	}
/*********************** News styles ***********************/

.news-headline{
	background-color: #ddddbb;
	font-weight: bold;
	}

.storyTitle {
		font-size: 14px;
		font-weight:bold;
		}

.storyText p { 
	font-size: 12px;
	}



/*********************** 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-image: url("http://pages.portana.com/images/top_shadow.gif"); 
	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-image: url(http://pages.portana.com/images/top_shadow.gif);
	background-position: top left;
	background-repeat: repeat-x;
	}

.button-left {
	background-image: url(http://pages.portana.com/images/left_curve_on.gif);
	background-position: top left;
	background-repeat: no-repeat;
	}

.button-right {
	background-image: url(http://pages.portana.com/images/right_curve_on.gif);
	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: #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;
	}

#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%;
	}