/********************************  GENERAL  ************************/
body,html {
	margin: 0;
	padding: 0;
}
html {
	min-height: 100%;
	margin-bottom: 1px;
}
body {
	background: white url(/images/layout/bg-body.jpg) repeat-x;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	min-width: 900px;
	background-color: #ffffff;
	border: 0px;
	padding: 0px;
	margin: 0px;
	behavior: url(/css/csshover.htc);
	text-align: center;
}
H1 {
	color: #186D98;
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 3px;
}
H2 {
	color: #186D98;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 3px;
}
H3 {
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 2px;
}
p {
	font-size: 12px;
	text-align: left;
	line-height: 16px;
}
.highlight {
	color: #006666;
	font-style: normal;
	font-weight: bold;
}
img.left {
	float: left;
	margin-bottom: 8px;
	margin-right: 8px;
}
a {
	color: #983794;
}
a:hover {
	text-decoration: none;
}
/********************************  LAYOUT  ************************/
#full-area {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	padding: 0px;
}
#header {
	height: 116px;
	width: inherit;
	position: relative;
	clear: both;
}

#headerlink {
	background: transparent url(/images/layout/lg-main.jpg) no-repeat center center;
	height: 116px;
	width: 246px;
	position: absolute;
	top: 0;
	left: 0;
}
#content {
	width: 900px;
	clear: both;
}
#leftcolumn {
	background: white url(/images/layout/bg-nav.jpg) no-repeat top left;
	width: 237px;
}
#rightcolumn {
	background: white url(/images/layout/bg-content-top-right.gif) no-repeat top right;
	padding: 12px;
}
/********************************  LEFT NAVIGATION  ************************/
#leftnav {
	
}

#leftnav ul ul {
	visibility: hidden;
	display: none;
	position: absolute;
	top: 0px;
	left: 237px;
	z-index: 500;
	background-color: #E0E1ED;
}

#leftnav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 100;
	width: 237px;
}

#leftnav ul li:hover a {
	text-decoration: underline;
}
#leftnav ul li:hover ul a {
	text-decoration: none;
}
#leftnav ul li:hover ul a:hover {
	text-decoration: underline;
}
#leftnav ul li:hover ul {
	visibility: visible;
	z-index: 500;
	display: block;
}

#leftnav li a {
	color: #510E51;
	text-decoration: none;
}

#leftnav li {
	border-bottom: 1px solid white;
	color: #006666;
	font-size: 14px;
	padding: 5px 0 5px 10px;
	position: relative;
}
#webcast {
	background: transparent url(/images/layout/img-live-think-webcast.gif) no-repeat center center;
	height: 103px;
	width: 237px;
}
#learn-more {
	background: transparent url(/images/layout/img-learn-more.gif) no-repeat center center;
	height: 133px;
	width: 237px;
}
.upcoming-courses {
	list-style-type: none;
	width: 215px;
	padding-left: 8px;
	margin-top: 1px;
	font-size: 12px;
}
.upcoming-courses a {
}
.upcoming-courses p {
	margin-top: 0px;
	margin-bottom: 3px;
}
#footer {
	text-align: center;
	font-size: 11px;
	line-height: 16px;
}
#footer a {
	color: #510E51;
}
#location {
	position: absolute;
	top: 18px;
	right: 0px;
	text-align: right;
	width: 400px;
	font-size: 12px;
	line-height: 15px;
}
#location h4 {
	margin: 0px;
	color: #510e51;
	font-size: 14px;
}
#location a {
	
}