@charset "UTF-8";
body {
	background: #000000;
	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: #CCCCCC;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 100%;
	text-decoration: none;
	letter-spacing: 3px;
}
.oneColLiqCtrHdr #container {
	width: 100%; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	color: #666666;
	background-color: #000000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.oneColLiqCtrHdr #container p a {
	color: #FFCC66;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC66;
}

.oneColLiqCtrHdr #header {
	background: #000000;
	padding: 0 10px 0 20px;  /* 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-image: url(images/SmugMug-Header2.jpg);
	background-repeat: no-repeat;
	height: 150px;
	background-position: center;
}
.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 */
	display: none;
}
.oneColLiqCtrHdr #mainContent {
	background-color: #000000;
	display: block;
	color: #666666;
	padding-top: 20px;
	padding-bottom: 20px;
}
.oneColLiqCtrHdr #mainContent img {
	padding: 10px;
	border: 1px solid #999999;
	margin: 10px;
	background-color: #FFFFFF;
}

.oneColLiqCtrHdr #mainContent dt {
	font-weight: bold;
	text-align: left;
	line-height: 36px;
	padding-top: 10px;
	letter-spacing: 1px;
}

.oneColLiqCtrHdr #mainContent dd {
	text-align: left;
	letter-spacing: 1px;
}

.oneColLiqCtrHdr #PhotoMenu {
	text-align: center;
	display: block;
	height: 400px;
	width: 1000px;
	margin: auto;
}

.oneColLiqCtrHdr #Text {
	background-color: #ffffff;
	display: block;
	color: #999999;
	padding: 50px;
	font-size: 14px;
	width: 80%;
	margin: auto;
}

.oneColLiqCtrHdr #Options li {
	list-style-type: none;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 80px;
	margin-left: 10px;
}
.oneColLiqCtrHdr #Options span {
	color: #CCCCCC;
	font-size: 14pt;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-decoration: none;
	height: 30px;
	width: 450px;
	display: block;
	padding-top: 310px;
}
.oneColLiqCtrHdr #Children {
	width: 450px;
	height: 299px;
	background-image: url(images/IMG_6985b.jpg);
	background-repeat: no-repeat;
}

.oneColLiqCtrHdr #Families {
	width: 450px;
	height: 299px;
	background-image: url(images/IMG_2486.jpg);
	background-repeat: no-repeat;
}

.oneColLiqCtrHdr #ClientMenu {
	text-align: center;
	display: block;
	height: 300px;
	width: 600px;
	margin: auto;
}

.oneColLiqCtrHdr #ClientOptions li {
	list-style-type: none;
	float: left;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.oneColLiqCtrHdr #ClientOptions span {
	color: #CCCCCC;
	font-size: 12pt;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-decoration: none;
	height: 30px;
	width: 250px;
	display: block;
	padding-top: 240px;
}

.oneColLiqCtrHdr #Anderson3Month {
	width: 250px;
	height: 250px;
	background-image: url(images/Anderson3Months.jpg);
	background-repeat: no-repeat;
}

.oneColLiqCtrHdr #AndersonNewborn {
	width: 250px;
	height: 250px;
	background-image: url(images/AndersonNewborn.jpg);
	background-repeat: no-repeat;
}

.oneColLiqCtrHdr #Shepherd {
	width: 250px;
	height: 250px;
	background-image: url(images/ShepherdMaternity.jpg);
	background-repeat: no-repeat;
}

.oneColLiqCtrHdr #Anderson {
	width: 250px;
	height: 250px;
	background-image: url(images/AndersonMaternity.jpg);
	background-repeat: no-repeat;
}

.oneColLiqCtrHdr #Brown {
	width: 250px;
	height: 250px;
	background-image: url(images/BrownFamily.jpg);
	background-repeat: no-repeat;
}

.oneColLiqCtrHdr .Forms {
	width:250px;
	margin-left:auto;
	margin-right:auto;
}

.oneColLiqCtrHdr #footer {
	background:#000000;
	clear: both;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	font-size: 80%;
	color: 666666;
} 
.oneColLiqCtrHdr #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 */
}
.oneColLiqCtrHdr #footer li {
	display: inline;
	list-style: none;
}
.oneColLiqCtrHdr #footer ul a {
	color:#666666;
	text-decoration: none;
	margin-top: 35px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

.oneColLiqCtrHdr #footer ul a:hover {
	background-color: #FFCC66;
}
