body
{
	background: #000;
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 16px;
	color: #333;
	margin: 0px;
	-webkit-user-select: none;
		-khtml-user-select: none;
		-moz-user-select: none;
		-o-user-select: none;
		user-select: none;
}



A:link
{
	color: #666666;
	text-decoration: underline
}

A:visited
{
	color: #666666;
	text-decoration: underline
}

A.btn:link, A.btn:visited {
	color: #fff;
 	text-decoration: none;
}

.small
{
	font-size: 10px;
}


#quickquiz
{
	background: #fff;
	color: #FF0000;
	font-weight: bold;
	margin: 10px;
}
#container
{
	margin: 0 auto;
	width: 980px;
	
}

#header
{
	background-image: url('images/header.png');
	height: 122px;
	
}


#header h1 { margin: 0; }


#header ul
{
	
	position: relative;
	width: 750px;
	left: 0px;
	top: 81px;
	z-index: 1;
	float: right;
	background: #fff;
	margin: 0;
	padding: 0;
}

#header ul li
{
	list-style-type: none;
	display: inline;
}

#header li a
{
	float: left;
	padding: 5px 10px;
	color: #525252;
	text-decoration: none;
	
}

#header li a:hover 
{ 
	text-decoration: underline; 
	color: #3aa757;
}

#header_ol
{
	background-image: url('images/header_ol.png');
	height: 122px;
	
}


#header_ol h1 { margin: 0; }


#header_ol ul
{
	
	position: relative;
	width: 600px;
	left: 0px;
	top: 81px;
	z-index: 1;
	float: right;
	background: #fff;
	margin: 0;
	padding: 0;
}

#header_ol ul li
{
	list-style-type: none;
	display: inline;
}

#header_ol li a
{
	float: left;
	padding: 5px 10px;
	color: #525252;
	text-decoration: none;
	
}

#header_ol li a:hover 
{ 

	text-decoration: underline; 
	color: #3aa757;

}


#content-container
{
	
	float: left;
	width: 980px;
	background: #fff;
	
	
}

#home-content
{
	clear: left;
	float: left;
	width: 	500px;
	padding: 10px;
}

#home-image
{
	position: relative;
	left: 580px;
	top: -15px;
	z-index: 0;
	width: 400px;
	height: 251px;
	background-image: url('images/main.jpg');
}

#home-cont
{
	clear: both;
	padding: 10px;
}

#leftmenu
{
	
	position: relative;
	left:0px;
	top: -20px;
	background-image: url('images/leftmenu.png'); 
	background-repeat: no-repeat;
	float: left;
	width: 263px;
	height: 471px;
	padding-left: 10px;
	margin: 0 20px 0 0;
	display: inline;
}




#leftmenu li { 

	position: relative;
	padding-left: 10px;
	top: 30px;
	margin: 10px 0;
	font-size:14px;
	font-weight: bold;
	list-style-type: none;
}

#leftmenu li a {
	color: #666;
	text-decoration: none;
}

#leftmenu li a:hover {

	text-decoration: underline;
	color: #3aa757;
}

#content
{
	clear: right;
	float: right;
	width: 650px;
	padding: 10px;
	display: inline;
}

#content h2 { margin: 0; }


#footer
{
	clear: both;
	color: #fff;
	font-size: 14px;
	background: #333333;
	text-align: right;
	padding: 20px;
	height: 1%;
	
}

.note
{
	font-size:10px;
	font-weight: bold;
	text-align: center;
}

.quiz
{
	padding-left: 35px;
}

.quiz_question
{
	padding-left: 23px;
}

.quiz_question_b
{
	padding-left: 15px;
}

img {border: none;}

#alpha li {list-style-type:upper-alpha;}

.hide{
	
	display: none;

}

#inline-1
{
	color: #666;
}



.btn {
	text-align: center;
	width: 150px;
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 20;
  -moz-border-radius: 20;
  border-radius: 20px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 5px 20px;
  text-decoration: none;
	
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}



/*------------------POPUPS------------------------*/
#fade {
	display: none;
	background: #000; 
	position: fixed; left: 0; top: 0; 
	z-index: 10;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	
	display: none;
	background: #fff;
	padding: 10px; 	
	border: 20px solid #ddd;
	float: left;
	font-size: 1em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
}
img.btn_close {
	float: right; 
	margin: -55px -55px 0 0;
}
.popup p {
	padding: 5px 5px;
	margin: 5px 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	position: absolute;
}
*html .popup_block {
	position: absolute;
}

/*------------------END POPUPS------------------------*/
