/*
Orthopedic Associates
Section-Specific Styles

Karl Glasgow
code@keg4.com

Copyright 2013, Karl Glasgow.  All Rights Reserved.
*/


.Topic {
}
.Topic img {
	width: auto;
}
.Topic img.Left {
	clear: left;
	float: left;
	margin: 5px 10px 5px 0;
	margin: 0.5rem 1.0rem 0.5rem 0;
}
.Topic img.Right {
	clear: right;
	float: right;
	margin: 5px 0 5px 10px;
	margin: 0.5rem 0 0.5rem 1.0rem;
}

h2 {
	clear: both;
	color: #8AAD66;
	text-transform: uppercase;
}
h3 {
	margin: 0;
	clear: both;
	color: #C5A34A;
}
.Topic h3 {
	margin: 15px 0 10px 0;
	margin: 1.5rem 0 1.0rem 0;
}

.SectionLinks a, 
.TopicLinks a {
	color: #8AAD66;
	line-height: 1.5em;
	text-decoration: underline;
}
.SectionLinks a:hover, 
.TopicLinks a:hover {
	color: #58595B;
	line-height: 1.5em;
	text-decoration: none;
}

