@charset "UTF-8";
/* CSS Document */


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666 url(/images/site_background.png) repeat-y center top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	color: #000000;
}
h1 {font-family: 'Reenie Beanie', arial, serif;  font-size:38px;}
h2 {font-size:90%}
h2 { font-family: 'Reenie Beanie', arial, serif;  font-size:38px;}
.sidebar1 h2 {padding: 10px 0;margin:0}

.zoom_query {width:100px;}
.go {width:60px;}
.container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: 2px solid #3C55A8;
border-right: 2px solid #3C55A8;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.topmenu {float:right;height:19px;}

.topmenu ul {padding:0;margin:0;list-style:none;}
.topmenu li {float:left;margin-bottom:2px;}
.topmenu a {display:block;height:17px;width:60px;font-size:68%;text-decoration:none; color:#FFFFFF; text-align:center;line-height:18px;border:solid #fff;border-width:0px 0px 0px 1px;}
.topmenu a:hover {color:#000;} li {float:left;margin-bottom:2px;}
.topmenu a {display:block;height:17px;width:60px;font-size:68%;text-decoration:none; color:#FFFFFF; text-align:center;line-height:18px;border:solid #fff;border-width:0px 0px 0px 1px;}
.topmenu a:hover {color:#000;}

.menuside ul {padding:0;margin:0;list-style:none;}
.menuside li {margin-bottom:2px;}
.menuside a {display:block;background:#586498; width:170px;height:20px;font-size:80%;text-decoration:none; color:#FFFFFF; text-indent:5px;line-height:19px;}
.menuside a:hover {color:#000;background:#586498;}

.newsNav {padding:10px 0 10px 0;margin:0;list-style:none;}
.newsNav li {float:left;margin-left:2px;display:block;height:17px;width:60px;font-size:80%;background:#586498; text-indent:5px;line-height:18px;}
.newsNav a {text-decoration:none; color:#fff;}
.newsNav a:hover {color:#000;}

.detailNav {padding:10px 0 10px 0;margin:0;list-style:none;}
.detailNav li {float:left;margin-left:2px;display:block;height:17px;width:60px;font-size:80%;background:#586498; text-indent:5px;line-height:18px;}
.detailNav a {text-decoration:none; color:#fff;}
.detailNav a:hover {color:#000;}

.pageNavContainer{width:350px;float:right;}
.pages {padding:0;margin:0;list-style:none; float:right;}
.pages li {float:left;margin-left:2px; margin-bottom:2px;background:#586498; text-align:center;font-size:80%; line-height:18px;}
.pages a {display:block;text-decoration:none; color:#fff;height:17px;width:17px;}
.pages a:hover {color:#000;}

.newsNavContainer ul {padding:0 0 10px 0 ;margin:10px 0;list-style:none;}
.newsNavContainer li {float:left;margin-left:2px; margin-bottom:2px;background:#586498; text-align:center;font-size:80%; line-height:18px;}
.newsNavContainer a {display:block;text-decoration:none; color:#fff;height:17px;width:17px;}
.newsNavContainer a:hover {color:#000;}

.list1 {list-style:none;}


.total{margin:10px 2px;}

.active{display:block;background:#F00907;color:#fff;width:17px;height:17px;}

.newsitem{border:solid; border-width: 0 0 2px 0 ; margin-bottom:10px;}
.news {background:#dddddd; padding:5px;}
.news h2 { line-height:22px;padding:0;margin:0;}
.news h3 {font-size:90%; line-height:22px;padding:0;margin:0;}

.container { 
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #eeeeee;
	
} 
.header { 
	background:#767C92; 
	padding: 0;  
	height:109px;/* 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. */
} 
.header h1 {
	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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* 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: #767C92; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px;
margin:0px;
}
.mainContent { 
font-size:80%;
background:#eeeeee;	
margin: 0 0 0 210px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

} 
.footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD; 
font-size:60%;
} 
.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 */
}
.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;
}
.centre{text-align:center;}

.images {clear:right;}
.images li a { text-decoration:none; color:#586498;}
.images li a:hover { text-decoration:underline; color:#0F178B;}


.images img
{
	padding: 0px;
	
}

.images li
{
	display: inline;
	float: left;
	
	position: relative;
	width: 238px;
	height: 280px;
	font-size: 95%;
        text-align:center;

}
.data { display:block;
width:200;
height:90px;
overflow:auto;
font-size:96%;
text-align:center; }
.subcats{list-style:none;display:none; }
.subcats li {}
.sharebutton{float:right; padding-left:3px;border-left:1px solid #fff;}