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

body {
	font-size:76%;
	font-family:"Lucida Grande", Calibri, Arial, sans-serif;
	word-wrap:break-word;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.inline
{
	display:inline;
}
#header {
	height: 75px;
	position:relative;
}
#logo {
	float:left;
	height: 67px;
	width: 240px;
}
#logo img{
	border-style: none;
}
#login {
	float:right;
	height:67px;
	position:relative;
}
#logo a {
}
#top_nav {
	margin-bottom: 15px;
	/*background-color: #003300; *//*GREEN*/
	background-color: #ebebeb;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 15px;
}
#full_width {
	float:left;
	background:#e0e0e0;
	width:100%;
	padding:10px;
}
#outer2 {
	background:#e0e0e0;
	margin-right:200px;
	padding:10px;
}
#outer3 {
	float:right;
	width:180px;
	padding:10px;
	background:#c0c0c0;
}
#outer2, #outer3, #full_width {
	padding-bottom:32767px;
	margin-bottom:-32767px;
}
#wrapper {
	overflow:hidden;
}
#footer {
	margin-top: 1px;
	background-color: #ebebeb;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	clear:both;
	font-size: 10px;
	color: #999;
}
.content {
	padding:10px;
}
td {
vertical-align:top;
}
h1 {
	font-size:20px;
	margin:0;
	padding:10px 0;
	color:#000;
}
h3 {
	font-size:18px;
	margin:0;
	padding:8px 0;
}
h4 {
	font-size:12px;
	margin:0;
	padding:6px 0;
}
p {
	font-size:12px;
	line-height:1.5em;
	margin:0;
	padding:5px 0;
}
#footer p, #header p {
	color:#fff;
}
#section {
	background-color: #ebebeb;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 10px;
margin-bottom: 20px;
}
#section h3 {
 font-size: 15px;
margin-top: -10px;
}


/* MENUS */
#top_nav ul {
	list-style:none;
margin-top: -7px;
margin-left: -45px;
}
#top_nav li {
	float:left;
	margin-right: 15px;
	padding: 4px;
}
#top_nav li a {
	color: #000;
	text-decoration: none;
}
#top_nav li span {
background:transparent url(/images/breadcrumb-sep.png) no-repeat scroll 50% 50%;
height:26px;
width:12px;
}
#top_nav li a:hover {
	text-decoration: underline;
}

/*Form*/
#form {
	float:left;
	padding:10px;
	width:600px;
	margin-left: auto;
	margin-right: auto;
}
.field_name
{
	width:150px;
	display:inline;
}
.input
{
	width:100%;
}
.page_title
{
	padding-left:10px;
	width:100%;
}
.page_description
{
	padding-left:10px;
	padding-bottom:10px;
	width:95%;
}

.question_area
{
	float:left;
	background:#c0c0c0;
	padding:10px;
	width:240px;
	height:414px;
	overflow: hidden;
}

#question_area
{
	width:240px;
	height:300px;	
	overflow: auto;
}

.map_area
{
	float:left;
	width:600px;
	padding:10px;
}

.pagination_links
{
	display:inline;
}

.container
{
	display:block;
}

.float_left_in_container
{
	float:left;
	padding-right:10px;
}

.quiz_link_box
{
	position:relative;
	float:left;
	width:205px;
	padding:5px;
}

.quiz_link_box_group
{
	width:650px;
	height:120px;
	padding:5px;
}

.quiz_link_box p {
	font-size:12px;
	height:45px;
	line-height:1.2em;
	margin:0;
	overflow:hidden;
	padding:3px 0;
}

.full_section {
	-moz-border-radius:5px 5px 5px 5px;
	background-color:#EBEBEB;
	float:left;
	margin-bottom:20px;
	padding:10px;
	width:860px;
	
}
.full_section h1 {
	 font-size: 15px;
	margin-top: -10px;
}

.developed_by {
	float:right;
}

.timer{
	border-style:solid;
	border-top: 2px solid #CCC;
	border-right: 2px solid #666;
	border-bottom: 2px solid #666;
	border-left: 2px solid #CCC;
	float:right;
	height:20px;
	width:596px;
	position:relative;
	top:-24px;
}

.timer:hover {
border-top: 2px solid #666;
border-right: 2px solid #CCC;
border-bottom: 2px solid #CCC;
border-left: 2px solid #666;
}


#timer_display{
	position:absolute;
	padding:1px;
	text-align:center;
	width:596px;
	height:20px;
}


#timer_filled{
	float:left;
	background:#ff9933;
	height:20px;
	width:596px;
}

#results {
	float:left;
	height:400px;
	position:absolute;
	width:600px;
	z-index: -1;
	display:hidden;
	background:#EBEBEB;
}

.light_border{
	border-style:solid;
	border-width:1px;
	border-color:#c0c0c0;;
	margin:1px;
}