@charset "UTF-8";

/* Tips for mainContent:
1. the space between the mainContent and sidebar1 is created with the right margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this right margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.twoColLiqRtHdr #mainContent {
	margin-top: 30px;
	margin-right: 515px;
	margin-bottom: 0;
	margin-left: 30px;
	padding: 0px;
} 
.twoColLiqRtHdr   #container {
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-width: 1000px;
	max-width: 1000px;
	background-color: #FFFFCC;
	border: 1px solid #FFFFCC;
} 
.twoColLiqRtHdr   #header {
	padding: 0;
	height: 250px;
	margin: 0px;
	position: relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.twoColLiqRtHdr   #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 */
}
.twoColLiqRtHdr #sidebar1 {
	width: 485px;
	float: right;
	margin-top: 78px;
}
.twoColLiqRtHdr  #sidebar1  p    {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
}
.twoColLiqRtHdr   #footer {
	padding: 0;
	color: #999999;
	margin-top: 30px;
} 
.twoColLiqRtHdr   #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 */
	text-decoration: none;
}
#picture {
	margin-top: 30px;
	margin-bottom: 20px;
	margin-right: 110px;
}
#picture img {
	padding: 3px;
	border: 1px solid #999900;
}
#pictureSmallPage img {
	padding: 3px;
	border: 1px solid #999900;
}
#pictureSmallPage {
	margin-top: 0px;
	margin-right: 110px;
}
#cutline {
	margin-right: 90px;
	font-size: small;
	margin-left: -10px;
	margin-bottom: 20px;
	margin-top: 20px;
}
#subMenu {
	padding: 0px;
	color: #000000;
	width: 350px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 80px;
	margin-left: 75px;
}
#subMenu  ul {
	margin: 0px;
	padding: 0px;
}
#subMenu  li {
	list-style-type: none;
	font-size: 90%;
}
#subMenu  a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#subMenu a:active, #subMenu a:focus, #subMenu a:hover {
	color: #000000;
	background-color: #FFCC66;
}
#donateSubMenu {
	padding: 0px;
	color: #000000;
	width: 350px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 175px;
	margin-left: 75px;
}
#donateSubMenu   ul {
	margin: 0px;
	padding: 0px;
}
#donateSubMenu   li {
	list-style-type: none;
	font-size: 90%;
}
#donateSubMenu   a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#donateSubMenu a:hover, #donateSubMenu a:active, #donateSubMenu a:focus {
	color: #000000;
	background-color: #FFCC66;
}
#localEvents {
	color: #000000;
	width: 425px;
	margin-top: 0px;
	margin-right: 60px;
	margin-bottom: 50px;
	margin-left: 30px;
	height: 700px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#localEvents    ul {
	margin: 0px;
}
#localEvents    li {
	list-style-type: square;
	font-size: 90%;
	margin-left: 15px;
}
#localEvents    a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#localEvents a:active, #localEvents a:focus, #localEvents a:hover {
	color: #000000;
	background-color: #FFCC66;
}
#subMenuRight {
	padding: 0px;
	color: #000000;
	width: 375px;
	float: right;
	margin-top: 0px;
	margin-right: 102px;
}
#subMenuRight    ul {
	margin: 0px;
	padding: 0px;
}
#subMenuRight    li {
	list-style-type: none;
	font-size: 90%;
}
#subMenuRight    a {
	color: #000000;
	text-decoration: none;
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#subMenuRight a:hover, #subMenu a:active, #subMenu a:focus {
	color: #000000;
	background-color: #FFCC66;
}
#staff img {
	padding: 3px;
	border: 1px solid #999900;
	margin-left: 200px;
}
