body  {
	font: 100% Arial;
	font-size: 13px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
        line-height: 19px;
}


/* universal page link color and style */
A:link {color: #778C19; text-decoration: none; }
A:visited {color: #778C19; text-decoration: none; }
A:hover {color: #3366cc; text-decoration: underline; }
A:active {color: #3366CC; text-decoration: none; }
	
.noHighlight:hover, .noHighlight {
text-decoration: none;
}
.newsCell {
float: right;
width: 240px;
}
.newsCell a {
color: #fff;
}
.bottomBorder {
border-top: dotted 1px #ddd;
}

#rotatingImages {
width:698px;
height: 460px;
}


.alternatingColorBoxesWhite {
/*width: 100%;  fix for the IE peekaboo bug */
background-color: #f7f7f7;
border-bottom: 1px dotted #aaa;
}

.alternatingColorBoxesGrey {
/*width: 100%; /* fix for the IE peekaboo bug */
background-color: #eeeeee;
border-bottom: 1px dotted #aaa; 
}

.alternatingColorBoxesWhite a:link,.alternatingColorBoxesWhite a:visited,
.alternatingColorBoxesGrey a:link,.alternatingColorBoxesGrey a:visited {
color: #3366cc;
}

.alternatingColorBoxesGrey, .alternatingColorBoxesWhite {
padding: 5px 0px;
padding-left: 10px;
}

.newsReadMoreLink {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    display: block;
    padding: 15px; 
    padding-top: 5px; 
    color: #333; 
    text-align: right;
  
}

.newsReadMoreNoPadding {
padding-bottom: 5px;
}

#galleryContainer, #videoContainer {
	overflow: hidden;
	width: 550px;
	height: 98px;
	border: 1px solid #aaa;	
	padding: 0px;
}

#gallerySlider, #videoSlider {
	width: 2000px;
	height: 98px;
	padding-left: 5px;
}

.galleryImage {
cursor: pointer; text-align: center;
background-color: #fdfdfd;
	float: left;
	width: 123px;
	height: 84px;
	margin-top: 5px;
	margin-right: 10px;
padding-top: 2px;
padding-left: 0px;
	border: 1px solid #aaa;

}

.galleryNav  {
	display: block;
	font-size: 20px;
	width: 38px;
	text-decoration: none;
	font-weight: bold;
}
.videoNav {
	display: block;
	font-size: 20px;
	width: 14px;
	text-decoration: none;
	font-weight: bold;
}
#galleryNavRight, .galleryNavRight {
	text-align: right;
}
#galleryNavleft, .galleryNavleft {
	text-align: left;
	color: #ccc;
}


#header {
	width: 943px;
	text-align: right;
}

#headerContainer {
}

#footer {
text-align: center;
}

#footerLeft {
float:left;
padding-left:30px;
padding-top:24px;
}
#footerLeft a {
display:block;
float:left;
height:40px;
width:185px;
}
#footerRight {
float: right;
padding-right:31px;
padding-top:17px;
}
#footerRight h4 {
color: #fff;
margin-bottom: 5px;
font-weight: normal;
}
#footerRight img {
margin: 0 5px;
border-color: #888;
}

/* containers */


.bgContainer {

background: transparent url('/uploaded/_layout2/bg_top.jpg') scroll no-repeat top center; 
}

#container {
	margin: 0px auto;
	width:947px;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

#contentContainer {
/* url(/uploaded/_layout/bilbray_bk.jpg)*/
background: #5A7E9E none no-repeat scroll center top;
clear:both;
float:left;
width:931px;
}


#mainContent {
	padding: 14px 0px 14px 20px;
height: auto;
	color: #fff;
}

#mainContent p {
        font-size: 13px;
	margin: 0px 30px 15px 0px; 
	padding: 0;
        line-height: 20px;
        letter-spacing: .5px;
        font-family: Arial, sans-serif;
}
#sidebar {
float: left;
padding:24px 20px 20px 25px;
width:200px;
height: 416px;
background: #5A7E9E;
}

#sidebar, #sidebar a:link, #sidebar a:visited {
color: #fff;
}

.contributeInvolveUpdate {
background: #A6C79A url(/uploaded/_layout2/contributeInvolveUpdate.jpg) scroll top left no-repeat;
}

.contributeInvolveUpdate a {
display: block;
height: 75px;
}
.rightSidebar a {
display: block;
height: 80px;
}

.rightSidebar {
background: transparent url(/uploaded/_layout2/right_sidebar.jpg) scroll top left no-repeat;
}



#footer { 
	color: #999;
height: 90px;
	font-size: 11px;
	text-align: left;
background: transparent url(/uploaded/_layout2/bg_bottom.jpg) no-repeat scroll center top;
}

#footer  a { 
	color: #999;
}
#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: 6px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* tame list items */

ol {
        
	margin: 2px 20px 0px 0px;
        color: #444444; text-decoration: none;
        font-family: Arial, sans-serif;
}

ul {
       
	margin: 2px 20px 0px 0px;
        color: #444444; text-decoration: none;
        font-family: Arial, sans-serif;
}
li {
	margin: 0px 0px 18px 0px;
}

/* make sure the paragraph tag doesn't get ugly */
p {
	margin: 10px 50px 8px 50px;
	padding: 6px 0 6px 0;
}

hr {
        margin: 20px 60px 0px 0px; 
        height:0;border:0;border-top:1px solid #3366CC;
}

/* 2 classes for indented content */
.content {
        padding: 10px, 50px, 10px, 10px;
	padding-left: 15px;
}
.subContent {
	padding:5px;
}

/* header styles */
h1,h2 {
	margin: 0px 0px 10px 0px;
	padding: 0px; 
	font-weight: strong;
}
h3 {
        margin: 0px 0px 5px 0px;
}

h4,h5,h6 {
	margin: 0px;
	padding: 0px;
	
}
p {
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
h1 {
	color: #417630;
	font-weight: normal;
}
h2 {
	color: #417630;
        margin: 0px 0px 5px 0px;
	font-weight: normal;
}
h3,h4,h5 {
	color: #666666;
	font-weight: normal;
}
h6 {
	color: #959595;
/*        margin: 0px 0px 30px 0px; */
        letter-spacing: 0.5px;
        font-weight: normal
}
h1 { font-size: 24px; }
h2 { font-size: 18px; }
h3 { font-size: 15px; }
h4 { font-size: 13px; }
h5 { font-size: 12px; }
h6 { font-size: 11px; }

#activeVideo {
padding: 3px;
background-color: #f0f0f0;
border: 2px solid #333;
}

.videoPreviewBox {
padding: 4px;
background-color: #fff;
border: 1px dotted #aaa;
cursor: pointer;
}

.videoPreviewBox:hover {
padding: 4px;
background-color: #f1f1f1;
border: 1px solid #aaa;
cursor: pointer;
}


#sidebar h3 {
color: #fff;
}


/***********************************************************************/
/**************************** end editables ****************************/
/***********************************************************************/


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

/* some random fix */
i,em {
	margin: 0px;
	padding: 0px;
}

/* IE fixes */
/* \*/
* html #mainContent {
	overflow: hidden;
	o\verflow: visible;
	width: 100%;
	w\idth: auto;
	he\ight: 1%;
}
/* */

/* lazd sa styles */
.inserted_blob { 
	background-color:#dadada;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #aaaaaa;
	border-right-color: #aaaaaa;
	border-bottom-color: #aaaaaa;
	border-left-color: #aaaaaa;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-style: italic;
	text-align: center;
	padding: 8px;
	width: 150px;

}  

/* form styles */
form {
  margin: 0px;
  padding: 0px;
}
.l_button {  
	font-family:Arial; font-size:12px; height:24px; font-weight: bold; color:#000000; background: #f1f1f1; padding-left:2px; padding-right:2px; padding-top:0px; padding-bottom:2px; text-align: left; vertical-align:bottom; text-align:center;
	border-top : 1px solid #dddddd;
	border-left : 1px solid #dddddd;
	border-bottom : 1px solid #224059;
	border-right : 1px solid #224059;
	background-image: url(../images/gradient.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#dadada;
}
.l_buttondisabled {filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50;  font-family:Arial; font-size:12px; height:24px; font-weight: bold; color:#000000; background: #f1f1f1; padding-left:2px; padding-right:2px; padding-top:0px; padding-bottom:2px; text-align: left; vertical-align:bottom; text-align:center;
	border-top : 1px solid #dddddd;
	border-left : 1px solid #dddddd;
	border-bottom : 1px solid #224059;
	border-right : 1px solid #224059;
	background-image: url(../images/gradient.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#dadada;
}
.l_buttonhighlight{  font-family:Arial; font-size:12px; height:24px; font-weight: bold; color:#000000; background: #ececec; padding-left:2px; padding-right:2px; padding-top:0px; padding-bottom:2px; text-align: left; vertical-align:bottom; text-align:center;  
	border-top : 1px solid #dddddd;
	border-left : 1px solid #dddddd;
	border-bottom : 1px solid #224059;
	border-right : 1px solid #224059;
	background-image: url(../images/gradient_bl.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#dadada;
}
.l_buttonpress{   font-family:Arial; font-size:12px; height:24px; font-weight: bold; color:#333333; background: #f3f3f3; padding-left:2px; padding-right:2px; padding-top:0px; padding-bottom:2px; text-align: left; vertical-align:bottom; text-align:center;  
	border-top : 1px #31557f solid;
	border-left : 1px #31557f solid;
	border-bottom : 1px #f8f9fb solid;
	border-right : 1px #f8f9fb solid;
	background-image: url(../images/gradient_ld.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
.disabled {
	padding:0px;
	font-family:Arial;
	color:#000000;
	filter:alpha(opacity=32);-moz-opacity:.32;opacity:.32;
}
.borderbox {
	background-image: url(../images/gradient.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#dadada;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #bfbfbf;
	border-right-color: #bcbcbc;
	border-bottom-color: #bcbcbc;
	border-left-color: #bfbfbf;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;

}
.borderbox_dotted {
	background-image: url(../images/gradient.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color:#dadada;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
	border-top-color: #bfbfbf;
	border-right-color: #bcbcbc;
	border-bottom-color: #bcbcbc;
	border-left-color: #bfbfbf;
	font-size: 12px;
	font-family:Arial, Helvetica, sans-serif;
}
.box { 
	font-family: Arial; font-size: 12px;
	border-left: 1px solid #aaaaaa; 
	border-bottom: 1px solid #aaaaaa;
	border-top: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	background-image: url(../images/gradient3.gif);
	background-repeat: repeat-x;
	background-color: #e9e9e9;
	padding: 5px;
	margin: 5px;
}
.box_confirm {
	background-color: #FFFFFF; 
	border: 1px solid #aaaaaa; 
	font-size: 14px; 
	font-weight: bold
}
.option { 
	font-weight: bold;
	font-family: Arial; font-size: 13px;
	padding: 2px;
	margin: 2px;
	line-height: 110%;
}
.sub_option { 
	font-weight: normal;
	font-family: Arial; font-size: 12px;
	padding: 3px;
	margin: 3px;
	line-height: 110%;
}



/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/simple_vertical.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#menuContainer { 
width:943px;
background: #FFFFFF url(/uploaded/_layout/menu_bk.gif) repeat-x scroll left top; 
}

/* Get rid of the margin, padding and bullets in the unordered lists */
#pmenu, #pmenu ul { list-style-type: none; margin:0 auto;
z-index: 100;
}

/* Set up the link size, color and borders */
#pmenu a, #pmenu a:visited { 
display:block; 
font-size:15px;
height:39px; 
line-height:39px; 
text-decoration:none; 
text-indent:5px; 
color: #5a95ae;
}


/* Set up the sub level borders */
#pmenu li ul li a, #pmenu li ul li a:visited { background-color: #778c19; margin:0px; color:#fff; width:180px; font-weight: normal; padding-left: 14px; line-height: 30px; height: 30px; }
#pmenu li a.enclose, #pmenu li a.enclose:visited { border: 0px; margin:0px; color:#fff; width:180px; font-weight: normal; padding-left: 14px; line-height: 30px; height: 30px;}

/* Set up the list items */
#pmenu li {float:left; margin:0px;}

/* For Non-IE browsers and IE7 */
#pmenu li:hover {position:relative;}
/* Make the hovered list color persist */
#pmenu li:hover > a {text-decoration: none; background:#a8b471; color: #fff; }
/* Set up the sublevel lists with a position absolute for flyouts and overrun padding. The transparent gif is for IE to work */
#pmenu li ul {display:none;}
/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
#pmenu li:hover > ul {display:block; filter:alpha(opacity=90);-moz-opacity:.90;opacity:.90; position:absolute; top:-11px; left:80px; padding:10px 30px 30px 30px; width:120px;}
/* Position the first sub level beneath the top level links */
#pmenu > li:hover > ul {left:-30px; top:29px; }

/* get rid of the table */
#pmenu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */
* html #pmenu li a:hover {position:relative; color: #A0001A; }

/* For accessibility of the top level menu when tabbing */
#pmenu li a:active, #pmenu li a:focus {color:#21305B;}


/* This lot is for IE5.5 and IE6 ONLY and is necessary to make the sublevels appear */

/* change the drop down levels from display:none; to visibility:hidden; */
* html #pmenu li ul {visibility:hidden; display:block; position:absolute; top:-11px; left:80px; padding:10px 30px 30px 30px;}

/* keep the third level+ hidden when you hover on first level link */
#pmenu li a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
#pmenu li a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
#pmenu li a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the sixth level hidden when you hover on fourth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul ul {
visibility:hidden;
}

/* make the second level visible when hover on first level link and position it */
#pmenu li a:hover ul { visibility:visible; left:-30px; top:14px; lef\t:-29px; to\p:29px;
}

/* make the third level visible when you hover over second level link and position it and all further levels */
#pmenu li a:hover ul a:hover ul{ 
visibility:visible; top:-11px; left:80px;
}
/* make the fourth level visible when you hover over third level link */
#pmenu li a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the sixth level visible when you hover over fifth level link */
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}



#pmenu li ul li a:hover {
background-color:#586813; 
color:#fff; 
}
