﻿	
#backgroundPopup {
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#a76e2f;	
	z-index:1;
	}
	
#popupContact {
	display:none;
	position:fixed;
	min-height: 305px;
	height: auto !important;
	height: 305px;
	width:570px;
	background: url(../images/popup-top.gif) 0 0 no-repeat;
	z-index:2;
	padding:15px 0 0 0;
	font-size:13px;
	}
	#popupContact p {
		font-size: 0.9em;
		line-height: 1.3em;
		color: #060606;
		}
		#popupContact img {
			margin-bottom: 15px;
			}
			#popupContact a img {
				margin-bottom: 0;
				}
				
#popupContact a {
	text-decoration: underline;
	}
	#popupContact a:hover {
		text-decoration: none;
		}
					
#popupContactClose {
	right:12px;
	top:12px;
	position:absolute;
	}
#popupContact #popupContactClose img {
		margin-bottom: 0;
		}
		

#popupContact a#popupContactClose {
	cursor: pointer;
	display: block;
	}
	
#popUpCentre {
	padding: 0 20px;
	text-align: left;
	}
	
#popUpCorners {
	background: #fff url(../images/popup-bottom.gif) left bottom no-repeat;
	padding: 15px 0 15px 0;
	min-height: 310px;
	zoom: 1;
	}
	
.imgLink {
	margin-top: 10px;
	}
	
.visitCtpa {
	float: right;
	}
	
.factsAbout {
	float: left;
	}
	
.visitCtpa, .factsAbout {
	margin-bottom: 0;
	}
