/* = Macro - base.css
------------------------------------------*/

body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-family: "Segoe UI", Calibri, Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	background: #efebc6;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

a:link {
	color: #93161a;
	text-decoration: underline;
	font-weight: bold;
}

a:visited {
	color: #93161a;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	color: #372a33;
	text-decoration: underline;
	font-weight: bold;
}

blockquote {
	text-align: left;
}

div {
	text-align: left;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #372a33;
	padding-top: 0px;
	margin-top: 0px;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #372a33;
	padding-top: 0px;
	margin-top: 0px;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
	padding: 0px;
}

h4, h5, h6 {
	font-size: 13px;
	font-weight: bold;
}

i {
	font-style: italic;
}

img {
	border: none;
	border-width: 0;
}

ol {
	text-align: left;
}


ul {
	text-align: left;
}

p {
	margin-top: 0px;
	margin-bottom: 15px;
	text-align: left;
	line-height: 140%;
}

table {
	border: none;
	border-width: 0;
}

td {
	text-align: left;
	padding-bottom: 5px;
}

/* =Global Top Banner - #top
------------------------------------------*/

#top {
	width: 890px;
	height: 17px;
	padding: 6px 5px 4px 5px;
	font-size: 10px;
	color: #fff;
	text-align: right;
}

#top a {
	font-size: 10px;
	color: #fff;
	font-weight: normal;
	text-decoration: none;
}

#top .links {
	float: right;
	margin-top: 1px;
	margin-right: 10px;
}

#top .addthis {
	float: right;
	margin-top: -1px;
}

/* =Global Header - #header
------------------------------------------*/

#header {
	width: 900px;
	height: 114px;
	background: #372a33;
}

#header .title {
	float: left;
}

.order {
	margin-left: 225px;
}


/* =Global Container - .container
------------------------------------------*/
.container {
	width: 900px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}


/* = Global Nav - #nav
------------------------------------------*/
/* dropdown styles */

#nav {
	clear: left;
	background: #93161a;
	margin: 0;
	list-style: none;
	line-height: 1;
	height: 32px;
	padding: 0px;
	text-align: left;
}

#nav ul {
	margin: 0;
	list-style: none;
	line-height: 1;
	height: 32px;
	padding: 0px;
	text-align: left;
}

#nav a {
	display: block;
}

#nav li { /* all list items */
	float: left;
}

#nav li ul { /* second-level lists */
	position: absolute;
	display: block;
	margin: 0;
	padding: 0;
	width: 160px;
	height: 50%;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	float: left;
	z-index:1;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}

#nav li ul li {
	padding: 0px;
	margin: 0px;
	width: 160px;
	color: #fff;
	text-decoration: none;
	display: block;
}
	
#nav li ul li a:link {
	background: #93161a;
	color: #fff;
	text-decoration: none;
	padding: 6px 10px 6px 16px;
	margin: 0;
}

#nav li ul li a:visited {
	background: #93161a;
	color: #fff;
	text-decoration: none;
	padding: 6px 10px 6px 16px;
	margin: 0;
}

#nav li ul li a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #372a33;
	padding: 6px 10px 6px 16px;
	margin: 0;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -25px 0 0 130px;
}

#nav li ul ul li {
	width: 240px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


/* = Global Maincol - #maincol
------------------------------------------*/

#maincol {
	width: 900px;
	background: url(../images/bg-content.jpg) no-repeat #fff;
	margin: 0px;
	padding: 0px;
}

#leftcol_home {
	float: left;
	width: 185px;
	margin: 0px;
	padding: 40px 0px 20px 0px;
}

#leftcol_home p {
	text-align: center;
}

#leftcol {
	float: left;
	width: 657px;
	margin: 0px;
	padding: 50px 20px 0px 20px;
}

#leftcol a:link, #leftcol a:visited {
	text-decoration: underline;
}

#centercol a:link, #centercol a:visited {
	text-decoration: underline;
}

#centercol {
	float: left;
	width: 472px;
	padding: 50px 20px 0px 20px;
}

#rightcol {
	float: right;
	width: 200px;
	margin: 50px 0px 20px 0px;
	padding: 0px;
}

#rightcol a:link, a:visited {
	text-decoration: none;
}

#rightcol a:hover {
	text-decoration: underline;
}

.next-chapter {
	font-size: 11px;
	color: #777;
}

.next-chapter a {
	font-weight: normal;
}

.related-information {
 	width: 170px;
	float: left;
	font-size: 15px;
	margin: 5px 20px 10px 0px;
	padding: 15px;
	background: #f5f4f5;
	border:1px solid #e9e7e9;
}

.related-information ul {
	list-style-type: none;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.related-information li {
	margin: 0px;
	padding-bottom: 8px;
}

.related-information a:link {
	font-weight: normal;
	text-decoration: none;
}

.related-information a:visited {
	font-weight: normal;
	text-decoration: none;
}

.related-information a:hover {
	font-weight: normal;
	text-decoration: underline;
}

.volume {
	font-size: 11px;
	color: #555;
	text-transform: uppercase;
}


/* Global Sidebar Classes - .rightcol
------------------------------------------*/

.rightcol-menu {
	background: #faf6e1;
	border-bottom: 1px solid #e9d78d;
	padding: 12px;
}

.rightcol-menu ul {	
	list-style-type: none;
	list-style: none;
	margin: 0px 0px -8px 0px;
	padding: 0px;
}

.rightcol-menu li {
	margin: 0px;
	padding-bottom: 8px;
}

.rightcol-author {
	padding: 25px;
}

.rightcol-author p {
	margin: 0px;
	padding: 0px;
	text-align: center;
}



/* =Global Footer - #footer
------------------------------------------*/
#footer {
	background: #fff;
	clear: both;
	color: #a62532;
	font-family: Candara, Calibri, Arial, Helvetica, sans-serif;
	padding: 10px 15px;
	margin: 0px;
}

#footer .presentation a:link, #footer .presentation a:visited {
	display: block;
	background: #faf6e1;
	border-bottom: 1px solid #e9d78d;
	font-size: 15px;
	font-weight: bold;
	padding: 5px;
	text-align: center;
	text-decoration: none;
}

#footer .presentation a:hover {
	display: block;
	background: #e9d78d;
	border-bottom: 1px solid #e9d78d;
	font-size: 15px;
	font-weight: bold;
	padding: 5px;
	text-align: center;
	text-decoration: underline;
}

#footer a {
	font-weight: bold;
	color: #a62532;
	text-decoration: none;
}

#footer a:hover {
	color: #a62532;
	text-decoration: underline;
}

.fcol_center {
	background: #fff;
	color: #a62532;
	font-family: Candara, Calibri, Arial, Helvetica, sans-serif;
	padding: 10px 80px 20px 0px;
	margin: 0px;
	float: left;
	width: 315px;
	font-size: 12px;
}

.fcol_left a:link, .fcol_left a:visited {
	text-decoration: none;
}

.fcol_left a:hover {
	text-decoration: underline;
}

.fcol_left {
	clear: both;
	background: #fff;
	padding: 3px 0px 13px 5px;
	float: left;
}

.fcol_right {
	background: #fff;
	color: #a62532;
	font-family: Candara, Calibri, Arial, Helvetica, sans-serif;
	padding: 10px 20px 20px 20px;
	margin: 0px;
	float: right;
	text-align: right;
	font-size: 12px;
	width: 410px;
}



.sample-topics {
	width: 170px;
	float: right;
	font-size: 12px;
	margin: 5px 5px 5px 15px;
	padding: 15px;
	background: #f5f4f5;
	border:1px solid #e9e7e9;
}

.featured-webinar {
	font-size: 15px;
	padding: 5px;
	background: #f5f4f5;
	border:1px solid #e9e7e9;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0px;
}
