@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}


/* Begin Rounded Container Elements */
.float_left {
float:left;
}

.float_right {
float:right;
}
.mc_bodyLink{ /* Link in body of page */
	color: #265D89;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	font-weight: bold;
}
.oneColFixCtrHdr #container {
	width: 860px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(../images/HeaderBGHome.jpg);
	background-repeat: repeat-x;
	height: 93px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#logoHome {
	float: left;
	margin-top: 8px;
}
#clientAssessHome {
	float: right;
}
#AssessmentCenter
{
  display: block;
  width: 215px;
  height: 68px;
  background: url("../images/ClientAssessment.jpg") no-repeat 0 0;
}
#AssessmentCenter:hover
{ 
  background-position: 0 -68px;
}
#AssessmentCenter span
{
  display: none;
}
.oneColFixCtrHdr #topNavHome  {
	background-repeat: repeat-x;
	background-image: url(../images/blackVertLine_27px.jpg);
	background-color: #000000;
	float: left;
	padding-top: 0px;
	margin: 0;
	width: 860px;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	clear: left;
}
.oneColFixCtrHdr #bodyArea {
}
#gradBar {
	height: 7px;
	background-repeat: repeat-x;
	background-color: #999999;
}
#mc_bodyBottomCont {
	height: 550px;
	padding: 10px;
}
#mc_WhatWeDO_cont {
	width: 550px;
	float: right;
}
#mc_topicHeader {
}
#mc_topicImage {
	width: 24px;
	height: 10px;
	float: left;
	padding-top: 4px;
	padding-right: 5px;
}
#mc_topicText {
}
#mc_topicBodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-bottom: 10px;
	padding-top: 3px;
}
/* Adjust this width to fit your needs */
.containerRoundedBox {
	width:201px;
	height: 137px;
	position: relative;
	left: 225px;
}

.container_head {
	height:29px;
	background-image:url(../images/sidebar_center.jpg);
}

/* To Center align the title add: text-align:center; */
.container_head_text {
	padding:3px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	height: 137px;
}

.container_content {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:3px;
	color:#666666;
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: none solid solid solid;
	border-color: #3E93F0;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
}
.oneColFixCtrHdr #footer {
	background-color: #265D89;
	background-image: url(../images/footerBGtall.jpg);
	background-repeat: repeat-x;
	height: 125px;
}
.oneColFixCtrHdr #footer p {
	background-image: url(../images/footerBGtall.jpg);
	background-repeat: repeat-x;
}/* End Rounded Container Elements */
.footerTop {
	height: 50px;
	z-index: 4;
	text-align: center;
	padding-top: 25px;
}
.footerTopLinks {
	color: #265D89;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: 600;
	z-index: 4;
	text-decoration: none;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	border-color: #3F9FE9;
}
.footerTopSpacer {
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	z-index: 4;
}
.legalInfo {
	text-align: center;
	margin-bottom: 25px;
}
.footerText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
}
.footerLinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-style: dotted;
	border-color: #CCCCCC;
	border-bottom-width: 2px;
}
#AdDISC
{
	width: 201px;
	height: 137px;
	background: url("../images/bannerAd_DISC.jpg") no-repeat 0 0;
	float: left;
	display: block;
}
#AdDISC:hover
{ 
  background-position: 0 -136px;
}
#AdDISC span
{
  display: none;
}
#AdPublicSeminars
{
	width: 201px;
	height: 137px;
	background: url("../images/bannerAd_publicSem.jpg") no-repeat 0 0;
	display: block;
	left: 100px;
	position: relative;
	float: left;
}
#AdPublicSeminars:hover
{ 
  background-position: 0 -136px;
}
#AdPublicSeminars span
{
  display: none;
}

.roundedcornr_box_468896 {
	background: url(../images/roundedcornr_468896_tl.png) no-repeat top left;
	width: 250px;
	float: left;
}
.roundedcornr_top_468896 {
	background: url(../images/roundedcornr_468896_tr.png) no-repeat top right;
}
.roundedcornr_bottom_468896 {
	background: url(../images/roundedcornr_468896_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_468896 div {
	background: url(../images/roundedcornr_468896_br.png) no-repeat bottom right;
}
.roundedcornr_content_468896 {
	background: url(../images/roundedcornr_468896_r.png) top right repeat-y;
}

.roundedcornr_top_468896 div,.roundedcornr_top_468896,
.roundedcornr_bottom_468896 div, .roundedcornr_bottom_468896 {
	width: 100%;
	height: 10px;
	font-size: 1px;
}
.roundedcornr_content_468896, .roundedcornr_bottom_468896 {
	margin-top: -19px;
}
.roundedcornr_content_468896 { padding: 0 10px; }

/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0 auto; /* center for now */
	width: 16em; /* ems so it will grow */
	background: url(../images/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
	float: left;
}
.boxhead {
	background: url(../images/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	font-size: 14px;
}
.boxhead h2 {
	background: url(../images/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 5px;
	color: white;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1em; /* Safari-only, but cool */
}
.boxbody {
	background: url(../images/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 31px;
	font-size: 11px;
	line-height: 17px;
}

