/*
Title: La Petite Douee Daycare
Author: Genuine Marketing and Design, LLC
Updated: January 31, 2007
*/

body {	
	font: 9pt/16pt georgia;  
	color: #818181;	
	font-family: Helvetica, Verdana, sans-serif;	
	text-align: justify;
	margin-top: 0px;
	padding: 0;
	background: #c0c0c0 url(../images/bg.gif) top left repeat-x;
	}

a:link, a:visited {color:#971B1E; text-decoration:none}
a:hover, a:active {color:#007071; text-decoration: underline}



/* BASICS
------------------------------------------------------------ */
.noscript {
	color:#990000;
	font-size:12px;
}
div#container{
	width: 900px;
	/*height:100%;*/
	margin: auto;
	background: #fff url(../images/right_column.gif) top right repeat-y;
	}	
div#pageheader {
	background:#fff url(../images/unats_header.jpg);
	width:900px;
	height:93px;
	border-bottom:5px solid #dbdbdb;
	}
div#flashheader 
{
	background:url(../images/banner.jpg);
	width:900px;
	height:229px;
}
div#content	{
	clear:left;
	margin-top:10px;
	min-height:400px;
	position:relative;
	text-align:left;
	padding:20px;
	}


h1
{
	font-weight:normal;
}



/*Navigation__________________________________________________________________________*/
div#navigation_menu{
	font:Century Gothic,Verdana, Arial, Helvetica, sans-serif;
	margin-top:0px;
	
}
ul#menu{ 
	margin: 0;
	padding: 0 0 0 0px; 
	list-style-type:none;
	float:left;
	width:900px;
	background:#fff url(../images/btn_bg.gif) top repeat-x;
	font-size:90%;
	text-align:center;
}
ul#menu li a{
	display:block;
	text-decoration: none;
	color:#707070;
	padding: 6px 12px 6px 12px;
	font-weight:bold;
	border-right: 1px solid #c2c2c2;
	background:#fff url(../images/btn_bg.gif) top repeat-x;
	}
ul#menu li a:hover{
	background:#d7e1f0;
	color:#790000;
	}
ul#menu li#current, ul#menu li#current a  {
	font-weight: bold; background:#3F89C3;
	}	
ul#menu li {
	
	float:left
}
body#home a#homenav,
body#account a#accountingnav,
body#contract a#insurancenav,
body#contact a#contactnav,
body#incorp a#incorporationnav,
body#manage a#managementnav,
body#links a#linksnav {
	background:#d7e1f0;;
	color:#000;
}
body#home a#homenav:hover,
body#account a#accountingnav:hover,
body#contract a#insurancenav:hover,
body#contact a#contactnav:hover,
body#incorp a#incorporationnav:hover,
body#manage a#managementnav:hover,
body#links a#linksnav {
	background:#d7e1f0;
	color:#000;
}
/*Footer Section________________________________________________________________*/

#footer{
	padding:10px;
	position:inherit;
	margin:auto;
	text-align:right;
	background:#555555;
	color:#ccc;
	font-size:90%;
	width:880px;
}
