@charset "utf-8";
body {
	margin:0px 0px 0px 0px;
	background:#FFFFFF;
	font-family:Corbel, Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#68635E;
}

#page {
	width:800px;
	margin:auto;
}
#top {
	height:122px;
	padding:20px 0px 0px 0px;
	margin:0px 0px 10px 0px;
}
#logo {
	width:548px;
	height:84px;
	background: url(img/logo-feather-baby.jpg) no-repeat top left;
	float:left;
}
#menu{
    height:32px;
	font-size:18px;
	padding:8px 16px 0px 16px;
	font-family:Arial, Helvetica, sans-serif;
	background:#C4609C;
	clear:both;
	font-weight:normal;
}
#nav{
	margin:0px;
	padding:0px;
	list-style-type: none;
}
#nav li{
	margin:0px;
	padding:0px 18px 0px 0px;
	float:left;
	font-weight:normal;
}
#nav li a{
    display:block;
	padding:2px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;
}
#nav li a:hover{
	text-decoration:none;
	color:#EDCBE0;
}
#content-home {
	background:url(img/home-pattern.jpg);
	height:370px;
}
.note-hm1{
    height:35px;
	background:#E4B2CF;
	float:right;
	color:#FFFFFF;
	font-size:18px;
	padding:10px 10px 0px 10px;
}
.note-hm2{
	width:420px;
	background:#C4609C;
	float:left;
	color:#FFFFFF;
	font-size:16px;
	padding:10px;
	margin:80px 0px 0px 0px;
}
#content {
	padding:0px 0px 0px 20px;
	min-height:384px;
}
* html #content {height:384px;}
#content2 {
	padding:10px;
	min-height:364px;
	background-image:url(img/top-border-content.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
#bottom-boxes {
	height:84px;
	padding:10px 0px 0px 0px;
}
#footer {
	height:50px;
	padding:10px 0px 0px 0px;
	font-size:11px;
	color:#9f9993;
	line-height:25px;
}
#footer a {
	/*color:#ffffff;*/
	color:#666666;
	text-decoration:none;
}
#footer a:hover {
	/*color:#cfde11;*/
	color:#000000;
	text-decoration:underline;
}
a {
	color:#6E5B93;
	text-decoration:underline;
	font-weight: bold;
}
a:hover {
	color:#333333;
	font-weight: bold;
}

.sizing-table {
	width:280px;
}
.sections{
	color:#FFFFFF;
	font-size:14px;
}
.f-left {
	float:left;
}
.f-right {
	float:right;
}
.ari11-bk{
    color:#666666;
}
.ari11-gray{
    color:#68635E;
	font-size:12px;
}
.ari16-purple{
    color:#6E5B93;
}
.nav-up{
    display:block;
	padding:2px;
	color:#000000;
	text-decoration:none;
	background-color:#c2cb8a;
}
.bottom-bg {
	background:#FFFFFF url(img/bot-border-content.jpg) no-repeat center bottom;
	margin:0px;
}
.note{color: #FF0000}
.header1 {
	color:#6E5B93;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}
.header {
	color:#6E5B93;
	font-size:24px;
	text-decoration:none;
}
.dot-line {
	height:2px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.clear-float {
	clear:both;
}
.photo-margin {
	margin:0px 0px 0px 10px;
}
.paragraph-margin {
	margin:0px 20px 0px 0px;
}
.subheader {
	font-size:16px;
}
.border-table{
    border:#6E5B93 1px solid;
}
.tx24{
    font-size:24px;
}