/* Contact Page CSS */

#contact-content {
	position: relative;
	padding: 0 0 0 45px;
	height:500px;
}

#contact-content .addressblock {
	position: absolute;
	font-size: .85 em;
	top: -475px;
	left:550px;
}

#contact-content .addressblock h3 {
	font-size: 24px;
	font-weight: normal;
	margin: 20px 0 0 0;
	color: #2f8400;
	cursor: default;
}

#contact-content .addressblock p {
	position: relative;
	margin-top: 40px 0 0 0;
	padding-right: 12px;
	padding-left: 12px;
	line-height: 1.6em;
}

#contact-content .addressblock strong {
	font-size: 1.3em;
	color: #666;
}

#contact-content .addressblock.main {

	padding:2px 0 0 0;
	position:relative;
	width:180px;
}

#contact-content .addressblock.sf {

	padding:2px 0 0 0px;
	position:relative;
	width:180px;
}

/* Sidebar Social Web Icons 
---------------------------------------------------------------------------------- */

#socialsm {
	position: relative;
	width: 202px;
	height: 65px;
}

#socialsm a {
	display: block;
	background-image: url(http://www.limina-ao.com/images/bkg-social-goodies_sm.jpg);
	height: 65px;
	text-indent: -9000px;
	overflow: hidden;
	outline: none;
	float: left;
}

#socialsm a.blog { background-position: 0 0; width: 67px; }
#socialsm a.blog:hover { background-position: 0 -65px; width: 67px; }
#socialsm a.facebook { background-position: -67px 0; width: 66px; }
#socialsm a.facebook:hover { background-position: -67px -65px; width: 66px; }
#socialsm a.twitter { background-position: -133px 0; width: 67px; }
#socialsm a.twitter:hover { background-position: -133px -65px; width: 67px; }
