/*
This is a Template Style sheet for all section homepages
*/

#container {
	background-color: #00ABE6;
}
#intro {
	background-image: url(/assets/introbg.gif);
	background-repeat: no-repeat;
	padding: 20px 0 0 20px;
	height: 152px;
}
#intro p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #fff;
	margin: 0;
}
#contentareas {
	position: relative;
}
#contentareas div.column {
	float: left;
	width: 210px;
	margin-right: 10px;
}
#contentareas div.rightcol {
	background-color: #B2E6F7;
	padding: 10px;
	margin-right: 0;
	width: 190px;
}
#contentareas div.rightcol ul#latestarticleslinks {
	list-style-type: none;
	padding: 0;
	margin: 0;
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
#contentareas div.rightcol div#latestdate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top: 2px solid #006991;
	border-bottom: 2px solid #006991;
	margin: 10px 0 10px 0;
	padding: 10px 0 10px 0;
	color: #006991;
	text-align: center;
	font-weight: bold;
}
#contentareas div.rightcol ul#latestarticleslinks li {
	margin: 0 10px 0 10px;
	padding-top: 10px;
	clear: both;
	border-bottom: 2px solid #00ABE6;
}
#contentareas div.rightcol ul#latestarticleslinks li a {
	color: #000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
}
#contentareas div.rightcol ul#latestarticleslinks li div.contentlink,
#contentareas div.rightcol ul#latestarticleslinks li div.arrow {
	float: left;
}
#contentareas div.rightcol ul#latestarticleslinks li div.arrow { width: 1em; }
#contentareas div.rightcol ul#latestarticleslinks li div.contentlink { margin: 0 0 10px 4px; width: 150px; }
#contentareas div.rightcol ul#latestarticleslinks a:hover {
	text-decoration: underline;
}
#contentareas div.rightcol ul#latestarticleslinks li.blog {
	border: none;
}
#contentareas div.hmsubjectcontent {
	margin-bottom: 10px;
}
#contentareas div.hmsubjectcontent div.header {
	padding: 0 8px 8px 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}
#contentareas div.hmsubjectcontent div.header span,
#contentareas div.hmsubjectcontent div.header div.contentlink {
	float: left;
}
#contentareas div.hmsubjectcontent div.header p { margin: 0; }
#contentareas div.hmsubjectcontent div.header a {
	color: #000;
	text-decoration: none;
}
#contentareas div.hmsubjectcontent img {
	margin-bottom: 2px;
	border: 0;
}
#contentareas div.hmsubjectcontent span,
#contentareas div.rightcol ul#latestarticleslinks li span {
	font-weight: bold;
}
#contentareas div.hmsubjectcontent div.header a:hover {
	text-decoration: underline;
}
#contentareas div.hmsubjectcontent div.contentlink,
#contentareas div.hmsubjectcontent div.arrow {
	float: left;
}
#contentareas div.hmsubjectcontent div.arrow { width: 1em; }
#contentareas div.hmsubjectcontent div.contentlink { margin: 0 0 1em 4px; width: 170px; }
#contentareas div.hmsubjectcontent.work span,
#contentareas div.rightcol ul#latestarticleslinks li.work strong {
	color: #BF272D;
}
#contentareas div.hmsubjectcontent.money span,
#contentareas div.rightcol ul#latestarticleslinks li.money strong {
	color: #8BC53F;
}
#contentareas div.hmsubjectcontent.relationships span,
#contentareas div.rightcol ul#latestarticleslinks li.relationships strong {
	color: #EB008B;
}
#contentareas div.hmsubjectcontent.you span,
#contentareas div.rightcol ul#latestarticleslinks li.you strong {
	color: #FFC10E;
}
#contentareas div.hmsubjectcontent.global span,
#contentareas div.rightcol ul#latestarticleslinks li.global strong {
	color: #2FB1BE;
}
#contentareas div.hmsubjectcontent.how2 span,
#contentareas div.rightcol ul#latestarticleslinks li.how2 strong {
	color: #A7009A;
}
#contentareas div.rightcol ul#latestarticleslinks li.blog strong {
	color: #006991;
}
#footerhome {
	clear:both;
	width: 900px;
	margin: 10px auto 0 auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	color: #fff;
	position:relative;
}
#footerhome a {
	position: absolute;
	top:0;
	right:0;
	color: #999999;
	text-decoration: none;
}
#secondnav input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #fff;
}
#leftcolumn {
	float: left;
}
#info {
	clear:both;
	width: 160px;
	margin-left:10px;
}
#info img {
	margin-bottom: 10px;
	border:none;
}
