/*Header */

.submit{
	position:relative;
	background:url(../../../images/submit.gif) no-repeat;
	width:25px;
	height:25px;
	padding: 0px 0px 0px 0px;
	top:3px;
	left:10px;
	border: 0px;
	color: #000;
	cursor: pointer;
}
#search input{
	display:inline;
	float:left;
}
#search h5{
	display:inline;
	float:left;
	padding-right:10px;
	color:#FFF;
	font-weight:bold;
	padding-top:3px;
}
 /*Logos*/
 
#home_gs_logo {
 	background:url(../images/home_gs_logo.png) no-repeat top right;
	height:100px;

	background-position: 99%; 
	}
* html #home_gs_logo { 
	position: relative;
	height:100px;
	background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='sites/greenshores/templates/home/images/home_gs_logo.png', sizingMethod='crop');
	left:expression(clientWidth-205);
	}
.c_mid_content_home p{color:#FFF;padding:0 15px 10px 0;}


.green{
	color:#60A14E;
}

.blue{
	color:#20639E;
}
h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:130%;
	font-weight:bold;
}

h3, h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:120%;
	font-weight:bold;
}
/*Featured Resources */

#latest_updates li p, #latest_updates li h6{
	font-size:100%;
	width:100%;
}

#latest_updates p{
	color:#527894;
	line-height:170%;
}
#latest_updates h6{
	padding-top:15px;

}
#latest_updates a{
	text-decoration:none;
	color:#5A6C52;
	font-weight:bold;
	font-size:120%;
}
#latest_updates a:hover{
	color:#60a14e;
}
.read_more{
	text-decoration:underline;
	color:#0000FF;
	font-weight:normal;
}
#resource_summary li{
	width:100%;
}
#resource_summary p a{
	font-size:100%;
	float:right;
	padding-right:20px;
}
#page_footer p{
	color:#999;
}