@charset "utf-8";
/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFF;
}
.oneColLiqCtrHdr #container {
	width: 90%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFF;
}
.oneColLiqCtrHdr #header {
	background-color: #FFF;
	padding-top: 0;
	padding-right: 10%;
	padding-bottom: 0;
	padding-left: 10%;
}
.oneColLiqCtrHdr #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 */
}

#containersearch {
	float: right;
	margin-right: -10px;
	margin-left: 1px;
	font-size: 12px;
	margin-top: 3px;
	height: 15px;
}
.oneColLiqCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColLiqCtrHdr #footer {
	padding-top: 0px;
	padding-right: 8%;
	padding-bottom: 0px;
	padding-left: 25%;
	background-color: #FFF;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 10px;
	padding-right: 20%;
	padding-bottom: 10px;
	padding-left: 20;
}
.bottomlinks {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
}
p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-style: normal;
}
h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
}
h3 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 17px;
}
.video  {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	
}

#video {
	padding-right: 20%;
	padding-left: 20%;
}
#youtube {
	padding-right: 20%;
	padding-left: 20%;
}
#picture {
	padding-right: 20%;
	padding-left: 20%;
}
#captionforpicasapictures {
	font-family: "100% Verdana", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	margin-left: 30%;
}
#captionpicture {
	font-family: "100% Verdana", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	position: relative;
	margin-left: 20%;
}
