/*@charset "utf-8";
/* CSS Document */

/*

Copyright (c) 2008, Yahoo! Inc. All rights reserved.

Code licensed under the BSD License:

http://developer.yahoo.net/yui/license.txt

version: 2.6.0

*/

html {
	color:#000;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
li {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
	font-variant:normal;
}
/* to preserve line-height and selector appearance */

sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
/*to enable resizing for IE*/

input, textarea, select {
 *font-size:100%;
}
/*because legend doesn't inherit in IE */

legend {
	color:#000;
}
del, ins {
	text-decoration:none;
}
a {
	outline:none;
}
/*+++++++++++++++++++++++++++++++++++*/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align: center;
	color:#333333;
}
strong {
	font-weight: bold;
}
a:link {
	color:#333333;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}
a:visited {
	color:#333333;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}
a:hover {
	color:#9DBA3A;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #9DBA3A;
}
a:active {
	color:#333333;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
}
.topLevel {
	cursor: default;
}
#wrapper {
	overflow: visible;
	position: relative;
	visibility: visible;
	z-index: 1;
	height:auto;
	width: 960px;
	text-align: left;
	background-color:#FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#innerWrapper {
	width: 900px;
	min-height:590px!important;
	height:100%;
	z-index: 999;
	margin-bottom:0;
	float: left;
	margin-left: 30px;
}
/*HEADER STYLE CONTAINS LOGO, MENU & CONTACT LINE*/
#header {
	background-color: transparent;
	height: 138px;
	width: 100%;
}
#videoLogo {
	float:left;
	margin-left:35px;
	margin-top:40px;
	height:62px;
	width:148px;
	cursor: pointer;
	background-image: url(../images/video-logo.png);
	background-repeat: no-repeat;
	display: inline;
}
#contactInfo {
	float: right;
	height: 20px;
	width: 220px;
	margin-top: 52px;
	text-align: right;
}
#contactInfo p {
	font-size: 0.875em;
	font-weight: bold;
	color: #9DBA3A;
}
#focal a,
#contactInfo a{
	border-bottom-style:none;
}
#contactInfo a:link {
	color:#9DBA3A;
	text-decoration:underline;
}
#contactInfo a:visited {
	color:#9DBA3A;
	text-decoration:underline;
}
#contactInfo a:hover {
	color:#666666;
	text-decoration:none;
}
#contactInfo a:active {
	color:#9DBA3A;
	text-decoration:none;
}
#navigation {
	float: right;
	height: 25px;
	width: 650px;
	font-size: 0.75em;
	position: absolute;
	top: 82px;
	left: 317px;
	z-index: 1000;
}
#navigation  a{
border-bottom-style: none;
}
/*FOCAL IMAGES FOR EACH PAGE*/
#focal {
	width: 900px;
	height: 240px;
	float: right;
	margin-bottom: 40px;
	background-position: 305px 0px;
}
#page_home #focal {
	height: 320px;
	width: 900px;
	padding-left: 0;
}
.focalLink {
	color: #9DBA3A;
}
#page_about #focal{
	background-image: url(../images/focal/about-focal.jpg);
	background-repeat: no-repeat;
	}
#page_services #focal{
	background-image: url(../images/focal/services-focal.jpg);
	background-repeat: no-repeat;
	}
#page_services #focal.seminarTapings{
	background-image: url(../images/focal/seminar-focal.jpg);
	background-repeat: no-repeat;
	}
#page_services #focal.tributesFocal{
	background-image: url(../images/focal/tribute-focal.jpg);
	background-repeat: no-repeat;
	}
#page_services #focal.interactiveFocal{
	background-image: url(../images/focal/interactive.jpg);
	background-repeat: no-repeat;
	}
#page_thinking #focal{
	background-image: url(../images/focal/thinking-focal.jpg);
	background-repeat: no-repeat;
	}
#page_question #focal{
	background-image: url(../images/focal/questions-focal.jpg);
	background-repeat: no-repeat;
	}
#page_testimonials #focal{
	background-image: url(../images/focal/tesimonials-focal.jpg);
	background-repeat: no-repeat;
	}
#page_contact #focal{
	background-image: url(../images/focal/contact-focal.jpg);
	background-repeat: no-repeat;
	}
#videoShow {
	width: 270px;
	height: 240px;
	float: left;
	/*	background-image: url(../images/focal/home-background.jpg);
*/	padding-left: 35px;
}
#videoShow img{
	margin-top: 2px;
	margin-right: 25px;
	margin-left: 0px;
	margin-bottom: 4px;
}
#videoShow p {
	font-size: 0.875em;
	font-weight: bold;
	color: #9DBA3A;
	text-transform: uppercase;
	padding-bottom: 10px;
}
/*HOMEPAGE INTRO AND INNERPAGE SUB TITLES*/
#leftContent {
	float: left;
	height: auto;
	width: 260px;
}
#leftContent h1 {
	font-size: 0.875em;
	font-weight: bold;
	color: #9DBA3A;
	text-transform: uppercase;
	padding-bottom: 10px;
	padding-left: 35px;
}
#leftContent ul {
	margin-top: 6px;
}
#leftContent ul li {
	font-size: 0.75em;
	padding-bottom: 8px;
	display: block;
}
#leftContent ul li a {
	padding-left: 35px;
	display:block;
	border-bottom-style: none;
}
#leftContent ul li a:link {
}
#leftContent ul li a:visited {
}
#leftContent ul li a:hover {
	color:#333333;
	text-decoration:none;
	background-image: url(../images/layout/greenarrow.gif);
	background-repeat:no-repeat;
	background-position: 18px 2px;
}
#leftContent ul li a:active {
}
li span.current {
	background-image: url(../images/layout/greenarrow.gif);
	background-repeat: no-repeat;
	background-position: 18px 2px;
	color: #9DBA3A;
	padding-left: 35px;
	display: block;
}
#leftContent p {
	font-size: 0.75em;
	line-height: 1.5em;
	padding-left: 35px;
}
/*STYLE FOR QUESTION PAGES LEFT SIDE TEXT BOX*/
#leftContent .question {
	width: 200px;
	font-size: 11px;
	color: #666;
	border: 1px solid #666;
	padding: 12px;
	margin-top: 50px;
	margin-left: 35px;
}
/*MAIN TEXT*/
#mainContent {
	float: right;
	height: auto;
	width: 595px;
	min-height:160px;
}
#mainContent h1 {
	font-size: 0.875em;
	font-weight: bold;
	color: #9DBA3A;
	text-transform: uppercase;
	padding-bottom: 10px;
}
#mainContent h2 {
	font-size: 0.875em;
	color: #999999;
	padding-top: 5px;
	padding-bottom: 5px;
}
#mainContent p {
	font-size: 0.75em;
	line-height: 1.4em;
	margin-bottom: 10px;
}
#mainContent li p {
	font-size: 1em;
	line-height: 1.4em;
	margin-bottom: 10px;
}
#mainContent ul {
	height: auto;
	width: 100%;
	margin-top: 10px;
}
#mainContent ul li {
	font-size: 0.75em;
	background-image: url(../images/layout/graybox.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 16px;
	margin-bottom: 10px;
}
#mainContent ol {
	height: auto;
	width: 570px;
	margin-top: 14px;
	padding-left: 22px;
}
#mainContent ol li {
	font-size: 0.75em;
	margin-bottom: 10px;
	list-style-type: decimal;
}
#page_home #mainContent {
	float: left;
	height: auto;
	width: 362px;
	margin-left: 110px;
}
#page_home #mainContent p {
	font-size: 0.875em;
	font-weight: bold;
}
#page_home #mainContent ul li {
	font-size: 0.875em;
}
#homeBanner a{
	font-size: 0.8125em;
	font-weight: bold;
	float: right;	
	text-indent: -9999px;
	width: 137px;
	height: 91px;
	cursor: pointer;
}
#homeBanner a:link{
	background-image: url(../images/layout/home-banner-animated-2.gif);
	background-repeat: no-repeat;
	border-bottom: none;
}
#homeBanner a:visited{
	background-image: url(../images/layout/home-banner-animated-2.gif);
	background-repeat: no-repeat;
	border-bottom: none;
}
#homeBanner a:hover{
	background-image: url(../images/layout/home-banner-hover-2.png);
	background-repeat: no-repeat;
	border-bottom: none;
}
#homeBanner a:active{
	background-image: url(../images/layout/home-banner-animated-2.gif);
	background-repeat: no-repeat;
	border-bottom: none;
}
#page_contact #mainContent {
	width: 290px;
}
/*CONTACT PAGE FORM*/
#requestForm h1 {
	font-size: 14px;
	font-weight: bold;
	color: #9DBA3A;
	text-transform: uppercase;
	padding-bottom: 10px;
}
#requestForm ul li{
	font-size: 12px;
	margin-bottom:6px;
}
#requestForm {
	width: 305px;
	float: right;
	font: 12px;
}
#form{
	margin-top:	10px;
	}
#form label {
	display: inline-block;
	font-size:12px;
	line-height: 2em;
	vertical-align: top;
	width: 76px; /* Width of labels */
}
input, textarea {
	margin-top:2px;
	padding:2px;
	width:200px;
	font-size: 0.75em;
}
.required {
	color: #F00;
	padding-right: 2px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
#submit, #reset {
	width: 60px;
	margin-left: 80px;
	margin-top: 10px;
	background-color:#333333;
	color: #FFFFFF;
	border: none;
	font-size: 11px;
	font-weight:bold;
}
.texareaBox {
	width: 305px;
}
#buying_details, #selling_details {
	width: 280px;
}
#check_signup {
	width: 20px;
}
/*FOOTER*/
#copyright {
	font-size: 0.7em;
	color: #666;
	float: left;
	width: 500px;
	margin-left: 304px;
	margin-top: 50px;
	margin-bottom: 10px;
	display: inline;
}
#page_home #copyright {
	margin-left: 370px;
}
.clear {
	clear: both;
	line-height: 1px;
	font-size: 1px;
}

