@charset "UTF-8";
/* CSS Document */


h3 {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #052D57;
	padding: 5px 0 6px 0;
}

h3 a {
	color: #052D57;
}

h4 {
	font-size: 11px;
	color: #CC5B0F;
	padding: 5px 5px 3px 10px;
}

h4 a {
	color: #CC5B0F;
}

h5 {
	font-size: 13px;
	line-height: 15px;
	color: #0B8E6D;
	padding: 10px 0 3px 5px;
}

h5 a {
	color: #0B8E6D;
}

p {
	font-size: 11px;
	color: #333;
	line-height: 14px;
	padding: 0 3px 5px 5px;
}

p a {
	color: #333;
}

hr {
	margin-top: 12px;
	margin-bottom: 12px;
}

.readmore {
	font-size: 11px;
	color: #052D57;
	text-align: right;
	padding: 0 5px 10px 0;
}

.readmore a {
	color: #052D57;
}

.innerlink {
	font-size: 11px;
	color: #CC5B0F;
	text-align: right;
	padding: 0 5px 0 0;
}

.innerlink a {
	color: #CC5B0F;
}

.textlink a {
	color: #333;
	border-bottom: 1px dashed #052D57;
}

.textlink a:hover {
	color: #052D57;
	text-decoration: none;
	border: none;
}

/***			Front page main features layouts and styles 			***/

#top-story {
	height: 240px;
}

#top-story-graphic {
	position: absolute;
	width: 610px;
	height: 240px;
}

#top-story-lead {
	position: relative;
	top: 180px;
	width: 610px;
	height: 60px;
	padding: 8px;
}

#top-story-lead h1 {
	font-size: 20px;
	line-height: 24px;
}

#top-story-lead h2 {
	font-size: 16px;
	line-height: 20px;
}

#top-story-lead a {
	color: #EEE;
}

.transparent-75 {
	filter:alpha(opacity=75);
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
}

#features {
	margin-top: 10px;
}

#features-left {
	float: left;
	width: 210px;
}

#features-right {
	float: right;
	width: 399px;
	border-left: 1px solid #ccc;
}

#front-story {
	margin: 5px 0 10px 10px;
	padding: 0 0 10px 5px;
	border-bottom: 1px solid #ccc;
}

#front-story ul {
	list-style-image: url(../images/front-bullet.gif);
	padding-left: 20px;
}

#front-story li {
	font-size: 11px;
	line-height: 14px;
	padding-bottom: 8px;
	color: #052D57;
}

.section {
	color: #CC5B0F;
	font-size: 11px;
	font-weight: bold;
}

.lead-title {
	color: #052D57;
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	padding-bottom: 5px;
}

.lead-title a {
	color: #052D57;
}

.lead-text {
	font-size: 12px;
	line-height: 15px;
	padding-bottom: 10px;
}

#front-story-graphic {
	float: right;
	margin: 5px 0 5px 10px;
	width: 100px;
}

/***		Front Left hand boxes for Discussions and Association News		***/

#front-spotlight {
	width: 192px;
	margin: 5px 5px 15px 5px;
	padding: 4px;
	background:#C8D6D3;
	border: 1px solid #e6f4f5;
}

.box-heading {
	font-size: 10px;
	font-weight: bold;
	color: #666;
	padding-bottom: 8px;
}

.spotlight-title {
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 5px;
}

.spotlight-title a {
	color: #052D57;
}

.spotlight-author {
	font-size: 11px;
	line-height: 15px;
	padding-bottom: 10px;
}

.spotlight-text {
	font-size: 11px;
	line-height: 15px;
	padding-bottom: 8px;
}

#front-discussions-container {
	width: 194px;
	margin: 5px 5px 15px 5px;
	padding: 4px;
}

.front-discussions-leader {
	font-size: 11px;
	font-weight: bold;
	color: #666;
	padding-bottom: 10px;
}

.front-discussions-leader a {
	color: #666;
}

.front-discussions-title {
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	padding-bottom: 3px;
}

.front-discussions-title a {
	color: #333;
}

.front-discussions-text {
	font-size: 11px;
	line-height: 15px;
	padding-bottom: 16px;
}

#front-box-container {
	width: 210px;
	margin-bottom: 20px;
	overflow: hidden;
}

#front-box {
	background: url(../images/box-bg.jpg) no-repeat;
    background-position: bottom right;
}

#front-box-heading {
	width: 210px;
	background: #f0f0f0;
	border-bottom: 1px solid #dbdbdb;
}

#front-box-content {
	color: #333;
	padding: 10px 5px 5px 5px;
	border-right: 1px solid #e6f4f5;
}

#front-box-content ul {
	list-style: none;
	padding-left: 10px;
}

#front-box-content li {
	font-size: 11px;
	line-height: 14px;
	padding-bottom: 12px;
}

#front-box-content li a {
	color: #333;
}


