/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.htmlarea {
	border: 1px solid #ccc;
}

body {
	text-align: center;
	font-family: Arial, Tahoma, Verdana;
	background-color: #fff;
	font-size: 0.8em; 
	color: #404040;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 2em;
	color: #0082d6;
	font-weight: normal;
	margin-bottom: 10px;
}

h2 {
	font-size: 1.4em;
	color: #0082d6;
}

a {
	color: #0082d6;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	padding: 0px;
	margin: 10px 0px;
}

img {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

textarea, select {
	font-family: Arial, Tahoma, Verdana;
	font-size: 1em;
	padding: 2px;
	border: 0;
	background-color: #e5e5e5;
}

textarea {
	width: 266px;
	height: 80px;
	border: 0;
	background-color: #e5e5e5;
}

.textbox {
	width: 266px;
	padding: 2px;
	border: 0;
	background-color: #e5e5e5;
}

.button {
	cursor: pointer;
	text-align: center;
	color: #fff;
	font-weight: bold;
	background-color: #0082d6;
	width: 74px;
	padding: 2px 0;
	border: 0;
}

#container {
	width: 950px;
	margin: 0 auto;
	padding-bottom: 15px;
	text-align: left;
}

#nav {
	float: left;
	height: 25px;
	line-height: 25px;
	padding-left: 30px;
	color: #fff;
}

#nav li {
	float: left;
}

#nav a {
	float: left;
	display: block;
	color: #fff;
	padding: 0 5px;
	margin: 0;
}

#nav .on a, #nav a:hover {
	color: #03223e;
	text-decoration: none;
}

#social {
	position: absolute;
	top: 20px;
	margin-left: 860px;
	width: 84px;
}

.sociallink {
	float: left;
	padding: 0 5px;
}

#addthis {
	position: absolute;
	top: 70px;
	margin-left: 785px;
	width: 165px;
}

#enquiryform, #twitter {
	position: absolute;
	top: 173px;
	margin-left: 35px;
	width: 270px;
	height: 340px;
	padding: 5px 20px;
	background: url(../images/enquiryform_bg.png) top no-repeat;
}

#twitter {
	height: 340px;
	width: 250px;
	padding: 15px 30px;
	background: url(../images/twitter_bg.png) top no-repeat;
}

#container #enquiryform p {
	padding: 0px;
	margin: 9px 0px;
}

#container #cvuploader p {
	padding: 0px;
	margin: 8px 0px;
}

#cvuploader {
	position: absolute;
	top: 173px;
	margin-left: 35px;
	width: 270px;
	height: 280px;
	padding: 65px 20px 5px 20px;
	background: url(../images/cvuploader_bg.png) top no-repeat;
	color: #fff;
}

#cvuploader textarea, #cvuploader .textbox {
	background-color: #fff;
}

#content {
	float: right;
	margin-top: 350px;
	width: 530px;
	height: 150px;
	padding: 0 35px;
	color: #03223e;
}

#content ul {
	margin-left: 20px;
}

#content li {
	list-style: disc;
	margin-bottom: 5px;
}

#widecontent {
	float: left;
	margin-top: 350px;
	width: 880px;
	padding: 0 35px;
	color: #03223e;
}

#footer {
	margin: auto;
	width: 880px;
	padding: 0 35px;
	height: 30px;
	line-height: 30px;
	background: url(../images/footer_bg.png) top no-repeat;
	text-align: left;
	font-size: 0.9em;
	color: #fff;
}

#footer a {
	font-weight: normal;
	color: #fff;
}

#baabaa {
	font-size: 0.8em;
	font-weight: bold;
	color: #03223e;
	padding: 15px 0;
}

.docs {
	position: relative;
	top: 3px;
}

.darkblue {
	color: #03223e;
}

.blue {
	color: #0082d6;
}

/* common */

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}

.leftpic {
	float: left;
	margin: 0px 20px 20px 0px;
}

.rightpic {
	float: right;
	margin: 0px 0px 20px 20px;
}

.verify {
	position: relative;
	top: 6px;
}

.boldred {
	font-weight: bold;
	color: red;
}

.textright {
	clear: both;
	text-align: right;
}

.msg {
	color: #fff;
	font-weight: bold;
	background-color: red;
	padding: 5px;
}