/* CSS Document standalone.css - for links, speaking, attorneys and contact pages*/
#standalone {
	margin: 0 20px;
	padding: 20px 25px;
	font-family: Arial, Helvetica, sans-serif;
	color: #025483;
	border-top: 1px solid #D6DFCB;
	border-right: 2px solid #B8CBC1;
	border-bottom: 2px solid #B8CBC1;
	border-left: 1px solid #D6DFCB;
/*
	border-top: 1px solid #D6DFCB;
	border-right: 2px solid #B8CBC1;
	border-bottom: 2px solid #B8CBC1;
	border-left: 1px solid #D6DFCB;
*/	
	
}
#standalone h1 {
	color: #93B046;
	margin-top: 0px;
	margin-bottom: 1.5em;
	font: x-large Arial, Helvetica, sans-serif;
}
#standalone h2 {
	text-align: center;
	font: bold large Arial, Helvetica, sans-serif;
	background: #D5DEB4;
	color: #025483;
	margin-right: 40px;
	margin-left: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #025483;
/* 	border-right: 1px solid #025483;
	border-left: 1px solid #025483; */
}
#standalone h3 {
	text-align: left;
	font: bold medium Arial, Helvetica, sans-serif;
	background: #D5DEB4;
	color: #025483;
	margin: 2em 40px 1em;
	display: inline;
	padding: 5px 30px 5px 15px;
	border-bottom: 1px solid #025483;
	border-right: 1px solid #025483;
}
#standalone p {
	font-size: medium;
	padding-right: 40px;
	padding-left: 55px;
}
#standalone img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
#standalone ul {
	list-style: none;
	margin: 1.2em;
	padding: 0.8em 5em;
}
#standalone li {
	margin-bottom: 0.5em;
	list-style: url(images/elslogo_10pct.jpg);
}
