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

/* CLASSES -------------------------------------------------- */

.fltlft {
	float: left; /* Moves the image to the left side of its container and allows text to flow around its right side. */
	margin-right: 8px; /* Puts a border around the image */
	border: thin solid #CCC;
	margin-top: 10px;
	margin-bottom: 10px;
}

.fltrt {
	float: right; /* Moves the image to the right side of its container and allows text to flow around its left side. */
	margin-left: 8px; /* Adds 8 pixels of space to the left of the image so that it does not touch the text */
	border: thin solid #CCC;
	margin-top: 10px;
	margin-bottom: 10px;
}
.center {
	border: thin solid #006;
	float: none;
	margin-right: 100px;
	margin-left: 100px;
}
.clearfloat {
	font-size: 20px; /* Sets the font size to 1 pixel */
	line-height: 3px; /* Sets line-height to 0 -font and line-height, even if not explicitly on the page, might add diemnsion to the clearing element rather than make it larely invisible */
	clear: both; /* Keeps floated divs from draping over objects beneath them. */
	height: 10px; /* Makes sure the clearing element has no height */
}
body {
	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: #900;
	background-color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColFixCtrHdr #container {
	width: 1180px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #333;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #333;
}
.oneColFixCtrHdr #footer ul {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #333;
	font-size: large;
	font-weight: lighter;
}
.oneColFixCtrHdr #footer ul li {
	display: inline;
	font-size: large;
	font-weight: lighter;
	background-color: #333;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
}


.oneColFixCtrHdr #header {
	padding: 0  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. */
	background-color: #333;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}

.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 {
	background-color: #333;
	background-image: url(Assets/Common/lucy%20and%20griffin%20pastels%20full.jpg);
	font-size: x-large;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.oneColFixCtrHdr p a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-weight: lighter;
	color: #FFF;
}
.oneColFixCtrHdr #container #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: normal;
}
.oneColFixCtrHdr #container table {
	text-align: center;
	margin-top: 0px;
	margin-right: 42px;
	margin-bottom: 7px;
	margin-left: 42px;
}
a:link {
	text-decoration: underline;
	color: #CCC;
}
a:hover {
	text-decoration: underline;
	color: #FFF;
}

a:active {
	text-decoration: underline;
	color: #FFF;
}
a:visited {
	color: #CCC;
}
.oneColFixCtrHdr #container #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: lighter;
	color: #FFF;
}
.oneColFixCtrHdr #container #mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 32px;
	font-weight: lighter;
	color: #FFF;
}
.oneColFixCtrHdr #container #mainContent h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: lighter;
	color: #FFF;
}
.oneColFixCtrHdr #container #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: lighter;
	color: #FFF;
}
.oneColFixCtrHdr #container #mainContent table {
	text-align: left;
}
.oneColFixCtrHdr #container #mainContent ul {
}
.oneColFixCtrHdr #container #mainContent ul li {
	display: inline;
}

