/* CSS Document */
body {
	background-color: #003399;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-style: normal;
	text-decoration: none;
}
#container{
	position: relative;
	margin: 0 auto;
	text-align: left;
	width: 940px;
	background-color: #FFFFFF;
	height: 100%;
}
#header {
	position:absolute;
	top: 0px;
	left: 0px;
	z-index:1;
	width:100%;
	height:100px;
	background: url( pic/logohead.jpg ) top left no-repeat;
	text-align: left;
	margin: 0px;
}
#topnav {
	position: absolute;
	top: 100px;
	left: 0px;
	z-index: 1;
	width: 100%;
	height: 24px;
	background-color: #FFFF00;
	text-align: left;
	color: #003399;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px #ffffff solid;
}
#topnav input {
	color: #666666;
}
#topLinks {
	float: left;
	margin: 2px 0 0 40px;
	width: auto;
}
#login {
	float: right;
	margin: 4px 40px 0 0;
	width: auto;
}

#maindiv {
	position: absolute;
	top: 125px;
	left: 0px;
	width: 100%;
	background: #ffffff url( pic/mainback.jpg ) top left no-repeat;
}

#footer {
	position: relative;
	margin: 20px 0 10px 0;
	padding-top: 2px;
	width: 100%;
	height: 16px;
	background-color: #FFFF00;
}
.footlink {
	color: #000000;
	text-decoration: none;
}
#footerLeft { 
	float: left;
	margin-left: 20px;
}
#footerRight {
	float: right;
	margin-right: 20px;
}

fieldset {
	border: 1px #666666 solid;
	padding: 4px;
	text-align: left;
}
legend {
	color: #000066;
	font-size: 12px;
	font-weight: bold;
}
select {
	color: #666666;
	background-color: #d8d8ff;
}
ul{
	list-style: none;
	padding: 0;
	margin: 0
}
form {
	padding: 0px;
	margin: 0px;
}
input {
	padding: 0px;
	margin: 0px;
	background-color: #d8d8ff;
}
textarea {
	background-color: #d8d8ff;
}
img {
	border: none;
}
.navigation {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #4d4dff;
	text-decoration: none;
	display: inline;
	height: 16px;
	padding-left: 30px;
	width: 140px;
}
.navigation:hover {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #003366;
	text-decoration: underline;
	display: inline;
	height: 16px;
	padding-left: 30px;
	width: 140px;
}
.certlink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #0033CC;
}
.certlink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration: none;
	color: #003399;
	background-color: #FFFF00;
}

#catlinks {
	position: relative;
	margin: 30px 0 170px 0;
	margin-left: 734px;
	color: #000066;
	width: 170px;
	line-height: 16px;
}
.catalink {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000066;
	text-decoration: none;
	display: block;
	padding: 2px;
	padding-left: 8px;
	padding-right: 8px;
	width: 160px;
}
.catalink:hover {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFF00;
	display: block;
	padding: 2px;
	padding-left: 8px;
	padding-right: 8px;
	width: 160px;
	text-decoration: none;
	background-color: #6767FD;
}


.certheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #4d4dff;
	font-weight: 600;
	margin-bottom: 10px;
	margin-top: 10px;
}
.underwriting {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #666666;
}
.qualcat {
	color: #ffffff;
	background-color: #5758ff;
	padding: 0;
	font-size:14px;
	vertical-align: top;
	text-decoration: underline;
	width: 33.3%;
}


/* QUALIFICATIONS PAGE */
#qualsbox {
	position: relative;
	width: 1100px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
#qualstable {
	position: relative;
	width: 1100px;
	margin: 0px;
	margin-top: 8px;
	padding: 0 10px 0 10px;
}
#qualstable td {
	padding: 2px;
	text-align: center;
}
#certblock {
	position: relative;
	width: 500px;
	background-color: #DDF3FF;
	padding: 8px;
	top: 0px;
	border-top: 1px #ffff99 solid;
}
#qualcategory {
	position: relative;
	padding: 8px;
	vertical-align: top;
}
.certstyle {
	display: block;
}
.step {
	font-size: 16px;
	color: #999999;
	margin-right: 20px;
}
.stepcurrent {
	color: #333333;
	font-size: 16px;
	margin-right: 20px;
}
.inset {
	margin-left:100px;
	width: 720px;
}
.setimage{
	vertical-align: text-top;
	float: right;
	padding-top: 0px;
}
.floatit{
	float: right;
	height: 4px;
	padding: 0px;
	margin: 0px;
	padding-right: 40px;
}
.legendblue {
	color: #000066;
	font-size: 12px;
	font-weight: bold;
}


/* HOME PAGE */
#frontSalesPitch {
	position: absolute;
	left: 60px;
	top: 125px;
	width: 640px;
	height: 200px;
	background: bottom right url( pic/RPLStrip.jpg ) no-repeat;
	font-size: 14px;
	color: #4d4dff;
}
#frontSalesPitch .steps {
	width: auto;
	padding: 0;
	margin: 40px 0 0 60px;	
}
#frontSalesPitch ul {
	list-style: disc;
	margin-left: 20px;
}


/* FOR application.php & enquiry.php */
/* PERSONAL DETAILS */
#persdetails {
	position:relative;
	margin-top:20px;
	z-index:1;
	width: 720px;
}
#contdetails {
	position:relative;
	margin-top:20px;
	z-index:1;
	width: 720px;
}

#message {
	position:relative;
	margin-top:20px;
	z-index:1;
	width: 720px;
}

/* WORK HISTORY */
#workhistory {
	position:relative;
	margin-top:20px;
	width:720px;
	z-index:2;
}
#refereeaddress{
	position: relative;
	width: 276;
	display: block;
	margin-left: 20px;
}
#refereepostal{
	position: relative;
	width: 276;
	display: block;
	margin-left: 20px;
	margin-top: 6px;
}

/* QUALIFICATIONS */
#priorquals {
	position:relative;
	margin-top:20px;
	width:720px;
}


/* ACCOUNT */
#PDFtools {
	position: relative;
	width: 400px;
	float: right;
	margin: 0;
}
