@charset "utf-8";

body  {

	font: 100% Verdana, Arial, Helvetica, sans-serif;

	background: #222;

	margin: 8px 0 8px 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: #000000;

}

#mainContent table tr td #mc-embedded-subscribe-form {

	width: 180px;

}





.twoColFixLtHdr #container {
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../_images/sidebarBg.jpg);
	background-repeat: repeat-y;

} 



.twoColFixLtHdr #header {
	background: #F4D360;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-image: url(../_images/bookheader.png);
	background-repeat: no-repeat;
	height: 135px;
	border-bottom: 3px solid black;
	background-position: center;
	margin-bottom: 100px;

} 

#header #pageHeadline {

	position: absolute;

	margin: 112px 0 0 320px;

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

	font-style: normal;

	color: #006;

}

#header #pageHeadline h1 {

	font-size: 18px;

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

	font-weight: normal;

}



#contactInfo {

	position: absolute;

	margin: 70px 0 0 730px;

	width: 275px;

	text-align: right;

	font-size: 15px;

	font-weight: bold;

	color: #666;

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

}



.twoColFixLtHdr #header h1 {

	margin: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */

	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */

	font-size: 15px;

	font-weight: bold;

	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;

}



.twoColFixLtHdr #sidebar1 {

	float: left; /* since this element is floated, a width must be given */

	width: 176px; /* the background color will be displayed for the length of the content in the column, but no further */

	padding: 0px;

	margin: 25px 0 0 0;

}

#mainContent h1 {

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

	text-transform: none;

	font-size: 26px;

	font-weight: bold;

	color: #000;

	text-align: left;

}

#mainContent h2 {

	font-family: Tahoma, Geneva, sans-serif;

	text-transform: none;

	font-size: 16px;

	font-weight: bold;

	color: #333;

}

#mainContent p {

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

	font-size: 14px;

	line-height: 120%;

	font-weight: normal;

	color: #666;

	text-align: left;

}





#sidebar1 h2 {

	text-align: right;

	font-size: 15px;

	margin: 0px;

	padding: 5px 10px 5px 0px;

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

	font-weight: bold;

	color: #FFF;

}

.twoColFixLtHdr #mainContent {

	margin: -50px 50px 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */

	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

} 

#mainContent ol li {

	font-size: 14px;

	margin-left: 50px;

	font-weight: normal;

	color: #666;

	padding: 2px 0;

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

}

#mainContent ul li {

	font-size: 14px;

	margin-left: 0px;

	font-weight: normal;

	color: #666;

	padding: 2px 0;

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

}



#mainContent table tr td .testimonial {

	padding: 0 0 0 20px;

	margin: 0 0 5px 0;

	color: #03699B;

	font-weight: bold;

	font-style: italic;

}

#lowerMenu {

	margin: 0 0 0 178px;

	padding: 0px;

	text-align: center;

	font-size: 11px;

	color: #00ACEC;

}



.twoColFixLtHdr #footer {

	padding: 0 10px 0 20px;

	background-color: #F4D360;

	border-top: 3px solid #000;

} 

.twoColFixLtHdr #footer p {

	margin: 0px 10px 0 170px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */

	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */

	text-align: right;

	font-size: 11px;

	color: #333;

}

.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;

}

#mainContent table tr td p {

	padding-left: 10px;

	padding-right: 10px;

}



.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;

}

#mainVideo {

	width: 520px;

	background-color: #FFF;

	padding: 0px;

	float: left;

	margin: 0 20px 0 0;

	min-height: 308px;

}

#mainContentTop {

}

#mainContentBottom {

	clear: both;

}

#mainContent h3 {

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

	font-size: 18px;

}

#sidebar1 h2 a {

	color: #FFF;

	text-decoration: none;

}

#lowerMenu a {

	color: #00acec;

	text-decoration: none;

}



#sidebar1 h2 a:hover {

	color: #231F20;

	text-decoration: none;

}

#sidebar1 h2 a:active {

	color: #231F20;

	text-decoration: none;

}

#signature {

	background-color: #222;

	color: #444;

	font-size: 11px;

	text-align: right;

	font-family: "Courier New", Courier, monospace;

	padding-top: 3px;

	width: 1024px;

	margin: 0 auto;

	padding-right: 50px;

}

#signature a {

	color: #444;

	text-decoration: none;

}

#signature a:hover {

	color: #666;

	text-decoration: none;

}

#socialmedia {

	position: absolute;

	margin: 20px 0 0 755px;

	width: 275px;

	text-align: right;

	font-size: 15px;

	font-weight: bold;

	color: #666;

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

}
