*,html  {
	margin: 0; 
	padding: 0;
}

body  {
	font: 0.8em arial,sans-serif;
	line-height:1.6;
	background: url(../images/backgrounds/mainbg.gif);
	background-color: #cd98d9;
	height:100%;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #333;
}
#container { 
	background-color:#fff;
	width:800px;  
	margin: 5px auto;
	text-align:left;
	overflow:hidden;
	border:solid 1px #60176e;
} 
#header {
	height:269px;
	margin:0 0 10px 0;
	overflow:hidden;
	width:800px;
	padding:0;
	position:relative;
}
#header #topnav {
	background:url(../images/backgrounds/nav_opaque.png);
	position:absolute;
	bottom:0px;
	left:0px;
	height:30px;
	width:100%;
	text-align:center;
	line-height:30px;
}
#header #topnav a {
	font-size:120%;
	padding:10px 20px;
	font-weight:bold;
	text-decoration:none;
	letter-spacing:0.4em;
	color:white;
}
#header #topnav a:hover {
	text-decoration:underline;
	color:#cd98d9;
}
#header #logo {
	width:215px;
	height:180px;
	position:absolute;
	top:10px;
	left:10px;
}
#mainContent {
	overflow:hidden;
	width:780px;
	margin:0 10px 10px 10px;
}
#leftcol {
	float:left;
	overflow:hidden;
	width:552px;
}
#rightcol {
	float:right;
	width:200px;
	max-height:667px;
	margin-left:25px;
	overflow:hidden;
	padding-top:10px;
}
#yourquestions #header {
	background:url(../images/header_hideandseek.jpg)
}
#home #header {
	background:url(../images/header_girls.jpg)
}
#rates #header {
	background:url(../images/header_carolina.jpg)
}
#ourbabysitters #header {
	background:url(../images/header_suckingthumb.jpg)
}
#areas #header {
	background:url(../images/header_teddybear.jpg)
}
#register #header {
	background:url(../images/header_babysleeping.jpg)
}
#workwithus #header {
	background:url(../images/header_baby.jpg)
}
#home #rightcol,
#maternitycarers #rightcol,
#aboutus #rightcol,
#rates #rightcol,
#ourbabysitters #rightcol,
#areas #rightcol,
#workwithus #rightcol,
#yourquestions #rightcol,
#terms #rightcol {
}
/*NAVIGATION STYLING*/
#ratestable {
	border:solid 1px #60176e;
	overflow:hidden;
}
#ratestable .row1 {
	width:100%;
	padding:10px;
	background-color:#cd98d9;
}
#ratestable .row2 {
	width:100%;
	padding:10px;
}
#ratestable .row3 {
	width:100%;
	padding:10px;
	background-color:#e5e5e5;
}
#ratestable .row1 .left,
#ratestable .row2 .left,
#ratestable .row3 .left {
	float:left;
	width:200px;
	font-weight:bold;
}
#ratestable .row1 .right,
#ratestable .row2 .right,
#ratestable .row3 .right {
	float:left;
	width:auto;
}
#ratestable .row1 .singlecol,
#ratestable .row2 .singlecol,
#ratestable .row3 .singlecol {
	clear:both;
	width:auto;
	font-size:90%;
}

/*FOOTER STYLES*/

#footer {
	clear:both;
	border-top:1px #e5e5e5 solid;
	margin:10px;
	padding-bottom:10px;
	text-align:center;
}
#legals { 
	width:800px;  
	margin: 5px auto;
	overflow:hidden;
} 
.footer-copy {
	float:left;
	font-size:80%;
	text-align:left;
	width:auto;
}
.credit {
	float:right;
	font-size:80%;
	text-align:right;
	width:auto;
}
/*NAVIGATION STYLING*/

#nav ul, ul #nav {
	list-style-type:none;
	list-style-position:inside;
	padding-top:10px;
	margin:0;
	width:100%;
	border-left:solid 1px #cd98d9;
}
#nav li {
	list-style-type:none;
	list-style-position:inside;
	width:100%;
	padding:0 0 15px 5px;
	overflow:hidden;
	margin:0px;
}
#nav li:hover {
	background:none;
}
#nav li:hover a {
	color:#60176e;
}
#nav li a {
	color:#60176e;
	text-decoration:none;
}
#nav li a:hover {
	text-decoration:underline;
}

/*GENERAL STYLING*/
h1 {
	margin:5px 0px;
	color:#60176e;
}

li {
	list-style-position:inside;
}
a {
		color:#2662c2;
		text-decoration:none;
}
a:hover {
		text-decoration:underline;
}
p {
	margin:0;
	margin-bottom:10px;
}
.citation {
	font-style: italic;
	color:#cd98d9;
	margin:10px 0px;
	padding-bottom:10px;
	border-bottom:solid 1px #cd98d9;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*CLEARFIX - to fix column heights on mult columns */
.clearfix:after {content: ".";display: block;height: 0px; clear: both; visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac */
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
div.clearfloats {clear:both;height:10px;}
/* backslash hack hides from IE mac */
* html .clearfix {height: 1%;}

.clearfix {display: block;}
/* end backslash hack */
.clear {clear:both}
