/* overall styles */

html, body, #wrap {
	height: 100%;
}

body > #wrap {
	height: auto; 
	min-height: 100%;
}

body {
	background-color: white;
	font-size: 13px;
	font-family: arial, helvetica, sans-serif;
	text-align: center;
	margin: 0 auto 0 auto;
}

a, a:link, a:visited {
	color: #c46619;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #79a1c5;
	text-decoration: none;
	outline: none;
}

.hide {
	display: none;
}

.show {
	display: block;
}

.black_strong {
	font-weight: bold;
	color: black;
}

.white-infobox {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	top: 14px;
	background-color: white;
	border: 1px solid #ececec;
	padding: 20px;
	color: #406495;	
}

.white-infobox-narrow {
	width: 700px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	top: 14px;
	background-color: white;
	border: 1px solid silver;
	padding: 20px;
	color: #406495;	
}

.white-contentbox {
	width: 800px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	top: 14px;
	border: 1px solid #ececec;
	background-color: white;
	padding: 20px;
	color: #406495;	
}

.white-contentbox td {
	font-size: 13px;
}

.explain-box {
	width: 910px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	top: 14px;
	background-color: white;
	border: 1px solid #ececec;
	padding: 20px;
	color: #406495;	
}

.table_left {
	text-align: left;
	width: 200px;
}

.table_right {
	text-align: left;
	width: 600px;
}

.required {
	color: red;
	font-weight: bold;
}

a.bookmark {
	cursor: text;
	color: black;
	font-weight: bold;
}
a.return {
	float:right;
	font-size: 10px;
}

ul.faq {
	margin-left: 0px;
	color: #444444;
}

.header_emphasize {
	color: black;
	font-size: 16px;
	font-weight: bold;
}

/* header bar */

#header {
	position: relative;
	width: 100%;
	height: 60px;
	text-align: center;
	margin: 0 auto;
	background-image: url('/images/newsite/bluebg.gif');
	background-repeat: repeat-x;
	z-index: 30;
}

.seminar_header {
	position: relative;
	width: 100%;
	height:60px;
	text-align:center;
	margin:0 auto;
	background-image: url('/images/newsite/bluebg.gif');
	background-repeat: repeat-x;
}

#logo_image {
	position: absolute;
	top: 9px;
	left: 8px;
	z-index: 1;
}

#logo_links {
	position: absolute;
	text-align: right;
	top: 20px;
	right: 10px;
	font-size: 13px;
	font-weight: bold;
	z-index: 1;
	color: white;
}

#logo_links a, #logo_links a:link, #logo_links a:visited {
	color: white;
}

#logo_links a:hover {
	color: #c46619;
}

.logoutbtn {
	background-color: transparent;
	border: none;
	font-size: 13px;
	font-weight: bold;
	color: white;
	font-family: arial, helvetica, sans-serif;
}

.logoutbtn:hover {
	color: #c46619;
}

/* menu bar */

#menu_block {
	position: relative;
	top: 60px;
	width: 100%;
	min-width: 840px;
	margin: 0 auto;
	text-align: center;
	background-color: #fefefe;
	font-weight: bold;
	font-size: 14px;
	padding-top: 8px;
	height: 23px;
	color: #989898;
	background-image: url('/images/newsite/menubg.gif');
	background-repeat: repeat-x;
	z-index: 0;
}

#menu_item_container {
	width: 870px;
	height: 23px;
	margin: 0 auto;
	text-align: center;
}

a.menu_item, a:link.menu_item, a:visited.menu_item {
	color: #989898;
	text-decoration: none;
	outline: none;
}

a:hover.menu_item {
	color: #79a1c5;
	text-decoration: none;
	outline: none;
}

a.demo_menu_bar,a:link.demo_menu_bar,a:active.demo_menu_bar,a:visited.demo_menu_bar {
	background-color: white; 
	padding: 5px; 
	padding-bottom: 4px; 
	border: 1px solid #ececec;
	color: #c46619; 
}
a:hover.demo_menu_bar {
	background-color: transparent;
	color: #79a1c5;
	border: 1px solid #79a1c5;
}

/* dropdown menus */

#sddm
{	
	padding: 0;
	z-index: 30;
	margin: 0;
}

#sddm li
{	
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	color: #989898;
	text-decoration: none;
	outline: none;
}

#sddm li a
{	
	color: #989898;
	text-decoration: none;
	outline: none;
}

#menu_current  a{
	color: #c46619;
	text-decoration: none;
	outline: none;
}

#menu_current a:hover {
	color: #79a1c5;
	text-decoration: none;
	outline: none;
}

#sddm li a:hover
{	
	color: #79a1c5;
	text-decoration: none;
	outline: none;
}

.dropdown
{	
	visibility: hidden;
	background-color: white;
	background-image: url('/images/newsite/dropdownbg.gif');
	background-repeat: no-repeat;
	position: absolute;
	line-height: 1.6em;
	border-left: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	border-right: 1px solid #ececec;
	z-index: 0;
	text-align: left;
	padding-top: 6px;
	padding-bottom: 20px;
	padding-left: 14px;
	padding-right: 20px;
	filter:alpha(opacity=93);
	-moz-opacity:.93;
	opacity:.93;
	width: 155px;
	margin-top: -2px;
	margin-left: -5px;
}

.dropdown a
{	
	position: relative;
	display: block;
	margin: 0;
	width: auto;
	white-space: nowrap;
	text-align: left;
	text-decoration: none;
	color: #777777;
	font-weight: bold;
	background-color: transparent;
}

.dropdown a:hover
{	
	color: #c46619;
	background-color: transparent;
}

.menu_divider {
	background-color: #ececec;
	color: #ececec;
	height: 1px;
	border: 0px;
}

/* why join area */

.whyjoin_container {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	position: relative;
	top: -4px;
	z-index: 2;
	margin-bottom: 20px;
}

.whyjoin {
	margin: 0 auto;
	text-align: center;
	width: 650px;
	position: relative;
	height: 34px;
	color: #79a1c5;
}

/* sub header area */

#subheader {
	height: 47px;
	background-image: url('/images/newsite/subheadbg.gif');
	background-repeat: repeat-x;
	width: 100%;
	position: relative;
	top: 31px;
}

.seminar_subheader {
	height: 47px;
	background-image: url('/images/newsite/subheadbg.gif');
	background-repeat: repeat-x;
	width: 100%;
	position: relative;
	top: 0px;
}

/* body area */

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#main {
	padding-bottom: 20px; /* must be same height as the footer */
	color: #989898;
	font-size: 13px;
	outline: none;
	line-height: 1.5em;
	margin: 0 auto;
	text-align: center;
	background-image: url('/images/newsite/swirl.jpg');
	background-repeat: no-repeat;
	background-position: 0px 76px;
	width: 950px;
	position: relative;
	min-height: 370px;
	height: auto;
}

.tagline {
	font-size: 24px;
	color: #c46619;
	padding: 15px;
	position: relative;
	margin: 0 auto;
	text-align: center;
	width: 930px;

}

.seminar_tagline {
	font-size: 24px;
	color: #c46619;
	padding: 0px;
	position: relative;
	margin: 0 auto;
	text-align: center;
}

.sub-tag {
	font-style: italic;
	font-size: 14px;
	color: gray;
	margin-top: -12px;
	margin-bottom: 12px;
}

.content_container {
	position: relative;
	top: 0px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 40px;
}

/* copyright footer */

#footer {
	position: relative;
	margin-top: -20px; /* negative value of footer height */
	height: 20px;
	clear: both;
	color: #19233E;
	font-size: 12px;
	text-align: center;
	width: 100%;
	min-width: 900px;
}

/* home page */

.monitor_container {
	margin-top: 20px; 
	margin-left: 84px;
	width: 780px; 
	height: 350px;
}

.monitor {
	float: left; 
	width: 260px; 
	height: 280px; 
	background-image: url('/images/newsite/new-monitor-bg.png');	
	background-repeat: no-repeat;
}

.monitor_right {
	float: left;
	margin-left: 24px;
	width: 488px; 
	height: 269px;
	text-align: left; 
	border: 1px solid #ececec;
	overflow: hidden;
}

/* individual front page styles */
#frame1 {
	line-height: 40px; 
	font-size: 22px; 
	font-family: Times New Roman, Times, serif; 
	font-style: italic; 
	color: #c46619;
}

#frame2 {
	font-size: 18px;
	font-weight: bold;
}

#frame3 span {
	font-size: 18px;
	padding-left: 40px;
}

.campbellrinker {
	position: relative;
	top: -80px;
	width: 120px;
	float: right;
}

.campbellrinker2 {
	position: relative;
	top: 20px;
	float: right;
	right: 30px;
}

.campbellimg09 {
	padding-bottom: 30px;
}

.ordernow_container {
	position: absolute; 
	top: 256px; 
	left: 340px;
	width: auto;
	color: #406495;
	font-size: 16px;
	border: 1px solid #ececec;
	padding-top: 5px;
}

.ordernow_li {
	text-align: left; 
	margin-left: 36px; 
	color: #406495;
	font-size: 12px;
}

.bullet_emphasis {

	color: gray;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	font-weight: bold;
}

.fp_prodbar_container {
	position: relative;
	top: -10px;
	text-align: center;
	margin: 0 auto;
	left: 5px;
	height: 144px;
}

.fp_products_bar {
	position: relative;
	height: 135px;
}

.fp_products_block {
	width: 236px;
	height: 130px;
	margin: 0 auto;
	text-align: center;
	background-image: url('/images/newsite/fp_product.gif');
	background-repeat: no-repeat;
	padding-top: 8px;
	cursor: hand;
	cursor: pointer;
	padding-bottom: 18px;
}

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

.fp_products_description {
	position: relative;
	top: 8px;
	left: 0px;
	width: 213px;
	text-align: left;
	font-size: 13px;
	color: gray;
	line-height: 1.5em;
	padding-left: 10px;
	padding-right: 10px;
}

#left {
	position: relative;
	float: left;
	left: 100px;
}

#middle {
	float: left;
	position: relative;
	left: 113px;
}

#right {
	float: left;
	position: relative;
	left: 126px;
}

/* news page */

.newslist {
	width: 660px;
	border: 1px solid #ececec;
	background-color: white;
	position: relative;
	margin: 0 auto;
	text-align: left;
	top: 14px;
	float: left;
	padding: 20px;
	color: #406495;
	line-height: 1.3em;
	margin-bottom: 20px;
}

.newsfilters {
	border: 1px solid #ececec;
	background-color: white;
	width: 190px; 
	position: relative;
	float: right;
	top: 14px;
	padding: 20px;
	min-height: 365px;
	text-align: left;
	color: #213562;
}

/* privacy policy */

.privacy_contentblock {
	width: 680px;
	border: 1px solid #ececec;
	background-color: white;
	position: relative;
	margin: 0 auto;
	text-align: left;
	top: 14px;
	float: left;
	left: 31px;
	min-height: 390px;
	height: auto;
	padding: 10px;
	color: #406495;
	margin-bottom: 20px;
}

.privacy_contact_block {
	border: 1px solid #ececec;
	background-color: white;
	width: 150px; 
	position: relative;
	float: left;
	top: 14px;
	padding: 10px;
	height: 390px;
	left: 50px;
	text-align: center;
	margin: 0 auto;
	color: #213562;
}

/* tooltips */

.rnwut {
	font-style: italic;
	color: #c46619;
}

.tooltip {
	position:absolute;
	text-align: left;
	right:0px; /*Moves it to the right beside the question mark*/
	top:0px;
	display:none;
	/*The attributes below make it look pretty*/
	width:200px;
	padding:10px;
	border:3px double #79a1c5;
	background-color:white;
	color: black;
	font:10px/12px Arial, Helvetica, sans-serif;
	z-index: 100000000;
}

