@charset "UTF-8";
/* CSS Document */
/* Link to normalize file */ @import url("normalize.css");

html {
	background-image: url(../../images/bg.jpg);
	background-repeat: no-repeat;
	background-size: 1600px 1155px;
	background-position: center top;
	background-color: black;
	width: 100%;
	height: 100%;
	}

body {
	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: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}

.thrColAbsHdr #container {
	top: 15px;
	position: relative;
	width: 940px;
	margin: 0 auto;
	text-align: left;
}

#newsticker {
	padding: 32px 5px 0px 5px;
}

#TopBox {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 6px;
	color:#FFF;
	float: right;
	padding: 0px;
	margin: -10px 30px 0px 0px;
	text-align:left;
}

#email {
	float: right;
	clear:both;
	margin: 15px 30px 0px 0px;
	padding: 0px;
	text-align:left;
	font-size:9px;
	color:#FFF;
	font-family: Verdana, Geneva, sans-serif;
	z-index: 2;
}

.thrColAbsHdr #containerbg {
	top: 0px;
	position: relative;
	width: 954px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px;
	background-image: url(../../images/pagebg.png);
	background-repeat: repeat-y;
	background-position: center top;
	height: 100%;
}

#padded {
	width: 954px;
	height: 100%;
	margin: 0px 7px 0px 7px;
}

#newsarchive {
	width: 890px;
	height: 100%;
	margin: 0px 20px 0px 20px;
}

#centre_col {
	position: relative;
	width: 500px;
	height: 100%;
	margin: 0px 220px 0px 220px;
	text-align: justify;

}

#calendar{
	margin-left: 30px;
	}

table.float_left {
	position:absolute;
	float: left;
	left: -216px;
	padding: 0;
	margin: 0;
}

table.float_right {
	position:absolute;
	float: right;
	right: -216px;
	padding: 0px;
	margin: 0;
}

.float_left {
	position:absolute;
	float: left;
	left: -216px;
	padding: 0;
	margin-top: -5px;
	clear: both;
}

.float_right {
	position:absolute;
	float: right;
	right: -216px;
	padding: 0px;
	margin-top: -5px;
	clear: both;
}

.float_left_nb {
	position:absolute;
	float: left;
	left: -216px;
	padding: 0;
	margin-top: 5px;
	clear: both;
}

.float_right_nb {
	position:absolute;
	float: right;
	right: -216px;
	padding: 0px;
	margin-top: 5px;
	clear: both;
}

img.grungeless {
	padding: 8px;

	/* fade effect */
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;

}

.grungeless:hover {
  -webkit-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
  filter: sepia(100%);
// Browser Specific
-webkit-filter: sepia(100%);
-moz-filter: sepia(100%);
-o-filter: sepia(100%);
-ms-filter: sepia(100%);
}

.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: 0px;
    line-height: 0px;
}

img.grunge1 {
	background-image: url(../../images/picbg1.png);
	background-image:  none,url(../../images/picbg1.svg), url(../../images/picbg1.png);
	background-size: 100% 100%;
	background-origin: content;
	background-repeat: no-repeat;
	background-position: center center;
	-o-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	padding: 8px;

	/* fade effect */
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;

}

.grunge1:hover {
  -webkit-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
  filter: sepia(100%);
// Browser Specific
-webkit-filter: sepia(100%);
-moz-filter: sepia(100%);
-o-filter: sepia(100%);
-ms-filter: sepia(100%);
}

img.grunge2 {
	background-image: url(../../images/picbg2.png);
	background-image:  none,url(../../images/picbg2.svg), url(../../images/picbg2.png);
	background-size: 100% 100%;
	background-origin: content;
	background-repeat: no-repeat;
	background-position: center center;
	-o-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	padding: 8px;

	/* fade effect */
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;

}

.grunge2:hover {
  -webkit-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
  filter: sepia(100%);
// Browser Specific
-webkit-filter: sepia(100%);
-moz-filter: sepia(100%);
-o-filter: sepia(100%);
-ms-filter: sepia(100%);
}

img.grunge3 {
	background-image: url(../../images/picbg3.png);
	background-image:  none,url(../../images/picbg3.svg), url(../../images/picbg3.png);
	background-size: 100% 100%;
	background-origin: content;
	background-repeat: no-repeat;
	background-position: center center;
	-o-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	padding: 8px;

		/* fade effect */
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;

}

.grunge3:hover {
  -webkit-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
  filter: sepia(100%);
// Browser Specific
-webkit-filter: sepia(100%);
-moz-filter: sepia(100%);
-o-filter: sepia(100%);
-ms-filter: sepia(100%);
}



img.grunge4 {
	background-image: url(../../images/picbg4.png);
	background-image:  none,url(../../images/picbg4.svg), url(../../images/picbg4.png);
	background-size: 100% 100%;
	background-origin: content;
	background-repeat: no-repeat;
	background-position: center center;
	-o-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	padding: 8px;

		/* fade effect */
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;

}

.grunge4:hover {
  -webkit-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
  filter: sepia(100%);
// Browser Specific
-webkit-filter: sepia(100%);
-moz-filter: sepia(100%);
-o-filter: sepia(100%);
-ms-filter: sepia(100%);
}


img.grunge5 {
	background-image: url(../../images/picbg5.png);
	background-image:  none,url(../../images/picbg5.svg), url(../../images/picbg5.png);
	background-size: 100% 100%;
	background-origin: content;
	background-repeat: no-repeat;
	background-position: center center;
	-o-background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	padding: 8px;


	/* fade effect */
     -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;

}

.grunge5:hover {
  -webkit-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
  filter: sepia(100%);
// Browser Specific
-webkit-filter: sepia(100%);
-moz-filter: sepia(100%);
-o-filter: sepia(100%);
-ms-filter: sepia(100%);
}

tr.spaceUnder > td
{
  padding-bottom: 1em;
}

p.Alpha{
	text-align:center;
	color:#F00;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	}

p.Alpha:before {
	padding-right: 3px;
	content: " - ";
	font:Georgia, "Times New Roman", Times, serif;
	color:#000;
}
p.Alpha:after {
	padding-left: 3px;
	content: " - ";
	font:Georgia, "Times New Roman", Times, serif;
	color:#000;
}

ul.no_bullet
	{
		list-style: none;
		margin-left: 10px;
		font: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
		font-size: 11px;
		color: #000;
		line-height: 16px;
		text-align:left;
	}

ul.orange_bullet
	{
		font: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #F60;
		margin-left: -20px;
		text-align:left;
		line-height: -10px;
	}

ul.blue_bullet
	{
		font: Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #00C;
		margin-left: -20px;
		text-align:left;
		line-height: -10px;
	}

.thrColAbsHdr #header {
	height: 209px;
	width: 954px;
	background-image:url(../../images/headmask2.png);
	background-position:top left;
	background-repeat:no-repeat;
	z-index: 1000;
	padding: 0;
	margin: 0;

}

.thrColAbsHdr #header2 {
	height: 97px;
	width: 954px;
	background-image: url(../../images/topmask3.png);
	background-position:top left;
	background-repeat:no-repeat;
	z-index: 1000;
	padding: 0;
	margin: 0;

}

#logo {
	position:relative;
	z-index: 3;
	top: 15px;
	left: 20px;
	width: 493px;
	padding: 0;
	margin: 0;

}

#wiFM {
	position: absolute;
	z-index: 3;
	top: 150px;
	right: 60px;
	margin: 0;
}

#MenuBar {
	margin-left: 7px;
	width: 940px;
	height:50px;
	background-image: url(../../images/buttonbg.png);
	background-repeat: repeat-x;
}

#MenuBar1 {
	width: 940px;
	height:50px;
}

.thrColAbsHdr #flash {
	position:absolute;
	left: 7px;
	width: 940px;
	height: 155px;
	z-index: -1;
	top: 50px;
	background-color:#FFF;
}

#spacer {
	width: 940px;
	height: auto;
	padding: 0;
	margin: 0;
}

.thrColAbsHdr #sidebar1 {
	position: absolute;
	left: 12px;
	width: 200px;
	border: 0;
	margin-left: 3px;
}

.thrColAbsHdr #sidebar2 {
	position: absolute;
	right: 12px;
	width: 200px;
	border: 0;
	margin-right: 3px;
}

.thrColAbsHdr #mainContent {
	margin-left: 227px;
	margin-right: 227px;
	padding: 0;
	width: 500px;
	min-height:1150px;
}

#footer {
	position: absolute;
	background-image:url(../../images/footerbg2.png);
	background-repeat:no-repeat;
	width: 954px;
	height: 89px;
	margin: 0 auto;
	float:left;
	text-align: left;
}

#BottomBox2 {
	height: auto;
	width: 420px;
	font-size: 8px;
	font-family:Verdana, Geneva, sans-serif;
	color: #333;
	padding: 10px;
	text-align:center;
	float: left;
	margin: 15px 0px 0px 55px;
}

#BottomBox {
	background-image:url(../../images/bottomlogo.png);
	background-position: middle left;
	background-repeat: no-repeat;
	height: 40px;
	color:#FFF;
	font-size: 9px;
	font-family:Verdana, Geneva, sans-serif;
	padding: 10px 0px 0px 50px;
	float: right;
	margin: 30px 7px 0px 0px;
}

.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;
}

a.WhiteSmallLink {
	text-decoration: none;
	font-size: 9px;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
}

.bluebox {
		width: 200px;
		min-height: 1100px;
		background-color: #e1edf8;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#e1edf8), to(#d3e6f7)); /* Saf4+, Chrome */
		background-image: -webkit-linear-gradient(top, #e1edf8, #d3e6f7); /* Chrome 10+, Saf5.1+, iOS 5+ */
		background-image:    -moz-linear-gradient(top, #e1edf8, #d3e6f7); /* FF3.6 */
		background-image:     -ms-linear-gradient(top, #e1edf8, #d3e6f7); /* IE10 */
		background-image:      -o-linear-gradient(top, #e1edf8, #d3e6f7); /* Opera 11.10+ */
		background-image:         linear-gradient(to bottom, #e1edf8, #d3e6f7);
		-moz-border-radius-bottomright: 10px;
		border-bottom-right-radius: 10px;
		-moz-border-radius-bottomleft: 10px;
		border-bottom-left-radius: 10px;
		border: 1px solid #89a2bd;
	}

	.bluebox .inner {
		padding: .5em;
		word-wrap: break-word;
	}

#appeal{
	padding: 15px 10px 15px 10px ;
	margin: 0 auto;
	display: block;
	border: 0;
}

#welcome{
	padding: 0px;
	display: block;
	margin: 0 auto;
}

#NewsBox
{
		position: relative;
		background-image: url(../../images/news.png);
		background-repeat:no-repeat;
		background-position:top;
		width: 500px;
		height: 45px;
		padding: 31px 2px 2px 2px;
		margin-bottom:-20px;
}

#scrollingText
	{
		height: 12px;
		margin: 0px 0px 0px 4px;
	}

	#scrollingText div.scrollableArea p
	{
		display: block;
		float: left;
		margin: 0;
		padding-right: 7px;
		padding-top: 1px;
		font-family: Courier, Arial, Sans-Serif;
		font-size: 12px;
		line-height: 12px;
		font-weight: normal;
		white-space: nowrap;
	}

#ColumnTopImg{
	margin: -6px 0px 10px -6px;
}

#backtotop{
	background-image:url(../../images/back_to_top_arrow.gif);
	background-position:top left;
	padding-left: 10px;
	background-repeat:no-repeat;
	}

img.pdfthumb{
	border: 1px solid grey;
	}

img.Newsthumb{
	float:left;
	padding: 2px;
	margin: 5px 10px 0px 5px;
	border: 1px solid grey;
	background-color:#FFF;

	}

div.newsitem{
	width: 485px;
	padding: 0px;
	margin: 0;
}

div.news_content{
	padding: 0px;
}

hr.hr {
  	border: none;
    /* top    */ border-top: 1px solid #ccc;
    /* middle */ background-color: #ddd; color: #ddd;
    /* bottom */ border-bottom: 1px solid #eee;
    height: 1px;
    *height: 3px; /* IE6+7 need the total height */
	width: 176px;
	margin: 32px 0px 10px 0px;
	clear: both;
}


/* P styles */

p.Black_boldhead{
	font: Helvetica Narrow;
	font-size: 15px;
	font-weight: 1000;
	text-align: center;
	margin-top: 5px;
}

p.Black_subhead{
	font: Helvetica Narrow, Helvetica, Sans;
	font-size:11px;
	text-align:center;
}

p.subitalicblue{
	font-family:"Times New Roman", Times, serif;
	color: #003a79;
	padding: 0px;
	margin: 0px;
	font-size: 20px;
	text-align:center;
}

p.subitalicbluenews{
	font-family:"Times New Roman", Times, serif;
	color: #003a79;
	margin: 4px 0px 0px 0px;
	font-size: 15px;
	text-align: left;
	font-weight: 600;
}
p.blackbody{
	font: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 16px;
	text-align: justify;
}

p.blackbody_padded{
	font: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 16px;
	text-align: left;
	margin: 5px 5px 0px 5px;
}

ul.blackbodyul{
	font: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 16px;
	padding-left: 10px;
	text-align: left;
	list-style:none;
}

p.blue_header_small
	{
	color: #003a79;
	font-family:"Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
	margin: 2px 0px 5px 5px;
	}

a.blue_header_small:link {
	color: #003a79;
	font-family:"Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	margin: 2px 0px 8px 5px;
	}

a.blue_header_small:visited {
	color: #003a79;
	font-family:"Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	margin: 2px 0px 8px 5px;
	}

a.blue_header_small:hover {
	font-family:"Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: 700;
	text-decoration: underline;
	margin: 2px 0px 8px 5px;
	}

a.WhiteNewsTicker:link {
		text-shadow: 1px 2px 3px #333333;
		font-family: Courier, Arial, Sans-Serif;
		font-size: 12px;
		line-height: 12px;
		font-weight: normal;
		text-decoration:none;
		color:#FFF;
}

a.WhiteNewsTicker:visited {
		font-family: Courier, Arial, Sans-Serif;
		font-size: 12px;
		line-height: 12px;
		font-weight: normal;
		text-decoration:none;
		color:#FFF;
}

a.WhiteNewsTicker:hover {
		text-shadow: 4px 4px 5px #333333;
		font-family: Courier, Arial, Sans-Serif;
		font-size: 12px;
		line-height: 12px;
		font-weight: normal;
		text-decoration: none;
		color:#FFF;
}

a.WhiteNewsTicker:active {
		font-family: Courier, Arial, Sans-Serif;
		font-size: 12px;
		line-height: 12px;
		font-weight: normal;
		text-decoration: blink;
		color:#FFF;
}

p.newsbody{
	font: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #000;
	line-height: 16px;
	text-align: left;
}

p.newsbodys{
	font: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #000;
	text-align: center;
}

/* End P styles */

/* link styles */
a.bodylink:link {
	font: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#003a79;
	text-decoration:none;
	font-size: 11px;
	text-align:left;
	}
a.bodylink:visited {
	font: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #003a79;
	font-size: 11px;
	text-align:left;
	}
a.bodylink:hover {
	font: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#F30;
	font-size: 11px;
	text-decoration:underline;
	text-align:left;
	}
a.bodylink:active {
	font: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #003a79;
	font-size: 11px;
	text-align:left;
	}

a.black_body_link:link {
	font: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #003a79;
	text-decoration:none;
}

a.black_body_link:active {
	font: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #F60;
	text-decoration: underline;
}

a.black_body_link:hover {
	font: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #F60;
	text-decoration: underline;
}

a.black_body_link: visited {
	font: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #003a79;
	text-decoration:none;
}

a.subitalicbluenews:link {
	font-family:"Times New Roman", Times, serif;
	color: #003a79;
	margin: 10px 0px 0px 0px;
	font-size: 16px;
	text-align: left;
	font-weight: 700;
	text-decoration: none;
}

a.subitalicbluenews:visited {
	font-family:"Times New Roman", Times, serif;
	color: #003a79;
	margin: 10px 0px 0px 0px;
	font-size: 16px;
	text-align: left;
	font-weight: 700;
	text-decoration: none;
}

a.subitalicbluenews:hover {
	font-family:"Times New Roman", Times, serif;
	margin: 10px 0px 0px 0px;
	font-size: 16px;
	text-align: left;
	font-weight: 700;
	text-decoration: underline;
}

a.boldblue:link {
	color: #003a79;
	font: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 9px;
	font-weight: 500;
	text-decoration: none;
	font-style:oblique;
	}
a.boldblue:visited {
	color: #003a79;
	font: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 9px;
	font-weight: 500;
	}
a.boldblue:hover {
	text-decoration: underline;
	font: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 9px;
	font-weight:500;
	}
a.boldblue:active {
	color: #003a79;
	font: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 9px;
	font-weight: 500;
	}

a.tickl:link {
	color:#FFF;
	text-decoration:none;
	font-size: 11px;
	}
a.tickl:visited {
	color: #FFF;
	font-size: 11px;
	}
a.tickl:hover {
	color:#FFF;
	font-size: 11px;
	text-decoration:underline;
	}
a.tickl:active {
	color: #003a79;
	font-size: 11px;
	}

a.newsbodylink:link {
	font: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#003a79;
	text-decoration:none;
	font-size: 11px;
	}
a.newsbodylink:visited {
	font: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #003a79;
	font-size: 11px;
	}
a.newsbodylink:hover {
	font: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#F30;
	font-size: 11px;
	text-decoration:underline;
	}
a.newsbodylink:active {
	font: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #003a79;
	font-size: 11px;
	}


/* End link styles */

	.newsbox {
		width: 500px;
		background: rgb(242,245,246); /* Old browsers */
		background: #fff88f; /* Old browsers */
		background: -moz-linear-gradient(top,  #fff88f 0%, #fbed73 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff88f), color-stop(100%,#fbed73)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #fff88f 0%,#fbed73 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #fff88f 0%,#fbed73 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #fff88f 0%,#fbed73 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #fff88f 0%,#fbed73 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff88f', endColorstr='#fbed73',GradientType=0 ); /* IE6-9 */
		-webkit-box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.22);
		-moz-box-shadow:    2px 2px 4px rgba(50, 50, 50, 0.22);
		box-shadow:         2px 2px 4px rgba(50, 50, 50, 0.22);
		-moz-border-radius: 10px;
		border-radius: 10px;
		height: 160px;

	}

	.newsbox_half {
		width: 245px;
		background: rgb(242,245,246); /* Old browsers */
		background: #fff88f; /* Old browsers */
		background: -moz-linear-gradient(top,  #fff88f 0%, #fbed73 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff88f), color-stop(100%,#fbed73)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #fff88f 0%,#fbed73 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #fff88f 0%,#fbed73 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #fff88f 0%,#fbed73 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #fff88f 0%,#fbed73 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff88f', endColorstr='#fbed73',GradientType=0 ); /* IE6-9 */
		-webkit-box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.22);
		-moz-box-shadow:    2px 2px 4px rgba(50, 50, 50, 0.22);
		box-shadow:         2px 2px 4px rgba(50, 50, 50, 0.22);
		-moz-border-radius: 5px;
		border-radius: 5px;
		height: 160px;
		float: left;
		margin-right: 10px;
		margin-bottom: 10px;

	}

	.newsbox .inner {
		padding: .5em .5em 0em .5em;
		word-wrap: break-word;
	}

	.newsbox_half .inner {
		padding: .5em .5em 0em .5em;
		word-wrap: break-word;
	}

	.rightalign {
	float: right;
	clear: both;
	width: 80px;
	text-align: right;
	color:#C60;
	font-size:12px;
	margin: 5px 5px 2px 0px;
	padding: 0px;
	}

	.rightalignnews {
	float: right;
	clear: both;
	width: 80px;
	text-align: right;
	color:#C60;
	font-size:12px;
	margin: -5px 5px 2px 0px;
	padding: 0px;
	}

	.rightalignnews_half {
	float: right;
	width: 80px;
	text-align: right;
	color:#C60;
	font-size:12px;
	margin: -5px 5px 2px 0px;
	padding: 0px;
	}

	.newsspace{
	margin: 0px 0px -4px 0px;
	}

.newsboxs {
		width: 500px;
		background-color: #FBED73;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#D4E7F7), to(#ebf3f9)); /* Saf4+, Chrome */
		background-image: -webkit-linear-gradient(top, #D4E7F7, #ebf3f9); /* Chrome 10+, Saf5.1+, iOS 5+ */
		background-image:    -moz-linear-gradient(top, #D4E7F7, #ebf3f9); /* FF3.6 */
		background-image:     -ms-linear-gradient(top, #D4E7F7, #ebf3f9); /* IE10 */
		background-image:      -o-linear-gradient(top, #D4E7F7, #ebf3f9); /* Opera 11.10+ */
		background-image:         linear-gradient(to bottom, #D4E7F7, #ebf3f9);
		-webkit-box-shadow: 3px 2px 5px rgba(50, 50, 50, 0.22);
		-moz-box-shadow:    3px 2px 5px rgba(50, 50, 50, 0.22);
		box-shadow:         3px 2px 5px rgba(50, 50, 50, 0.22);
		-moz-border-radius-bottomright: 5px;
		border-bottom-right-radius: 5px;
		-moz-border-radius-bottomleft: 5px;
		border-bottom-left-radius: 5px;
		-moz-border-radius-topright: 5px;
		border-top-right-radius: 5px;
		-moz-border-radius-topleft: 5px;
		border-top-left-radius: 5px;
		clear:both;
	}

	.newsboxs .inners {
		padding: 1px 0px 1px 10px;
	}

	#gbpic {
	padding: 2px;
	margin: 0px 10px 0px 0px;
	border: 1px solid grey;
	background-color:#FFF;
	margin: 0px 3px 10px 3px;
	}

	#choicebox {
		width: 70px;
		float: right;
		margin: 0;
	}

	img.piclink {
		text-decoration:none;
		border: 0;
	}

	#charity {
	margin-top: -26px;
	}

	#masktop1 {
		position: absolute;
		width: 500px;
		height: 26px;
		background-color:#FFF;
		margin-bottom:-26px;
		z-index: 1;
	}

	#masktop2 {
		position: absolute;
		width: 500px;
		height: 2px;
		background-color:#FFF;
		margin-bottom:-2px;
		z-index: 1;
	}

	#maskleft1 {
		position: absolute;
		width: 2px;
		height: 985px;
		background-color:#FFF;
		margin-top: -985px;
		z-index: 1;
	}

	#maskleft2 {
		position: absolute;
		width: 2px;
		height: 1192px;
		background-color:#FFF;
		margin-top: -1192px;
		z-index: 1;
	}

	.dbox {
		width: 380px;
		padding: 20px;
		margin-bottom: 10px;
		margin-left: 40px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		border: thin solid #CCC;
		background: #ffffff; /* Old browsers */
		background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
	}


	#Survey a{
	height: 50px;
	width: 150px;
	position: fixed;
	top: 100px;
	right: -75px;
	z-index: 999;
	padding: .5em;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	color:#eee;
	background:#C60;
	border:1px solid white;
	border-color:rgba(255,255,255,0.5);
	border-bottom:0px;
	text-decoration:none;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
	-webkit-border-radius:20px 15px 0 0;
	-moz-border-radius:20px 15px 0 0;
	-ms-border-radius:20px 15px 0 0;
	-o-border-radius:20px 15px 0 0;
	border-radius:20px 15px 0 0;
	-webkit-box-shadow:inset -3px 2px 5px -1px rgba(0,0,0,0.5),inset 3px 0 5px -1px rgba(255,255,255,0.5);
	-moz-box-shadow:inset -3px 2px 5px -1px rgba(0,0,0,0.5),inset 3px 0 5px -1px rgba(255,255,255,0.5);
	box-shadow:inset -3px 2px 5px -1px rgba(0,0,0,0.5),inset 3px 0 5px -1px rgba(255,255,255,0.5);
	text-shadow:2px 2px 3px rgba(0,0,0,0.5);
	-webkit-transition:height 2s; /* For Safari 3.1 to 6.0 */
	transition:height 2s;
    -moz-box-shadow: -4px -3px 17px #000000;
    -webkit-box-shadow: -4px -3px 17px #000000;
    box-shadow: -4px -3px 17px #000000;
}

#Survey a:hover{
	background-color: #F60;
	height: 100px;
}

#JoinUs a{
	height: 40px;
	width: 150px;
	position: fixed;
	top: 235px;
	right: -75px;
	z-index: 998;
	padding: .5em;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	color:#eee;
	background: #06C;
	border:1px solid white;
	border-color:rgba(255,255,255,0.5);
	border-bottom:0px;
	text-decoration:none;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
	-webkit-border-radius:20px 15px 0 0;
	-moz-border-radius:20px 15px 0 0;
	-ms-border-radius:20px 15px 0 0;
	-o-border-radius:20px 15px 0 0;
	border-radius:20px 15px 0 0;
	-webkit-box-shadow:inset -3px 2px 5px -1px rgba(0,0,0,0.5),inset 3px 0 5px -1px rgba(255,255,255,0.5);
	-moz-box-shadow:inset -3px 2px 5px -1px rgba(0,0,0,0.5),inset 3px 0 5px -1px rgba(255,255,255,0.5);
	box-shadow:inset -3px 2px 5px -1px rgba(0,0,0,0.5),inset 3px 0 5px -1px rgba(255,255,255,0.5);
	text-shadow:2px 2px 3px rgba(0,0,0,0.5);
	-webkit-transition:height 2s; /* For Safari 3.1 to 6.0 */
	transition:height 2s;
	-moz-box-shadow: -4px -3px 17px #000000;
    -webkit-box-shadow: -4px -3px 17px #000000;
    box-shadow: -4px -3px 17px #000000;
}

#JoinUs a:hover{
	background-color: #09F;
	height: 100px;
}


#memorialbg {
	top: 0px;
	width: 945px;
	margin: 0;
	padding: 0;
	background-image: url(../../images/memoriumbg.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}

#picLower {
width: 196px;
height: 20px;
margin: -14px 0px 0px -6px;
background: -moz-linear-gradient(top, rgba(128,153,183,1) 0%, rgba(223,236,248,.8) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(128,153,183,1)), color-stop(100%,rgba(223,236,248,.8)));
background: -webkit-linear-gradient(top, rgba(128,153,183,1) 0%,rgba(223,236,248,.8) 100%);
background: -o-linear-gradient(top, rgba(128,153,183,1) 0%,rgba(223,236,248,.8) 100%);
background: -ms-linear-gradient(top, rgba(128,153,183,1) 0%,rgba(223,236,248,.8) 100%);
background: linear-gradient(to bottom, rgba(128,153,183,1) 0%,rgba(223,236,248,.8) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8099b7', endColorstr='#dfecf8',GradientType=0 );
-webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}

  /* rotator in-page placement */
    #rotator {
	position:relative;
	margin-left: 82px;
	height:104px;
	width: 265px;
}
/* rotator css */
	#rotator  li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */
	#rotator  li img {
	height:104px;
	width: 265px;
}
    #rotator  li.show {
	z-index:500
}
