body {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0 auto 0 auto;
	padding: 0;
	background-color: #FFFFFF;
}
#wrapper {
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0;
}
/* Micro Nav CSS */
#micro-nav-wrapper {
	position: relative;
	background-color:#909292;
	width:100%;
	padding-top:4px;
	padding-bottom:4px;
	text-align:center;
	vertical-align:middle;
	display:inline-block;
	overflow: hidden;
}
#micro-nav {
	background-color:#909292;
	font-size:10px;
	width:950px;
	margin:auto;
	height:16px;
	vertical-align:middle;
	display:inline-block;
	text-align:left;
	overflow: hidden;
}
#micro-nav a:link {
	color: #fff;
	font-weight:bold;
	text-decoration:underline;
}
#micro-nav a:visited {
	color:#fff;
	font-weight:bold;
	text-decoration:underline;
}
#micro-nav a:active {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}
#micro-nav a:hover {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:underline;
}
/* Banner CSS */
#header {
	position: relative;
	width: 100%;
	height: 165px;
	background-image: url(EdutechResources/provider/370/images/header_bg.jpg);
	background-repeat: repeat-x;
	background-position: center;
	padding: 0;
	margin: 0;
	background-color:#8F0400;
	
}
#banner {
	position: relative;
	background-image: url(/EdutechResources/provider/370/images/bg_header.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 165px;
	margin: 0 auto 0 auto;
}
/* Nav Certs */
#nav-certs {
	position: absolute;
	right: 140px;
	top: 0;
}
#nav-certs ul {
	list-style: none;
	list-style-image: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
#nav-certs ul li {
	display: inline;
	float: left;
}
#nav-certs ul li a {
	background-color: transparent;
	background-position: 50% 0;
	background-repeat: no-repeat;
	display: block;
	height: 100px;
	opacity: 0.85;
	text-decoration: none;
	text-indent: -999em;
	width: 100px;
}
#nav-certs ul li a {
	background-image: url(/EdutechResources/provider/370/images/nav_cert_fmp.png);
}
#nav-certs ul li.sfp a {
	background-image: url(/EdutechResources/provider/370/images/nav_cert_sfp.png);
}
#nav-certs ul li.cfm a {
	background-image: url(/EdutechResources/provider/370/images/nav_cert_cfm.png);
	margin-right: 20px;
}
#nav-certs ul li a:hover, #nav-certs ul li a:focus {
	opacity: 1.0;
}
.section-fmp #nav-certs ul li.fmp a, .section-sfp #nav-certs ul li.sfp a, .section-cfm #nav-certs ul li.cfm a {
	background-position: 0 -100px;
	opacity: 1.0;
	width: 142px;
}
.section-fmp #portal-columns, .section-sfp #portal-columns, .section-cfm #portal-columns {
	background: url(/EdutechResources/provider/370/images/bg_section.png) no-repeat 50% 10px transparent;
	min-height: 500px;
}
/* Top Menu */
#topnav {
	position: absolute;
	top: 135px;
	left: 130px;
	width: 1180px;
}
#topnav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#topnav li {
	float: left;
	height: 30px;
	background-color: #BB0000;
	margin: 0 4px 0 4px;
}
#topnav li:hover {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D2A00B', endColorstr='#FFFFFF'); /* for IE */
	background-image: linear-gradient(bottom, rgb(255,255,255) 19%, rgb(210,160,11) 60%);
	background-image: -o-linear-gradient(bottom, rgb(255,255,255) 19%, rgb(210,160,11) 60%);
	background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 19%, rgb(210,160,11) 60%);
	background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 19%, rgb(210,160,11) 60%);
	background-image: -ms-linear-gradient(bottom, rgb(255,255,255) 19%, rgb(210,160,11) 60%);
	background-image: -webkit-gradient(  linear,  left bottom,  left top,  color-stop(0.19, rgb(255,255,255)),  color-stop(0.6, rgb(210,160,11))  );
}
#topnav li.active {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D2A00B', endColorstr='#FFFFFF'); /* for IE */
	background-image: linear-gradient(bottom, rgb(255,255,255) 19%, rgb(210,160,11) 60%);
	background-image: -o-linear-gradient(bottom, rgb(255,255,255) 19%, rgb(210,160,11) 60%);
	background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 19%, rgb(210,160,11) 60%);
	background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 19%, rgb(210,160,11) 60%);
	background-image: -ms-linear-gradient(bottom, rgb(255,255,255) 19%, rgb(210,160,11) 60%);
	background-image: -webkit-gradient(  linear,  left bottom,  left top,  color-stop(0.19, rgb(255,255,255)),  color-stop(0.6, rgb(210,160,11))  );
}
#topnav li.active a {
	color: #000000;
}
#topnav li:hover a {
	color: #000000;
}
#topnav a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 13px;
	padding: 0 23px 0 23px;
	line-height: 20px;
	font-weight: bold;
}
/* Content Page */
#content {
	position: relative;
	width: 960px;
	margin: 0 auto 0 auto;
	left: auto;
	right: auto;
	clear: both;
	min-height: 600px;
}
#sidebar {
	position: relative;
	float: left;
	width: 175px;
	background-color: #EEEEEE;
	min-height: 600px;
}
#sidebar ul {
	list-style: none;
	padding: 0;
	margin: 0 10px 0 10px;
}
#sidebar li {
	margin: 10px 0 10px 0;
}
#sidebar a {
	color: #0077bb;
	font-size: 13px;
	text-decoration: none;
}
#sidebar a:hover {
	color: #0099dd;
	text-decoration: underline;	
}
#sidebar a.head {
	color: #113388;
	font-size: 14px;
}
#sidebar a.head:hover {
	color: #0099dd;	
}
#pagecont {
	position: relative;
	width: 750px;
	float: right;
}
#pagecont a {
	color: #BB0000;
	text-deocration: none;	
}
#footer {
	position: relative;
	clear: both;
	background-color: #555555;
	margin-top: 10px;
	text-align: center;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom:10px;
}
#footer a {
	color: #FFFFFF;
	font-size: 10px;	
}

/* Page Styles */
.tdbox {
	border: 1px solid #BBBBBB;
	font-size: 13px;
}
h1 { /* title */
	font-size: 24px;
	color: #8A0000;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
	margin: 0px;
}
h2 { /* page header */
	font-size: 18px;
	color: #666666;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
h3 { /* sub-title */
	font-size: 14px;
	color: #8A0000;
	padding: 3px 0px 3px 0px;
	margin: 0px;
	font-weight: bold;
}
h4 { /* instructions */
	font-size: 11px;
	color: #222222;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
table {
	font-size: 12px;	
}
th.sectionhead {
	background-color: #555555;
	padding: 7px;
	color: #FFFFFF;
	border-radius: 10px;
	text-align: left;
	font-size: 14px;	
}
.header, .tableheader {
    background: #555555 !important;
    border-radius: 10px 10px 10px 10px !important;
    color: #FFFFFF !important;
    font-size: 14px !important;
    padding: 7px !important;
    text-align: left !important;
}
.textsection, .section {
	border-style:none;
}
.floatimg {
float:left;
padding-right:20px;
}
