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

body {
	background-image: url(images/bg.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: justify;
	color: #333333;
}
ul,li  {
	margin: 0px;
	padding: 0px;
}

#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#header-home {
	background-image: url(images/header-no-stamp.png);
	height: 157px;
	width: 960px;
}

#header {
	height: 157px;
	width: 960px;
}

#menu {
	height: 39px;
	width: 960px;
	background-image: url(images/menu-bg.png);
	display: inline-block;
	font-family: "Century Gothic", Verdana, Arial, Helvetica, sans-serif;
}
#content {
	width: 960px;
	background-image: url(images/content-bg.png);
	display: inline-block;
	padding-bottom: 20px;
}
#clear-both {
	clear: both;
}

#footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	height: 70px;
	width: 960px;
	display: inline-block;
	clear: both;
}
.boxes {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

.boxes hr {
	color: #CCCCCC;
}
.boxes-text {
	margin-right: 20px;
	margin-left: 20px;
}
.boxes-text a {
	color: #803FBA;
	text-decoration: none;
}
.boxes-text a:hover {
	color: #AFDD34;
}
.add-this {
	float: right;
	margin-top: 30px;
	margin-right: 40px;
}
img.box-titles {
	margin-left: 21px;
	margin-top: 7px;
	margin-bottom: 0px;
}
#left-col {
	float: left;
	width: 292px;
}
#launch-box {
	background-image: url(images/launch-box.jpg);
	height: 200px;
	width: 200px;
	float: right;
}

#right-col {
	float: right;
	width: 292px;
	border-left-style: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
}
#mid-col {
	width: 292px;
	float: left;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #999999;
	border-left-color: #999999;
}
img.boxes-home {
	margin-right: 13.px;
	margin-left: 26.8px;
}

img.babies-pana {
	margin-left: 13px;
}

.nav li {
	list-style-type: none;
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
li.no-border {
	border-right-style: none;
}


ul.nav  {
	text-align: right;
	margin-top: 10px;
	margin-right: 30px;
	color: #FFFFFF;
}
.nav   a  {
	color: #333333;
	text-decoration: none;
	font-size: 14px;
}
.nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.bottom-menu {
	text-align: center;
	margin-top: 7px;
}
.bottom-menu a {
	color: #803FBA;
	text-decoration: none;
	font-family:"Century Gothic", Verdana, Arial, Helvetica, sans-serif
}
.bottom-menu a:hover {
	color: #AFDD34;
}
.footer {
	font-size: x-small;
	text-align: center;
	margin-top: 25px;
}
.footer a {
	color: #6F36A0;
	text-decoration: none;
}
.footer a:hover {
	color: #9F6CCD;
	text-decoration: none;
}
.boxes-borders {
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-bottom-color: #999999;
	padding-top: 10px;
	padding-bottom: 10px;
	min-height: 100%;
	overflow: hidden;
}
#welcome-box {
	float: left;
	width: 426px;
	background-image: url(images/welcome-box.jpg);
	height: 200px;
}
.welcome-text {
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 55px;
}
table.feedback {
	margin-right: 60px;
	margin-left: 60px;
}
.main-text {
	margin-right: 40px;
	margin-left: 60px;
}
ul.main-text  {
	margin-left: 90px;
}
.float-right {
	float: right;
	margin-left: 30px;
	margin-right: 50px;
}
img.float-right-contact {
	float: right;
	margin-left: 30px;
	margin-right: 80px;
}

#left {
	float: left;
	width: 690px;
}
#right {
	float: right;
	width: 270px;
}
.main-text a {
	color: #803FBA;
	text-decoration: none;
}
.main-text a:hover {
	color: #333333;
}
.quicklinks {
	list-style-type: none;
	margin-left: 20px;
	margin-right: 20px;
}
.quicklinks a {
	color: #803FBA;
	text-decoration: none;
}
.quicklinks a:hover {
	color: #333333;
}
.quicklinks li {
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-right: 15px;
	padding-top: 5px;
}

#green-box-top {
	height: 20px;
	width: 230px;
	background-image: url(images/green-box-top.jpg);
}
#green-box-bg {
	background-image: url(images/green-box-bg.jpg);
	width: 230px;
	display: inline-block;
}
#green-box-btm {
	background-image: url(images/green-box-btm.jpg);
	height: 20px;
	width: 230px;
}
.feedback-text {
	margin-right: 60px;
	margin-left: 60px;
}
.headline a  {
	text-decoration: none;
	color: #803FBA;
}
.headline a:hover {
	color: #AFDD34;
}
div.feedburnerFeedBlock {
	margin-right: 20px;
	margin-left: 20px;
}
div.feedburnerFeedBlock li {
	padding-bottom:10px;
	list-style-type: none;
}
#creditfooter {
	display: none;
}
table.specials   {
	margin-top: -10px;
	margin-bottom: 0px;
}
input.grey {
	color: #666666;
}
