@charset "utf-8";
/* CSS for Splash Page */
/* Author: Michele Walker */
/* Date: 5th November 2008 */
/* Updated: 20th August 2009 */
/* Updated font family to include Arial Unicode MS, Welsh copyright symbol 8th Nov 2010 */

body {
	background-image: url(../images/splash_images_new/splash.jpg);
	background-repeat: no-repeat;
	background-position: 50% 10px;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Arial Unicode MS, Helvetica, sans-serif;
	font-size: 83%;
	}
/* ------------------------------ */
#english, #welsh{
	position: absolute;
	top: 132px;
	width: 44%;
	z-index: 10;
}
#english{
	left: 5%;
	text-align: left;
}
#welsh{
	right: 5%;
	text-align: right;
}
#welsh p{
	right: 0;
}
#welsh a,
#english a {
	background-color: white;
}
#welsh a {
	padding-right: 25px;
}
#english a {
}

p {
	margin: 0;
}
img {
	border: 0;
}

/* ------------------------------ */
.language{
 	margin-top: 0;
}
#english .language a,
#welsh .language a {
    font-size: 130%;
	font-weight: bold;
	color: #ffffff;
	background-color: #B3013B;
	text-decoration: none;
	margin-top: 0;
	padding-left: 25px;
	padding-right: 25px;
}
#english .language a:hover,
#welsh .language a:hover {
 	text-decoration: underline;
}
.contactus{
	position: absolute;
	top: 200px; /* 370-132 = 238 */
}

.access{
	position: absolute;
	top: 280px; 
}

.otherlang{
	position: absolute;
	top: 118px; /* 250-132 = 118 */
	font-weight: bold;
/*	border: 1px solid red;*/
	}
.otherlang a{
	color: #cc0066;
}

#wrexham_logo{
	position:absolute;
	top: 300px;
	left: 50%;
	margin-left: -75px; /* 257/2 = 128 */
	z-index: 5;
}

.website_copyright{
	position:absolute;
	top: 340px; /* 460-132 = 328 */
	font-size:80%;
}
#welsh .website_copyright {
	padding-right: 25px;
	padding-left: 0;
}
#english .website_copyright {
	padding-left: 25px;
	padding-right: 0;
}

.logo_bar{
	position: absolute;
	top: 410px;
	width: 100%;
	text-align: center;
	}

h1 {
	display:none;
}

ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

li {
	line-height: 45px;
	padding-left: 25px;
	margin: 0;
}

li a {
	color: #666;
	font-weight:bold;
}
	
li a:hover {
	color:#cc0066;
	}

#search_form {
	padding-left: 25px;
	margin-top:65px;
}

#search_div {
	/*width: 228px;*/
	/*background-color: white;
	background-color: rgba(255,255,255,0.5);
	padding: 20px 0;*/
	display: inline;
	color:#666;
	font-weight:bold;
}

#search_form_w {
	padding-right: 25px;
	margin-top:65px;	
}

#search_div_w {
	/*width: 228px;*/
	/*background-color: white;
	background-color: rgba(255,255,255,0.8);
	padding: 20px 0;*/
	display: inline;
	color:#666;
	font-weight:bold;

}

#english label {
	/*color: white;
	font-weight: bold;*/
	background-color: white;
}

#welsh label {
	/*color: white;
	font-weight: bold;*/
	background-color: white;
}

#search_button {
	color: #333;
	background-color:#ccc;
	padding: 0 2px 0 2px;
	}
	
#search_button_w {
	color: #333;
	background-color:#ccc;
	padding: 0 2px 0 2px;
	}
