html, body
{
	margin: 0;
	padding: 0;
}

body
{
	font-size: 62.5%;
	line-height: 100%;
	font-family: Helvetica, Arial, Verdana, Geneva, sans-serif;
	width: 100%;
}

html>body
{
	font-size: 10px;
}

table { font-size: 100%; } /* ie hack */
a img { border: 0 transparent none; }

#content-container
{
	width: 656px;
	margin: 0 auto;
	background-image: url(../../images/css/global/content-container-bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding: 0 0 0 326px;
}

#column-left
{
	width: 260px;
	margin: 0 0 0 -326px;
	float: left;
	display: inline;
	padding: 75px 30px;
}

#column-left em
{
	font-family: Arial, Verdana, Geneva, sans-serif;
}

#column-left img.head
{
	padding: 0;
	margin: 0 0 35px 0;
}

#column-left p
{
	color: #606060;
	line-height: 1.5em;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
}

#column-left blockquote
{
	margin: 0;
	padding: 0;
	font-size: 1.4em;
	line-height: 1.57em;
}

#column-left blockquote p
{
	text-transform: none;
	margin-bottom: .75em;
}

#header
{
	width: 648px;
	margin: 0 0 1.25em 0;
	padding: 46px 0 0 8px;
	float: left;
	display: inline;
}

/* width: 427px;
*/
#content-main
{
	width: 427px;
	margin: 0;
	padding: 0 228px 0 0;
	background-image: url(../../images/css/global/content-bg.gif);
	background-repeat: repeat-y;
	background-position: 427px top;
	float: left;
	display: inline;
}

#content
{
	float: left;
	display: inline;
	padding: 30px 0 0 0;
}

#content p, #content li, #content td
{
	font-size: 1.2em;
	line-height: 1.6667em;
	color: #606060;
	font-family: helvetica, geneva, arial, sans-serif;
}

#content .nav p
{
	color: #44c0d0;
	font-size: 1.1em;
}

#content .nav p
{
	text-transform: lowercase;
}

#content .nav p strong
{
	text-transform: none;
}

#content h1, #content h2, #content h3, #content ul, #content table
{
	margin-left: 10px;
	margin-right: 10px;
}

#content h1
{
	font-family: helvetica, geneva, arial, sans-serif;
	font-weight: normal;
	font-size: 2.6em;
	line-height: 125%;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

#content h2
{
	font-size: 1.2em;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.0em;
	padding: 0;
	font-weight: normal;
}

#content h3
{
	font-size: 1.2em;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.6667em;
	padding: 0;
	font-weight: bold;
	color: #44c0d0;
}

#content p
{
	margin: 0 10px 1em 10px;
	padding: 0;
}

#content p img
{
	display: block;
	margin: 4em auto 0 auto;
}

#content a
{
	color: #44c0d0;
	text-decoration: none;
}

#content a.more
{
	color: #28b7c9;
	text-decoration: none;
	font-size: 0.917em;
	padding-left: 1em;
}

#content div.hr
{
	height: 1em;
	clear: both;
	background-position: 10px center;
	background-repeat: no-repeat;
	padding: 1em 0;
}
#column-right
{
	width: 220px;
	float: right;
	display: inline;
	margin: 0 -228px 0 0;
	padding: 27px 0 0 8px;
	top: 0;
}

#column-right img
{
	margin-top: 0;
	margin-bottom: 1em;
}

#column-right h1
{
	clear: left;
	font-size: 1.2em;
	margin: 0;
	padding: 0;
	line-height: 1.83em;
	color: #606060;
}

#column-right p, #column-right li
{
	color: #606060;
	font-size: 1.2em;
	line-height: 1.83em;
	margin-top: 0;
	padding-top: 0;
}

#column-right p
{
	margin-bottom: 1.5em;
}

#column-right p a
{
	color: #44c0d0;
	text-decoration: none;
}
#header .mini-menu
{
	text-align: right;
	font-weight: bold;
	font-family: gevena, arial, sans-serif;
	font-size: 1.1em;
	color: #4e4d4d;
	padding: 0 0 1em 0;
}

#header .mini-menu a
{
	text-decoration: none;
	color: #4e4d4d;
}

#header .mini-menu span
{
	padding: 0 .5em;
}

#header ul.menu
{
	width: 648px;
	height: 82px;
	margin: 8px 0;
	padding: 0;
	background-image: url(../../images/css/global/menu.gif);
	background-repeat: no-repeat;
	background-position: left -82px;
}

#header ul.menu li
{
	list-style-type: none;
	margin: 0 0 0 12px;
	padding: 0;
	float: left;
	display: inline;
}

#header ul.menu li a
{
	display: block;
	width: 120px;
	height: 82px;
}

#header ul.menu li a:hover
{
	background-image: url(../../images/css/global/menu.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#header ul.menu li a span
{
	display: none;
	visibility: hidden;
	height: 1px;
	font-size: 1px;
}

#header ul.menu li#thinking
{
	margin-left: 0;
}

#header ul.menu li#learning a:hover
{
	background-position: -132px top;	
}

#header ul.menu li#working a:hover
{
	background-position: -264px top;	
}

#header ul.menu li#resources a:hover
{
	background-position: -396px top;	
}

#header ul.menu li#publications a:hover
{
	background-position: -528px top;	
}

div.hr
{
	background-image: url(../../images/css/global/hr-div-bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 1px;
}