/* FAIRWAY CONSULTING GROUP GENERAL RULES */

/* HTML RULES */

*, html, body {
	margin: 0px;
	padding: 0px;
}

html {
	background: transparent url("/images/backgrounds/pin_stripe_pattern(1).gif");
	background-repeat: repeat;
	background-position: top center;
}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 100;
}

a {
	text-decoration: none;
}

a img {
	border: none;
}


/* SITE CONTAINER */

div#container {
	width: 100%;
}

div#site_container {
	position: relative;
	margin: 0px auto;
	width: 1000px;
	text-align: left;
}


/* HEADER */

div#header {
	margin: 0px;
	padding: 0px;
}

	#header h1 {
		width: 1000px;
		background: transparent url("/images/logos/fairway_consulting_group_logo.gif");
		background-repeat: no-repeat;
		background-position: 10px 0px;
		cursor: pointer;
	}
	
		#header h1 span, #header img {
			display: none;
		}


/* NAVIGATION */
		
ul#navigation {
	position: absolute;
	top: 0px;
	right: 56px;
	width: 358px;
	height: 85px;
	list-style: none;
}
	
	#navigation li {
		margin: 0px 0px -16px 0px;
		float: left;
	}

		a#home_link {
			position: relative;
			background: transparent url("/images/navigation/home_button.png");
			width: 135px;
		}
		
		a#about_link {
			position: relative;
			margin: 0px -12px;
			background: transparent url("/images/navigation/about_button.png");
			width: 122px;
		}
		
		a#contact_link {
			position: relative;
			background: transparent url("/images/navigation/contact_button.png");
			width: 125px;
		}
		
		a#clients_link {
			position: relative;
			background: transparent url("/images/navigation/clients_button.png");
			width: 135px;
		}
		
		a#candidates_link {
			position: relative;
			margin: 0px -20px;
			background: transparent url("/images/navigation/candidates_button.png");
			width: 138px;
		}
		
		a#careers_link {
			position: relative;
			background: transparent url("/images/navigation/careers_button.png");
			width: 125px;
		}
	
		#navigation li a {
			display: block;
			height: 50px;
			background-repeat: no-repeat;
			background-position: 0px 0px;
		}
	
		#navigation li a:hover {
			background-position: 0px -50px;
		}
	
			#navigation li a span {
				display: none;
			}


/* EYE CANDY */

div#eye_candy {
	display: none;
}


/* BODY TEXT */

div#body_text {
	font-size: 13px;
	color: #858585;
	line-height: 20px;
}

	#body_text h2 {
		height: 50px;
		color: #ffffff;
		font-family: "Times New Roman", Times, serif;
		font-size: 20px;
		letter-spacing: 1px;
		line-height: 35px;
	}
	
	#body_text p {
		margin: 20px 0px;
	}
	
	#body_text strong {
		color: #222f64;
	}
	
	#body_text ul li a {
		font-weight: bold;
		color: #d30519;
	}
	
	#body_text a:hover {
		color: #222e64;
	}
	
	#body_text ul {
		margin: 20px 0px;
		list-style: none;
	}
	
		#body_text ul li {
			margin: 20px 0px;
			padding: 0px 0px 0px 25px;
			background: transparent url("/images/misc_elements/small_body_text_bullet.gif");
			background-repeat: no-repeat;
			background-position: 5px 5px;
		}


/* TESTIMONIALS SHOWCASE */

a#testimonials_showcase {
	display: block;
	border-top: 2px dotted #7f7f7f;
	background: transparent url("/images/misc_elements/large_right_quote.gif");
	background-repeat: no-repeat;
}

	#body_text p.testimonial_quote, p.testimonial_quote {
		margin: 0px;
		padding: 10px 0px 0px 0px;
		text-indent: 60px;
		background: transparent url("/images/misc_elements/large_left_quote.gif");
		background-repeat: no-repeat;
		background-position: top left;
		font-family: "Times New Roman", Times, serif;
		font-size: 16px;
		line-height: 20px;
		color: #31438c;
	}
	
	p.testimonial_credit {
		margin: 10px 0px 0px 0px;
		padding: 0px 50px 0px 0px;
		font-family: "Times New Roman", Times, serif;
		font-size: 13px;
		color: #898989;
		text-align: right;
	}


/* FOOTER */

div#footer {
	position: relative;
	clear: both;
	margin: 0px auto;
	width: 980px;
	height: 80px;
	background: transparent url("/images/backgrounds/footer_background.gif");
	background-repeat: no-repeat;
	background-position: top center;
}

	p.copyright {
		display: none;
	}
	
	a#sticky_stamp {
		position: absolute;
		top: 0px;
		right: 0px;
		width: 100px;
		height: 80px;
		z-index: 100;
	}
	
		#sticky_stamp p, #sticky_stamp img {
			display: none;
		}