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

body 
{
	background-color: #4580ba;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	color: #666;
	font-size: 12px;
}

a:link, a:visited
{
	color: #369;
}

h1
{
	color: #369;
	font-size: 24px;
}

h2
{
	color: #900;
}

#wrapper
{
	width: 999px;
	margin: 0 auto;
	position: relative;
}

#top, #bottom
{
	width: 100%;
	margin: 14px 0 0;
	padding: 0;
	background-color: #fff;
}

.content-top
{
	background-image: url(../img/content-top.gif);
	background-repeat: no-repeat;
	height: 9px;
	position: relative;
}
.content-bottom
{
	background-image: url(../img/content-bottom.gif);
	background-repeat: no-repeat;
	height: 11px;
	position: relative;
}

#header
{
	width: 100%;
	height: 75px;
	margin-bottom: 20px;
}
#logo
{
	position: relative;
	float: right;
	height: 60px;
	width: 162px;
	margin: 0 10px 5px 0;
	background-image: url(../img/logo.jpg);
}


#bottom
{
	margin-bottom: 15px;
}
#site-content
{
	width: 100%;
	margin-bottom: 20px;
	padding: 0 15px;
}
#site-menu
{	
	margin: 0 auto 20px;
	padding: 0 25px;
	text-align: center;
}
#site-menu ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#site-menu ul li
{
	display: inline;
	margin: 0 4px;
}

#footer
{
	text-align:center;
	font-size: 0.9em;
	margin-bottom: 35px;
}

#footer-menu
{
	margin-bottom: 10px;
}
#footer-verified
{
	margin-bottom: 20px;
}
#bbb
{
	margin-right: 20px;
}
#footer-menu a:link, #footer-menu a:visited
{
	font-weight: bold;
	text-decoration: none;
	color: #666;
}
#footer-menu a:hover
{
	text-decoration: underline;
}

.clear
{
	clear: both;
}

#article-menu
{
	width: 285px;
	float: left;
	font-size: 10px;
}

#article-menu h3
{
	color: #900;
	font-size: 14px;
	margin: 10px 0 0;
	padding: 0;
}
#article-menu p.subtitle
{
	margin: 0 0 10px;
	padding: 0;
	font-weight: bold;
}
ul#article-items
{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
li.article-item
{
	margin: 0 0 10px;
}
li.article-item-selected a:link, li.article-item-selected a:visited
{
	color: #333;
}


li.all-article-item
{
	margin: 0 0 10px;
	font-size: 16px;
}
li.all-article-item-selected a:link, li.all-article-item-selected a:visited
{
	color: #333;
	font-size: 16px;
}

#article-content
{
	border: 1px solid #666;
	width: 645px;
	margin-left: 285px;
	padding: 20px;
	font-size: 12px;
	color: #333;
}
#article-content h1
{
	font-size: 18px;
	margin-top: 0;
	padding-top: 0;
}
#article-content cite
{
	color: #666;
}

ol#quiz li
{
	margin-bottom: 10px;
}

.quiz-correct
{
	font-weight: bold;
	color: #390;
}

.quiz-incorrect
{
	font-weight: bold;
	color: #900;
}
#quiz-form input#submit
{
	width: auto;
	height: auto;
	float: none;
}

.optin-item
{
	margin-bottom: 10px;
}
.optin-label
{
	width: 100px;
	display: inline;
	float: left;
}
#need
{
	margin-top: 5px;
}

a:link#order, a:visited#order
{
	color: #900;
}

#full-page-content
{
	width: 950px;
}

#return-to-vid
{
	width: 200px;
	padding: 5px;
	font-size: 18px;
	text-align: center;
	margin-top: 25px;
}
#return-to-vid a:link, #return-to-vid a:visited
{
	color: #369;
	text-decoration: none;
}

.contact-label
{
	width: 75px;
	float: left;
}

.error
{
	color: #900;
}
.alert
{
	padding: 5px;
	background-color:#FFFF99;
	border: 1px solid #000;
}