/*simon reynolds*/

* {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

body {
	text-align: center;
	font-family: "georgia", times, serif;
	font-size: 62.5%;
	color: #666;
	line-height: 1.8em;
	background: #ffffff url(../images/childBg.jpg) repeat-x;
}


html, body, #mainWrapper {height: 100%;}

body > #mainWrapper {height: auto; min-height: 100%;}

#main {padding-bottom: 377px;}  

.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}

* html .clearfix { height: 1%;}
.clearfix {display: block;}


p {
	font-size: 1.3em;
	line-height: 1.65em;
	margin: 0 0 16px 0;
}

.underline {
	margin: 0 0 12px 0;
	padding: 0 0 12px 0;
	border-bottom: 1px solid #e8e8e8;
}

a {
	padding: 2px;
	color: #00396a;
  outline: none;
}

a:hover {
	background: #f2ebcf;
	text-decoration: none;
}

a.linkButton{
	display: block;
	width: 107px;
	height: 33px;
	background: url(../images/donate.jpg) no-repeat top left;
	text-indent: -9000px;
	cursor: pointer;
}

h3 {
	color: #cc9900;
	font-size: 2em;
	font-weight: normal;
	line-height: 2em;
}

ol li {
	font-size: 1.3em;
	list-style-type: decimal;
	margin: 0 0 0 20px;
	line-height: 1.8em;
	color: #000000;
}

#mainWrapper {
	margin: 0 auto;
	width: 960px;
}

#mastWrapper {
	float: left;
	width: 960px;
	height: 264px;
	background: #171416 url(../images/mast.jpg) no-repeat top left;
}

#logoA a {
	float: left;
	width: 200px;
	height: 50px;
	background: transparent;
	text-indent: -9000px;
	cursor: pointer;
}

#logo {
	float: left;
	display: inline;
	width: 206px;
	height: 65px;
	margin: 43px 0 0 116px;	
}

#logo h3 {
	display: block;
	width: 206px;
	height: 65px;
	background: transparent url(../images/logo.jpg) no-repeat top left;
	text-indent: -9000px;
}

#flashNav {
	float: left;
	display: inline;
	width: 510px;
	height: 88px;
	margin: 135px 0 0 -235px;
}

.navigation {
	float: left;
	display: inline;
	width: 960px;
	height: 42px;
	padding: 15px 0 0 0;
	background:  url(../images/childNavBg.jpg) no-repeat top right;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;	
	font-size: 1.2em;
	text-align: center;
}

.navigation ul li {
	display: inline;
	margin: 0 0 0 12px;
}

.navigation a {
	padding: 3px 10px 3px 10px;
	color: #ffcc00;
	text-decoration: none;
}

.navigation ul li a:hover, .navigation ul li a.active {
	color: #fff;
	background: #a99107;
}

#contentWrapper {
	float: left;
	display: inline;
	width: 960px;
	margin: 54px 0 0 0;
	padding: 0 0 62px 0;
	text-align: left;
	background: transparent url(../images/contentBg.jpg) no-repeat bottom left;
}

body#contact #contentWrapper {
		background: transparent url(../images/contentImages/babyGirl.jpg) no-repeat bottom left;
}

body#mission #contentWrapper {
		background: transparent url(../images/contentImages/standing.jpg) no-repeat bottom left;
}

body#resources #contentWrapper {
		background: transparent url(../images/contentImages/nosePoint.jpg) no-repeat bottom left;
}

body#support #contentWrapper {
		background: transparent url(../images/contentImages/latinFamily.jpg) no-repeat bottom left;
}


body#testimonials #contentWrapper {
		background: transparent url(../images/contentImages/pointingBaby.jpg) no-repeat bottom left;
}

body#faq #contentWrapper,
body#privacy #contentWrapper,
body#terms #contentWrapper,
body#site #contentWrapper {
		background: transparent url(../images/contentImages/feet.jpg) no-repeat bottom left;	
}


#contentWrapper h2 {
	font-size: 1.9em;
	font-weight: normal;
	line-height: 1.3em;
	margin: 0 0 16px 0;
}

#contentHeader {
	float: right;
	display: inline;
	width: 476px;
	margin: 0 116px 0 0;
}

#contentHeader h1 {
	font-size: 3em;
	font-weight: normal;
	color: #cc9900;
	line-height: 1.1em;
}

#contentLeft {
	float: left;
	display: inline;
	width: 228px;
	padding: 0 0 0 0;
	margin: 0 0 0 116px;
}

#contentRight {
	float: right;
	display: inline;
	width: 476px;
	margin: 30px 116px 0 0;
	overflow: visible;
}

#contentRight cite {
	float: left;
	font-size: 1.3em;
	font-style: italic;
	margin: 0 0 12px 0;
}

#contentRight ul li {
	font-size: 1.3em;
	line-height: 1.8em;
	list-style-type: disc;
	color: #000000;
	margin: 0 0 0 20px;
}

#contentRight ul {
	margin: 0 0 16px 0;
}

#contentLeft ul li a {
	display: block;
	width: 228px;
	height: 21px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;	
	font-weight: normal;
	font-size: 1.2em;
	color: #666666;
	text-decoration: none;
	padding: 6px 0 0 14px;
	margin: 0 0 8px 0;
	background: transparent url(../images/turshBg.gif) no-repeat top left;
}

#contentLeft ul li a:hover #contentLeft ul li a.selected{
background-position: 0 -27px;
}

#contentLeft ul li a.selected{
background-position: 0 -54px;
color: #ffffff;
}


#footer {position: relative;
	margin-top: -377px; /* negative value of footer height */
	height: 377px;
	clear:both;
	background: url(../images/footerBg.jpg) repeat-x;
} 

#footContWrap {
	margin: 0 auto;
	width: 960px;
	height: 377px;
	background: url(../images/footerImage.jpg) no-repeat top left;
}

#footContWrap .navigation {
	background-image: none;
}

#footContWrap .navigation ul li a:hover {
	background: transparent;
	text-decoration: underline;
}

#footerRight {
	float: right;
	display: inline;
	width: 380px;
	padding: 48px 116px 0 0;
	text-align: right;
}

#footerRight q, #footerRight cite {
	float: right;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;	
	font-weight: normal;
	font-style: italic;
	font-size: 1.7em;
	color: #ffffff;
	line-height: 1.7em;
}

#footerRight cite {
	font-style: normal;
	font-size: 1.5em;
	padding: 12px 0 0 0;
}




