/* @override 
	http://www.onequestionnetwork.com/lib/oqn.css
	http://onequestionnetwork.com/lib/oqn.css
*/

@charset "UTF-8";
#container {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	height: 800px;
	width: 454px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 100px;
	text-align: center;
	font-size: 12px;
}
body {
	padding: 0px;
}
#main {
	margin-right: auto;
	margin-left: auto;
	*margin-bottom: -30px;
}
#home_L2 {
	background-image: url(../images/home/L2.jpg);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 378px;
	*height: 307px;
	padding: 71px 50px 0 10px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    
#home_L2 {
	background-image: url(../images/home/L2.jpg);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	*height: 358px;
	padding: 71px 50px 0 10px;
	margin-bottom: -71px;
	height: 307px;
}
	
	
}



#home_L2 li {
	margin-top: -3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13px;
	color: #666666;
}
#home_L2 h1 {
	color: #008CBF;
	padding-left: 18px;
	*padding-left: 20px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 20px;
}

#home_L2 hr {
	width: 234px;
	margin-left: 17px;
	margin-right: 0;
	height: 1px;
	border-style: none;
	border-top: 1px solid #898989;
	padding-bottom: 5px;
	padding-top: 5px;
}

#home_L2 a {
	text-decoration: underline;
	color: #909090;
}

#home_L2 a:hover {
	text-decoration: none;
	color: #008fca;
}

#alogin a  {
	width: 136px;
	background-image: url(../images/home/alogin.gif);
	height: 43px;
	margin: 0;
	padding: 0;
	display: block;
}

#plogin a {
	width: 123px;
	background-image: url(../images/home/plogin.gif);
	height: 43px;
	margin: 0;
	padding: 0;
	display: block;
}

#alogin a:hover  {
	width: 136px;
	height: 43px;
	margin: 0;
	padding: 0;
	display: block;
	background: url(../images/home/alogin.gif) 0 -43px;
}

#plogin a:hover {
	width: 123px;
	height: 43px;
	margin: 0;
	padding: 0;
	display: block;
	background: url(../images/home/plogin.gif) 0 -43px;
}

#plogin span {
	display: none;
}

#alogin span {
	display: none;
}

#home_M3 {
	color: white;
	font: 14px "Lucida Grande", Lucida, Verdana, sans-serif;
	height: 164px;
	background: url(../images/home/M3.jpg) no-repeat;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#home_M3 .padright {
	padding-right: 30px;
}

#ploginform {
	width: 0;
	height: 0;
	position: relative;
	top: 0;
	left: 0;
	z-index: 20;
}

#plogposition {
	position: absolute;
	top: 2px;
	left: 410px;
	width: 237px;
	padding: 13px 5px 5px 7px;
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: url(../images/home/loginbox.jpg) no-repeat;
}

#plogposition .field {
	font-size: 11px;
	border: 1px solid gray;
	width: 87px;
	color: gray;
}

#plogposition .button {
	color: white;
	background-color: #006aa7;
	border-color: #006aa7;
	width: 60px;
	height: 19px;
	padding: 0;
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#alogposition .field {
	font-size: 11px;
	border: 1px solid gray;
	width: 87px;
	color: gray;
}

#alogposition .button {
	color: white;
	background-color: #006aa7;
	border-color: #006aa7;
	width: 60px;
	height: 19px;
	padding: 0;
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
}

#alogposition {
	position: absolute;
	top: 2px;
	left: 410px;
	width: 237px;
	padding: 13px 5px 5px 7px;
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: url(../images/home/loginbox.jpg) no-repeat;
}

#navbaranchor {
	width: 0;
	height: 0;
	position: relative;
	top: 0;
	left: 0;
	z-index: 20;}

#navcontainer {
position: absolute;
	width: 237px;
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	top: 131px;
	left: 8px;
	*left: -32px;
}

#navcontainer ul
{
	text-align: center;
	padding-bottom: 3px;
	padding-left: 0;
	color: #666666;
	width: 279px;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
	padding-top: 4px;
}

#navcontainer ul li
{
display: inline;
padding-left: 0;
padding-right: 0;
padding-bottom: 5px;
/* matches link padding except for left and right */
padding-top: 5px;
}

#navcontainer ul li a:hover
{
	background-color: #50B744;
	color: white;
}

#navcontainer ul li a
{
	color: #0B518E;
	text-decoration: none;
	border-right: 1px solid gray;
	padding: 7px 10px 6px;
	margin-left: -4px;
	border-left: 1px solid gray;
	background-color: white;
	border-bottom: 1px solid gray;
}

#navcontainer #active {
}
#navcontainer ul li a:active {
	background-color: #CCCCCC;
	color: white;
}
.px9 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
#beta {
	position: absolute;
	height: 50px;
	width: 50px;
	left: 135px;
	top: 92px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 16px;
	font-weight: bold;
}
#betanchor {
	height: 0px;
	width: 0px;
	position: relative;
}
#patent {
	position: absolute;
	height: 50px;
	width: 200px;
	left: 336px;
	top: 23px;
	font-family: Arial, Helvetica, sans-serif;
	color: #a4c1db;
	font-size: 12px;
	font-weight: normal;
}

