@charset "utf-8";

/*****************************************
			Color Values
		
*****************************************/		

/* ------------------- Layout Styles ----------------------- */

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	margin-top: 0px;
	background-repeat: no-repeat;
}
.thrColLgSide #container {
	width: 980px;
	margin: 0 auto;
	text-align: left;
} 
.thrColLgSide #header {
	height: 175px;
	padding-left: 20px;
	padding-right: 20px;
	border-bottom: 1px solid #579FB5;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	background: url(../images/bgHeader.jpg) no-repeat;
	position: relative;
} 
#headerDate {
	float: right;
	width: 150px;
	margin-right: 0px;
	margin-top: 0px;
	line-height: 0.7em;
}
#headerDate p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.74em;
	font-weight: normal;
	font-variant: normal;
	color: #457E8D;
	font-style: normal;
	text-decoration: none;
}


#mainLogo {
	width: 500px;
	margin-top: 8px;
	position: absolute;
}


.thrColLgSide #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
}
.thrColLgSide #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 5px 15px 5px;
	color: #333;
	font-size: 12%;
	border-right: 0px solid #999;
	border-top: 0px solid #CCC;
	border-bottom: 0px solid #CCC;
	border-left: 1px solid #CCC;
}
.thrColLgSide #mainContent {
	margin: 0 240px 0 203px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 540px;
	font-size: 0.9em;
	color: #333;
	border-top-width: 0px;
	border-bottom-width: 0px;
	border-top-color: #666;
	border-bottom-color: #666;
} 
.thrColLgSide #footer {
	padding: 0 10px 0 20px;
	height: 100px;
	background: url(../images/bgFooter.png);
} 
#footerlogo {
	margin-top: 25px;
	height: 50px;
	width: 50px;
	float: left;
	background: url(../images/logoFooter.png) no-repeat;
	margin-left: 55px;
}
.thrColLgSide #footerCopyRight {
	height: 30px;
	width: 750px;
	float: right;
	margin-top: 47px;
	margin-right: 87px;
	color: #FFF;
	font-size: 0.8em;
}

.thrColLgSide #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* ------------------- Presentation Styles ----------------------- */
#underConstruction {
	height: 180px;
	width: 400px;
	margin-left: 50px;
	border: 1px solid #333;
	background: #99C7D2;
}
#underConstruction p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1em;
	color: #FFF;
	font-style: normal;
	line-height: normal;
	font-weight: bolder;
	font-variant: small-caps;
	padding-left: 13px;
}
#underConstruction p a {
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
	color: #387483;
	font-size: 0.9em;
}
.quote {
	color: #4079FF;
	font-family: Verdana, Geneva, sans-serif;
	font-style: italic;
	font-size: 12px;
}
.thrColLgSide #container #sidebar2 strong {
	font-size: 12px;
}
.thrColLgSide #container #sidebar2 p strong em {
	font-size: 14px;
}
.thrColLgSide #container #sidebar2 {
	font-size: 14px;
}
.thrColLgSide #container #sidebar2 {
	text-align: right;
}
.thrColLgSide #container #sidebar2 p strong em {
	font-size: 14px;
}
.thrColLgSide #container #sidebar2 p strong em {
	font-size: 16px;
}
.thrColLgSide #container #sidebar2 p strong em {
	color: #000269;
	font-size: 14px;
}
.bookPage {
	vertical-align: top;
	padding: 40px 40px 40px 40px;
	top: auto;
	font-style: italic;
	font-size: 1.2em;
	list-style: none;
	text-align: right;
	width: 100%;
}
.bookPage p {
	background: #CAF0F4;
	margin: 10px;
	padding: 20px;
	top: auto;
}
.thrColLgSide #container #mainContent p a {
	color: #549BAC;
	font-size: .9;
}

#movie {
	margin: 0px 0px 0px 50px;
	background: #666;
	height: 424px;
	width: 375px;
}
.bioLink {
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
	font-style: italic;
	font-variant: small-caps;
	color: #333;
}
.thrColLgSide #container #mainContent #TabbedPanels3 .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible ul li strong {
	font-size: .8;
}
#contactInfo {
	width: 300px;
	margin-left: 80px;
}
#storeMerchandise {
	height: 260px;
	width: 500px;
	margin-left: 30px;
	background-color: #E6F9FB;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
#storeMerchandiseIMage {
	margin: 0px;
	padding: 5px;
	height: 223px;
	width: 160px;
	float: left;
}
#mainContentDis {
	padding: 5px;
	height: 240px;
	width: 300px;
	float: right;
}
#bestSellerLogo {
	width: 130px;
	margin: 0px;
	padding: 20px 0px 0px 50px;
}
#mainContentKeynotes {
	background: #F2FCFD;
	margin: 0px;
	padding: 0px;
	width: 540px;
	border: 1px dotted #CCC;
	line-height: 1.5em;
}
.thrColLgSide #container #mainContent p em strong {
	color: #000269;
}
.thrColLgSide #container #mainContent #PressRoom .TabbedPanelsContentGroup .TabbedPanelsContent.TabbedPanelsContentVisible p strong {
	color: #000269;
}
#mainContentTestamonial {
	padding: 5px 0px 5px 10px;
	width: 530px;
	margin-bottom: 40px;
	margin-top: 60px;
	color: #000269;
	line-height: 1.5em;
	background: #E3EEFD;
	border-bottom: 1px dotted #999;
}

