body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

.content {
	width: 70%;
	margin: 0 auto;
}

/*****************/
/* Banner styles */
/*****************/
#banner {
	background: #1380c4;
	height: 80px;
	color: #fff;
}
	/* Tagline styles */
	#banner h3,
	#banner h2,
	#banner h1 {
		font-weight: normal;
		margin: 0;
		padding: 0;
	}
		#banner h1,
		#banner h2,
		#banner h3 { letter-spacing: -1px; }
		
		#banner h3 { font-size: 20px; }
		#banner h2 { font-size: 25px; }
		#banner h1 { font-size: 30px;	}

		#banner.generic {
			line-height: 75px;
		}
			.emphasis {
				color: #e0db1e;
				font-size: inherit;
			}
			
			#tagline div {
				width: 800px;
			}
			
			#tagline {
				height: 120px;
			}
				#tagline h1 {
					margin-top: 43px;
					font-size: 38px;
					line-height: 1em;
				}
				#tagline h2 {
					margin-left: 60px;
				}
				
					#tagline-one h1 {
						margin-left: 75px;
					}
					#tagline-one h2 {
						margin-left: 62px;
						line-height: 1em;
						font-size: 23px;
					}

					#tagline-two h1 {
						margin-top: 38px;
						margin-left: 80px;
						font-size: 32px;
						line-height: 0.8em;
					}
					#tagline-two h2 {
						margin-left: 70px;
					}
					#tagline-two h3 {
						margin-left: 470px;
						font-size: 30px;
						line-height: 0.8em;
					}
					
					#tagline-three h1 {
						margin-top: 35px;
						margin-left: 75px;
						font-size: 28px;
						line-height: 0.8em;
					}
					#tagline-three h2 {
						margin-left: 95px;
						font-size: 35px;
					}
					#tagline-three h3 {
						margin-left: 200px;
						line-height: 0.5em;
					}
					
					#tagline-four h1 {
						margin-top: 30px;
						margin-left: 85px;
						font-size: 30px !important;
					}
					#tagline-four h2 {
						font-size: 20px;
						margin-left: 75px;
					}
					#tagline-four h3 {
						margin-left: 110px;
						font-size: 35px;
						line-height: 0.6em;
					}
					
					#tagline-five h1 {
						margin-left: 75px;
						font-size: 30px;
					}
					#tagline-five h2 {
						margin-left: 95px;
						font-size: 20px;
					}
					#tagline-five h3 {
						margin-left: 110px;
					}
					
			#tagline .hide {
				display: none;
			}

/********************/
/* Home page styles */
/********************/
#banner {
	height: 160px;
	background: #1380c4 url(bckg.jpg) no-repeat left ;
}
#banner .content {
	height:160px;
}
