* {
	margin:0;
	padding:0;
    font-family: "Rotis Sans Serif",  Lucida Grande, Arial, Helvetica, sans-serif;
}
h2 {
	padding:1em 0 0 0;
}
p {
	line-height:1.4em;
}
p + p {
	text-indent:2em;
}
body {
	font-size:100%;
	text-align:center;
	background-color: #000;
    color: #fff;
}
pre {
	display:block;
	margin:1em 0 0 0;
	width:488px;
}
pre code {
	background:#eee;
	display:block;
	padding:10px;
}
.r {
	float:right;
	padding:0 0 10px 20px;
}

/* Landscape mode (default) */
#wrap {
	margin:0 auto;
	width:1024px;
	position:relative;
	overflow:hidden;
	text-align:left;
	background-color: #ffffff;
}
#header {
	float:left;
	width:1024px;
    height: 150px;
	background-color: #ffffff;
    background-image: url(images/BWA_LSAheaderN.jpg);
    background-repeat: no-repeat;
	background-position: center center;
    background-size: 100% auto;
}

#header a {
    position: absolute;
    width: 100%;
    height: 150px;
    top: 0;
    left: 0;
    text-decoration: none; /* No underlines on the link */
    z-index: 10; /* Places the link above everything else in the div */
    background-color: #FFF; /* Fix to make div clickable in IE */
    opacity: 0; /* Fix to make div clickable in IE */
    filter: alpha(opacity=1); /* Fix to make div clickable in IE */
}

#header_registration {
    float:left;
    width:1024px;
    height: 381px;
    background-color: #ffffff;
    background-image: url(images/header_registration.png);
    background-repeat: no-repeat;
}

#header h1 {
	padding:10px 30px 0 30px;
}
#header p {
	padding:0 30px;
	line-height:1.4em;
}
#content {
	float:left;
	width:1024px;
	background-color: #ffffff;
	position:relative;
}
#main {
	float:left;
	width:708px;
    height: 450px;
	position: relative;

	padding: 10px 10px 0px 20px;

    background-color: #fff;
}

h1
{
    font-size:30px;
    color: #9bb61a;
    text-transform:uppercase;
    font-weight:bold;
    padding-left: 22px;
}

#main h1
{
    font-size:30px;
    color: #9bb61a;
    text-transform:uppercase;
    font-weight:bold;
    padding-left: 22px;
}
#progress {
	float:right;
	width:200px;
	position:absolute;
	left:720px;
    padding: 10px 10px 0px 20px;
    color: #333;
}
#question {
	clear:left;
	float:left;
    margin: 10px 20px 5px 15px;
	width: 90%;
    padding: 20px 20px 20px 20px;
    background-color: #0070cd;
    font-size: 24pt;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #f2f2f2;
    color: #ffffff;
}

.answer {
    clear:left;
    float:left;
    margin: 10px 20px 5px 25px;
    width: 90%;
    background-color: #eeeeee;
    font-size: 24pt;
    padding: 20px 20px 20px 20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.indicator {
    clear:left;
    float:left;
    margin: 2px 5px 1px 0px;
    width: 55%;
    background-color: #fff;
    font-size: 13pt;
    padding: 5px 8px 5px 50px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-repeat: no-repeat;
}

.incomplete
{
    border: 1px solid #555;
}

.complete
{
    background-image: url(images/tick.png);
    background-position: 5px 2px;
    border: 1px solid #66aa66;
}


#footer {
	clear:both;
	float:left;
	width:1024px;
	border-top:1px solid #000;
	background:#ddd;
}
#footer p {
	padding:20px 30px;
}

td
{
    vertical-align: top;
    padding: 10px 10px 10px 10px;
}
/*GRABBED THE CONTAINER FROM THE EXISTING REGISTRATION FORM*/
#container				{font-family:Lucida Grande, Arial, Helvetica, sans-serif; color:#666; font-size:14pt; line-height:24px; width:800px; margin:0px auto; background:#fff;}
#container #header		{background:url(header.jpg) no-repeat; height:311px;}
#container #inside		{padding:0px 90px;}
#container #footer		{background:url(footer.jpg) no-repeat; height:444px;}
#container h1			{font-size:39px; color:#9bb61a; text-transform:uppercase; font-weight:bold;}
#container h2			{font-size:57px; color:#9bb61a; text-transform:uppercase; font-weight:bold; letter-spacing:-2px; line-height:26px;}
#container h3			{color:#2a84d5; font-size:16pt; font-weight:bold; margin: 2 0px 0px 10px 0px; line-height:24px;}
#container #inside p	{margin-bottom:33px;}
#container #middle		{background:url(arrow.png) no-repeat 505px 0; border-top:1px solid #8a7a67; padding-top:48px; overflow:hidden;}
#container .lead		{font-size:16px; line-height:28px; margin-top:28px;}
#container .left		{float:left; width:260px; margin-top:44px;}
#container .disclaimer 	{border-top:1px solid #8a7a67; padding-top:26px;}
#container #inside .disclaimer p	{font-size:9px; line-height:14px; margin-bottom:28px;}
#container a 			{color:#1d7cd2;}
#container .right		{float:left; width:340px; margin-left:18px; margin-top:42px;}
#container label		{display:block; margin-bottom:5px; font-weight:bold; clear:both;}
#container input:focus	{border:1px solid #9bb61a; }
#container input[type="text"]		{border:1px solid #988a79; background:none; padding:3px; width:332px; margin-bottom:16px;}
#container .button		{background:url(button.png) no-repeat; display:block; width:156px; height:54px; text-indent:-9999px; border:none; margin-top:24px;}
#container .buttonaddstudent{background:url(button_addstudent.png) no-repeat; display:block; width:156px; height:54px; text-indent:-9999px; border:none; margin-top:24px;}
#container strong,
#container b			{font-weight:bold;}
#container #gender-radios input {float:left;}
#container #gender-radios div 	{float:left; margin-right:10px;}
#container input,
#container select {margin-bottom:22px;}


@media only screen and (orientation:portrait){
	/* portrait mode */
	#header,
	#wrap,
	#footer {
		width:768px;
	}
	#content {
		left:0;
		background:#fff;
	}
	#main {
		float:left;
		width:708px;
		position:relative;
		right:0;
		left:30px;
		padding:20px 0;
	}
	#side {
		clear:left;
		float:left;
		width:768px;
		right:0;
		padding-bottom:20px;
		background:#eee;
	}
	#sidea {
		clear:none;
		width:216px;
		float:left;
		position:relative;
		left:30px;
		padding-top:20px;
	}
	#sideb {
		clear:none;
		width:216px;
		float:left;
		position:relative;
		left:60px;
		padding-top:20px;
	}
	#sidec {
		clear:none;
		width:216px;
		float:right;
		position:relative;
		right:30px;
		padding-top:20px;
	}
}

/* EDWARD */
.topbar {
    height: 36px;
    line-height: 36px;
    background: #4d4d4d;
	color:#fff;
}
body {
	background-color: #0f5e99!important;
}
.mainContainer {
	background:#fff;
}
.questionNew {
	padding: 20px 20px 20px 20px;
    background-color: #0070cd;
    font-size: 24pt;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #f2f2f2;
    color: #ffffff;
	text-align:left;
}
.answerNew {
    width: 90%;
    background-color: #eeeeee;
    font-size: 24pt;
    padding:20px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}
.indicator {
	width:100%!important;
}
.landingIpad h1 {
	font-size: 30px;
    color: #9bb61a;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 22px;
}
.containerBodyLanding {
	background:#fff;
}