@charset "utf-8";
/* CSS Document */

/*//////////////////////////////////
//   BROWSER RESET
//////////////////////////////////*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn,
em, font, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd,
ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
html, body { height: 100%; }
body {
	line-height: 1;
}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }

/*//////////////////////////////////
//   GLOBAL
//////////////////////////////////*/
body {
	background: #fff url(images/bg-runner.png) repeat-x top center;
	color: #444444;
	font: 12px Tahoma, Arial, sans-serif;
}

li { list-style: none; }

p {
	line-height: 22px;
	padding-bottom: 15px;
}

h1, h2, h3 {
	color: #A9630F;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 15px;
	font-weight: normal;
}
	
h1 {
	font-size: 25px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 22px;
	color: #fff;
	margin-bottom: 2px;
}

.fl { float: left; }

.fr { float: right; }

.clear {
	clear: both;
}



/*//////////////////////////////////
//  Header
//////////////////////////////////*/

#header {
	height: 80px;
	width: 976px;
	margin: 0 auto;
}

#header h2 {
	display: none;
}



/*//////////////////////////////////
//  Content Area
//////////////////////////////////*/

#content {
	position: relative;
	width: 940px;
  height: 906px;
	margin: 0 auto;
	padding-top: 30px;
}

/* IE 6 bug fix */
#people {
	margin-top: 1px;
}

html>body #people {
	margin-left: -165px;	
}

#copy {
	padding-bottom: 10px;
	width: 760px; /*IE 6 bug fix */
}

html>body #copy {
	width: 630px;
}

#copy p {
	padding-left: 155px; /*IE 6 bug fix */
}

html>body #copy p {
	padding-left: 0px;
}

/*IE 6 bug fix */
#copy h1 {
	padding-left: 155px;
}

html>body #copy h1 {
	padding-left: 0px;
}

#accred {
	margin-left: 5px;
	margin-top: -18px;
	position: absolute;
	top: -58px;
	right: 150px;
}

html>body #accred {
	margin-left: 5px;
	margin-top: -18px;
	position: absolute;
	top: -58px;
	right: -10px;
}

.button {
	cursor: pointer;
	width: 263px;
	height: 128px;	
	position: absolute;
	z-index: 1;
	color: #fff;
}

.button p {
	padding: 0px 70px 10px 15px;
	line-height: 18px;
}

.button h3 {
	padding: 10px 70px 0px 15px;	
}

a#parents,
a#partners {
  display: block;
  text-decoration: none;
}

#parents {
	background: url(images/parents-button.png) no-repeat top left;	
	top: 490px;
	left: 350px; /*IE 6 fix */
}

html>body #parents {
	left: 200px;
}

#parents:hover {
	background-position: -287px 0px;
}

#partners {
	background: url(images/partners-button.png) no-repeat top left;	
	top: 410px;
	left: 830px;	
}

html>body #partners {
	left: 680px;	
}

#partners:hover {
	background-position: -287px 0px;
}

.button a {
	display: block;
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
	width: 263px;
	height: 128px;
}


/*//////////////////////////////////
//   WRAPPER for Sticky Footer
//////////////////////////////////*/
#content-wrapper {
	min-height: 100%;
	height: auto;
	margin: 0 0 -102px !important;
	position: relative;
  background: url(/images/content-bg.jpg) no-repeat center bottom;
}


/*//////////////////////////////////
//   FOOTER
//////////////////////////////////*/
#footer, .push {
	height: 102px !important; /* for sticky footer.push must be the same height as .footer */
	position: relative;
}

#footer {
	background: url(images/footer-runner.gif) repeat-x bottom center;
}

#footer-content {
	background: url(images/footer-logo.gif) no-repeat bottom left;
	padding: 0 230px 0 0;
	width: 730px;
	height: 102px;
	margin: 0 auto;
}

#footer #details {
	white-space: pre;
	letter-spacing: 1px;
	font-size: 10px;
	color: #fff;
	float: right;
	padding-top: 59px;
}

.bullet {
	color: #c4c4c4;
}

