/* CSS For <strong>MMi</strong> */

* {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

body {
	text-align: center;
	background-color: #ffffff;
	font-family: Helvetica, "Lucida Grande", verdana, sans-serif;
}

#wrapper {
	text-align: left;
	margin: 0 auto;
	width: 980px;
}

/* @group Header */

#header {
	height: 106px;
	border-bottom: 2px solid #21578a;
	margin-bottom: 2px;
	background: #ffffff url(images/header.gif) no-repeat right top;
}

#header h1 {
	height: 106px;
	width: 219px;
	overflow: hidden;
	position: relative;
	float: left;
}

#header h1 a {
	color: #21578a;
	text-decoration: none;
}

#header h1 a span {
	position: absolute;
	height: 100%;
	width: 100%;
	background: url(images/logo.gif) no-repeat left top;
}

#header .extras {
	float: right;
	width: 750px;
	padding-top: 10px;
}

.extras .nav-bits {
	text-align: right;
	font-size: 12px;
	padding-right: 15px;
}

.extras .nav-bits a {
	color: #000;
	text-decoration: none;
}

.extras .nav-bits a:hover {
	text-decoration: underline;
}

.extras .desc {
	color: #515151;
	padding: 10px 0 0 60px;
	font: 15px "Myriad Pro", Corbel, "Lucida Grande", verdana, sans-serif;
}

/* @group Navigation */

.extras .menu {
	list-style-type: none;
	height: 24px;
	margin: 12px 0 0 15px;
	background-color: #21578a;
	background: #21578a url(images/nav-f.gif) no-repeat left top;
	font-weight: bold;
	padding-left: 15px;
}

.menu, .menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	line-height: 26px;
}

.menu li:hover {
	z-index: 10000;
	white-space: normal;
	background-color: #fff;
}

.menu li.on {
	background-color: #fff;
	color: #859a11;
}

.menu li li {
	float: none;
}

.menu ul {
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
}

.menu li:hover>ul {
	visibility: visible;
	top: 100%;
}

.menu li li:hover>ul {
	top: 0;
	left: 100%;
}

/* -- float.clear --
 */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul {
	min-height: 0;
}
/* -- float.clear.END --  */

.menu ul {
	background-image: url(images/empty.gif);
	padding: 4px 30px 30px 30px;
	margin: -4px 0 0 -30px;
}
.menu ul ul {
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}



.menu, .menu ul li {
	color: #fff;
	font-size: 12px;
}

.menu ul {
	width: 15em;
}

.menu li a {
	text-decoration: none;
	color: #fff;
	padding: 0 1em;
	display: block;
	position: relative;
	line-height: 26px;
	_padding-top: 9px;
	_margin-top: -9px;
	_padding-bottom: 5px;
	_margin-bottom: -5px;
}

.menu li li a {
	_padding-top: 0;
	_margin-top: -0;
	_padding-bottom: 0;
	_margin-bottom: 0;
}

.menu a:hover, .menu li:hover>a, .menu li.on a {
	color: #859a11;
	background: #fff;
}

.menu li li {
	background: #ffffff;
	border-bottom: 2px solid #b8cde1;
	*margin-top: -6px;
}

.menu ul a {
	color: #859a11;
}

.menu ul a:hover {
	color: #21578a;
}

.menu li.big-width ul {width: 23em;}

/* @end */

/* @end */

/* @group Home Content */

/* The part above this comment is for all pages.
   The part below is expressly for the index page.
   */

#home-content {
	
}

#home-content .flash-part {
	margin-bottom: 20px;
	position: relative;
	height: 212px;
}

.flash-intro {
	width: 492px;
	height: 212px;
	float: left;
	position: relative; 
	z-index:1;
}

.flash-side {
	width: 487px;
	height: 212px;
	float: right;
	position:relative;
	z-index:1;
	right: 0;
}


.flash-part:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.flash-part {
	min-height: 0;
}

#home-content .home-main {
	clear: both;
	margin-bottom: 10px;
	background: url(images/home-content-bg.gif) repeat-y left top;
}

.quote-tips {
	float: left;
	width: 295px;
	position: relative;
	height: 250px;
}



.quote {
	width: 240px;
	background: url(images/quote-bg.gif) no-repeat right bottom;
	font-size: 11px;
	margin-bottom: 10px;
}

.quote blockquote {
	padding: 0 10px 20px;
	word-spacing: 0.2em;
	line-height: 1.3;
}

.quote dl {
	color: #21578a;
	padding-left: 120px;
}





.tips-tricks {
	position: absolute;
	bottom: 0;
}

.tips-tricks fieldset {
	border: none;
}

.tips-tricks h4 {
	background-color: #e5eed7;
	color: #35491a;
	font-size: 11px;
	font-weight: bold;
	margin-bottom:  5px;
	padding: 5px 10px;
}

.tips-tricks p {
	text-align: center;
	padding-bottom: 5px;
	_padding-bottom: 0;
}

.tips-tricks p label {
	color: #21578a;
	font-size: 12px;
	font-weight: bold;
	padding-right: 10px;
}

.tips-tricks .finput {
	border: 1px solid #666666;
	width: 150px;
}



.features {
	float: left;
	width: 380px;
	margin-left: 30px;
}

.features h3 {
	color: #21578a;
	font-size: 14px;
	font-weight: bold;
}

.features ul {
	list-style-type: none;
}

.features ul li {
	margin-top: 15px;
	font-size: 10px;
	padding-left: 45px;
	background: url(images/feature-li.gif) no-repeat 7px top;
}

.features ul li h4 {
	font-size: 10px;
}

.features ul li.spl {
	font-size: 10px;
	background: url(images/feature-li-spl.gif) no-repeat top;
	height: 45px;
	padding-top: 10px;
}

.features ul li.spl h4 {
	font-size: 13px;
}

.home-main a {
	color: #21578a;
}

.home-main a:hover {
	text-decoration: none;
}



.misc-info {
	float: left;
	width: 240px;
	margin-left: 35px;
}

.workshop {
	font-size: 12px;
	background: url(images/featured-wkshp-bg.gif) no-repeat right top;
	padding-bottom: 10px;
}

.workshop h3 {
	display: none;
}

.workshop p {
	padding-top: 75px;
	width: 180px;
	line-height: 1.3;
	color: #3a3a3a;
	font-size: 13px;
}



.expdiff {
	width: 240px;
	height: 94px;
}

.expdiff p {
	text-indent: -9999px; /* Placeholder text. Remove please!!! */
}

.home-main:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.home-main {
	min-height: 0;
}

/*hidefromie\*/
* html .home-main { height: 1%; }
/*nomore*/

/* @end */

/* @group Sub Content */

/* The part above this contained all index page stuff.
   Now comes the subpage stuff. All of it!
   */

#content {
	
}

.sidelinks-bg {
	background-color: #c7def4;

}

.sidelinks {
	float: left;
	width: 249px;
	background-color: #fff;

}

.sidelinks p {
	padding: 7px 0px 30px 17px;
	font-size: 12px;
	color: #21578a;
}

.sidelinks ul h1{
	padding: 7px 0px 7px 15px;
	font-size: 14px;
	background-color: #21578A;
	color: #FFFFFF;
}

.sidelinks ul.nav-links {
	list-style-type: none;
	padding: 39px 0;
}

.sidelinks ul.nav-links li a {
	display: block;
	padding: 7px 0 7px 17px;
	color: #21578a;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

.sidelinks ul.nav-links li a:hover, .sidelinks ul.nav-links li a.on, .sidelinks ul.nav-links li.on a, .sidelinks ul.nav-links li ul li a.on, .sidelinks ul.nav-links li ul li.on a {
	background-color: #ffffff;
	color: #859a11;
}

.sidelinks ul.nav-links ul {
	list-style-type: none;
}

.sidelinks ul.nav-links ul li a {
	padding-left: 40px;
}

.sidelinks ul.nav-links ul li a:before {
	content: "\00BB \0020";
}

.sidelinks ul.nav-links ul ul li a {
	padding-left: 60px;
}

.sidelinks h3 {
	font: bold 19px "Myriad Pro", Corbel, "Lucida Grande", verdana, sans-serif;
	padding: 0 0 5px 0;
	color: #21578a;
	position: relative;
	overflow: hidden;
	width: 188px;
	height: 22px;
}

.sidelinks h3 span {
	position: absolute;
	height: 100%;
	width: 100%;
	background: url(images/sideh3.gif) no-repeat left top;
}

.sidelinks ul.norm-links {
	list-style-type: none;
	padding-left: 34px;
	font-size: 12px;
	font-weight: bold;
	color: #21578a;
	margin-top: 20px;
	margin-bottom: 20px;
}

.sidelinks ul.norm-links li {
	padding-top: 5px;
}

.sidelinks ul.norm-links a {
	color: #21578a;
	text-decoration: none;
}

.sidelinks ul.norm-links a:hover {
	text-decoration: underline;
}

.sidelinks .ps-links {
	margin-bottom: 10px;
	margin-top: 20px;
}

.sidelinks .ps-links div span {
	display: none;
}

.sidelinks .psw-link, .sidelinks .psconsult-link, .sidelinks .pscoach-link {
	margin-bottom: 3px;
}

.sidelinks .psw-link a {
	display: block;
	height: 39px;
	width: 160px;
	font: bold 16px/1 "Myriad Pro", Corbel, "Lucida Grande", verdana, sans-serif;
	color: #fff;
	word-spacing: 0.2em;
	text-decoration: none;
	background: url(images/psw-bg.gif) no-repeat left top;
	padding: 7px 62px 0 17px;
}

.sidelinks .psconsult-link a {
	display: block;
	height: 39px;
	width: 160px;
	font: bold 16px/1 "Myriad Pro", Corbel, "Lucida Grande", verdana, sans-serif;
	color: #fff;
	word-spacing: 0.2em;
	text-decoration: none;
	background: url(images/psconsult-bg.gif) no-repeat left top;
	padding: 7px 62px 0 17px;
}

.sidelinks .pscoach-link a {
	display: block;
	height: 39px;
	width: 160px;
	font: bold 16px/1 "Myriad Pro", Corbel, "Lucida Grande", verdana, sans-serif;
	color: #fff;
	word-spacing: 0.2em;
	text-decoration: none;
	background: url(images/pscoach-bg.gif) no-repeat left top;
	padding: 7px 62px 0 17px;
}



.main {
	float: left;
	width: 550px;
	padding-top: 39px;
	margin-left: 30px;
}

.main h3 {
	color: #21578a;
	width: 350px;
	height: 53px;
	font: bold 24px/1 "Myriad Pro", Corbel, "Lucida Grande", verdana, sans-serif;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}

.main h4 {
	color: #5892c9;
	width: 350;
	height: 39px;
	font: bold 18px/1 "Myriad Pro", Corbel, "Lucida Grande", verdana, sans-serif;
	margin-bottom: 5px;
	position: relative;
	overflow: hidden;
}

.main h5 {
	color: #5892c9;
	width: 350;
	font: bold 18px/1 "Myriad Pro", Corbel, "Lucida Grande", verdana, sans-serif;
	position: relative;
	margin-top: 20px;
}

.entry {
	font-size: 12px;
	line-height: 1.5;
}

.entry p {
	margin: 10px 0;
}

.entry ul, .entry ol {
	margin: 0px 20px 15px 30px;
	padding: 0px 0px 0px 30px;
}

.entry a {
	color: #21578a;
	padding: 0px;
}

.entry a:hover {
	color: #5892c9;
}



.sidebar {
	float: right;
	width: 285px;
	padding-top: 39px;
}

.feature-side {
	width: 250px;
	border-bottom: 2px solid #d1dee9;
	background: #fff;
	clear: left;
	padding-top: 10px;
	height: 165px;
}

.feature-side h3 {
	display: none;
}

.feature-side p {
	width: 220px;
	line-height: 1.3;
	color: #3a3a3a;
	font-size: 13px;
	float: left;
}

.feature-side a {
	
	color: #21578a;
	font-size: 13px;
}


.quote-side {
	
	width: 250px;
	background: #ffffff url(images/quote-bg.gif) no-repeat right bottom;
	font-size: 12px;
	padding-bottom: 10px;
}

.quote-side blockquote {
	padding: 20px 10px;
	word-spacing: 0.2em;
	line-height: 1.3;
	margin-left: 5px;
}

.quote-side dl {
	color: #21578a;
	padding-left: 120px;
}

.tips-tricks-side {
	width: 285px;
	padding: 20px 0;
	border-bottom: 2px solid #d1dee9;
}

.tips-tricks-side fieldset {
	border: none;
}

.tips-tricks-side fieldset {
	border: none;
}

.tips-tricks-side h4 {
	background-color: #e5eed7;
	color: #35491a;
	font-size: 11px;
	font-weight: bold;
	margin-bottom:  5px;
	padding: 5px 10px;
}

.tips-tricks-side p {
	text-align: center;
	padding-bottom: 5px;
	_padding-bottom: 0;
}

.tips-tricks-side p label {
	color: #21578a;
	font-size: 12px;
	font-weight: bold;
	padding-right: 10px;
}

.tips-tricks-side .finput, .tips-tricks-side #ea {
	border: 1px solid #666666;
	width: 150px;
}

.tips-tricks-side input[type=input] {
	border: 1px solid #666666;
}

.expdiff-side {
	width: 250px;
	height: 94px;
	margin-top: 10px;
	background: #fff;
}

.expdiff-side p {
	text-indent: -9999px; /* Placeholder text. Remove please!!! */
}

/* @end */



#content:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}

#content {
	min-height: 0;
}

/* Holly hack \*/
* html #content { height: 1%; }
/* End */

/* The footer is same for all the pages
   */

/* @group Footer */

#footer {
	margin-bottom: 20px;
	border-top: 2px solid #d1dee9;
	font-size: 10px;
	color: #000000;
	padding-top: 4px;
}

#footer a {
	text-decoration: none;
	color: #999999;
}

#footer a:hover {
	text-decoration: underline;
}

.copy-note {
	float: left;
	width: 240px;
}

.phone-num {
	float: left;
	width: 490px;
	text-align: center;
	font-size: 12px;
	color: #21578a;
}

.credits {
	float: right;
	text-align: right;
	width: 240px;
}

#footer:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
#footer {
	min-height: 0;
}

/* @end */


#leftstuff {
	
	padding-top: 0;
	margin: 0;
	float: left;
	background: #fff;
}

/* @pop ups */

#workshoppop{
text-align:left;
	background-color: #ffffff;
	font-family: Helvetica, "Lucida Grande", verdana, sans-serif;
	font-size: 11px;
}


#workshoppop h1 {
	color: #21578a;
	font: bold "Myriad Pro", Corbel, "Lucida Grande", verdana, sans-serif;
	margin-bottom: 5px;
	position: relative;
	overflow: hidden;
	font-size: 120%;
}

#workshoppop h2 {
	color: #5892c9;
	font: bold  "Myriad Pro", Corbel, "Lucida Grande", verdana, sans-serif;
	margin: 0px;
	margin-top: 10px;
	position: relative;
	overflow: hidden;
	font-size: 110%;
}

#workshoppop h3 {
	color: #5892c9;
	font: bold 18px/1 "Myriad Pro", Corbel, "Lucida Grande", verdana, sans-serif;
	position: relative;
}

#workshoppop p {
	margin: 3px 0;
}

#workshoppop ul, .workshoppop ol {
	margin: 0px 20px 0px 50px;
}

#workshoppop ul, .workshoppop ol {
	margin: 0px 20px 20px 20px;
	padding: 0px 0px 0px 30px;
}


.clients-list {
	float: left;
	padding-right: 5px;
	padding-bottom: 15px;
	list-style-type: disc;
	color: #000;
}

.clients-list {
	width: 185px;
	padding: 10px;
	font-size: 13px;
	overflow: auto;}
	

.site-map-top {
	float: left;
	width: 400px;
	color: #21578a;
}

.site-map-top p {
	padding: 7px 0px 10px 17px;
	font-size: 12px;
	color: #21578a;
}



	.site-map-top ul h1 {
	font-size: 14px;
	color: #21578a;
}

.site-map-top ul h1 a {
	font-size: 14px;
	color: #21578a;
	text-decoration: none;
}

.site-map-top ul.site-map {
	list-style-type: none;
	padding: 10px 0;
}

.site-map-top ul.site-map li a {
	display: block;
	color: #21578a;
	padding-top: 3px;
	font-size: 12px;
	text-decoration: none;
}

.site-map-top ul.site-map li a:hover, .site-map-top ul.site-map li a.on, .site-map-top ul.site-map li.on a, .site-map-top ul.site-map li ul li a.on, .site-map-top ul.site-map li ul li.on a {
	color: #21578a;
}

.site-map-top ul.site-map ul {
	display: block;
	margin-left: -5px;
	
	list-style-type: none;
}

.site-map-top ul.site-map ul li a {
}

.site-map-top ul.site-map ul li a:before {
	content: "\00BB \0020";
}

.site-map-top ul.site-map ul ul li a {
	padding-left: 10px;
}

.entry-map {
	font-size: 12px;
	line-height: 1.5;
}

.entry-map p {
	margin: 10px 0;
}

.entry-map ul, .entry-map ol {
	margin: 0px 20px 0px 20px;
	padding: 0px 0px 0px 20px;
}

.entry-map a {
	color: #21578a;
	padding: 0px;
}

.entry-map a:hover {
	color: #5892c9;
}
	
	
	.team-indent {
	padding-left: 13px;
	
	}