body  {
	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: #FFFFFF;
	background-image:url(graphics/BG_green.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	background-color: #537365;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: normal;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0;
}
A { text-decoration:none }

#mainContent2 ul {
	list-style:none;
	padding: 0;
	margin: 0;
	color:#FFFFFF;
}
#mainContent2 li ul {
	background-color:#FFFFFF;
	padding-left: 2.3em;
	color:#FFFFFF;
	}
#mainContent2 li li {
	color:#FFFFFF;
	list-style:none;
	font-size:0.8em;
	text-align:left;	
	}
#mainContent2 ul li ul li a {
    background:none;
    text-indent:0;
    color:#FFFFFF;
    text-decoration:none;
	height:20px;
    }
#mainContent2 ul li ul li a:hover {
    color:#93C9FF;
	text-decoration:underline;
    }

/*ul {
	list-style: none;
	margin: 0;
	padding-left: 1em;
	text-indent: -1em;
	padding-top:0px;
	color:#FFFFFF;
	font-size:14px;
}

ul a{
	list-style: none;
	margin: 0;
	text-indent: -1em;
	padding-top:0px;
	color:#FFFFFF;
}

ul a:hover{
	list-style: none;
	margin: 0;
	text-indent: -1em;
	padding-top:0px;
	color: #93C9FF;
}
*/

.twoColFixLtHdr #container { 
	width: 992px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: #FFFFFF 10px solid;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 1070px;
} 
.twoColFixLtHdr #header { 
	background: #537365;
	height: 100px;
	background-image:url(graphics/wi_logo_cut_railways.jpg);
	background-position:right;
	background-repeat:no-repeat; 
	/*padding: 0 auto;   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. */
} 
.twoColFixLtHdr #header h1 {
	color: #FFFFFF;
	font-size: 36px;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 20px 0 10px 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #header p {
	color: #FFFFFF;
	margin: 0;
	font-size: 12px;
	padding-left: 10px;
}
.twoColFixLtHdr #header a {
	color: #FFFFFF;
	margin: 0;
	font-size: 12px;
	padding: 10px 0 0 0;
	text-decoration:underline;
}
.twoColFixLtHdr #header a:hover {
	color: #8ECDEE;
	text-decoration:underline;
}
.twoColFixLtHdr #below_header {
	background: #FFFFFF;
	margin-top: 10px;
	/*padding: 0 auto;   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. */
} 
.twoColFixLtHdr #below_header h1 {
	color: #FFFFFF;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #below_header h4 {
	color: #00446A;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 10px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	border-top: 1px solid #CCCCCC;
	font-size: 20px;
}


.twoColFixLtHdr #sidebar2 {
	float: left; 
	width: 240px; /* since this element is floated, a width must be given */
	background: #FFFFFF; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0; /* top and bottom padding create visual space within this div  */
	height:900px;
	margin-top: 10px;
	border: 0px solid #FF0000;
}
.twoColFixLtHdr #sidebar2 h3, .twoColLiqLtHdr #sidebar2 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}

.twoColFixLtHdr #sidebar3 {
	float: right; /* since this element is floated, a width must be given */
	width: 230px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #659481; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 10px 10px; /* padding keeps the content of the div away from the edges */
	margin: 10px 0 0 10px;
	height: 225px;
	position:relative;
}
.twoColFixLtHdr #sidebar3 p {
	color: #FFFFFF;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}

.twoColFixLtHdr #sidebar3 a {
	color:#FFFFFF;
	font-size:16px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}

.twoColFixLtHdr #sidebar3 a:hover {
	color: #CED9D2;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}

.twoColFixLtHdr #mainContent { 
	margin: 10px 0 10px 270px; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	height: 482px;
	background-color:#F0F0F0;
	padding: 10px 10px;
} 
.twoColFixLtHdr #mainContent p {
	font-size:14px;
	color:#666666;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}
.twoColFixLtHdr #mainContent H2 {
	color:#00446A;
	font-size:20px;
}

.twoColFixLtHdr #mainContent H4 {
	color:#00446A;
	font-size:20px;
	padding: 5px 5px;
	border-top: 1px solid #CCCCCC;
	
}
.twoColFixLtHdr #apDiv1 {
	position:absolute;
	margin: 0 220px 0 240px; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	width:220px;
	z-index:1;
	padding-top:3px;
	text-align:right;
}

#apDiv2 {
	float:left;
	position: relative;
	margin: 10px 0 10px 10px;
	width:482px;
	height:244px;
	background: #FFFFFF;
	padding: 0;
}
.twoColFixLtHdr #apDiv3 {
	float:left;
	position:relative;
	left:10px;
	top:10px;
	width:229px;
	height:245px;
	background:#C9C994;
	padding: 10px 10px 10px 10px;
}

.twoColFixLtHdr #apDiv3 a {
	color:#FFFFFF;
	font-size:14px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}
.twoColFixLtHdr #apDiv3 p {
	color:#FFFFFF;
	font-size:14px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}

.twoColFixLtHdr #apDiv3 p:hover {
	color:#A5A47F;
	font-size:14px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}

.twoColFixLtHdr #apDiv3 a:hover {
	color: #CCCC00;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}

.twoColFixLtHdr #apDiv4 {
	float:left;
	position:relative;
	left:10px;
	width:229px;
	height:685px;
	z-index:2;
	background:#A5A47F;
	padding: 10px 10px 10px 10px;
	margin: 0 0 10px 0;
}

.twoColFixLtHdr #apDiv4 a {
	color:#FFFFFF;
	font-size:14px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}

.twoColFixLtHdr #apDiv4 p {
	color:#FFFFFF;
	font-size:14px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}

.twoColFixLtHdr #apDiv4 a:hover {
	color: #C9C994;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}
#apDiv4 ul {
	list-style:none;
	padding: 0;
	margin: 0;
	color:#FFFFFF;
}
#apDiv4 li ul {
	background-color:#FFFFFF;
	padding-left: 2.3em;
	color:#FFFFFF;
	}
#apDiv4 li li {
	color:#FFFFFF;
	list-style:none;
	font-size:0.8em;
	text-align:left;	
	}
#apDiv4 ul li ul li a {
    background:none;
    text-indent:0;
    color:#FFFFFF;
    text-decoration:none;
	height:20px;
    }
#apDiv4 ul li ul li a:hover {
    color:#93C9FF;
	text-decoration:underline;
    }

.twoColFixLtHdr #mainContent2 { 
	margin: 10px 0 0 10px; /* the right margin can be given in percentages or pixels. It creates the space down the right side of the page. */
	float:left;
	position:relative;
	height: 695px;
	width:462px;
	background:#166690;
	padding: 10px 10px 0 10px;
	background-image:url(graphics/reverse1.jpg);
	background-position: center;
	background-repeat:no-repeat;
	margin-top: 0;
} 
.twoColFixLtHdr #mainContent2 p {
	font-size:14px;
	color:#FFFFFF;
	margin-bottom: 10px; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}
.twoColFixLtHdr #mainContent2 H2 {
	color:#00446A;
	font-size:20px;
}

.twoColFixLtHdr #mainContent2 a:hover {
	color: #C9C994;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
}

.twoColFixLtHdr #footer { 
	margin: 0 50px 0 50px;
	display:block;
	text-align: center;
	padding: 0 10px 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	/*background:#166690; */
} 
.twoColFixLtHdr #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 */
	font-size: 14px;
}
.twoColFixLtHdr #footer H2 {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-size: 24px;
	color:#FFFFFF;
	padding-top: 10px;
}
.twoColFixLtHdr #footer a {
	color: #FFFFFF;
	font-weight:bold;
	font-size:12px;
}
.twoColFixLtHdr #footer a:hover {
	color: #00FFFF;
	text-decoration:underline;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/****************************************8css for navbar*******************************************/
/* Nav Bar */
#navbar {
	margin:0;
	height:357px;
	width:240px;
	position:relative;
	border:0px solid #0ff;
}
#navbar li {
	list-style:none;
	/*position:absolute;*/
}
#navbar a {
	height:27px;
	display:block;
	text-indent:-999em;/**/
}
#panel1 a {
	background:url(graphics/railways_menu/Railways.gif) no-repeat;
}
#pane23 a {
	background:url(graphics/railways_menu/cambrian_coaster.gif) no-repeat;
}
#panel3 a {
	background:url(graphics/railways_menu/convey_valley.gif) no-repeat;
}
#panel4 a {
	background:url(graphics/railways_menu/fairbourne.gif) no-repeat;
}
#panel5 a {
	background:url(graphics/railways_menu/ffestiniog.gif) no-repeat;
}
#panel6  a{
	background:url(graphics/railways_menu/great_little_trains.gif) no-repeat;
}
#panel7 a {
	background:url(graphics/railways_menu/gwili_railways.gif) no-repeat;
}
#panel8 a {
	background:url(graphics/railways_menu/heart_of_wales.gif) no-repeat;
}
#pane24 a {
	background:url(graphics/railways_menu/llangollen.gif) no-repeat;
}
#pane20 a {
	background:url(graphics/railways_menu/snowdon_mountain.gif) no-repeat;
}
#pane21  a{
	background:url(graphics/railways_menu/teiffi_valley.gif) no-repeat;
}
#pane22 a {
	background:url(graphics/railways_menu/welsh_highland.gif) no-repeat;
}
#pane25 a {
	background:url(graphics/railways_menu/Llanberis_Lake.gif) no-repeat;
}


/*focus styles */

#panel1 a:hover, #panel1 a:active, #panel1 a:focus {
	background-position: -240px;
}

#pane23 a:hover, #pane23 a:active, #pane23 a:focus {
	background-position: -240px;
}
#panel3 a:hover, #panel3 a:active, #panel3 a:focus {
	background-position: -240px;
}
#panel4 a:hover, #panel4 a:active, #panel4 a:focus {
	background-position: -240px;
}
#panel5 a:hover, #panel5 a:active, #panel5 a:focus {
	background-position: -240px;
}
#panel6 a:hover, #panel6 a:active, #panel6 a:focus {
	background-position: -240px;
}
#panel7 a:hover, #panel7 a:active, #panel7 a:focus {
	background-position: -240px;
}
#panel8 a:hover, #panel8 a:active, #panel8 a:focus {
	background-position: -240px;
}
#pane24 a:hover, #pane24 a:active, #pane24 a:focus {
	background-position: -240px;
}
#pane20 a:hover, #pane20 a:active, #pane20 a:focus {
	background-position: -240px;
}
#pane21 a:hover, #pane21 a:active, #pane21 a:focus {
	background-position: -240px;
}
#pane22 a:hover, #pane22 a:active, #pane22 a:focus {
	background-position: -240px;
}
#pane25 a:hover, #pane25 a:active, #pane25 a:focus {
	background-position: -240px;
}

#navbar ul {
	padding: 0;
	margin: 0;
}
#navbar li ul {
	background-color:#fff;
	padding-left: 2.3em;
	}
#navbar li li {
	list-style:none;
	font-size:0.8em;
	text-align:left;	
	}
#navbar ul li ul li a {
    background:none;
    text-indent:0;
    color:#666;
    text-decoration:none;
	height:20px;
    }
#navbar ul li ul li a:hover {
    color:#008400;
	text-decoration:underline;
    }
.style3 {color: #333333}
.style4 {
	color: #FFFFFF;
	font-size: 14px;
}
.style5 {color: #166690;
	font-size: 14px;
	font-weight:bold;}
.style6 {
	color: #166690;
	font-size: 14px;
}
.style6Dark {
	color: #454D40;
	font-size: 12px;
	font-weight: bold;
}
.style10pxDark {
	color: #454D40;
	font-size: 12px;
	font-weight:bold;
}

div.horRule {
	height: 1px;
	border-top: 1px solid #E5E5E5;
	margin-top: 3px;
	margin-bottom: 3px;
	margin-left: 10px;
	margin-right: 10px;
}
div.horRule hr {
	display: none;
}
#mapCanvas, #map {
	width: 720px;
	height: 730px;
	color: #222;
	font-size: 0.9em;
}
        #info {
            background: url(infoBG.png) no-repeat bottom left;
            width: 180px;
            padding: 10px;
            height: 80%;
            overflow: auto;
            /*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='infoBG.png', sizingMethod='scale');*/
        }
.style7 {
	color: #FFFFFF;
	font-size:14px;
}
.style7 a:hover{
	color: #93C9FF;
	font-size:14px;
}
.style9 {
	color: #CCCCCC;
	font-size:14px;
}
.style9 a{
	color: #CCCCCC;
	font-size:14px;
}
.style9 a:hover{
	color: #176D9B;
	font-size:14px;
	text-decoration:underline;
}
.styling{
	color: #FFFFFF;
	font-size:  14px;
	font-weight:bold;
}
.style8 {
	font-size: 16px;
	color: #FFFFFF;
}
.style10px {
	font-size: 10px;
	color: #FFFFFF;
}
.style10px a{
	font-size: 10px;
	color: #FFFFFF;
}
.style10px a:hover{
	font-size: 10px;
	color: #93C9FF;
}
.lightblue14px {
	font-size:14px;
	color:#9FBFD0;
}
.lightblue18px {
	font-size:18px;
	color:#9FBFD0;
}
.lightblue12px {
	font-size:12px;
	color:#166690;
}
