@charset "utf-8";
/* CSS Document */

/* Layout */

#contentWrap {
width:960px;
padding-top:10px;
}

#lftCol {width:500px;
	float:left;
	}
.twocol #lftCol{width:715px}
#rtHolder {width:449px;
	margin:0 0 0 10px;
	_margin:0 0 0 5px;
	background:#EEEEEE;
	border-left:1px dotted #666666;
	float:left;
	}
.twocol #rtHolder {width:223px; background:transparent; border-left:0}
#mdCol {width:215px;
	margin:0 0 0 0px;
	padding:5px 0 0 0;
	background:#EEEEEE;
	height:auto;
	padding-bottom:20px;
	float:left;
	}
	
#rtCol {width:223px;
	margin:0 0 0 5px;
	padding:5px 0 0 5px;
	border-left:1px dotted #666666;
	background:#FFFFFF;
	float:left;
	}
	
#footer2 {height:28px;
	text-align:right;
	color:#ffffff;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:5px;
	font-size:12px;
	width: 955px;
	}

#tab2 {
	background-image: url(images/tab.png);
	float: right;
	width: 175px;
	height: 23px;
	margin-right: -15px;
	text-align: right;
	line-height: 2.2;
	font-size: 10px;
	_z-index: 10;
	_position: absolute;
	_right: 150px;
	border: 0px solid;
	}
	
#clear {clear:both;}

/* Elements */

#section_header {width:210px;
	height:17px;
	padding:1px 8px 1px 5px;
	line-height:1.5;
	color:#ffffff;
	margin-bottom:10px;
	margin-top:0px;
	font-size:12px;
	font-weight: bold;
	}

#section_header2New {width:200px;
	height:17px;
	padding:1px 5px 1px 5px;
	line-height:1.5;
	color:#ffffff;
	margin:0 0 10px 5px;
	font-size:12px;
	font-weight: bold;
	text-transform: uppercase;
	text-align:right;
	}
#mdCol h3 {font-size:14px;
	font-weight:bold;
	margin:5px 0 5px 3px;
	}
	
#google_map {width:210px;
	height: 250px;
	float:none;
	}
	
.image_infobar {
	color: #fff;
	filter:alpha(opaciy=65);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
	-khtml-opacity: 0.65;
	-moz-opacity:.65;
	opacity: .65;
	background-color:#000;
	width: 195px;
	position: relative;
	top: 120px;
	left:0;
	z-index: 5;
	padding: 2px 5px 2px 0px;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	text-align:right;
	margin:0 0 0 12px;
	_margin:0 0 0 -2px;
	}
	
#recent_updates li{
	padding-bottom: 10px;
	text-align: center;
	font-style: italic;
	font-size:12px;
	margin-top: -20px;
	}
#recent_updates li img {border:1px solid #955928;}
	
/* Weather */

#weather ul {margin:10px 0 0 0;
	padding:0;
	}
#weather li {list-style:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	line-height:45px;
	padding:0 0 0 10px;
	margin:0 10px 0 0;
	}
#weather li.sunny {background:url(images/weather/sunny.jpg) top right no-repeat;}
#weather li.cloudy {background:url(images/weather/cloudy.jpg) top right no-repeat;}
#weather li.rainy {background:url(images/weather/rainy.jpg) top right no-repeat;}

.degreeTemp {font-size:16px;
	font-weight:bold;
	color:#3F3F3F;
	}

.img {padding-left:10px;}

#largeImage {text-align:center}

#largeImage p {text-align:left; font-size:120%}

#largeImage p a {font-size:130%; font-weight:bold}

