/* 
================================
 Container Styles for DotNetNuke
================================
*/   
.SEO p {
	margin: 0 0 0.7em 0;
}
.SEO h1, h2 {
	color: #6fc23d;
	margin: 0;
	padding: 0;
}
.SEO h1 {
	font-family: "Myriad Pro", Verdana, Arial, Sans-serif;
	background: transparent url(images/bgh1.png) no-repeat;
	line-height: 62px;
	padding-left: 15px;
	font-size: 19px;
	font-weight: normal;
}
.SEO h1 .Head {
	font-family: "Myriad Pro", Verdana, Arial, Sans-serif;
	font-size: 19px;
	font-weight: normal;
	color: #6fc23d;
}
.SEO h2 {
	font-size: 14px;
	margin: 1em 0 0.5em 0;
}
.SEO h3 {
	font-size: 14px;
	margin: 1em 0 0.8em 0;
	font-family: Arial, Helvetica, sans-serif;
}
.SEO ul {
	margin: 0.5em 0;
	padding: 0;
}
.SEO li {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 14px;
	background: transparent url('images/bullet_green.gif') no-repeat 0 5px;
	font-size: 8pt;
}
.clear {
	clear: both;
}
.SEO a {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px dotted #78C23D;
	color: #000;
}
.SEO a:hover {
	color: #78C23D;
}
.SEO { /* The overall container */
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, Sans-serif;
	font-size: 12px;
	line-height: 150%;
	padding-left: 20px;
}

.SEO li a 
{
	font-size: 8pt;
}

.SEO .actions {
}
#mainpane {
	padding: 0 0px 0 10px;
	width: 469px;
	float: left;
	display: block;
	position: relative;
}
#mainpane, #sidepane {
	margin-top: 10px;
}
#sidepane {
	display: block;
	float: right;
	width: 211px;
	position: relative;
}
#sidepane .content {
	border: 1px solid #dbdbdb;
	border-width: 0 1px;
	
}
#sidepane .top{
	background: #fff url('images/sidepane_top.gif') no-repeat;
	height: 4px;
	line-height: 4px;
}
#sidepane .content {
	padding-top: 12px;
}
#sidepane .bottom {
	background: #fff url('images/sidepane_bottom.gif') no-repeat;
	height: 4px;
}
#sidepane h2 {
	background: #51a4e9 url('images/header.gif') no-repeat;
	line-height: 66px;
	padding-left: 60px;
	color: #fff;
	font-family: Arial, Verdana, Sans-serif;
	font-weight: normal;
	font-size: 18px;
	margin-top: 0;
}
#sidepane h3{
	background: transparent url('images/arrow_blue.gif') no-repeat 0 3px;
	padding: 0 0 0 12px;
}
.SEO h3, .SEO h3 a:link  {
	color: #3f4647;
	text-decoration: none;
	border: none;
}
.SEO h3 a:hover {
	color:#3F93D8;
	text-decoration:underline;
}
.dualcolumn {
	padding-right: 20px;
	width: 200px;
	float: left;
}
.dualcolumn li
{
	font-size: 8pt;
}
#sidepane .box {
	padding: 5px 5px 20px 10px;
	border-bottom: 1px dotted #3f4647;
	margin: 0 5px;
}
#sidepane .highlight{
	background-color: #f1f9ff;
	margin: -1px 0 0 0;
	border: none;
	padding-left: 15px;
}
#sidepane .highlight h3 {
	background: none;
	padding-left: 0;
}
.highlight strong, .highlight a {
	color: #318bd6;
	font-weight: bold;
}
