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


body {
	font: 100%;
	font-size:16px;
	background-color: #cad8ee;
	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: "Times New Roman", Times, serif;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* 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. */
}
.oneColFixCtrHdr #header {
	background-image:url(images/header.jpg);
	height:180px;
	padding: 0;  /* 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. */
}
.oneColFixCtrHdr #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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 180px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image:url(images/body.jpg);
	background-color: #000000;
	height: 450px;
}
.oneColFixCtrHdr #mainContent h1{
	margin: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;}
.oneColFixCtrHdr #mainContent h2{
	margin: 0;
	padding: 10px 20px;
	font-family: "Times New Roman", Times, serif;
	color:#FFFFFF;
	background-color: #000000;
 opacity:0.50;
 filter:alpha(opacity=50);}
.oneColFixCtrHdr #mainContent 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 20px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #ffffff;
	background-color: #000000;
	opacity:0.75;
	filter:alpha(opacity=75);
	z-index:10;
}

.oneColFixCtrHdr #mainContent img{
	opacity:1.0;
	filter:alpha(opacity=100);
 }
.oneColFixCtrHdr #footer {
background-color:#000000;
padding: 0 2px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	
}
.oneColFixCtrHdr #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: 2px 0 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:center;
	font-size:0.7em;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
.oneColFixCtrHdr #footer a {
	color:#FFFFFF;
}
#header a:link {
	color: #000000;
}
#header ul li #current:link{
	color: #ffffff;
}
#header a:visited {
	color: #000000;
}
#header a:hover {
	color: #ffffff;
}
#header a:active {
	color: #000000;
}
a:link{
color: #ffffff;
}
a:visited {
	color: #ffffff;
}
a:hover {
	color: #ffffff;
}
a:active {
	color: #ffffff;
}
#header ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: "Times New Roman", Times, serif;
font-size:1.4em;
	border:none;
}

#header li { /* all list items */
	float: left;
	position: relative;
	width: 4.5em;
	font-size:1em;
	border-left-color:#CCCCCC;
	border-left-width:thin;
	border-left-style:solid;
}

#header li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 1em;
	left: 0;
	width: 105px;
	padding-left:10px;
	border:none;
	padding-right:5px;
	font-size:0.66em;
	background-image:url(images/body.jpg);
}

#header li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#header li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
	border-left-style:none;
	
}

#content {
	clear: left;
}.video {
	background-color: #796C5D;
	width: 150px;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 1;
	float: right;
	margin: 5px;
}
.oneColFixCtrHdr #container #mainContent ul {
	color: #ffffff;
	background-color: #000000;
	opacity:0.75;
	filter:alpha(opacity=75);
	margin:0;
	padding:0 20px 0 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
	
.thumbnail{
	background-color: #222;
	float:left;
	border: 4px solid #2a2a2a;
	width:103px; height:81px}

