@charset "utf-8";

#container {
	width: 960px;
	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: #0D091A;
	background-image: url(../images/Daughter2.png);
	background-repeat: no-repeat;
} 
#header {
	background-image: url(../images/PIEL_Logo.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 75px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
} 
#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 */
	color: #FFFFFF;
}
#topNav {
	text-align: center;
	height: 26px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F4C984;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #444775;
	padding: 0 0 0 70px;
}

#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 280px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px;
	height: 400px;
}
#mainContent {
	margin: 0px; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px;
	color: #ccc;
	background-image: url(../images/goldLine.png);
	background-repeat: repeat-x;
	background-position: center top;
} 
#mainContent2 {
	height: 100%;
	background-color: #FFFFFF;
	/*color: #999;*/
	color: #061F42;
	text-align: center;
	padding-left: 20px;
}

#mainContent3 {
	padding: 10px;
	height: 100%;
	margin: 0px;
	background-color: #FFFFFF;
	/*color: #999;*/
	color: #061F42;
	text-align: center;
}


#daughter {
	height: 350px;
}
#footer {
	padding: 0px 10px 0 20px;
	background-image: url(../images/goldLine-footer.png);
	background-repeat: repeat-x;
	background-position: center top;
	height: 70px;
	font-size: 0.9em;
} 
#trademark {
	width: 700px;
	text-align: justify;
	margin: 0 0 0 115px;
}


#mainContent a, a:hover, a:visited {
	color:#ccc
}

#footer a {
	color: #FFFFFF;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 0;

}
#footer a:hover {
	color: #DBC68F;
	text-decoration: underline;
}


#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 */
	font-size: .7em;
}
.text-center .wBullets {
	list-style-type: circle;

}
