/* styles for "Learn More" page */
#public_content { line-height: 1.5em; }
body#more #public_content h3 { color: #E2760A;}

body#more #public_content * { padding: 0px; margin: 0px; }

/* "overall white look" */
body#more #footer         { background-color: white; }
body#more #footer ul li   { color: #E2760A; }
body#more #footer a       { color: #E2760A; }
body#more #footer a:hover { color: red; }
body#more #public_content { background: white; border-top: solid 5px #e0f5e6; }

#public_content #left   { float: left; width: 500px; }
#public_content #right  { float: right; padding: 40px; margin: 10px; width: 340px; }
#public_content #right.whitebubble h3 { margin: 10pt; }
#public_content #right.whitebubble p  { margin: 10pt; }
#public_content #right.whitebubble li { margin-left: 15pt; }
#public_content #right.whitebubble a  { color: #E2760A; }

#public_content #left li   { margin: 6pt 0pt 6pt 32pt }

#public_content #sshots    { margin: 2pt 0pt 20pt 20pt; clear: both; }
#public_content #sshots p  { margin: 5pt 0pt 5pt 0pt; }
#public_content #sshots ul { margin-bottom: 10pt; text-align: center; float: left; margin-left: 90px; }
#public_content #sshots li { list-style: none; float: left; }
#public_content #sshots li span { display: block; text-align: center; color:#E2760A; font-weight: bold; font-size: 110% }
#public_content #sshots li img  { margin: 2pt; border: solid 5pt #e0f5e6; }
#public_content #tmark { clear: both; text-align: center; }
