@charset "utf-8";
/* CSS Document */

html {
	overflow-y: scroll;
}

body {
	margin: 0px;
	font-family: "Segoe UI", Tahoma, Arial, sans-serif; font-size: 14px;
}

a {
	color: #006699;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

input {
	padding: 2px;
	border: 1px #ccc solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-family: "Segoe UI", Tahoma, Arial, sans-serif; font-size: 14px;
}

img {
	border: none;
}

#body_wrapper {
	margin: 0px auto;
	width: 1000px;
}

#header_wrapper,
#header_wrapper2,
#content_wrapper, 
#footer_wrapper {
	position: relative;	margin-bottom: 10px;
}

#header_wrapper {
	margin-bottom: 0px;
	height: 158px;
	background: url(/media/images/header_bg.jpg) no-repeat;	
}

#header_wrapper2 {
	margin-bottom: 0px;
	height: 85px;
	background: url(/media/images/header_bg2.jpg) no-repeat;	
}

.column1,
.column2,
.column2_2,
.column3 {
	position: relative; float: left;
	width: 200px; height: auto;
}

.column1,
.column2,
.column2_2,
.column3 {
	margin-top: 1px;
}

.column2 {
	width: 600px;
}

.column2_2 {
	width: 790px
}

.column3 {
	width: 190px;
	background: #f8f9f9;
}

.column2,
.column2_2,
.column3 {
	margin-left: 1px;
}

.column1 .section,
.column2 .section,
.column2_2 .section,
.column3 .section {
	margin-bottom: 10px;
}

.column1 .section ul,
.column1 .section li {
	margin: 0px; padding: 0px;
	list-style-type: none;
}

.column1 .section ul {
	margin-left: 8px; padding-top: 5px; padding-bottom: 10px;
}

.column1 .section li {
	margin-bottom: 3px; padding-left: 8px; padding-bottom: 7px;
	background: url(../media/images/col1_li_sep.jpg) bottom left no-repeat
}

.column1 .section li a {
}

#content_wrapper .page_title,
.column2_2 .page_title {
	padding-left: 10px; padding-bottom: 5px;
	background: url(../media/images/page_title_border.jpg) bottom repeat-x;
	color: #006699;	font-size: 30px;
}

#content_wrapper .page_sub_title,
.column2_2 .page_sub_title {
	margin-left: 10px;
	display: inline;
	color: #000000; font-size: 14px;
}

#content_wrapper .page_content,
.column2_2 .page_content {
	padding-left: 10px;
}

.column2_2 .page_content img {
	margin: 10px;
}

#quick_search {
	display: none;
}

#quick_search input {
	margin-left: 4px;
	width: 170px;
}

#left_menu {
	padding-bottom: 15px;
	background: url(../media/images/col1_ul.jpg) top left no-repeat;
	font-size: 16px;
}

#contact_us {
	margin-bottom: 0px;	padding-top: 5px;
	background: url(../media/images/col1_ul.jpg) top left no-repeat;
}

#contact_us div.detail {
	margin-bottom: 5px; margin-left: 8px; padding-left: 8px;
}

#contact_us div.title {
	margin-bottom: 5px; margin-left: 8px; padding-left: 8px; padding-bottom: 7px;
	color: #006699;	font-size: 16px;
	background: url(../media/images/col1_li_sep.jpg) bottom left no-repeat
}

#contact_us_bottom {
	height: 25px;
	background: url(/media/images/col1_ul.jpg);
	background-position: 0px -445px;
}

#pr_home {
	margin-bottom: 0px;
	text-align: center;
}

#pr_home .learn_more {
	float: right;
}

#pr_home .learn_more a {
	font-size: 16px; font-weight: bold;
}

.column3 .section .separator {
	margin: 5px 0px;
	height: 4px;
	background: url(../media/images/col3_sep.jpg) no-repeat;
}

#col3_seminars .title {
	margin-left: 10px;
	font-weight: bold; font-size: 1.1em;
}

#col3_seminars .separator {
	margin: 5px 0px;
	height: 4px;
	background: url(../media/images/col3_sep.jpg) no-repeat;
}

#col3_seminars .detail {
	padding-left: 10px;
}

#col3_mc_article .title {
	margin-left: 10px;
	font-weight: bold; font-size: 1.1em;
}

#col3_mc_article .separator {
	margin: 5px 0px;
	height: 4px;
	background: url(../media/images/col3_sep.jpg) no-repeat;
}

#col3_mc_article .detail {
	padding-left: 10px;
}

#col3_new_book .title {
	margin-left: 10px;
	font-weight: bold; font-size: 1.1em;
}

#col3_new_book .separator {
	margin: 5px 0px;
	height: 4px;
	background: url(../media/images/col3_sep.jpg) no-repeat;
}

.col2_feat {
	margin-top: 55px;
	margin-bottom: 15px;
	text-align: center;
}

#col2_overlays,
#col2_powerreading,
#col2_rsi,
#col2_recbooks {
	float: left;
	width: 265px;
}

#footer_wrapper {
	margin-top: 50px;
	text-align: center;
}

.research_col1,
.research_col2 {
	position: relative; float: left;
	width: 410px;
}

.research_col2 {
	margin-left: 10px;
	width: 360px;
	text-align: center;
}

.research_col1 .section,
.research_col2 .section {
	padding-bottom: 5px;
}

.research_col1 .title,
.research_col2 .title {
	font-size: 16px; font-weight: bold;
}

.research_col1 .quote {
	margin: 0px auto;
	width: 300px;
	font-size: 13px; font-style: italic;
}

.research_col1 ul,
.research_col1 li {
	margin: 0px auto;
}

.research_links {
	margin: 0px auto; margin-bottom: 15px;
	width: 600px;
	text-align: center;
}

.table {
	margin: 0px auto;
	width: 724px;
}

.table .tr {
	padding: 2px;
}

.table .td {
	position: relative; float: left;
	width: 100%;
}

.table .td img {
	margin: 0px; padding: 0px;
}

.catalogs .td img {
	margin-bottom: 10px;
}

.sem_col1,
.sem_col2 {
	position: relative; float: left;
	width: 420px;
}

.sem_col2 {
	margin-left: 10px;
	width: 350px;
	background: #f1f1ed;
}

.conf_col1,
.conf_col2 {
	position: relative; float: left;
	width: 540px;
}

.conf_col2 {
	margin-left: 10px;
	width: 230px;
	background: #f1f1ed;
}

.conf_col1 .feat_spkr .title {
	font-size: 16px; font-weight: bold;
}

.conf_col1 .feat_spkr .detail {
	padding-right: 10px;
	font-size: 12px;
}

.conf_col1 .section {
	margin-top: 20px;
}

.conf_col1 .section .title {
	font-size: 16px; font-weight: bold;
}

.conf_col1 .section .detail {
	margin-top: 10px;
}

.conf_col1 .section .detail ul,
.conf_col1 .section .detail li {
	margin: 0px; padding: 0px;
}

.conf_col1 .section .detail ul {
	margin-left: 15px;
}

.conf_col1 ul,
.conf_col1 li {
	margin: 0px; padding: 0px;
}

.conf_col1 ul {
	margin-left: 15px;
}

.conf_col2 .section {
	margin-bottom: 25px;
}

.conf_col2 .section .quote {
	margin: 5px auto;
	width: 95%;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; font-size: 12px; font-weight: bold;
}

.conf_col2 .section .source {
	margin: 5px auto;
	width: 95%;
	font-size: 11px; font-style: italic;
}

.conf_col2 .nav {
	border: 2px #b90000 solid;
	background: #ffffff;
}

.conf_col2 .nav .td {
	padding-bottom: 5px;
	border-bottom: 2px #b90000 solid;
}

.conf_col2 .nav .td a {
	padding-left: 20px;
}

.conf_col2 .nav .td.last {
	padding-bottom: 0px;
	border-bottom: none;
}

.conf_col2 .section .td .box {
	margin: 0px auto;
	width: 95%;
	border: 2px #b90000 solid;
	background: #ffffff;
	text-align: center;
}

.conf_col2 .section .td .box .title {
	margin: 0px auto; margin-top: 20px;
	color: #006699;	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; font-size: 18px;
}

.conf_col2 .section .td .box .detail {
	margin: 20px 0px;
	font-size: 11px;
}

#presenters img {
	margin: 0px 0px 10px 10px;
}

#locations .section {
	margin-bottom: 10px;
}

#locations .section .title {
	font-size: 16px; font-weight: bold;
}

.locations {
	border: 1px #b90000 solid;
	text-align: center;
}

.locations .section {
	margin: 0px;
}

.locations .tr {
	padding: 0px;
	border-bottom: 1px #b90000 solid;
}

.locations .tr.last {
	border-bottom: none;
}

.locations .td {
	height: 120px;
	border-right: 1px #b90000 solid;
}

.locations .th {
	height: auto;
	font-weight: bold;
}

.locations .td.last {
	border-right: none;
}

.recognition .title {
	font-size: 16px; font-weight: bold;
}

.recognition .td.ext_info {
	padding: 20px 30px;
	width: 716px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;	
	background: #cae3ff;
}

.pr_price_info {
	margin: 0px auto; padding: 10px;
	width: 400px;
	border: 3px #0c0 solid;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size: 16px;
}

.rti_col1,
.rti_col2 {
	position: relative; float: left;
	width: 510px;
}

.rti_col2 {
	margin-left: 10px; padding: 0px 10px;
	width: 240px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background: #ffffbb;
}

.rti_col2 ul,
.rti_col2 li {
	margin-left: 0; padding-left: 20px;
}

.rti_col2 li {
	padding-left: 0px;
}

.rsi_col2 img {
	margin: 0px;
}

.rsi_col2 .quote {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}

.rsi_col2 .source {
	margin-top: 10px;
	font-size: 11px;
}

.rsi_col2 .rsi_menu .item {
	padding: 3px 0px; padding-left: 10px;
	border-bottom: #b90000 2px solid;	
}

.rsi_col2 .rsi_menu .item .sub_item {
	padding: 3px 0px 3px 20px; 
}

#pro li,
#studies li {
	margin-left: -20px;
	margin-bottom: 10px
}

#pro li ul {
	margin-top: 5px;
	margin-bottom: 0px;
}

/* Fonts */

.f-size-n { font-size: 14px; }
.f-size-s { font-size: 12px; }
.f-size-xs { font-size: 10px; }
.f-size-xxs { font-size: 8px; }
.f-size-l { font-size: 16px; }
.f-size-xl { font-size: 18px; }
.f-size-xxl { font-size: 20px; }

/* Support */

.clear {
	position: relative;	clear: both;
}

.hide {
	display: none;
}

.blue {
	color: #006699;
}

.teal {
	color: #389a79;
}

.red {
	color: #b90000;
}

.bold {
	font-weight: bold;
}

.ul {
	text-decoration: underline;
}

.itl {
	font-style: italic;
}

.center {
	text-align: center;
}
