@charset "utf-8";
/* CSS Document */

body {
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #000;
	background-image: url(../images/Page-BgSimpleGradient.jpg);
	background-repeat: repeat-x;
	background-color: #EDEAE3;
}


/* Start Content link style */
/*
The right order of link pseudo-classes: Link-Visited-Hover-Focus-Active.
http://www.w3schools.com/CSS/css_pseudo_classes.asp
http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states/
*/
a
{
	text-decoration: underline;
	color: #846E52;
}
td  {
	font: 12px Arial, Helvetica, sans-serif;
}
p {
	padding-top: 3px;
	padding-bottom: 3px;
}



/* Adds special style to an unvisited link. */
a:link
{
	text-decoration: underline;
	color: #584D3C;
	font-weight: bold;
}

/* Adds special style to a visited link. */
a:visited, a.visited
{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Sans-Serif;
	text-decoration: underline;
	color: #40382B;
}

/* :hover - adds special style to an element when you mouse over it. */
a:hover, a.hover
{
	text-decoration: none;
	color: #846E52;
}

/* Finish Content link style */

/* Resert some headings default style & links default style for links in headings*/
h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited
{
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
}


/* Start Content headings Fonts & Colors  */
h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
	font-size: 18px;
	text-transform: uppercase;
	text-align: left;
	color: #3C3428;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
	font-size: 140%;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	text-align: left;
	color: #544938;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
	font-size: 14px;
	text-transform: uppercase;
	text-align: left;
	color: #504232;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
	font-size: 12px;
	text-transform: uppercase;
	text-align: left;
	color: #504232;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
	font-size: 12px;
	text-transform: uppercase;
	text-align: left;
	color: #504232;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
	font-size: 10px;
	text-transform: uppercase;
	text-align: left;
	color: #504232;
}



/* Finish Content list */
/* end PostBullets */

/* begin PostQuote */
/* Start blockquote */
blockquote,
blockquote p,
.art-PostContent blockquote p
{
	color:#12100C;
	font-style: italic;
	font-weight: normal;
	text-align: left;
}

blockquote,
.art-PostContent blockquote
{
		border:solid 1px #CCBFAD; 
		margin:10px 10px 10px 50px;
	padding:5px 5px 5px 32px;
	background-color:#E4DCD3;
	background-image:url('../temp/qot/images/PostQuote.png');
	background-position:left top;
	background-repeat:no-repeat;
}

input, select
{
	font-size: 13px;
	font-style: normal;
}
h2.title , h2.title a, h1.title , h1.title a{
	font-size: 16px;
	color: #544938;
	font-weight: bold;
	text-decoration: none;
}
h2.title , h1.title{
	border-right: #B8AB96;
	border-bottom: 2px solid;
	padding-bottom: 4px;
}

li {
	margin-left: 30px;
}
ul li {
	margin-left: 0px;
}
hr.dotted {
	border-top: 1px dotted #333;
	border-right: 1px none #333;
	border-bottom: 1px none #333;
	border-left: 1px none #333;
}
a.click {
	color: #00F;
}





#glare {
	background-image: url(../images/Page-BgGlare.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	height: 512px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	z-index: -100;
}

#container {
	margin: auto;
	width: 1000px;
}
#border {
	float: left;
	width: 100%;
	border: 3px solid #584D3C;
}

#menu, #header, #content, #footer {
	float: left;
	width: 100%;
}
#menu {
	background-image: url(../images/nav.png);
	background-repeat: no-repeat;
	height: 40px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#menu ul {
	margin: 12px 0px 0px;
	padding: 0px;
	list-style-type: none;
	z-index: 100;
}
#menu ul li {
	float: left;
}
#menu ul li a  {
	padding: 6px 14px;
	background-image: url(../images/MenuItem.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFF;
	margin-right: 1px;
	text-decoration: none;
	margin-bottom: 0px;
	margin-left: 1px;
	font-weight: bold;
	display: block;
}
#menu ul li a.active {
	background-position: left -55px;
	color: #3C3428;
	background-color: #B9A78F;
}
#menu ul li a:hover {
	background-position: left -27px;
	color: #584D3C;
}
#header {
	background-image: url(../images/Header.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 150px;
}
#header #company {
	float: left;
	width: 300px;
	margin-left: 180px;
	margin-top: 80px;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 4px;
	text-align: center;
}
#header #slogan {
	font-size: 12px;
	text-transform: uppercase;
	color: #000;
	clear: left;
	float: left;
	width: 300px;
	margin: 0px 10px 10px 180px;
	letter-spacing: 1px;
	white-space: nowrap;
	text-align: center;
}

#content #main {
	background-color: #F1EEE9;
	float: left;
	width: 730px;
	padding: 5px;
}
#content #main #article {
	padding: 10px;
	border: 1px solid #584D3C;
	background-color: #FFF;
	float: left;
	width: 710px;
}

#content #sidebar {
	background-color: #F1EEE9;
	float: right;
	width: 260px;
}
#content #sidebar .box {
	padding: 5px;
	border: 1px solid #584D3C;
	margin: 5px;
	background-color: #E6E0D4;
}
#sidebar .box .block-title {
	background-image: url(../images/BlockHeader.png);
	background-repeat: no-repeat;
	height: 30px;
	border-right: 1px solid #231F20;
	line-height: 30px;
	color: #000;
	text-align: left;
	padding-left: 10px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 10px;
}




#footer {
	background-image: url(../images/Footer.png);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: center;
}
#footer #fmenu  {
	list-style-type: none;
	font-size: 100%;
	width: 100%;
	clear: both;
	margin: 0px;
	padding: 0px;
}
#footer #fmenu a , #footer #fmenu a:visited, #footer #fmenu a:hover{
	letter-spacing: 1px;
	font-size: 11px;
	font-weight: normal;
	color: #584D3C;
}
.current, .prev, .next {
	padding: 4px 10px;
	margin-right: 6px;
	border: 1px solid #584D3C;
}
.current {
	color: #FFF;
	background-color: #584D3C;
	font-weight: bold;
}
.next {
	color: #B8AB96;
	background-color: #DBD5CA;
}
.prev {
	color: #231F20;
	background-color: #DBD5CA;
	font-weight: bold;
}
form table {
	background-color: #E6E0D4;
}
#formLogin table td {
	border-color: #E6E0D4;
}

form table td {
	border: 1px solid #FFF;
}
form table th {
	color: #352F24;
	background-color: #E6E0D4;
	height: 26px;
	line-height: 26px;
	text-transform: capitalize;
	border: 1px solid #FFF;
}
input[type=submit] , input.submit{
	background-image: url(../images/BlockHeader.png);
	background-repeat: no-repeat;
	background-position: -1px -3px;
	height: 24px;
	font-weight: bold;
	color: #433A2E;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: 1px solid #584D3C;
	margin-top: 10px;
	margin-left: 10px;
	font-size: 12px;
	line-height: 20px;
	cursor: pointer;
}
#sessions  {
	margin: 0px 0px 0px 10px;
	padding: 0px;
	list-style-type: none;
}
#sessions li  {
	line-height: 26px;
	height: 26px;
	padding-left: 30px;
}
#sessions li a {
	font-weight: bold;
	color: #002;
}

#sessions li.bookmark {
	background-image: url(../images/s_bookmark.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#sessions li.test {
	background-image: url(../images/s_test.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#sessions li.session {
	background-image: url(../images/next-2.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#sessions li.required {
	background-image: url(../images/s_required.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#sessions li.completed {
	background-image: url(../images/s_complete.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#faqs , #testimonials{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#faqs li , #testimonials li{
	margin: 0px 0px 10px;
	padding: 0px;
}
#faqs li span {
	font-size: 14px;
	font-weight: normal;
}
#faqs div , #testimonials div{
	padding: 10px;
}
#faqs li .question {
	border-bottom: 1px dotted #D7CBBD;
	font-weight: bold;
}
#faqs li .answer {
	border-bottom: thin solid #B8AB96;
}
#testimonials .from {
	border-bottom: 1px dotted #999;
	padding-left: 30px;
	font-style: italic;
	font-weight: bold;
	color: #655643;
}
#testimonials .text {
	font-weight: bold;
}







.paging ul {
	margin: 0px;
	padding: 0px;
	float: right;
	list-style-type: none;
}
.paging ul li {
	margin: 2px;
	float: left;
}
.paging li a    {
	display: block;
	padding: 2px;
	border: 1px solid #000;
	line-height: 20px;
	text-align: center;
	white-space: nowrap;
	height: 20px;
	width: 20px;
}
.paging li a.active {
	text-decoration: none;
	color: #FFF;
	background-color: #584D3C;
}
td.tl_error {
	font-size: 14px;
	color: #F00;
	background-color: #FFEAEA;
	padding: 20px;
	border: 2px solid #F00;
}
.ans_hl {
	color: #00F;
	font-size: 10px;
	font-weight: bold;
}

