/* General */
* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	width: 100%;
}

body {
	height: 100%;
	width: 100%;
	font-size: 62.5%;	
	font-family: "Lucida Grande", "Lucida Sans", Lucida, Verdana, sans-serif;
}

img {
	border: none;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Layout */
/* Header */
div#header, header {
	width: 797px;
	height: 78px;
	margin: 0 auto;
}

div#header img, header img {
	margin: 31px 0 0 67px;
}

/* Main container (centered) */
div#main-outer {
	width: 797px;
	margin: 0 auto;
}

div#main-inner {
	width: 750px;
	padding: 26px 23px 10px 24px;	
	margin: 0;
}

img#title {
	display: block;
}

/* Navigation */
div#nav, nav {
	width: 750px;
	text-align: right;
	overflow: hidden;
	margin: 1px 0;
}

div#nav ul, nav ul {
	overflow: hidden;
	height: 29px;
	float: right;
	position: relative;
	right: -1px;
}

div#nav ul li, nav ul li {
	display: inline;
	color: #fff;
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

div#nav ul li a, nav ul li a {
	display: block;
	float: left;
	color: #fff;
	padding: 6px 13px 0 13px;
	height: 23px;
	border-left: 1px solid #fff;	
}

div#nav ul li a:hover, nav ul li a:hover {
	text-decoration: none;
}

/* Content area */
/* Layout */
div#content-container {
	overflow: hidden;
	width: 750px;
}

div#aside, aside {
	float: left;
	width: 221px;
	overflow: hidden;
	padding-bottom: 14px;
}

div#aside-inner {
	width: 221px;
	padding-top: 54px;
	height: auto;
}

div#content-aside {
	float: left;
	width: 501px;
	padding-left: 23px;
	padding-right: 5px;
	font-size: 14px;
}

div#content {
	padding-left: 54px;
	padding-right: 54px;
	font-size: 14px;
  	min-height: 330px;
}

div#footer, footer {
	width: 797px;
	height: 50px;
  text-align: center;
}

div#footer p {
  padding-top: 30px;
}

/* Details */
div#aside-inner form {
	padding: 0 15px 27px 15px;
}

div#aside-inner form p.header {
	font-size: 14px;
	text-align: center;
	margin-bottom: 27px;
}

div#aside-inner form p.smalltext {
	font-size: 10px;
	text-align: left;
}

div#aside-inner form label {
	font-size: 12px;
	margin: 8px 0 0 4px;
}

div#aside-inner form input {
	font-size: 13px;
	padding: 6px 12px 0 12px;
	margin-bottom: 6px;
	width: 167px;
	height: 20px;
	border: none;
}

div#aside-inner form input.submit {
	color: #fff;
	padding: 0 0 0 0;
  margin-top: 12px;
	margin-bottom: 6px;
	width: 191px;
	height: 25px;
}

div#aside-inner form p.smalltext {
	margin-left: 4px;
}

div#aside-inner p.testimonial {
	font-size: 14px;
	text-align: center;
	padding: 22px 10px;
}

div#content-aside h1 {
	font-family: Palatino, Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 22px;
	margin-top: 53px;
	margin-bottom: 19px;
	text-align: center;
}

div#content h1 {
	font-weight: normal;
	font-size: 18px;
	margin-top: 43px;
	margin-bottom: 28px;
	text-align: center;
}

div#content-aside p, div#content p {
	line-height: 22px;
	margin-bottom: 18px;
}

div#content form p {
	margin-bottom: 7px;
}

/* new 2010-04-01 tb */
div#content-aside a, div#content a {
	text-decoration: underline;
}

/* new 2010-04-01 tb */
div#content-aside a:hover, div#content a:hover {
	text-decoration: none;
}

div#content-aside p.subheader, div#content p.subheader {
	margin-bottom: 18px;
	text-align: center;
}

div#content-aside ul, div#content ul {
	margin-bottom: 18px;
	margin-left: 21px;
	list-style-type: square;
}

div#content-aside li, div#content li {
	line-height: 20px;
}

div#content-aside ul.check, div#content ul.check {
	margin-left: 8px;
}

div#content-aside ul.check li, div#content ul.check li {
	line-height: 20px;
	list-style-type: none;
	padding-left: 26px;
	margin-bottom: 10px;
}

p.anchorlink {
	text-align: right;
	font-size: 12px;
	padding: 12px 40px 0 0;
}

p.anchorlink a {
	text-decoration: none !important;
}

p.anchorlink a:hover {
	text-decoration: underline !important;
}


/* Styles taken over from old site (but modified) */
#content .row {
	margin:0 0 6px 20px;
	overflow: hidden;
	height: 1%; /* IE bug fix*/
}

#content .label {
	float:left;
	width:23px;
}

#content .radio {
	float:left;
	width:28px;
}

#content .answer {
	float:left;
	width:560px;
	line-height: 1.4;
}

#content .quiz-commit, .button {
	display: block;
	font-size: 13px;
	border: none;
	color: #fff;
	padding: 0 0 0 0;
	width: 191px;
	height: 25px;
}

#content .quiz-commit {
	margin-left: auto;
	margin-right: auto;
}

#content hr {
	margin:26px 0 26px 0;
	color: #92a3af;
}

/* admin area */

#content table.admin {
  width: 650px;
  margin-top: 15px;
  margin-bottom: 35px;
}

#content table.admin td {
  background-color: #d7e0ec;
  padding-left: 5px;
}

#content table.admin th {
  background-color: #001633;
  color: white;
}

#content table.users td {
  font-size: 10px;
}

.red {
  color: #FF0000;
}

/* tables */

#content table {
  width: 600px;
  font-size: 14px;
}

#content table p {
  margin-left: 0;
}

#content table table {
  margin-left: 0;
}

#content .quizzes {
  text-align: center;
  width: 620px;
  margin-bottom: 20px;
  table-layout: fixed;
}

#content .quizzes td {
  width: 130px;
  text-align: center;
}

#content .quizzes th {
  width: 130px;
}
#content .quizzes thead tr {
  border-bottom: 1px solid black;
}


/* forms */

#content #register label {
  height: 20px;
  width: 150px;
  display: block;
  float: left;
}

#content #register input {
  width: 200px;
}

#content #register input[type=submit] {
  width: auto;
}


#content .submit {
  margin-left: 225px;
  margin-top: 5px;
}

/* lists */

ul.outline li {
  list-style-type: none;
  margin-top: 5px;
}

ul.outline ol {
  list-style-position: inside;
}

ul.outline ul {
	margin-left: 60px !important;
}

.decimal {
  padding-left: 15px;
}

.decimal li {
  list-style-type: decimal !important;
}

.lower-alpha li {
  list-style-type: lower-alpha !important;
}

.upper-alpha li {
  list-style-type: upper-alpha !important;
}


/* User home page */

#content .big_box {
  border: white solid 1px;
  width: 620px;
  margin-top: 25px;
}

#content table.big_box {
  border-collapse: collapse;
  height: 100px;
}

#content table.big_box td {
  padding: 3px;
}

.big_box h2 {
  margin: 2px;
  font-size: 17px;
}

/* error notices and news box */

#content #errorExplanation {
  border: #344c63 solid 1px;
  background: #cbe2ed;
  margin: 0 40px 25px 50px;
  font-size: 95%;
  padding: 10px 10px 20px 10px;
  width: 600px;
}

/* news box */

.newsbox {
  padding: 20px 30px 10px 30px;
  border: 2px solid #d00000;
  background-color: #ffebeb;
  margin: 60px 10px 0 10px;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  -webkit-border-top-left-radius: 30px;
  -webkit-border-bottom-right-radius: 30px;
  -moz-border-radius-topleft: 30px;
  -moz-border-radius-bottomright: 30px;
  /*color: #d00000;*/
}

.newsbox h2 {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 15px;
  text-align: center;
}

/* home page */

#choice {
  width: 400px;
  height: 200px;
  margin: 160px auto;
}

#choice p {
  float: left;
  width: 200px;
  height: 200px;
  font-family: Palatino, Georgia, "Times New Roman", Times, serif;
  font-size: 24px;
  color: #fff;
}

#choice p a {
  display: block;
  padding: 90px 18px 0 18px;
  height: 110px;
  text-align: center;
  color: #fff !important;
  text-decoration: none;
}

#choice p a:hover {
  text-decoration: none;
}

#choice p#choose-blue a {
  background: url(../images/static/bg_choose_blue.gif) no-repeat left top;
}

#choice p#choose-blue a:hover {
  background: url(../images/static/bg_choose_blue.gif) no-repeat -200px top;
}

#choice p#choose-green a {
  background: url(../images/static/bg_choose_green.gif) no-repeat left top;
}

#choice p#choose-green a:hover {
  background: url(../images/static/bg_choose_green.gif) no-repeat -200px top;
}
 
