#Page{
	/*background: #fff url('../images/buildingback.jpg') bottom center no-repeat;*/
	background: transparent;
	padding:0;
	min-height:auto;
}

#Homepage h1{
	margin-bottom:0.5em;
}

#FeatureBox{
	float:left;
	height:300px;
	width:580px;
	position:relative;
	overflow:hidden;
	background:#fff;
}

	#FeatureBox .images div{
		list-style:none;
		float:left;
		position:absolute;
	}
	
		#FeatureBox img{
			border:none;	
		}

	#FeatureBox #Pager{
		font-size:10px;
		padding:2px;
		padding-left:1px;
		position: absolute;
		background: #fff;
		border: 1px solid #ACACAC;
		z-index:50;
		bottom:3px;
		right:3px;
	}
	
		#FeatureBox #Pager a{
			padding:0 3px;
			text-decoration:none;
			color:#000;
			margin-left:1px;
		}
		
		#FeatureBox #Pager a:hover, #FeatureBox #Pager .activeSlide{
			background:#F57D00;
		}

#HomepageSidebar{
	float:right;
	background: #fff url('../images/sidebarback.jpg') no-repeat bottom left;
	width:188px;
	height:280px;
	padding:10px; 
	overflow:hidden;
	font-size:11px;
}
	
	#HomepageSidebar h1 a{
		text-decoration:none;
		color:#0866C1;
	}
	
	#HomepageSidebar h1{
		color:#0866C1;
		border-bottom:1px solid #0866C1;
		text-decoration:none;
	}
	
	#HomepageSidebar h2{
		font-size:14px;
		font-weight:normal;
		font-style:italic;
		margin:0.3em 0;
	}
	
	#HomepageSidebar h3{
		font-size:12px;
		margin-bottom:0.3em;
	}

#HomepageSidebar p,#MiddleBoxes #Left p{
	margin:0;
	margin-bottom:0.8em;
}

#MiddleBoxes{
	margin: 3px 0;
}

.WidgetHolder{
	margin-left:3px;
	float:left;
	width:244px;
	height:150px;
	border: 1px solid #ACACAC;
	background: #fff;
	padding:8px;
	overflow:hidden;
}
	.WidgetHolder h3{
		font-size:15px;
		margin-bottom:0.5em;
	}

#MiddleBoxes .LatestBlogsWidget{
	background: #ccc url('../images/latestnewsback.gif');
}

	#MiddleBoxes .LatestBlogsWidget .rsslink{
		top:10px;
		right:10px;
	}


#MiddleBoxes .firstx{
	margin-left:0;
}

#MiddleBoxes .ContentWidget{
	background:url('../images/welcomeboxback.jpg');
	font-size:12px;
}
	#MiddleBoxes .ContentWidget h3{
		color:#0866C1;
		border-bottom:1px solid #0866C1;
	}
	
	#MiddleBoxes .ContentWidget p{
		margin:0;
		padding: 0;
		padding-bottom:5px;
	}

