/* @override http://cityministries.org/css/default.css */

@import url(reset.css);
@import url(960.css);
@import url(text.css);
body {
	color: #777;
	font-family: calibri,helvetica,arial,sans-serif;
	background: #fbf9f2 url(../images/background2.jpg) repeat-x;
}

h1 {
	float: left;
	margin: 38px 0;
}

h1 a {
	display: block;
	width: 221px;
	height: 60px;
	text-indent: -999999px;
	overflow: hidden;
	background: url(../images/logo.png) no-repeat;
}

#nav {
	float: right;
	height: 48px;
	margin-top: 45px;
	padding: 0;
	list-style: none;
}

#nav li {
	float: left;
}

#nav #n3 {
	margin-right: 0;
}

#nav li a {
	display: block;
	width: 48px;
	height: 48px;
	margin: 1px;
	text-indent: -999999px;
	overflow: hidden;
	background-position: 50% 0;
	background-repeat: no-repeat;
}

#nav #n1 a {
	background-image: url(../images/n2-cpa.png);
}

#nav #n2 a {
	background-image: url(../images/n2-school.png);
}

#nav #n3 a {
	background-image: url(../images/n2-golf.png);
}

#nav li a:hover {
	margin: 0;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#nav li a.current {
	background-position: 50% 100%;
}

#nav li a.current:hover {
	margin: 1px;
	border: none;
}

.content {
	clear: both;
	padding: 38px 0;
}

.content h2 {
	height: 20px;
	text-indent: -999999px;
	overflow: hidden;
	background-position: 0 0;
	background-repeat: no-repeat;
}

h2#theneed {
	background-image: url(../images/h-theneed.png);
}

h2#help {
	background-image: url(../images/h-howyoucanhelp.png);
}

h2#rhc {
	background-image: url(../images/h-rosehillcottages.png);
}

h2#faq {
	background-image: url(../images/h-faq.png);
}

/*h2#thepreschool {
	background-image: url(../images/h-thecitykidspreschool.png);
}

h2#classes1 {
	background-image: url(../images/h-2and3yearoldclasses.png);
}

h2#classes2 {
	background-image: url(../images/h-3and4yearoldclasses.png);
}

h2#classes3 {
	background-image: url(../images/h-4and5yearoldclasses.png);
}

h2#kindergarten {
	background-image: url(../images/h-fulldaykindergarten.png);
}

h2#citykidsclub {
	background-image: url(../images/h-citykidsclub.png);
}

h2#extendedcare {
	background-image: url(../images/h-extendedcare.png);
}

h2#testimonials {
	background-image: url(../images/h-testimonials.png);
}*/

.content dt {
	clear: both;
	float: left;
	width: 220px;
	text-align: right;
	font: normal italic 18px/1.5 georgia,serif;
}

.content dd {
	float: right;
	width: 460px;
	margin-bottom: 35px;
}

.content a {
	color: #222;
}

.content ul li {
	margin: 0 0 0 15px;
	list-style: square;
}

.grid_7 blockquote {
	text-indent: -.5em;
	font: normal 18px/1.5 georgia,serif;
	text-shadow: 0 0 1px #fbf9f2;
}

.grid_7 blockquote cite {
	display: block;
	margin-top: 1em;
	text-indent: 0;
	font-size: 12px;
}

#sidebar {
	margin-left: 30px;
	padding-left: 29px;
	border-left: 1px solid #e6e4de;
}

#sidebar h2 {
	height: 15px;
	text-indent: -999999px;
	overflow: hidden;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

#sidebar .imageBlock {
	display: block;
	position: relative;
	margin: 0 auto;
}

#sidebar p,
#sidebar li {
	font-size: 13px;
	line-height: 1.5;
}

#sidebar blockquote {
	margin-bottom: 2em;
}

#sidebar blockquote p {
	margin: 0 0 1em;
	font-size: 12px;
}

#tagline {
	height: 93px;
	margin: 35px 0;
}

#cpa #tagline {
	background: url(../images/cpa-tagline.png) 0 0 no-repeat;
}

#school #tagline {
	background: url(../images/preschool-tagline.png) 0 0 no-repeat;
}

#tagline p {
	visibility: hidden;
}

#contact {
	height: 28px;
	margin-bottom: 40px;
	background: url(../images/info.png) 0 50% no-repeat;
}

#contact p {
	position: absolute;
	visibility: hidden;
}

#contact a {
	display: block;
	float: right;
	width: 160px;
	height: 28px;
	text-indent: -999999px;
	overflow: hidden;
	background: url(../images/getinvolved.png) no-repeat;
}

#whatsnew {
	position: absolute;
	top: -80px;
	left: 40px;
	width: 560px;
	padding: 30px;
	background: #fff;
	border: 2px solid #ccc;
	z-index: 1;
}

#whatsnew table {
	width: 90%;
	margin: 1em auto;
	font-size: 11px;
	color: #555;
	border-collapse: collapse;
}
#whatsnew table th,
#whatsnew table td {
	width: 70px;
	padding: 3px;
}
#whatsnew table th {
	border-bottom: 1px solid #555;
}
#whatsnew table .b td {
	background: #eee;
}

h4 small {
	color: #999;
	font-size: 12px;
}

