@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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;
	}
	
	IMG {margin-right: 15px;}

	
	
.twoColFixRtHdr #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/bkgrnd_900_700.jpg);
	height: 700px;
	background-repeat: no-repeat;} 
	.twoColFixRtHdr #container2 {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/bkgrnd_900_930.jpg);
	height: 930px;
	background-repeat: no-repeat;}
.twoColFixRtHdr #containervid {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/video_900_700.jpg);
	height: 700px;
	background-repeat: no-repeat;
	} 
.twoColFixRtHdr #containerplain {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/background_900_700_blank.jpg);
	height: 700px;
	background-repeat: no-repeat;
} 


.twoColFixRtHdr #nav-menu ul
{
	list-style: none;
	padding: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	
	a.nav:link color: white; text-decoration: none; 
}

.twoColFixRtHdr #nav-menu li
{

}

.twoColFixRtHdr #header {
	background: transparent;
	padding: 0px 0px 0px 0px;  /* 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. */
	height: 30px;
	width: 900px;
} 
.twoColFixRtHdr #header h1 {
	/* 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: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.twoColFixRtHdr #navContainer {
	background-color: transparent;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-color: #FFFFFF;
	font-size: 12px;
	width:600px;
	height: 40px;
	margin-left: 15px;
	_margin-left: -15px;
	_margin-right: 10px;
	}

.twoColFixRtHdr #navigation ul {
        background-color: #000000;
        padding: 5px 5px 5px 5px;
		/padding: 0px 
        text-align: center
		list-style: none;
		margin-right: 25px;
		/margin-right: -50px;
		}

.twoColFixRtHdr #navigation li {
		display: inline;
	
		}

.twoColFixRtHdr #navigation a:link, #navigation a:visited {
	    color: #FFFFFF;
		text-decoration: none;
		}

.twoColFixRtHdr #navigation a:link {
		color: #FFFFFF;
		}

.thrColFixHdr #navigation a:visited {
	color: #FFFFFF;
		}

		
	.twoColFixRtHdr #player {
	width: 600px;
	margin-left: 15px;
	}	
	
		.twoColFixRtHdr #thumbs {
	width: 600px;
	margin-left: 15px;
	margin-bottom: 15px;
	}	
		
			

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 300px;
	height: 600px;
	background-image: url(current_events_cover_265_529.png); behavior: url(iepngfix.htc);
	padding: 0px 0px 0px 11px;
	_padding: 0px 30px 0px 11px;
	background-repeat: no-repeat;	
}

.twoColFixRtHdr #sidebar_blank {
	float: right; /* since this element is floated, a width must be given */
	width: 300px;
	height: 600px;
	padding: 0px 0px 0px 11px;
	_padding: 0px 30px 0px 11px;
	background-repeat: no-repeat;	
}



.twoColFixRtHdr #sidebar1vid {
	float: right; /* since this element is floated, a width must be given */
	width: 300px;
	height: 600px;
	background-image: url(images/video_cover_265_529.png);
	behavior: url(iepngfix.htc);
	padding: 0px 0px 0px 11px;
	_padding: 0px 30px 0px 11px;
	background-repeat: no-repeat;
}


	
.twoColFixRtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:transparent;
	height: 40px;
	width: 900px;
} 
.twoColFixRtHdr #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 */
}
.twoColFixRtHdr #navigation2{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-color: #000000;
	font-size: 9px;
	text-align: left;
	padding: 10px 10px 10px 10px;
	width: 600px;
	background-color: transparent;
	height: 40px;
   }

.twoColFixRtHdr #prev{
	font: Arial, Helvetica, sans-serif;
	font-color: #000000;
	font-size: 8px;
	text-align: left;
	padding: 2px 0px 1px 0px;
	background-color: transparent;
	
   }
   
.twoColFixRtHdr #navigation2 ul {
		list-style: none;
		}

.twoColFixRtHdr #navigation2 li {
		display: inline;
		padding: 0px 0px;
		border-right: 0px solid #FFFFFF;
		}

.twoColFixRtHdr #navigation2 #contactDetailsPageLink {
		border-right: none;
		}
.twoColFixRtHdr #navigation2 a:link, #navigation a:visited {
	
		text-decoration: none;
		}

.twoColFixRtHdr #navigation2 a:link {
		color: #000000;
		}

.thrColFixHdr #navigation2 a:visited {
		color: #000000;
		}

.thrColFixHdr #navigation2 a:hover {
		text-decoration: underline;
		}

.thrColFixHdr #navigation2 a:active {
		color: #000000;
		}

.julia { /* 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;
}

.gallerycontainer{
position: relative;
width: 600px;
	margin-left: 15px;
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}



.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #FFFFFF;
	padding: 5px;
	left: -1000px;
	border: 1px  gray;
	color: black;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: italic;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
