@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}

body {
	background: #f3f1e7 url(/images/bg.png) repeat-x;
	font: 13px Arial, Helvetica, sans-serif;
	color: #444;
}

form {
}

fieldset {
}

span.highlight {
        background-color: #FFFCEF;
}

input, textarea, select, option {
	outline: none;
	font: 13px Arial, Helvetica, sans-serif;
	color: #444;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #333;
}

h1 {
	letter-spacing: -2px;
	font-size: 32px;
}

h2 {
	margin-bottom: 15px;
	letter-spacing: -1px;
	font-style: italic;
	font-size: 24px;
}

h3 {
	padding-top: 20px;
	font-size: 18px;
}

p, ol, ul, dl {
	margin-top: 0;
	margin-bottom: 1.5em;
	line-height: 1.6;
}

blockquote {
	margin: 0 2em;
}

ol, ul {
	margin-left: 2em;
}

a {
	text-decoration: none;
	color: #06c;
}

a:hover {
	text-decoration: underline;
	color: #f60;
}

a.more {
	white-space: nowrap;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
}

a img {
	border: none;
}

h3 a:hover {
	text-decoration: none;
}

.wrap {
	width: 980px;
	margin: 0 auto;
}

.cover {
	position: relative;
	overflow: hidden;
}

.cover b {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* List Style 1 */

.list-style1 {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.list-style1 li {
	padding: 0 0 10px 0;
}

.list-style1 a {
	padding-left: 22px;
	background: url(/images/icons.png) no-repeat 0 2px;
}

.list-style1 .active a {
	font-weight: bold;
	font-style: italic;
	background-position: 0 -18px;
}

.list-style1 small {
	display: block;
	padding: 0 0 0 22px;
	color: #999;
}

/* List Style 2 */

.list-style2 {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 2.2;
}

.list-style2 li {
	border-top: 1px solid #e4e2cc;
}

.list-style2 li.first {
	border: none;
}

.list-style2 a {
	padding-left: 22px;
	background: url(/images/icons.png) no-repeat 0 2px;
}

.list-style2 strong {
	float: right;
}

/* List Style 3 */

dl {
}

dl dt {
	font-weight: bold;
}

dl dd {
	margin-bottom: 1.5em;
}

dl dt a.top {
	float: right;
}

dl dt a.top:hover, dl dt a.top:hover small {
	text-decoration: none;
	color: #06c !important;
}

/* List Style 4 */

.list-style4 {
	margin: 0;
	padding: 0;
	list-style: none;
	letter-spacing: normal;
	text-align: center;
	font-size: 11px;
}

.list-style4 li {
	padding-top: 10px;
}

/* Icons */

.icon {
	padding-left: 22px;
	background: url(/images/icons.png) no-repeat 0 2px;
}

.icon-folder-star {
	background-position: 0 -40px !important;
}

.icon-glossary {
	background-position: 0 -80px !important;
}

.icon-books {
	background-position: 0 -60px !important;
}

.icon-link {
	background-position: 0 -100px !important;
}

.icon-newsletter {
	background-position: 0 -120px !important;
}

.icon-contact {
	background-position: 0 -138px !important;
}

.icon-contact {
	background-position: 0 -138px !important;
}

.icon-form {
	background-position: 0 -160px !important;
}

.icon-faq {
	background-position: 0 -180px !important;
}

.icon-tip {
	background-position: 0 -200px !important;
}

.icon-audio {
	background-position: 0 -258px !important;
}

.icon-video {
	background-position: 1px -240px !important;
}

.icon-seminar {
	background-position: 0 -220px !important;
}

.icon-ppt {
	background-position: 0 -280px !important;
}

/* Header */

#header {
	height: 100px;
	z-index: 100;
}

#header h1 {
	float: left;
	width: 326px;
	height: 70px;
	padding: 30px 0 0 0;
	font-weight: bold;
	font-style: italic;
}

#header h1 a {
	text-decoration: none;
	color: #333;
}

#header h1 b {
	background: url(/images/logo.png);
}

#header h2, #header h3 {
	float: right;
	margin: 0;
}

#header h2 {
	margin: 0;
	padding-top: 25px;
}

#header h3 {
	clear: right;
	margin: 0;
	padding-top: 5px;
	font-style: italic;
	font-size: 14px;
}

/* Subheader */

#subheader {
	height: 60px;
}

/* Subheader > Jump Menu */

#jumpmenu {
	float: left;
	width: 700px;
}

#jumpmenu ul {
	height: 27px;
	margin: 0;
	padding: 16px 0 0 0;
	list-style: none;
	line-height: 1;
	background: url(/images/div1.png) no-repeat 0 16px;
}

#jumpmenu li {
	float: left;
	height: 20px;
	padding: 7px 2px 0 0;
	background: url(/images/div1.png) no-repeat 100% 0;
}

#jumpmenu a {
	padding: 0 10px;
	text-transform: uppercase;
	font-weight: bold;
	color: #444;
}

#jumpmenu a:hover {
	color: #06c;
}

/* Subheader > Breadcrumb Navigation */

#breadcrumb {
	float: left;
}

#breadcrumb p {
	margin: 0;
	padding: 24px 0 0 0;
	line-height: 1;
}

#breadcrumb a {
	color: #444;
	text-decoration: underline;
}

#breadcrumb a:hover {
	color: #06c;
}

/* Subheader > Search */

#search {
	float: right;
	width: 280px;
	height: 60px;
	background: url(/images/search.input.text.png) no-repeat 0 10px;
}

#search fieldset {
	border: none;
}

#search .input-text {
	margin: 20px 0 0 10px;
	width: 230px;
	border: none;
	background: none;
}

#search .input-submit {
	display: none;
}

/* Page */

#page {
	overflow: hidden;
	padding: 0 0 20px 0;
	background: url(/images/page.bg.png) repeat-y;
}

#page_wide {
	overflow: hidden;
	padding: 0 0 20px 0;
	background: url(/images/page.wide.bg.png) repeat-y;
}

/* Content Area */

#content {
	float: left;
	width: 558px;
	padding: 0 0 0 2px;
	background: url(/images/page.bg.top.png) no-repeat -240px 0;
}

#content_wide {
	float: left;
	width: 718px;
	padding: 0 0 0 2px;
	background: url(/images/page.wide.bg.top.png) no-repeat -240px 0;
}

/* Tips */

#tips .list-style1 a {
	background-position: 0 -200px !important;
}

/* Audios */

#audios .list-style1 a {
	background-position: 0 -258px !important;
}

/* Videos */

#videos .list-style1 a {
	background-position: 1px -240px !important;
}

/* PowerPoints */

#powerpoints .list-style1 a {
	background-position: 0 -280px !important;
}

/* Forms */

#forms .list-style1 a {
	background-position: 0 -160px !important;
}

/* Glossary Terms */

#glossary-terms {
}

/* Question & Answers */

#qnas .entry {
	padding-top: 0;
}

/* Sidebar Common Styles */

.sidebar {
	float: left;
	padding: 0 0 0 2px;
}

/* Left Sidebar */

#left-sidebar {
	width: 238px;
	padding-top: 12px;
	background: url(/images/page.bg.top.png) no-repeat;
}

#left-sidebar a {
	color: #444;
}

#left-sidebar a:hover {
	color: #06c;
}

/* Topics */

#topics {
}

/* Features */

#features {
}

/* Related Books */

#related-books {
}

/* Right Sidebar */

#right-sidebar {
	width: 160px;
	padding: 20px 0 20px 20px;
	background: url(/images/page.bg.top.png) no-repeat 100% 0;
}

/* Ask a Question */

#ask {
}

/* Subscribe to Newsletter */

#subscribe {
	background: url(/images/subscribe.bg.png) no-repeat;
	text-align: center;
}

#subscribe h2 {
	height: 60px;
	margin: 0;
	padding: 12px 0 0 0;
	line-height: 1;
}

#subscribe form {
}

#subscribe fieldset {
	border: none;
}

#subscribe .input-text {
	width: 120px;
	margin: 0 0 11px 0;
	padding: 11px 0 8px 0;
	border: none;
	background: none;
}

#subscribe .input-submit {
}

/* Box Style 1 */

.box-style1 {
	padding: 20px;
	background: url(/images/box.style1.bg.png) no-repeat 0 100%;
}

/* Box Style 2 */

.box-style2 {
}

.box-style2 h1.title {
	height: 36px;
	margin: 0;
	padding: 26px 20px 0 20px;
	background: url(/images/box.style2.title.bg.png) no-repeat;
}

.box-style2 h2.title {
	height: 30px;
	margin: 0;
	padding: 32px 20px 0 20px;
	background: url(/images/box.style2.title.bg.png) no-repeat;
}

.box-style2 .entry {
	padding: 20px 20px 0 20px;
}

.box-style2 small {
	color: #999;
}

.byline {
	margin: 0;
	padding: 0 0 0 20px;
}

.leadin {
	font-size: 14px;
}

/* Box Style 3 */

.box-style3 {
	margin-bottom: 20px;
}

/* Footer */

#footer {
	padding: 40px 0;
	background: #c3c1b5 url(/images/footer.bg.png) repeat-x;
}

#footer .wrap {
	width: 800px;
	padding: 0 0 0 100px;
	background: url(/images/footer.logo.png) no-repeat;
}

#footer h1 {
	letter-spacing: normal;
	font-size: 13px;
	font-weight: bold;
}

#footer p {
	line-height: normal;
}

/* Ad Space */

.ad-space {
	margin-bottom: 20px;
}

#left-sidebar .ad-space {
	padding: 20px 0 0 20px;
}

#right-sidebar .ad-space {
}

/* Glossary Page */

.glossary-index {
	height: 32px;
	margin-bottom: 20px;
}

.glossary-index a {
	float: left;
	width: 19px;
	height: 23px;
	padding: 9px 0 0 0;
	background: url(/images/glossary.index.bg.png) no-repeat 0 0;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

.glossary-index a.first {
	padding-left: 2px;
	background-position: 0 -32px;
}

.glossary-index a.last {
	padding-right: 2px;
	background-position: 0 -64px;
}

.glossary-index a:hover {
	background-position: -1px -96px;
	text-decoration: none;
	color: #fff;
}

.glossary-index a.first:hover {
	background-position: 0 -128px;
}

.glossary-index a.last:hover {
	background-position: 0 -160px;
}

.glossary-index a.active, .glossary-index a.active:hover {
	background-position: -1px -192px;
	color: #fff;
}

.glossary-index a.active.first, .glossary-index a.active.first:hover {
	background-position: 0px -224px;
}

.glossary-index a.active.last, .glossary-index a.active.last:hover {
	background-position: 0px -256px;
}

/* Table Style 1 */

.table-style1 {
}

.table-style1 td {
	height: 30px;
	padding: 0 5px;
	background: #fff url(/images/table.bg.png) repeat-x 0 0;
}

.table-style1 .alt td {
	background: none;
	background-color: #fff;
	background-position: 0 -30px;
}

.table-style1 tr:hover td {
	background: #fff url(/images/table.bg.png) repeat-x 0 0;
	background-position: 0 -60px;
}

.table-style1 small {
	float: right;
}

.table-style1 small.author {
	float: none;
	display: block;
}

.table-style1 .space {
	padding-bottom: 9px;
}

/* Form Style 1 */

.form-style1 {
}

.form-style1 fieldset {
	border: none;
}

.form-style1 legend {
	letter-spacing: -1px;
	font-size: 18px;
	font-style: italic;
	color: #333;
}

.form-style1 ul.widgets {
	margin: 0;
	padding: 20px 0;
	list-style: none;
	background: url(/images/form.bg.png) repeat-y;
}

.form-style1 ul.widgets li {
	padding: 5px 0;
	clear: left;
}

.form-style1 label {
	float: left;
	width: 180px;
	padding: 3px 30px 0 0;
	text-align: right;
	font-weight: bold;
}

.form-style1 label.inline {
	width: auto;
	padding: 4px 10px 0 0;
	text-align: left;
	font-weight: normal;
}

.form-style1 .input-text, .form-style1 textarea, .form-style1 select {
	margin: 0;
	padding: 5px;
	border: 1px solid #ccc;
}

.form-style1 select {
	padding: 0px;
}

.form-style1 .input-text, .form-style1 textarea {
	width: 290px;
}

.form-style1 select {
	float: left;
	margin-top: -1px;
}

.ask input, .ask textarea {
	float: left;
	margin-top: -1px;
}

.form-style1 li.buttons {
	height: auto;
	padding: 20px 0 0 210px !important;
}

.form-style1 li.buttons input {
	width: 120px;
	height: 30px;
	margin-right: 10px;
	letter-spacing: -1px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	border: none;
	background: #666;
	line-height: 1;
}

.form-style1 li.buttons input.input-submit {
	background: #507db8 url(/images/form.submit.png) no-repeat;
}

.form-style1 li.buttons input.input-reset {
	background: #edad29 url(/images/form.cancel.png) no-repeat;
}

.required {
	color: red;
}

.hidded {
    display: none;
}

.view_all_link {
	font-weight: bold;
	font-style: italic;
}

.author {
	margin-left: 25px;
}

.seminar_info {
	font-style: italic;
}

.free_legal_stuff {
	font-size: 20px;
}

.newsletter_archive a {
	line-height: 20px;
}

.clear_both {
	clear: both;
}

.newsletter_issue {
	width: 550px;
}

.newsletter_issue_image {
	width: 75px;
	float: left;
}

.newsletter_issue_image img {
	margin-top: 5px;
}

.newsletter_issue_links {
	width: 470px;
	float: left;
}