/* SUBPAGE MODULES */
div.mod{
	margin:0 0 30px 0;
	padding:0;
}
div.mod p{
	margin:0;
	padding:0 0 10px 0 ! important;
}
div.mod ul{
	margin:0;
	padding:0;
	list-style:none;
}
div.mod h4{
	padding-bottom:10px ! important;
}
div.mod a{
	color:#7CB21F;
	text-decoration:none;
}
div.mod a:hover{
	color:#7CB21F;
	text-decoration:underline;
}
div.mod.column div.info{
	margin-left:10px;
	width:180px;
	float:left;
}
div.mod.column img{
	float:left;
}
div.mod div.day img {
	float:none ! important;
}
div.mod div.day{
	margin:2px 0;
	padding:2px 0;
	border-bottom:1px solid #91CE1B;
}
div.mod div.day dl.weatherday dt,
div.mod div.day dl.weatherdesc dt,
div.mod div.day dl.weatherday dd,
div.mod div.day dl.weatherdesc dd{
	margin:2px 0;
	padding:2px 0;
}
div.mod div.day dl.weatherday{width:90px;}
div.mod div.day dl.weatherdesc{width:190px;}
div.mod div.day dl.weatherdesc dt,
div.mod div.day dl.weatherday dt{
	font-weight:bold;	
}
div.mod div.day dl.weatherdesc dt{color:#666;}
div.mod div.day dl.weatherday dt{color:#275D0D;}

div.mod div.day dl.weatherday dd{text-align:center;}

div.mod div.day dl{
	margin:0;
	padding:0;
	float:left;
}
div.mod div.day dl dt{
	margin:0;
	padding:0;
}
div.mod div.day dl dd{
	margin:0;
	padding:0;
}
div#google_map{
	margin-top:10px;
	margin-bottom:10px;
	height:378px;
	width:378px;
}
/* end SUBPAGE MODULES */

/* HOMEPAGE MODULES */
div.home-mod{
	margin:0 0 5px 0;
	padding:5px;
	width:280px;
	color:#666;
	overflow-y:auto;
	background:transparent url(../images/module_white_background.png) 0 0 repeat;
}

div.home-mod.first{
	margin-top:10px;
}
div.home-mod .mod-header{
	margin:0 ! important;
	padding:0 ! important;
	font-size:14px;
	font-weight:bold;
}
div.home-mod ul{
	margin:0;
	padding:2px 0;
	line-height:18px;
	list-style:none;
	border-bottom: 1px solid #C1E285;
}
div.home-mod ul a{
	color:#7CB21F;
	text-decoration:none;
}
div.home-mod ul li a:hover{
	color:#7CB21F;
	text-decoration:underline;
}
div.home-mod ul li.date{
	color:#2E5902;
}
div#blog ul,
div#highlights ul{
	padding-bottom:10px;
	border:0;
}
div#highlights img{
	margin-right:10px;
	float:left; 
	width:100px; 
	display:inline; 
}
div#highlights dl {
	margin:0;
	padding:0;
}
div#highlights dl dt,
div#highlights dl dd{
	margin:0;
	padding:0;
}
div.highlight a{
	color:#7CB21F;
	text-decoration:none;
}
div.highlight a:hover{
	color:#7CB21F;
	text-decoration:underline;
}
div.highlight{
	margin-bottom:20px;
}
div.home-mod h2{
	margin:4px 0;
	padding:0;
	font-family: Georgia, serif;
	font-weight:normal;
	font-size:21px;
}
div.home-mod h2 a{
	display:block;
	width:auto;
	color:#275D0D;
	text-decoration:none;
}
div.home-mod .expanded a{
	background:transparent url(../images/icons/arrow_up.png) right center no-repeat;
}

div.home-mod .collapsed a{
	background:transparent url(../images/icons/arrow_down.png) right center no-repeat;
}

div.home-mod .expanded a:hover{ background:transparent url(../images/icons/arrow_up_hover.png) right center no-repeat;}
div.home-mod .collapsed a:hover{ background:transparent url(../images/icons/arrow_down_hover.png) right center no-repeat;}
/* end HOMEPAGE MODULES */