/* CSS Document */
body {
	margin: 0;
	background-image: none;
	background-repeat: none;
}

/*Main layout elements*/
.container {
	display: block;

	position: absolute;
	top: 0px;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	
	width: 100%;
	height: 100%;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	/*background-color: #FFFFFF;*/
	
	/*	border: 2px solid #FFFFFF; */
}

.head {
	display: none;
	
	position: relative;
	top: 0px;
	left: 0px;
	right: 0px;
	
	width: auto;
	height: 100px;
	
	color: #0580BE;
	
	border-bottom: 5px solid #FFFFFF;
	
	visibility: hidden;
}

.mid { 
	display: block;
	
	position: relative;
	top: 5px;
	left: 0px;
	right: 0px;
	
	width: auto;
	height: auto;
	/*background-color: #FFFFFF;*/
}

.left {
	display: none;
	
	padding: 0px 0px 0px 0px;
		
	position: relative;
	top: 0px;
	left: 0px;
	
	/*width: 0px;
	height: auto;*/

	color: #666666;
	
	visibility: hidden;
}

.centre {
	display: block;
	
	position: absolute;
	top: 0px;
	left: 0px;
	
	padding: 0px;
	
	width: 80%;
	height: auto;
	color: #00648C;
	
	text-align: justify;
}

.clear {
	clear: both;
}

.foot {
	color:#000000;
	display: block;
	
	position: absolute;
	/*bottom: 0px;*/
	left: 200px;
	
	height: 20px;
	
	visibility: hidden;
}

/* Header elements */

.headLeft {	
	display: none;
	float: left;
	
	width: 150px;
	height: 100px;
}

.headCentre {
	display: none;
	float: left;
}

.headRight {
	float: right;
	
	width: 300px;
	height: 100px;
}

.headText {
	position: absolute;
	left: 10px;
	top: 45px;
	
	font-size: 2em;	
	font-weight: normal;
}

.headDove {
	display: block;
	
	position: absolute;
	right: 10px;
	top: 35px;
}

/* Left elements */

.leftHead {
	padding-bottom: 5px;
	border-bottom: 1px solid #FFFFFF;
	padding-left: 0px;
}

.leftMid01 {
	color: #00648C;
	padding-left: 0px;
	
	background-image: url(../images/bg_left_01_centre.jpg);
	background-repeat: repeat-y;
}

.leftMid01 a, a.homeLink {	
	color: #00648C;
}

.leftMid01 a:hover, a.homeLink:hover {
	text-decoration: none;
}

.leftMid02 {
	color: #AFBA3D;
	padding-left: 0px;

	background-image: url(../images/bg_left_02_centre.jpg);
	background-repeat: repeat-y;
}

.leftMid02 a {
	color: #AFBA3D;
}

.leftMid02 a:hover {
	text-decoration: none;
}

.leftMid03 {	
	background-image: url(../images/bg_left_03_centre.jpg);
	background-repeat: repeat-y;
}

.leftMid03 a {	
	/*colour*/
}

.leftMid03 a:hover {
	text-decoration: none;
}

.leftMidLink {
	width: 0px;
	/*height: 30px;*/
	display: block;
	text-align: left;
	
	padding-top: 0px;
	padding-bottom: 0px;
}

.leftMidLink img {
	padding-left: 0px;
	padding-right: 0px;
	vertical-align: middle;
	float: left;
}


.leftFoot {
	margin-top: 20px;
	color: #333333;
	font-size: 0.85em;
	padding-left: 0px;
}

/* Centre elements */

.centreHead {
	padding-bottom: 5px;
	border-bottom: 1px solid #007CB9;
}

.centreHead b {
	color: #008BCF;
}

.centreMid {
	width: 590px;
	/*min-height: 700px;*/
	padding-top: 10px;
	height: auto;
}

.centrePanel {
	margin-top: 5px;
	
	display: none;
	
	/*float: right;*/
	
	width: 10px;
	height: 10px;
	
	text-align: left;
	
	/*visibility: hidden;*/
}

.centrePanelText {
	padding: 0px;
}

.centrePanel b {
	color: #008BCF;
}

.centrePanelLogin {
	display:none;
/*	margin-top: 5px;
	
	float: right;
	
	width: 190px;
	height: auto;
	
	text-align: left;*/
}
/* Visual styling */

a {
	color: #B03078;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.newsletterHeading {
	display: block;
	font-size: 2em;
	color: #007CB9;
	font-weight: bold;
}

h1 {
	font-size: 1.5em;
	color: #008BCF;
}

h3 {
	font-size: 1.25em;
	color: #AFBA3D;
	/*color: #CADB2A;*/
	/*color: #BECD2B;*/
}

.callout {
	font-size: 1.25em;
	font-weight: bold;
	font-style: italic;
	color: #B03078;
}

p {
	font-size: 1em;
}

ol {
	margin-top: 0px;
	position: relative;
	left: -20px;
}

.questionnaireHands {
	text-align: center;
	height: 30px;
	margin-top: -20px;
	overflow: show;
}

.coreInfoQuestions {
	font-weight: bold;
	color: #008BCF;
}

.errormsg {
	color: #ff0000;
}
.loginBox1 {
	width: 590px;
	height: 180px;
}

.loginBox1Text {
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	width: 370px;
	text-align: left;
	padding: 10px;
	vertical-align:middle; 
}

.loginBox2 {
	width: 590px;
	height: 180px;
	margin-bottom: 10px;
}

.loginBox2Text {
	float: right;
	font-size: 1.2em;
	font-style: italic;
	font-weight: normal;
	width: 330px;
	text-align: left;
	padding: 10px;
	vertical-align: middle;
	height:auto;
	display:block;
}

.margin0padding0 {
	margin: 0px;
	padding: 0px;
}

.textAlignCenter {
	text-align: center;
}

.registerNoticeBox {
	border: 1px solid #B03078;
	padding: 5px;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}

.defaultBox1 {
	width: 590px;
	height: 200px;
}

.defaultText {
	font-size: 1.2em;
	clear: both;
	font-weight: bold;
}

.defaultBox2 {
	width: 590px;
	height: 150px;
	margin-bottom: 10px;
}

.defaultBox2Text {
	float: right;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	width: 325px;
	text-align: left;
	padding: 10px;
	vertical-align:middle;
}

.defaultBox3 {
	width: 590px;
	clear: both;
}

.defatulBox3LangaugeText {
	float: left;
	font-size: 1.2em;
	font-weight: bold;
	width: 210px;
	height: 180px;
	text-align: left;
	padding: 10px;
	vertical-align:middle;
}

.defaultBox3RoleText {
	float: right;
	font-size: 1.2em;
	font-weight: bold;
	width: 330px;
	height: 180px;
	text-align: left;
	padding: 10px;
	vertical-align: middle;
}

.displayBlock {
	display: block;
}
.registerLeft
{
	width:280px;
	float:left;
	padding-left:5px;
	padding-right:5px;
	margin-bottom:-100px;
	padding-bottom:100px
}
.registerRight
{
	width:280px;
	float:right;
	padding-left:5px;
	padding-right:5px;	
	margin-bottom:-100px;
	padding-bottom:100px;
}

.label
{
	width:150px;
	float:left;
}


.physicianTourBox1 {
	width: 590px;
	height: 68px;
	margin-bottom: 10px;
	padding: 5px;
}

.physicianTourBox1Text {
	float: left;
	font-size: 1.2em;
	font-style: italic;
	font-weight: normal;
	text-align: left;
	padding: 10px;
	vertical-align: middle;
	width: 400px;
}

.physicianTourBox2 {
	width: 590px;
	height: 73px;
	margin-bottom: 10px;
	padding: 5px;
}

.physicianTourBox2Text {
	float: left;
	font-size: 1.2em;
	font-style: italic;
	font-weight: normal;
	text-align: left;
	padding: 10px;
	vertical-align: middle;
	width: 460px;
}

#physician {
	width: 590px;
	padding-top: 10px;
	height: auto;
}

