/* CSS Document */

/* Body and Universal Reset */

* {margin: 0; padding: 0;}

body {
	text-align:center;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4D4D4D;
	line-height:18px;
	background:url(images/backgrounds/bg.jpg) repeat-x #0EA0C7;
}
	
#container {
	margin:0 auto;
	width:900px;
	text-align:left;
	background:url(images/backgrounds/content_top_bg.gif) no-repeat 27px 187px #FFFFFF;
}

td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4D4D4D;
	line-height:18px;
	vertical-align:top;
}

img {
	border:0;
}

#popupWindowCaller {
	display:none;
}


/* Typography */



/* Header */

#header {
	background:url(/images/backgrounds/header_bg.gif) no-repeat;
	height:129px;
	padding:58px 0 0 104px;
}

#registrationCounter {
	color:#E42470;
	font-size:27px;
	float:right;
	margin:10px 31px 0 0;
	_margin:10px 16px 0 0;
	letter-spacing:16px;
	line-height:27px;
}


/* Right Col */

#rightCol {
	float:right;
	width:317px;
	padding:0 19px 10px 0;
}

#register {
	background:url(images/backgrounds/register_bg.gif) no-repeat;
	height:275px;
	padding:15px 30px 0 29px;
	color:#fff;
}

.registerLabel {
	float:left;
	width:73px;
}

.commentsLimit {
	font-size:10px;
	line-height:14px;
}

.receiveUpdates {
	font-size:11px;
}

.checkBox {
	margin:0 5px 0 0;
	background:#F47D20;
}

.registerNow {
	margin:0 0 0 96px;
}

#rightCol p {
	margin:0 10px 10px 12px;
}

.supportingIMG {
	margin:0 0 12px 12px;
}

#relatedLinks {
	margin:9px 0 0 12px;
}

#relatedLinks li, #content li {
	background:url(images/spacers/blue_dot.gif) no-repeat 0 7px;
	padding:3px 0 0 17px;
	list-style:none;
}

#relatedLinks li a {
	font-weight:normal;
	color:#4D4D4D;
}

#relatedLinks li a:hover {
	font-weight:normal;
	color:#E42470;
}

.facebookLink {
	margin:10px 0 20px 12px;
}


/* Content */

#content {
	background:url(/images/backgrounds/content_bottom_bg.gif) no-repeat bottom left;
	width:475px;
	padding:23px 22px 10px 22px;
	margin:0 0 10px 27px;
}

#content p, #content table {
	margin:0 0 15px 0;
}

.supportingOrganistaionsTable {
	width:100%;
}

.supportingOrganistaionsTable td {
	text-align:center;
	vertical-align:middle;
	padding:18px 5px;
}

.bioLink {
	text-decoration:none;
}



/* Online Enquiry Form */

.onlineEnquiryTable {
	width:100%;
}

.onlineEnquiryTable td {
	padding-bottom:5px;
}

.yourDetails {	
	padding:7px 0 0 0;
	height:30px;
	font-weight:bold;
	font-size:13px;
}

.requiredFields {
	text-align:right;
	padding:7px 18px 0 0;
	font-size:11px;
}

.required {
	text-align:center;
	vertical-align:middle;
	padding-left:15px;
	padding-right:5px;
}

.onlineEnquiryTable input.textinput, .onlineEnquiryTable input.textinputhover, .onlineEnquiryTable textarea {
	width:440px;
}

input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(/images/backgrounds/white.gif);
}

.textinput {
	border:1px solid #DB5321;
	padding:1px;
	width:178px;
	margin:0 0 5px 0;
}

.textinputhover {
	border:1px solid #0DA0C6; 
	padding:1px;
	width:178px;
	margin:0 0 5px 0;
}

select {
	font-size:11px;
	color:#808080;
}

.submit {
	padding-right:15px;
}

.errorText {
	color:#FF0000;
}


/* Footer */

#logos {
	clear:both;
	padding:0 0 0 27px;
}

#logos img {
	margin:0 25px 0 0;
}

#footer {
	color:#4D4D4D;
	font-size:11px;
	margin:7px 27px 0 27px;
	border-top:1px solid #CCCCCC;
	padding:7px 0 60px 0;
}

#footer a {
	color:#4D4D4D;
	font-weight:normal;
	text-decoration:none;
}

#footer a:hover {
	color:#0DA0C6;
}

#copyNBM {
	float:right;
	text-align:right;
}

#copyNBM img {
	margin:5px 0 0 0;
}

#footer li {
	display:inline;
	list-style:none;
	color:#000000;
	margin:0 1px 0 0;
}

#footer li a {
	color:#000000;
}

