/* R E S E T
--------------------------------------------------------------------------------------------*/
* {	padding: 0;
	margin: 0;
	outline: none;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	}

/* G L O B A L
--------------------------------------------------------------------------------------------*/

body {
	background: #FFF;
	color: #000;
	font-size: 12px;
	font-family: "Century Gothic", Arial, sans-serif;
	line-height: 18px;
	margin: 0 auto;
	}

body#one, body#ten {
	text-align: center;
	width: 610px;
	}

body#two, body#four, body#five, body#eight, body#nine {
	width: 900px;
	font-size: 14px;
	}

body#three {
	width: 810px;
	}
	
body#one, body#two, body#three, body#four, body#five, body#eight, body#nine, body#ten { padding-top: 80px }
	
#footer {
	margin-top: 30px;
	}
	
/* MENU */
* #menu {
	width: 131px;
	height: 35px;
	position: fixed;
	left: 50%;
	margin-left: -65px;
	top: 0px;
	z-index: 9999;
	}

* #menuItems {
	width: 142px;
	position: fixed;
	left: 50%;
	margin-left: -71px;
	top: 35px;
	z-index: 9999;
	text-align: left;
	background: #FFF;
	border: 1px solid #CCC;
	}
	
* #menuItems ul#nav li {
	padding: 2px 0 0 5px;
	margin: 0;
	list-style: none inside;
	font-size: 12px;
	}
	
* #menu ul#nav li a {
	color: #009999;
	}
	
/* P A G E  O N E
--------------------------------------------------------------------------------------------*/

body#one h1#heading {
	padding: 30px 0;
	font-size: 24px;
	}
	
body#one div#headerImage {
	margin: 0 0 30px;
	}

body#one h2 { font-size: 16px;}

/* P A G E  T W O
--------------------------------------------------------------------------------------------*/

body#two h1#heading {
	margin: 0 0 20px;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
	}
	
body#two div#headerImage {
	margin: 0 0 30px;
	}
	
body#two p#intro {
	text-align: center;
	font-size: 24px;
	line-height: 24px;
	}
	
body#two ul li {
	margin-bottom: 18px;
	}
	
body#two ul li {
	list-style-position: outside;
	margin-bottom: 18px;
	padding-left: 20px;
	color: #1a4478;
	}

/* P A G E  T H R E E
--------------------------------------------------------------------------------------------*/

body#three h1#heading {
	margin: 0 0 20px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 30px;
	}

body#three div#headerImage {
	margin: 0 0 30px;
	text-align: center;
	}
	
body#three ul li {
	list-style-position: outside;
	margin-bottom: 18px;
	padding-left: 20px;
	}
	
/* P A G E  F O U R
--------------------------------------------------------------------------------------------*/

body#four h1#heading {
	margin: 0 0 20px;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
	}
	
body#four div#headerImage {
	margin: 0 0 30px;
	}
	
body#four p#intro {
	text-align: center;
	font-size: 24px;
	line-height: 24px;
	}
	
body#four ul li {
	margin-bottom: 18px;
	}
	
body#four ul li {
	list-style-position: outside;
	margin-bottom: 18px;
	padding-left: 20px;
	}

/* P A G E  F I V E
--------------------------------------------------------------------------------------------*/

body#five h1#heading {
	margin: 0 0 20px;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
	}
	
body#five div#content img {
	display: block;
	text-align: center;
	margin: 0;
	}
	
body#five div#content div.testimonial {
	background: url(../images/hr-testimonials.jpg) no-repeat center bottom;
	padding: 18px 0 36px;
	}

/* P A G E  E I G H T
--------------------------------------------------------------------------------------------*/

body#eight h1#heading {
	margin: 0 0 20px;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bold;
	}
	
body#eight div#content img {
	display: block;
	text-align: center;
	margin: 0;
	}
	
body#eight div#content div.testimonial {
	background: url(../images/hr-testimonials.jpg) no-repeat center bottom;
	padding: 18px 0 36px;
	}

/* P A G E  N I N E
--------------------------------------------------------------------------------------------*/

body#nine h1#heading {
	margin: 0 0 20px;
	font-size: 24px;
	}

body#nine div#content p img#photo {
	float: left;
	margin: 0 10px 18px 0;
	}
	
body#nine div#headerImage {
	margin: 0 0 60px;
	}
	
body#nine h1 span {
	font-weight: lighter;
	}
	
/* P A G E  T E N
--------------------------------------------------------------------------------------------*/

body#ten h1#heading {
	margin: 30px 0 0;
	font-size: 24px;
	}
	
body#ten div#headerImage {
	margin: 30px 0 30px;
	}

body#ten h2 { font-size: 16px;}

body#ten p span {
	padding-left: 36px;
	}
	
/* T Y P O G R A P H Y
--------------------------------------------------------------------------------------------*/

p, h1, h2, h3, h4, h5, h6, ol, ul, dl, table, img { margin: 0 0 18px; } 

a { color: #009999; }
