/********************************************************

		TITLES		#999999
		TEXT		#666666
		GREEN		#7fc31c
		BORDERS		#cccccc

********************************************************/




/******************** global styles ********************/
body
{
	background: #ffffff url(../images/background_body.gif) repeat-x;
	text-align: center;
	margin: 25px 25px 0;
	font: normal 62.5% 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, Verdana, Arial, Helvetica, sans-serif;	/* 11px font size is 1.1em, 12px is 1.2em, etc */
	font-size: expression(screen.deviceXDPI > 96 ? 1000 / ((screen.deviceXDPI / 96) * 16) + "%" : "62.5%");
}

#center
{
	width: 868px;			/* 918px from edge to edge */
	padding: 25px 25px 0;
	margin: 0 auto;
	text-align: left;
	background: #ffffff;
}

* html #center
{
	\width: 918px;
	w\idth: 868px;
}

h1
{
	font: normal 1.7em/1.4em Helvetica, Arial, sans-serif;
	color: #999999;
	margin: 16px 0 30px;
}

h1 strong
{
	color: #000;
}

h2, .subhead
{
	font: bold 1.0em/1.2em 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-transform: uppercase;
	margin: 0 0 11px;
}

h3
{
	font: normal 1.7em/1.4em Helvetica, Arial, sans-serif;
	color: #999999;
	border-top: solid 2px #cccccc;
	border-bottom: solid 2px #cccccc;
	text-transform: uppercase;
	text-align: left;
	margin: 0 0 14px;
	padding: 6px 0 5px
}

h4
{
	font-size: 1.5em;
	line-height: 1.33em;
	color: #000000;
	margin: 24px 0 -3px;
}

h5
{
	font: bold 1.6em/1.06em Helvetica, Arial, sans-serif;
	color: #666666;
	margin: 14px 0 2px;
}

p
{
	font: normal 1.2em/1.7em 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0 0 11px;
}

li
{
	font: normal 1.2em/1.5em 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0 0 8px;
}

li li
{
	font-size: 1em;
}

a
{
	text-decoration: none;
	color: #7fc31c;
}

a:hover
{
	color: #000000;
}

hr
{
	color: #cccccc;
	height: 1px;
	background-color: #ffffff;
	border: 0;
	border-top: solid 1px #cccccc;
	margin: 23px 0 17px;
	*margin-top: 5px;
}

hr.dotted
{
	border-top-style: dotted;
}

hr.thick
{
	border-top-width: 3px;
	margin-bottom: 10px;
	*height: 3px;
	*margin-top: -7px;
}



/******************** header styles ********************/
#header
{
	background: #7f7f82;
}

.icon
{
	border-right: solid 25px #ffffff;
}



/******************** topnav styles ********************/
#topnav
{
	font: bold 1.0em/1.4em Helvetica, Arial, sans-serif;
	margin: 4px 0 6px 120px;
	color: #cccccc;
}

#topnav a.selected
{
	color: #000000;
}



/******************** main styles ********************/
#main
{
	margin: 0 0 0 122px;
}



/******************** banner styles ********************/
#banner
{
	position: relative;
	height: 182px;
}

#banner .title
{
	position: absolute;
	bottom: 0;
}



/******************** central styles ********************/
#central
{
	position: relative;
	margin-right: 244px;
	border-right: solid 1px #cccccc;
	padding: 0 24px 53px 0;
}

form
{
	margin: 0;
	padding: 0;
}

label
{
	font: normal 1.2em/1.7em Helvetica, Arial, sans-serif;
	clear: left;
	float: left;
	text-align: right;
	width: 80px;
	margin-right: 15px;
}

label.required
{
	font-weight: bold;
}

input, textarea
{
	font: normal 1.2em Helvetica, Arial, sans-serif;
	border: solid 1px #7f9db9;
	margin-bottom: 12px;
	height: 15px;
	width: 315px;
	padding: 4px 0 0 4px;
}

textarea
{
	height: auto;
}

input.button
{
	width: auto;
	height: auto;
	padding: 0;
	border: none;
}

div.error
{
	font: normal 1.2em/1.7em 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: red;
	margin: 0 0 11px;
}

label.error
{
	color: red;
}



/******************** sidbar styles ********************/
#sidebar
{
	float: right;
	width: 232px;
	padding-left: 12px;
	border-left: solid 1px #CCC;
}

* html #sidebar
{
	\width: 245px;
	w\idth: 232px;
}

#sidebar h1 {
color:#999999;
font:bold 1.4em/1.4em 'Arial','Lucida Sans Unicode','Lucida Sans',Tahoma,Verdana,Arial,Helvetica,sans-serif;
margin:0;
}


#sidebar h2
{
	font: bold 1.2em/1.2em Helvetica, Arial, sans-serif;
	color: #999999;
	margin: 0 0 7px;
	text-transform: uppercase;
}

#sidebar p
{
	font: normal 1.2em/1.3em 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

#sidebar label
{
	float: none;
	display: block;
	width: auto;
	text-align: left;
	color: #999;
	padding-top: 5px;
}

#sidebar .error
{
	color: red !important;
}

#sidebar input
{
	float: left;
	width: auto;
	height: 18px;
	margin-bottom: 0;
	color: #b2b2b2;
	border-color: #ccc;
}

#sidebar form
{
	margin-top: 5px;
	*margin-bottom: 14px;
}

#sidebar input.button
{
	margin-left: 5px;
}



/******************** footer styles ********************/
#footer
{
	font: normal 1.0em/1.9em 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #999999;
	border-top: solid 1px #cccccc;
	margin: 58px 0 0 122px;
	padding: 15px 0 17px;
}

#footer a
{
	color: #999999;
}

#footer a:hover
{
	color: #000000;
}

#footer form.search
{
	float: right;
	margin: 0;
}

#footer form.search input
{
	width: 140px;
	border-color: #ccc;
	color: #999;
	font-weight: normal;
}

#footer form.search input.submit
{
	width: auto;
	border-color: #7fc31c;
	border-width: 4px;
	height: 21px;
	vertical-align: bottom;
	font-size: 10px;
	line-height: 10px;
	color: #7fc31c;
	padding: 0;
	margin-left: 2px;
	*margin-bottom: 13px;
	background-color: #fff;
	_vertical-align: middle;
	_margin-top: 5px;
}



/******************** clearfix styles ********************/
/* these styles instruct non-IE browsers to render container elements so that they fully enclose floats */
/* without this class applied, a float might hang over the bottom border of it's container */
.clearfix:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix
{
	display: inline-block;
}

/* hides clearfix from IE-mac \*/
* html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}
/* end hide from IE-mac */


	#central #title {
	color: #07487D;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 0px;
}

#central #subtitle {
	color: #07487D;
	font-size: 18px;
	font-weight: normal;
	text-transform: initial;
	margin-bottom:0;
}

	#central #by {
	color: #7F7F81;
	text-transform: initial;
	border:none;
	font-weight:bold !important;
	font: italic 12px Arial;
}
#central p {
	color:#7f7f81;
	margin-top:10px;
	margin-bottom:10px;
}

#central.sem p {
	color:#7f7f81;
	margin-top:10px;
	margin-bottom:10px;
	font:  normal 16px/23px 'Arial' !important;
}


#central #video iframe {
width: 456px;
height: 342px;
}


#central #slide {
	
}

#central #by a {
	color:#3498be;
}

#central #by a:hover {
	color:#07487d;
}

#sidebar.moreseminars h2 {
	text-transform: uppercase;
	font-weight:bold;
	font-size:14px;
}

#sidebar.moreseminars ul {
	list-style: none;
	margin:0;
	padding:0;
}

#sidebar.moreseminars ul li {
	margin-left:0;
}

#sidebar.sem a {
	color:#3498be;
	font-size:14px;
}
#sidebar.sem a:hover {
	color:#07487d;
}

#seeall {
text-align: left;
	margin-bottom:20px;
	color:#999 !important;
	display:block;
	font: bolder 12px Arial !important;
}
a#seeall:hover {
	color:#999 !important;
}
#seeall .color {
	color:#3498be;
}
.sem#topmain {
width:434px;
}

#videoplay {
	cursor:pointer;
}
#holder {
border-right: solid 1px #ccc;
width: 501px;
}
