/** HEADER */

#header {
	margin-top: 5em;
	height: 29px;
}

#logo-and-tagline {
	display: block;
	width: 484px;
	height: 29px;
	background:transparent url(../images/logo-and-tagline.png) no-repeat scroll 50%;
	background-position: top left;
}

#logo-and-tagline.hovering {
	background-position: bottom left;
}

#top-menu {
	float: right;
	margin: 0;
}

  .menu-link {
		display: block;
		padding:0px 0.75em;
		line-height: 2.25em;
		color: #bbb;
		font-variant: small-caps;
		text-decoration: none;
	}
	
	.menu-divider {
		height:20px;
		width: 6px;
		padding:0pt;
	}
	
	.menu-link-highlight {
		color: #aaa;
	}


/** PAGE HEADER */

#page-header {
	text-align: center;
}

	#mission-statement {
		display: block;
		width: 100%;
		height: 145px;
		background:transparent url(../images/mission-statement.png) no-repeat scroll 50%;
	}

/** CONTENT */

.image-heading {
	height: 20px;
	width: 90px; 
}

	#services-heading {
		background: url(../images/services-heading.png) no-repeat; 
		position: relative;
		left: -0.5em;
		height: 33px;
	}

	#why-us-heading {
		background: url(../images/why-us-heading.png);
		background-position: center right;
		background-repeat: no-repeat;
		position: relative;
		width: 100%;
		right: -0.5em;
		height: 33px;
	}


	#about-us-heading {
		background: url(../images/about-us-heading.png) no-repeat scroll 0% 0%; 
		height: 33px;
		margin-bottom: 0.25em;
	}


	#contact-us-heading {
		background: url(../images/contact-us-heading.png) no-repeat scroll 0% 0%; 
		height: 33px;
		margin-bottom: 0.25em;
	}


	#articles-heading {
		background: url(../images/articles-heading.png) no-repeat  scroll 0% 0%; 
		height: 33px;
		margin-bottom: 0.25em;
	}

#services-section, #why-us-section {
	position:relative;
	font-size:1.25em;
}

	#services-section h2, #why-us-section h2 {
		margin-bottom: 0.25em;
	}



/** FOOTER */

#footer {
	padding-top: 2em;
	margin-top: 4em;
	font-size: 0.9em;
	color: #bbb;
}

	#footer .top-border {
		border-top: 1px solid rgb(238, 238, 238);
	}

	#footer .hovering {
		color: black;
	}

	#footer a {
		color: #aaa;
	}

	#footer .hovering a {
		color: blue;
	}

#copyright-and-stuff {
	padding-top: 2em;
	margin-top: 4em;
	font-size: 0.8em;
}


/** **/


/** Home page */

