/* RESET */
DIV, SPAN, P, H1, H2, H3, H4, H5, UL, OL {
	margin: 0;
	padding: 0;
}
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

/* BEGIN STYLES */
BODY {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background: #333 url('../images/page_edge_bg.png') repeat-y;
	-webkit-text-size-adjust: auto;
	font-size: 12px;
}
BODY#home {
	background: #333 url('../images/page_bg.gif') repeat-y;
}
#page_wrp {
	margin: 0;
	padding: 0;
	width: 870px;
	position: relative;
	min-height: 100%;
	height: auto;
}
#page {
	width: 735px;
	position: relative;
	top: 0px;
	left: 230px;
	z-index: 10;
	min-height: 770px;
	background: url('../images/page_edge.png') repeat-y;
	padding-bottom: 25px;
}
BODY#home #page {
	position: relative;
	top: 0px;
	left: 125px;
	min-height: 825px;
	background: none;
}
BODY#home #nav_home {
	position: absolute;
	left: 110px;
	top: 20px;
	z-index: 50;
}
#content {
	padding-left: 45px;
	padding-top: 50px;
}
#content DIV.break {
	position: absolute;
}
#copyright {
	width: 500px;
	margin: 0;
	padding: 0;
	top: 800px;
	left: 0px;
	color: #CCCCCC;
	font-size: 10px;
	position: relative;
    padding-bottom: 25px;
    display: inline;
}

/* DEFAULT */
H1 {
	font-size: 20px;
	line-height: 150%;
	font-weight: bold;
}
H1.page_id {
	display: none;
}
H2 {
	font-size: 16px;
	line-height: 150%;
	font-weight: bold;
}
H3 {
	font-size: 12px;
	line-height: 150%;
	font-weight: bold;
}
P {
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 150%;
	max-width: 445px;
}
A {
	color: #666; 
	text-decoration: none;
}
A:visited {
	color: #666; 
	text-decoration: none; 
}
A:hover {
	color: #444; 
	text-decoration: none; 
}
A:active {
	color: #000; 
	text-decoration: underline; 
}
.clear {
clear: both;
}
p.buyitnow  {
	clear: both;
	line-height: 20px;
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 150%;
}
A.action  {
	line-height: 20px;
	color: #AAA; 
	text-decoration: none;
	display: inline;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 150%;
}
A:visited.action {
	color: #666; 
	text-decoration: none; 
}
A:hover.action {
	color: #444; 
	text-decoration: none; 
}
A:active.action {
	color: #000; 
	text-decoration: none; 
}






/* CUSTOM */
P.txt_lg {
	width: 445px;
	font-size: 13px;
	line-height: 140%;
}
P.txt_sc {
	font-size: 11px;
	line-height: 18px;
	text-transform: uppercase;
}

.sc {
	font-size: 11px;
	line-height: 133%;
	text-transform: uppercase;
}





/* PEOPLE */
.people {
	clear: both;
	width: 100%;
	margin-bottom: 3px;
}
.bio {
	width: 290px;
	float: left;
}
.bio P {
	line-height: 150%;
}
.people IMG.pic {
	float: left;
	margin-right: 12px;
	margin-bottom: 3px;
}

/* BOOKS */
.book {
	width: 290px;
	float: left;
	margin-right: 55px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.book IMG {
	margin-left: -3px;
	margin-top: -3px;
	margin-right: 6px;
}

/* IDEAS */

DIV.idea_body {
	margin: 0;
	padding: 0;
	border-top: 1px solid #CCCCCC;
	width: 445px;
	padding-top: 35px;
	margin-top: 30px;
	clear: both;
}
DIV.idea {
	margin-top: 75px;
}
DIV.idea P {
	width: 625px;
}
.idea_body H1 {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 150%;
	font-weight: bold;
}
.idea_body H2 {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 0;
	padding-bottom: 0;
}
.idea TABLE, .idea UL, .idea OL, .idea HR {
	width: 445px;
}

DIV.idea_body UL {
	margin-left: 20px;
}
DIV.idea_body LI {
	margin-left: 20px;
}

/* FOOTER */
BODY#home #footer {
	margin: 0;
	padding: 0;
	position: absolute;
    bottom: 0;
	left: 125px;
}
#footer {
	margin: 0;
	padding: 0;
	color: #999999;
	font-size: 10px;
	display: block;
	width: 830px;
	padding-top: 30px;
	margin-left: 125px;
	position: absolute;
    bottom: 0;
    z-index: 30;
}
#footer .copyright {
	display: none;
}
#footer A, #footer A:visited {
	color: #999999; 
	text-decoration: none; 
}
#footer A:hover {
	color: #000000; 
	text-decoration: none; 
}
#footer A:active {
	color: #000000; 
	text-decoration: underline; 
}

/* NAV MAIN */
.navActiveHide {
	display: none;
}
.navActive {
	z-index: 20;
}
A.navActive {
	color: #000; 
	text-decoration: none;
}
A.navActive:visited {
	color: #000; 
	text-decoration: none; 
}
A.navActive:hover {
	color: #000; 
	text-decoration: none; 
}
A.navActive:active {
	color: #000; 
	text-decoration: underline; 
}

BODY#home #nav {
	position: absolute;
	left: -110px;
	top: -20px;
}
#nav_ie6 {
	display: none;
}
#nav-1, #nav_active-1 {
	width: 485px;
	position: absolute;
	left: 110px;
	top: 20px;
}
#nav-2, #nav_active-2 {
	width: 820px;
	position: absolute;
	left: 110px;
	top: 170px;
}
#nav-3, #nav_active-3 {
	width: 475px;
	position: absolute;
	left: 110px;
	top: 320px;
}
#nav-4, #nav_active-4 {
	width: 665px;
	position: absolute;
	left: 110px;
	top: 470px;
}
#nav-5, #nav_active-5 {
	width: 385px;
	position: absolute;
	left: 110px;
	top: 620px;
}


/* NAV SUB*/
#nav_sub_wrp {
	margin: 0;
	padding: 0;
	width: 187px;
	position: absolute;
	top: 38px;
	left: 548px;
	font-weight: normal;
	font-size: 11px;
	line-height: 21px;
	text-transform: uppercase;
}
#nav_sub ul, #nav_sub li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav_sub li A, #nav_sub li A:visited {
	color: #999999; 
	text-decoration: none; 
}
#nav_sub li A:hover {
	color: #555; 
	text-decoration: none; 
}
#nav_sub li A:active {
	color: #000; 
	text-decoration: none; 
}
#nav_sub li.selected a {
	color: #000; 
	text-decoration: none; 
}


/* NAV UTIL */
#nav_util_wrp {
	margin: 0;
	padding: 0;
	width: 185px;
	position: absolute;
	top: 0px;
	left: 770px;
	z-index: 40;
}
#nav_util {
	margin: 0;
	padding: 0;
	height: 20px;
	width: 185px;
	list-style: none;
	display: inline;
	overflow: hidden;
	background: transparent url('../images/nav/nav_util.gif') 0 0 no-repeat;
}
#nav_util li {
	margin: 0; 
	padding: 0;
	list-style: none;
	display: inline;
}
#nav_util a {
	float: left;
	padding: 20px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:20px; /* for IE5/Win only */
	width: 185px;
}
li#nav_util-1 a {
	background: transparent url('../images/nav/nav_util.gif') 0 0 no-repeat;
	width: 74px;
}
li#nav_util-2 a {
	background: transparent url('../images/nav/nav_util.gif') -74px 0 no-repeat;
	width: 45px;
}
li#nav_util-3 a {
	background: transparent url('../images/nav/nav_util.gif') -119px 0 no-repeat;
	width: 58px;
}
li#nav_util-1 a:hover, li#nav_util-1.selected a {
	background: transparent url('../images/nav/nav_util.gif') 0 -20px no-repeat;
}
li#nav_util-2 a:hover, li#nav_util-2.selected a {
	background: transparent url('../images/nav/nav_util.gif') -74px -20px no-repeat;
}
li#nav_util-3 a:hover, li#nav_util-3.selected a {
	background: transparent url('../images/nav/nav_util.gif') -119px -20px no-repeat;
}


/* NAV FOOT */
#nav_foot_wrp {
	margin: 0;
	padding: 0;
}
#nav_foot {
	margin: 0;
	padding: 0;
	height: 20px;
	width: 100px;
	list-style: none;
	display: inline;
	overflow: hidden;
	background: transparent url('../images/nav/nav_foot.gif') 0 0 no-repeat;
}
#nav_foot li {
	margin: 0; 
	padding: 0;
	list-style: none;
	display: inline;
}
#nav_foot a {
	float: left;
	padding: 20px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:20px; /* for IE5/Win only */
	width: 100px;
}
li#nav_foot-1 a {
	background: transparent url('../images/nav/nav_foot.gif') 0 0 no-repeat;
	width: 44px;
}
li#nav_foot-2 a {
	background: transparent url('../images/nav/nav_foot.gif') -44px 0 no-repeat;
	width: 56px;
}
li#nav_foot-1 a:hover, li#nav_foot-1.selected a {
	background: transparent url('../images/nav/nav_foot.gif') 0 -20px no-repeat;
}
li#nav_foot-2 a:hover, li#nav_foot-2.selected a {
	background: transparent url('../images/nav/nav_foot.gif') -44px -20px no-repeat;
}


/* SITEMAP */
#sitemap ul {
	font-size: 18px;
	list-style: none;
	width: 650px;
	line-height: 150%;
}
#sitemap ul li {
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px solid #CCCCCC;
}
#sitemap ul ul {
	margin: 0;
	padding: 0;
	font-size: 12px;
	list-style: none;
	width: 650px;
	margin-left: 25px;
}
#sitemap ul li ul li {
	border-top: none;
	margin: 0;
	padding: 0;
}
#sitemap A, #sitemap A:visited {
	color: #000000; 
	text-decoration: none; 
}
#sitemap A:hover, #sitemap A:active {
	color: #999999; 
	text-decoration: none; 
}


/* FORMS */
INPUT.gray, SELECT.gray, TEXTAREA.gray {
	margin: 0;
	padding: 0;
	background-color: #EEE;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #666;
	border: none;
	margin-bottom: 4px;
	padding: 5px;
}
INPUT.btn {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 11px;
	text-transform: uppercase;
	color: #999999;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color: none;
	background: none;
	border: none;
	cursor: pointer;
}
INPUT.btnhov {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 11px;
	text-transform: uppercase;
	color: #000;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color: none;
	background: none;
	border: none;
	cursor: pointer;
}

DIV.btn {
	margin: 0;
	padding: 0;
	margin-top: 15px;
	margin-bottom: 15px;
}
A.btn {
	font-weight: normal;
	font-size: 11px;
	text-transform: uppercase;
	color: #999999;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	background-color: none;
	background: none;
	border: none;
	cursor: pointer;
	color: #999999; 
	text-decoration: none; 
}
A.btn:visited {
	color: #999999; 
}
A.btn:active {
	color: #000; 
}
A.btn:hover {
	color: #000; 
}















BODY.workshops2 .navActive {
	z-index: 0;
}
BODY.books .navActive {
	z-index: 0;
}




P.extraspace {
	margin: 0;
	margin-bottom: 25px;
	padding: 0;
}

/* VERIFIED COMPLETED */


#upgrade_msg {
	display: none;
}
#upgrade_msg A, #upgrade_msg A:visited {
	color: #666; 
	text-decoration: none; 
}
#upgrade_msg A:hover {
	color: #000; 
	text-decoration: underline; 
}
#upgrade_msg A:active {
	color: #000; 
	text-decoration: underline; 
}




/* WORKSHOPS: NEUTRON U */

BODY.workshops2 H2 {
	font-weight: bold;
	font-size: 35px;
	line-height: 35px;
	margin-bottom: 10px;
}
.w_group-wrapper {
	width: 445px;
	border-top: #a3a2a2 1px solid;
	color: #a3a2a2;
	font-size: 10px;
	line-height: 14px;
}
.w_group-wrapper A, .w_group-wrapper A:visited {
	display: block;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 20px;
	padding-left: 25px;
	padding-right: 15px;
}
.w_group-wrapper A:hover {
	color: #555;
	text-decoration: none;
	background: #e5e5e5;
	padding-top: 5px;
	padding-bottom: 20px;
	padding-left: 25px;
	padding-right: 15px;
}




.w_title {
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}
.w_group A:hover .w_title {
	color: #555;
	text-decoration: underline;
}



.w_id {
	width: 15px;
	float: left;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	display: block;
	margin-left: -15px;
}









.w_group_column {
	width: 195px;
	float: left;
	font-size: 12px;
	line-height: 150%;
}
.first {
	margin-right: 35px;
}
.w_detail_date {
	width: 125px;
	display: block;
	float: left;
}
.w_detail_date115 {
	width: 115px;
	display: block;
	float: left;
}
.w_detail_date110 {
	width: 110px;
	display: block;
	float: left;
}
.w_detail_date100 {
	width: 100px;
	display: block;
	float: left;
}
.w_detail_time {
	width: 70px;
	display: block;
	float: left;
}
.w_detail_diagram {
	clear: both;
	width: 445px;
}
.w_detail_caption {
	color: #444;
	font-weight: normal;
	font-size: 10px;
	line-height: 13px;
	padding-top: 5px;
	padding-bottom: 40px;
	width: 170px;
}
.w_detail_img {
	clear: both;
	padding-top: 40px;
}

.w_schedule_wrapper {
	background: #D9D9D9;
	color: #444;
	font-size: 9px;
	line-height: 18px;
	width: 170px;
}
.w_schedule {
	padding: 15px;
}
.w_schedule H3 {
	color: #555;
	font-size: 9px;
	line-height: 18px;
	margin-bottom: 15px;
	font-weight: normal;
}
.w_schedule H4 {
	color: #666;
	font-size: 9px;
	line-height: 18px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
}
.w_schedule P {
	color: #444;
	font-size: 9px;
	line-height: 16px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

SPAN.w_active A {
	color: #555;
}



.w_promo-wrapper {
	padding-bottom: 100px;
}


.w_promo-wrapper P {
	color: #444;
	font-size: 12px;
	line-height: 16px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	text-transform: none;
	line-height: 150%;
	margin-bottom: 10px;
}
.w_promo-wrapper P.rule {
	border-top: #a3a2a2 1px solid;
	padding-top: 5px;
}





.w_detail_rule {
	width: 445px;
	border-bottom: #a3a2a2 1px solid;
	margin-bottom: 8px;
	padding-bottom: 4px;
	height: 16px;
}
.w_detail_title {
	color: #444;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	float: left;
	text-align: left;
	width: 200px;
}
.w_detail_back {
	color: #444;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	float: left;
	text-align: right;
	width: 245px;
}



P.w_register {
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	color: #000;
	margin-bottom: 5px;
}
P.w_register A, P.w_register A:visited {
	color: #000;
	text-decoration: none; 
}
P.w_register A:hover {
	color: #555;
	text-decoration: none; 
}
P.w_register A:active {
	color: #555;
	text-decoration: none; 
}



.nowrap {
	white-space:nowrap;
}


.blind {
	margin-bottom: 20px;
	line-height: 140%;
	}
	
	
	.w_closed {
	color: #999;
	}
	
	
	
/* SOCIAL SHARE LINKS */
#share-wrapper {
	border-top: 1px solid #CCCCCC;
	margin-top: 20px;
	padding-top: 10px;
	margin-bottom: 20px;
}
#share-wrapper IMG {
	border: none;
	margin-top: 5px;
	margin-right: 10px;
}