/*==================== social Styles ==================================*/

#social{

}

#social h1{
	color:#003366;
	font-family: times; 
	font-size: large;
	text-transform: none;
	border-bottom: none;
	font-weight: normal;
	letter-spacing: 0px;
	padding-left: 0px;
	margin-bottom:-10px;
	margin-top:0px;

}

#social p a{
	text-decoration: none;
	color: #0066CC;
}

#social p a:hover{
	text-decoration: underline;
	color: #003366;
}


#social hr {
	border: none 0;
	border-top: 1px dashed #BDB994;
	height: 1px;
	margin-top:25px;
	margin-bottom:20px;
}

#social .section{
	border: 1px solid #BDB994;
	padding:10px;
	margin-bottom:20px;
}





