.homepage .mcol h2 a {
	height:auto !important;
	padding-top:0px;
	color:#3E668E;
	font-size:20px;
	line-height:25px;
}
.homepage #socialm {
	position:relative;
	left: 869px;
	top:93%;
	display:block;
	width:100px;
	overflow:hidden;
	height:16px;
}
.homepage div#mainframe {
	margin-top:20px;
	background-image:none;
	height: auto;
	padding-bottom: 25px;

	background: rgb(252,252,252); 
	background: -moz-linear-gradient(top, rgb(252,252,252) 23%, rgb(247,247,247) 88%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(23%,rgb(252,252,252)), color-stop(88%,rgb(247,247,247))); /
	background: -webkit-linear-gradient(top, rgb(252,252,252) 23%,rgb(247,247,247) 88%); 
	background: -o-linear-gradient(top, rgb(252,252,252) 23%,rgb(247,247,247) 88%); 
	background: -ms-linear-gradient(top, rgb(252,252,252) 23%,rgb(247,247,247) 88%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f7f7f7',GradientType=0 ); 
	background: linear-gradient(top, rgb(252,252,252) 23%,rgb(247,247,247) 88%); 

	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border:1px solid #E5E6E6;
	border-bottom:none;
}
.homepage div#bottomframe {
	background-image:none;
	height: auto;
	padding-bottom: 25px;	
	border:1px solid #E5E6E6;	
	background-color: #FAFAFA;
}
