@charset "utf-8";
.clear
{
            clear: both;
}

.clear:after 
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

a, a img
{
border: none;
}


.u3a 
{
	background-color: #eae6df;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(images/bg.gif);
    background-repeat: repeat-x;
    margin: 0px;
}

h1
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 26px;
    line-height: 1em;
    color: #00529b;
}

.caption
{
    background-color: #ffc525;
    color: #00529b;
    font-size: 15px;
    padding: 5px 10px 5px 10px;
}

.ctrlpanel .content
{
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    background-color: #eaeaea;
} 

.panel
{
    margin-bottom: 5px;
}
    
h2
{
    font-size: 16px;
    color: #000;
}

.container
{
    width: 900px;
    margin-right: auto;
    margin-left: auto;
}

.footer .caption 
{
    display: none;
}

.footer .content
{
    color: #ffffff;
    margin-top: 10px;
    margin-left: 10px;
}

.top-right
{   
    width: 230px;
    height: 80px;
    color: #FFF;
    top: 10px;
    position: absolute;
    top: 5px;
    margin-left: 660px;
}

#sizesmall, #sizemedium, #sizelarge
{
    cursor: pointer;
}

#sizesmall
{
    font-size: 85%;
}
#sizelarge
{
    font-size: 120%;
}

.search input
{
    width: 190px;
    border: 1px solid #000000;
}
.search a
{
    color:#ffffff;
    font-weight:bold;
}


.background
{
    width: 900px;
    background-image: url(images/main-bg.gif);
    background-repeat: repeat-y;
    top: 105px;
    position: absolute;
}
    
.logo
{
    margin-top: 0px;
    background-image: url(images/logo.gif);
    height: 152px;
    width: 240px;
    background-repeat: no-repeat;
    position: absolute;
    margin-left: auto;
}


.left-row
{
    width: 240px;
    height: auto;
    float: left;
}

.left-nav
{
    width: 227px;
    height: auto;
    margin-top: 52px;
    margin-left: 12px;
}
    
.lottery

{
   width: 227px;
    margin-left: 12px;
}

.contentsection-small, .contentsection-medium,  .contentsection-large
{
    width: 400px;
    height: auto;
    margin-left: 10px;
    margin-top: 10px;
    font-size: 100%;
}

.contentsection-medium
{
    font-size: 120%;
}

.contentsection-large
{
    font-size: 150%;
}


.contentsection-small1, .contentsection-medium1,  .contentsection-large1
{
    width: 620px;
    height: auto;
    margin-left: 10px;
    margin-top: 10px;
    font-size: 100%;
}

.contentsection-medium1
{
    font-size: 120%;
}

.contentsection-large1
{
    font-size: 150%;
}


.middle-top
{
    background-image: url(images/bg1.gif);
    background-repeat: repeat-x;
    height: 109px;
    width: 400px;
}
    

.middle
{
    width: 400px;
    height: auto;
    float: left;
}

.right-row
{   
    width: 225px;
    height: auto;
    float: left;
}

.right

{
    width: 220px;
    height: auto;
    margin-left: 20px;
    margin-top: 10px;
    -margin-left: 10px;
}

.full
{
    width: 620px;
    height: auto;
    float: left;
}
.footer
{
    width: 900px;
    height: 28px;
    background-image: url(images/footer.gif);
    background-repeat: repeat-x;
	float: left;
}

/* nav */
ul.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	list-style:	none;
	margin:			0;
	padding:		0;

}
ul.menu li 
{
    
	
}
ul.menu li a, ul.menu li a:link, ul.menu li a:visited {
	background-image: url(images/nav.gif);
	background-repeat: no-repeat;
	height: 30px;
	width: 227px;
	margin-bottom: 5px;
	text-align: left;
	display: block;
	color: #00529b;
	text-decoration: none;
		line-height: 30px;
	-line-height: 18px;
	padding-left: 10px;
}
ul.menu li a:hover {
	text-decoration: none;
	color: #0e0546;
}
ul.menu li.current a   {
	color: #0e0546;
}
ul.menu li ul  {
	
}
ul.menu li li  
{
    list-style:	none;
}

ul.menu li li  a , ul.menu li li a:link, ul.menu li li a:visited {
	text-decoration: none;
	color: #0e0546;
	height: 100%;
	background-image: url(../images/arrow.jpg);
	text-align: left;
	width: 150px;
    line-height: 20px;

}
ul.menu li li a:hover {
	text-decoration: none;
	color: #00529b;
}
ul.menu li li.current a {
	color: #00529b;
	background-color: transparent;
	background-image: url(../images/arrow_ro.jpg);
	background-repeat: no-repeat;
}
/* Superfish Menu */

/*** ESSENTIAL STYLES ***/
ul.sf-menu
{
    width: auto;
    height: auto;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

ul.sf-menu li
{
min-width: 227px;
width: 227px;	
margin-bottom: 5px;

}

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}

.sf-menu {
	line-height:	1.0;
}

.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			200px; /* left offset of submenus need to match (see below) */
	z-index:		999;
}
.f-menu ul li {
	width:			100%;
	z-index:		999;
}

.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}

.sf-menu li {
	float:			left;
	position:		relative;
}

.sf-menu a {
	display:		block;
	position:		relative;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			30px; /* match top ul list item height */
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** SKIN ***/
.sf-menu {
    margin-left: 0;
	margin-bottom:	0px;
    font-size: 16px;    
	line-height: 19px;
	-line-height: 18px;
	height: 30px;
	width: 227px;


}

.sf-menu a {
	border-left:	none;
	border-top:		none;
	padding: 		.5em 1.2em;
	text-decoration: none;
	height: 18px;
}

.sf-menu a:hover
{
	text-decoration: none;
}

.sf-menu li#last a {
	background-image: none;
}

.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#00529b;
    font-weight: normal;
}

.sf-menu li {

    background-image: url(images/nav.gif);
}

.sf-menu li a {
	background-image: url(../images/menu-horizontal-sep.gif);
	background-position: right; 
	background-repeat: no-repeat;
}

.sf-menu li li {
	background:		#48aae1;
	background-image: none;
	text-transform: none;
	text-align: left;
        opacity: 0.9;
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
        -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";	
}

.sf-menu li li a {
background-image: none;
}

.sf-menu li li li {
	background:		#48aae1;
  	text-transform: none;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {

    background-image: url(images/navroll.gif);
    color: #ffc525;

	outline:		0;
		z-index:		999;

}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.01em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url(../images/arrows-ffffff.png) no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */	
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url(../images/shadow.png) no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/* --- latest news default styles */

ul.news-summary
{
	list-style: none;
	list-style-position: outside;
	padding: 0;
	margin: 0;
}

ul.news-summary li div
{
	padding: 0;
	margin: 0;
    padding-bottom: 10px;
	position: relative;
}

ul.news-summary li div div.news-thumb 
{
	float: left;
	margin-right: 5px;
}


ul.news-summary li div.title
{
	font-weight: bold;
	line-height: 1em;
}

ul.news-summary li div.summary
{
	font-size: .9em;
}

ul.news-summary li a
{
	color: #000;
        text-decoration: none;
	height: auto;
	line-height: normal;
}

ul.news-summary li a.readmore
{

    padding-top: 5px;
    padding-bottom: 5px;
    float: left;
    text-decoration: underline;
    color: #00529b;
}

ul.news-summary li a:hover
{
	text-decoration: underline;



/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/
.sf-vertical, .sf-vertical li {
	width:	14.2em;
}
/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
	left:	10em; /* match ul width */
	top:	0;
}

/*** alter arrow directions ***/
.sf-vertical .sf-sub-indicator { background-position: -10px 0; } /* IE6 gets solid image only */
.sf-vertical a > .sf-sub-indicator { background-position: 0 0; } /* use translucent arrow for modern browsers*/

/* hover arrow direction for modern browsers*/
.sf-vertical a:focus > .sf-sub-indicator,
.sf-vertical a:hover > .sf-sub-indicator,
.sf-vertical a:active > .sf-sub-indicator,
.sf-vertical li:hover > a > .sf-sub-indicator,
.sf-vertical li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}
