/* General styles */
body, img, p, h1, h2, h3, div {
	margin:0px;
	padding:0px;
	border-width:0px;
	outline-width:0px;
}

body {
	font-family: Trebuchet MS, Trebuchet, sans-serif;
	background:#004B8D url('images/sqa-background.png') no-repeat top center;
}

#mainSite {
	width:781px;
	height:861px;
	margin: 3px auto 0 auto;
}

#sqaLogo {
	float:left;
	position:relative;
	top:18px;
	left:18px;
}

#sqaMenu {
	height:66px;
	width:550px;
	position:relative;
	top:18px;
	right:18px;
	float:right;
}

#sqaMenu img {
	position:relative;
	top:55px;
	float:left;
}

#sqaTopLeft {
	position:relative;
	top:30px;
	left:18px;
	float:left;
}

#sqaHeader {
	position:relative;
	top:25px;
	right:18px;
	float:right;
}

#sqaBotLeft {
	position:relative;
	top:42px;
	left:18px;
	float:left;
	background: url('images/sqa-botleft.png') no-repeat top left;
	width:185px;
	height:407px;
}

#sqaBotLeft img {
	margin-top:15px;
}

#sqaContent {
	position:relative;
	top:32px;
	left:18px;
	padding:15px;
	float:left;
	width:715px;
	height:377px;
	background: url('images/sqa-newcontent.png') no-repeat top left;
}

#sqaContent h1 {
	color:#004B8D;
	font-size:20px;
	line-height:24px;
	margin-bottom:8px;
}

#sqaContent p {
	color:#004B8D;
	font-size:14px;
	line-height:20px;
	margin-bottom:10px;
}

#designBy {
	width:781px;
	margin:5px auto 5px auto;
	text-align:right;
	font-size:11px;
}

#designBy a {
	color:#fff;
	text-decoration:none;
}

#designBy a:hover {
	color:#004B8D;
}

#aboutButt {
	left:72px;
}

#learnerButt {
	left:115px;
}

#contactButt {
	left:170px;
}

.styledInput {
	width:350px;
	border:1px #004B8D solid;
	font-family: Trebuchet MS, Trebuchet, sans-serif;
	font-size:13px;
	line-height:15px;
	background-color:#fff;
}

#sqaEnquiry {
	width:449px;
	padding:5px;
	height:60px;
	color:#004B8D;
	font-family: Trebuchet MS, Trebuchet, sans-serif;
	font-size:13px;
	line-height:15px;
	border:1px #004B8D solid;
	background-color:#fff;
}

#sqaSubmit {
	border:0;
	font-family: Trebuchet MS, Trebuchet, sans-serif;
	background-color:#004B8D;
	font-size:13px;
	line-height:15px;
	color:#fff;
	margin-top:3px;
	padding:5px;
}

.standardLinks { color:#004B8D; }
.standardLinks:hover { color:#000; }

.unorderedList {
	margin:0 0 8px 0;
	padding:0 0 0 30px;
}

.unorderedList li {
	color:#f00;
	font-size:14px;
	line-height:18px;
}

#SQAMini {
	position:relative;
	top:42px;
}
