.standardsNote { display: none; }

/*\*//*/
  @import "iemac.css";
/**/

html {
    overflow: -moz-scrollbars-vertical;
}

body {
	font-size: 11px;
	color: #000000;
	font-family: Verdana;
	text-align: center;
}

td {
	font-size: 11px;
}

p {
	font-size: 11px;
}

div {
	font-size: 11px;
}

.lightgrey {
	color: #999999;
}

.purple {
	color: #7d2385;
}

a {
	color: #ff6600;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.purple {
	color: #7d2385;
	text-decoration: none; 
}

a.purple:hover {
	color: #b698ba;
	
}

#oldcontainer {
	margin: 0 auto;
	width: 800px;
	display: block;
}

#header {
	display: block;
	display: inline;
	width: 100%;
}

#left {
	display: block;
	float: left;
	width: 150px;
	text-align: center;
}

#main {
	display: block;
	float: left;
	padding-top: 20px;
	margin-bottom: 20px;
	width: 510px;
	min-height: 400px;
	_height: 400px;
	text-align: left;
	font-size: 13px;
	margin:0 auto;
	
}

#footer {
	width: 750px;
	display: block;
}

#casestudy {
	color: #7d2385;
	float: left;
	padding: 30px 15px 15px 15px;
	width: 502px;
	background-image: url(/assets/images/casestudy_top.gif);
	background-color: #ffd662;
	background-repeat: no-repeat;
	min-height: 200px;
}

.clear {
	clear: both;
}




/* menu styling */
#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 1000;
}

#nav a {
	display: block;
}

#nav li {
	float: left;
}

#nav li ul {
	position: absolute;
	left: -999em;
	padding-left: 12px;
}

#nav li ul li {
	padding: 3px;
	background-image: url(/assets/images/menubg.png);
	_background: #FFFFFF;
	_filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=80);
	clear: both;
	text-align: left;
	width: 150px;
	z-index: 1000;
	display: block;
}

#nav li ul li a {
	color: #666666;
	text-decoration: none;
	width: 150px;
	text-align: left;
	z-index: 1000;
	display: block;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
	width: 150px;
}

#nav li ul li a:hover {
	color: #ff6600;
	text-decoration: none;
	display: block;
}

#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* eBrainer page divs.*/

#eb_left {
	float: left; margin-top: 17px; margin-left: 77px; height: 200px; width: 155px; text-align: center; padding-top: 10px; color: #FFFFFF;
}

#eb_right {
	float: right; height: 182px; width: 150px; margin-top: 17px; margin-right: 57px; color: #FFFFFF;
}

#readmore {
	float: right;
	background-color: #743001;
	border-top: 1px solid #f77900;
	border-right: 1px solid #f77900;
	border-bottom: 1px solid #c35202;
	border-left: 1px solid #c35202;
	text-align: right;
	height: 14px;
	width: 147px;
	padding: 2px;
	margin-right: 57px;
	color: #f9d773;
	font-weight: bold;
}

#readmore a {
	color: #f9d773;
	text-decoration: none;
}

#readmore a:hover {
	color: #FFFFFF;
}



/* Tasty work page divs. */

.tw_leftnav {
	float: left;
	margin-top: 48px;
	padding-left: 132px;
	width: 9px;
}

.tw_rightnav {
	float: right;
	margin-right: 128px;
	margin-top: 48px;
	width: 9px;
}

.tw_middle {
	background-color: #FFFFFF;
	float: left;
	margin-left: 5px;
	margin-top: 13px;
	width: 166px;
	height: 86px;
	text-align: center;
}

.tw_links {
	color: #fdd458;
	font-size: 12px;
	font-weight: bold;
	float: left;
	margin: 0 auto;
	margin-top: 30px;
	width: 300px;
	height: 30px;
	margin-left: 80px;
	text-align: center;
}

.tw_links ul a {
	display: inline;
}

#tw_ul, #tw_ul li {
	list-style: none;
	display: inline;
	padding: 0;
	margin: 0;
}

#tw_ul a {
	color: #fdd458;
	font-size: 10px;
	text-decoration: underline;
}

#tw_ul a:hover {
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: underline;
}

#tw_ul li {
	padding: 0 5px 0 5px;
}

#firstname, #lastname {
	display: inline;
	padding: 0;
	margin: 0;
}
