@charset "utf-8";
/* CSS Document */
html {
     overflow: -moz-scrollbars-vertical;
     overflow: scroll;
}
body {
	background-color:#E2F1F1;
	font-family:Helvetica, Arial, sans-serif;
	font-size:12px;
	height: 100%;
	margin-top: 0px;
}
a {
	color: #333;
}
a:hover {
	color: #666;
}
h1 {
	font-size: 22px;
	font-weight: bold;
}
h3 {
	font-size: 13px;
	font-weight: bold;
}
#wrapper {
	width: 750px;
	background-color: #FFF;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	border-top: #000 solid thin;
	border-left: #000 solid thin;
	border-right: #000 solid thin;
	min-height: 95%;
}
#datebar {
	height: 25px;
	background-color:#969696;
	border-bottom: #000 thin solid;
	background-image: url('../images/ULBar.png');
}
.date {
	color: #FFF;
	font-size: 11px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-left:15px;
}
.logopane {
	padding: 0px 8px; width: 100%; height: 160px; text-align: center; vertical-align: middle; background-image: url("../images/ateasehomelogo_3.png"); background-repeat: no-repeat; background-color: transparent;
}
#nav{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	background-image: url('../images/MenuBar.png');
	}
#nav ul{
	
	height:40px;
	list-style:none;
	margin:0;
	padding:0;
	}
#nav li{
	float:left;
	padding:0px;
	}
#nav li a{
	background: url('../images/seperator.jpg') bottom right no-repeat;
	color:#fff;
	display:block;
	font-weight:normal;
	line-height:40px;
	margin:0px;
	padding:0px 10px;
	text-align:center;
	text-decoration:none;
	}
#nav li.active a:hover, #nav ul li:hover a{
	background: #333;
	color:#FFFFFF;
	text-decoration:none;
	}
#nav li ul{
	background:#333333;
	display:none;
	height:auto;
	padding:0px;
	margin:0px;
	border:0px;
	position:absolute;
	width:225px;
	z-index:200;
	/*top:1em;
	/*left:0;*/
	}
#nav li:hover ul{
	display:block;
	
	}

#nav p{
	clear:left;
	}
body#home a#homenav,
body#services a#servicesnav,
body#caregivers a#caregiversnav,
body#faq a#faqnav,
body#about a#aboutnav,
body#mothers a#mothersnav,
body#testimonials a#testimonialsnav,
body#employment a#employmentnav,
body#events a#eventsnav,
body#senior a#seniornav,
body#contact a#connav {
	color: #fff;
	background: #333;
}
#contentwrapper {
	margin-left: 10px;
	margin-right: 10px;
}
#content {
	font-size: 13px;
}
.content2 {
	font-size: 16px;
}
.clear {
	clear: both;
}
.contactTable {
	background-color:#E2F1F1;
	border: #000 thin solid;
}
#bottomNav {
	height: 40px;
	background-color:#4D4D4D;
	text-align:center;
	color: #FFF;
}
.bottomNavLink {
	color: #FFF;
	text-decoration: none;
}
.bottomNavLink:hover {
	color: #FFF;
	text-decoration: underline;
}
#copyright {
	background-position: top; border-width: 1px 0px 0px; border-style: solid; border-color: rgb(254, 254, 254); height: 30px; text-align: center; font-size: 11px; vertical-align: middle; white-space: nowrap; background-image: url("../images/CTPHSh.png"); background-repeat: repeat-x; background-color: rgb(209, 209, 209); color: #333;
}
#contentwrapper li {
	list-style:square;
}
#content2 li {
	list-style:square;
}