/* Table of Contents:
	- Global Containers
	- Typography
	- Header Layout
	- Middle Layout
	- Footer Layout
*/

/* Global Containers
--------------------------------------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	background: #369 url(../img/background.png) top left repeat-x;
	font-size: 11px;
	line-height: 16px;
	margin-bottom: 30px;
}

#container {
	width: 770px;
	margin: 32px auto 0 auto;
	text-align: left;
	border: solid 3px #eda72c;
	background: #fff;
}

.floatleft {
	float: left;
	display: inline;
}

.floatright {
	float: right;
	display: inline;
}

.clear {
	clear: both;
}

#content:after {
	content: ".";  
	display: block; 
	height:  0;  
	clear: both; 
	visibility:  hidden;
}

/* Typography
--------------------------------------------------------------------------------------- */

a, a:link, a:active {
	color: #004890;
}

a:hover {
	color: #f07a22;
}

a:visited {
	color: #3a6db1;
}

a img {
	border: none;
}

/* Header Layout
--------------------------------------------------------------------------------------- */
#header {
	width: 770px;
	height: 154px;
	background: url(../img/header-bg.jpg) top left no-repeat;
}

h1 {
	margin: 0 39px 0 31px;
	float: left;
	display: inline;
}

#nav1 {
	list-style: none;
	margin: 126px 0 0 0;
	float: left;
	display: inline;
}

#nav1 li {
	float: left;
	display: inline;
	margin: 0 2px;
}

#nav1 a {
	display: block;
	background: url(../img/navbutton-bg.png) top left repeat-x;
	color: #fff;
	font-weight: bold;
	padding: 4px 10px 7px 10px;
	text-decoration: none;
	border: 1px #f07a22;
	border-style: solid solid none solid;
}

#nav1 a:hover {
	border-color: #004890;
	color: #004890;
}

#nav1 li.current a {
	background: url(../img/navbutton-bg-current.png) top left repeat-x;
	border-color: #004890;
	color: #fff;
}

#nav2 {
	list-style: none;
	float: right;
	display: inline;
	margin: 10px 10px 20px 20px;
}

#nav2 li {
	display: inline;
}

#nav2 a {
	display: block;
	border: solid 1px #8da0c1;
	margin: 0 0 5px 0;
	color: #004890;
	background: url(../img/nav2-bg.png) top left no-repeat;
	padding: 11px 10px;
	text-decoration: none;
}

#nav2 a:hover {
	border: solid 1px #004890;
	background-position: bottom left;
}

#nav2 li.current a {
	border: solid 1px #004890;
	background: #396cb0;
	color: #fff;
}





/* Middle Layout
--------------------------------------------------------------------------------------- */
#content {	
	background: #fff url(../img/bluebar.png) top left repeat-x;
	padding: 15px 0 0 0;
}

#leftcol {
	width: 150px;
	margin: 13px 20px 10px 10px;
	float: left;
	display: inline;
	text-align: center;
	height: 600px;
}

a.book {
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
}

#rightcol {
	float: left;
	display: inline;
	width: 590px;
}

#rightcol.full {
	width: 750px;
	margin-left: 20px;
}

p, ul {
	font-size: 11px;
	line-height: 16px;
	margin: 0 40px 11px 0;
}

ul {
	margin-left: 16px;
}

ul li {
	margin: 0 0 6px;
}

ul.checks {
	list-style-image: url(../img/checkmark.png);
	font-size: 13px;
	font-weight: bold;
}

h2 {
	color: #f9a842;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	margin: 20px 0 11px 0;
}

h3 {
	font-size: 12px;
	line-height: 16px;
	color: #004890;
	margin: 0 0 6px 0;
}

blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #004890;
	font-size: 14px;
	line-height: 20px;
	width: 320px;
	border: 1px #f9a842;
	border-style: dashed none;
	padding: 10px;
	margin: 10px 40px;
}

blockquote span {
	display: block;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-style: italic;
	color: #666;
}

#results {
	border: 1px #ccc;
	border-style: none none none dashed;
	margin: 0 0 20px 0;
	font-size: 10px;
	line-height: 14px;
}

#results th, #results td {
	border: 1px #ccc;
	border-style: none dashed dashed none;
	width: 148px;
}

#results th {
	color: #fff;
	background: #3d6498;
	border: none;
	text-align: center;
	font-size: 11px;
	padding: 4px 0;
}

#results td {
	vertical-align: top;
	padding: 8px;
}

#results td strong {
	color: #7EB338;
	font-style: italic;
}

#results tr.alt td {
	background: #edeeef;
}

ul.clients {
	float: left;
	display: inline;
	list-style: none;
	margin: 0 20px 20px 0;
	list-style-position: outside;
}

ul.clients li {
	border-bottom: dashed 1px #e5eef8;
	border-left: solid 1px #e5eef8;
	padding: 8px 16px;
	margin: 0;
	width: 195px;
}

#testimonials {
	list-style: none;
	margin: 0 0 20px 0;
}

#testimonials li {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #004890;
	font-size: 14px;
	line-height: 20px;
	width: 450px;
	border: 1px #f9a842;
	border-style: dashed none;
	padding: 20px;
	margin: 10px 0 20px 0;
	background: url(../img/quotes.png) top left no-repeat;
}

#testimonials li span {
	display: block;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-style: italic;
	color: #666;
}

/* Contact Form Layout
--------------------------------------------------------------------------------------- */


.required {
	color: #ed5623;
}

#contact {
	display: block;
	border: solid 1px #8da0c1;
	width: 410px;
	padding: 10px 15px;
	margin: 0 0 20px 0;;
	background: #e5eef8;
}

#contact p {
	margin: 0 0 6px 0;
}

#contact p.leader {
	margin-bottom: 12px;
	border-bottom: dashed 1px #8da0c1;
	padding-bottom: 8px;
	text-align: center;
}

#contact p label {
	display: block;
	float: left;
	width: 75px;
	text-align: right;
	padding-right: 10px;
	font-size: 11px;
}

#contact p span {
	margin-left: 15px;
}

#contact p span label {
	float: none;
	display: inline;
	width: auto;
	padding-right: 5px;
}

#contact input, #contact select, #contact legend, #contact label, #contact textarea {
	font-size: 12px;
}

#realname, #ADDRESS, #ADDRESS2, #email {
	width: 250px;
}

#CITY, #ZIP {
	width: 175px;
}

#PHONE, #FAX {
	width: 100px;
}

#STATE {
	width: 35px;
}

#ZIP {
	width: 75px;
}

#MESSAGE {
	width: 400px;
}

#FREE-CHAPTERS, #LEADERSHIP-TIPS {
	float: left;
	display: inline;
	margin: 2px 10px 16px 10px;
}

p.company {
	display: none;
}

#contact fieldset {
	width: 250px;
	margin: 0;
	padding: 0;
	border: none;
}

#contact fieldset legend {
	color: #000;
}

p.referral label {
	width: auto;
	margin: 2px 6px 0 0;
}

p.submit {
	padding: 10px 0 0 0;
	text-align: center;
}

#contact #submit {
	font-size: 14px;
}


/* Tips Layout
--------------------------------------------------------------------------------------- */

div.tips {
	float: left;
	display: inline;
	background: url(../img/signup-bg.png) top left repeat-y;
	width: 149px;
	margin: 45px 0px 0px 0;
}

div.tips p {
	margin: 2px 10px;
}

div.tips input {
	display: block;
}


/* Footer Layout
--------------------------------------------------------------------------------------- */

/* Footer Layout
--------------------------------------------------------------------------------------- */
#footer {
	padding: 6px 0 10px 0;
}

#footer p {
	color: #fff;
	text-align: center;
	margin: 0 0 7px 0;
}

#footer p b {
	font-size: 12px;
}

#footer a {
	color: #fff;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}


