@charset "utf-8";







body {
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333366;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;







}



.imageright {



	margin-top: 10px;



	margin-right: 0px;



	margin-bottom: 0px;



	margin-left: 10px;



}



.imageleft {



	margin-top: 0px;



	margin-right: 10px;



	margin-bottom: 0px;



	margin-left: 0px;



}











.oneColLiqCtrHdr #container {



	width: 850px;  /* this will create a container 80% of the browser width */



	background: #FCFCFE;



	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */



	border: 1px solid #000000;



	text-align: left; /* this overrides the text-align: center on the body element. */







}



.oneColLiqCtrHdr #container #mainContent #subnav {



	background-color: #FCFCFE;



	border-top-width: 0px;



	border-right-width: 0px;



	border-bottom-width: 20px;



	border-left-width: 0px;



	width: 100%;



	text-align: center;



	padding: 6px 2px;



	font-size: 90%;



	margin-top: 5px;



	margin-bottom: 10px;



	border-top-style: solid;



	border-right-style: solid;



	border-bottom-style: solid;



	border-left-style: solid;



	border-top-color: #FFFFFF;



	border-right-color: #FFFFFF;



	border-bottom-color: #D2D2E1;



	border-left-color: #FFFFFF;



}



.oneColLiqCtrHdr #container #mainContent h4 {



	color: #8D8DB4;



	text-align: center;



}







.oneColLiqCtrHdr #container #mainContent #subnav a {



	color: #8D8DB4;



}







.oneColLiqCtrHdr #container #mainContent #subnav a:hover {



	color: #333366;



	background-color: #CECEDF;



}



.oneColLiqCtrHdr #container #mainContent h2 {



}







.oneColLiqCtrHdr #container #mainContent #datalist {



	font-size: 90%;



	width: 100%;



}











.oneColLiqCtrHdr #container #mainContent #datalist #listing h3 {



	color: #8D8DB4;



}







.oneColLiqCtrHdr #container #mainContent #datalist #listing p a{



	color: #333366;



	font-size: 90%;



}



.oneColLiqCtrHdr #container #mainContent #datalist #listing p a:hover{



	color: #333366;



}















.oneColLiqCtrHdr #header {



	padding: 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */



	height: 92px;



	margin: 0px;







}







.oneColLiqCtrHdr #header h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #646AA6;
	padding-top: 16px;
	padding-right: 0;
	padding-left: 0;
	font-size: 18px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;







}



.oneColLiqCtrHdr #container #header h2 {



	font-size: 100%;



	color: #8D8DB4;



	text-align: center;



	margin: 4px;



}











.oneColLiqCtrHdr #container #topnav {



	list-style-type: none;



	background-color: #8D8DB4;



	display: block;



	width: 100%;



	padding: 4px 0px 6px;



	text-align: center;



	margin: 0px;







}







#navigation ul {







	list-style-type: none;







	display: inline;







}







#navigation li {







	display: inline;







}







#navigation a {



	display: inline;



	font-weight: bold;



	color: #FFFFFF;



	background-color: #646AA6;



	margin: 0px 4px;



	padding: 4px;



	text-decoration: none;



	font-size: 80%;







}







#navigation a:active {



	display: inline;



	font-weight: bold;



	color: #FFFFFF;



	background-color: #646AA6;



	margin: 0px 4px;



	padding: 4px;



	text-decoration: none;







}







#navigation a:visited {



	display: inline;



	font-weight: bold;



	color: #FFFFFF;



	background-color: #646AA6;



	margin: 0px 4px;



	padding: 4px;



	text-decoration: none;







}







#navigation a:hover {



	display: inline;



	font-weight: bold;



	color: #FFFFFF;



	background-color: #FFFFFF;



	margin: 0px 4px;



	padding: 4px;



	text-decoration: none;







}















.oneColLiqCtrHdr #container #header img {



	float: left;



	margin-top: 10px;



	margin-right: 10px;



	margin-bottom: 10px;



	margin-left: 10px;







}















.oneColLiqCtrHdr #mainContent {



	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */



	background: #FCFCFE;







}







.oneColLiqCtrHdr #container #mainContent h2 {
	color: #666699;
	font-size: 98%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;







}















.oneColLiqCtrHdr #footer {



	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */



	background:#C6D2DB;



	border-top-width: 1px;



	border-bottom-width: 1px;



	border-top-style: solid;



	border-right-style: solid;



	border-bottom-style: solid;



	border-left-style: solid;



	border-top-color: #666699;



	border-right-color: #666699;



	border-bottom-color: #666699;



	border-left-color: #666699;



	border-right-width: 0px;



	border-left-width: 0px;







} 



.oneColLiqCtrHdr #container #mainContent a {



	color: #6666CC;



	text-decoration: none;



}











.oneColLiqCtrHdr #footer p {



	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */



	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */



	text-align: center;



	font-size: 90%;







}







.oneColLiqCtrHdr #credits {



	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */



	background:#FFFFFF;







} 







.oneColLiqCtrHdr #credits p {



	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */



	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */



	text-align: center;



	font-size: 90%;







}







.content {







	color: #333333;







	display: none;







}







#jump {







	display: inline;







	background-color: #FFFFFF;







	clear: both;







	margin: 0px;







	padding: 0px;







}



.oneColLiqCtrHdr #container #mainContent #googlemap {



	float: right;



	border: 1px solid #666699;



	margin: 10px 0px 10px 20px;



}



.oneColLiqCtrHdr #container #mainContent #data1 {



	float: left;



	width: 800px;



	margin-top: 10px;



	margin-bottom: 10px;



}



.oneColLiqCtrHdr #container #mainContent h3 {

	font-size: 90%;

	color: #666699;

}

.oneColLiqCtrHdr #container #mainContent #1table {

	background-color: #F1F1F1;

}

.oneColLiqCtrHdr #footer #subnavbase a {



	color: #8D8DB4;



}







.oneColLiqCtrHdr #footer #subnavbase a:hover {



	color: #333366;



	background-color: #CECEDF;



}.oneColLiqCtrHdr #container #header #webdesignwales {

	text-align: center;

	color: #646AA6;

	font-weight: bold;

}
