@charset "UTF-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	margin:5px;
	background:url(../img/tnmBack.jpg) no-repeat center top fixed rgb(205,204,199);
}

h1,
h2,
h3,
h4 {
	text-transform:uppercase;
	margin:0;
}

h1 {
	font-size:54px;
	line-height:50px;
}

h2 {
	font-size:40px;
	line-height:40px;
}


h3 {
	font-size:25px;
	line-height:30px;
}

h4 {
	font-size:12px;
	line-height:20px;
}

h5 {
	color:rgb(120,120,120);
	margin:0;
	font-size:25px;
	line-height:30px;
	font-style:italic;
	font-weight:normal;
	margin-bottom:10px;
}

h6 {
	color:rgb(120,120,120);
	margin:0;
	font-size:18px;
	line-height:25px;
	font-style:italic;
	font-weight:normal;
	margin-bottom:10px;
}

p {
	font-size:12px;
	line-height:20px;
	margin:0px;
	padding:0px;
}

p:last-child {
	margin-bottom:-5px;
}

a {
	text-decoration:none;
	font-weight:bold;
	color:rgb(255,120,0);
}

a:hover {
	text-decoration:underline;
}

img { border:none; }

ul {
	font-size:12px;
	line-height:20px;
	margin:0;
	padding:0;
	list-style: none;
}

li {
	margin-bottom:10px;
	padding-left: 0px;
	margin-left:0px;
}

li.last{
	margin-bottom:-5px;
}

form {
	margin:0;
	padding:0;
}

blockquote {
	color:rgb(255,120,0);
	font-weight:bold;
	font-size:28px;
	line-height:30px;
	float:right;
	padding:10px 0px;
	margin:0 0 0 10px;
	text-align:right;
	width:252px;
	border-top:1px solid rgb(255,120,0);
	border-bottom:1px solid rgb(255,120,0);
}

#pageContainer {
	position:absolute;
	width:987px;
	left:50%;
	margin-left:-493px;	
}
	#top {
	padding:5px 0px 5px 5px;
	height:40px;
	}
		#expertise {
			float:left;
			height:40px;
			width:167px;
		}
		#solutions {
			float:left;
			height:40px;
			width:172px;
		}
		#connect {
			float:left;
			height:40px;
			width:292px;
		}
			.connectIcons {
				float:right;
				margin-top:10px;
			}
			.connectIcons img {
				margin-right:5px;
			}
		#news {
			float:left;
			height:40px;
			width:296px;
		}
			#newsMailSignUp {
				position:absolute;
				top:15px;
				right:15px;
				width:190px;
			}
		
	#content {
	}
	
	body #logoTagline {
		position:relative;
		float:left;
		height:100px;
		width:423px;
		background:url(../img/logoBackWideOrange.png) no-repeat;
	}
	body.orangeTop #logoTagline {
		position:relative;
		float:left;
		height:100px;
		width:423px;
		background:url(../img/logoBackWideOrange.png) no-repeat;
	}
	body.blueTop #logoTagline {
		position:relative;
		float:left;
		height:100px;
		width:423px;
		background:url(../img/logoBackWideBlue.png) no-repeat;
	}
	body.greenTop #logoTagline {
		position:relative;
		float:left;
		height:100px;
		width:423px;
		background:url(../img/logoBackWideGreen.png) no-repeat;
	}
	body.purpleTop #logoTagline {
		position:relative;
		float:left;
		height:100px;
		width:423px;
		background:url(../img/logoBackWidePurple.png) no-repeat;
	}
	body.redTop #logoTagline {
		position:relative;
		float:left;
		height:100px;
		width:423px;
		background:url(../img/logoBackWideRed.png) no-repeat;
	}
	
	body.frontpage #logoTagline {
		float:left;
		height:180px;
		width:282px;
		background:url(../img/logoBack.png) no-repeat;
	}
		#logo {
			padding:10px;
			margin: 5px 5px 0px;
		}
		
		#tagline {
			position:absolute;
			top:10px;
			left:170px;
			padding:0px;
		}
		body.frontpage #tagline {
			position:relative;
			top:0px;
			left:0px;
			padding:0px 0px 0px 5px;
		}
	#footer {
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		line-height:12px;
		background:url(../img/footerBack.png) no-repeat;
		height:10px;
		padding:15px;
		clear:both;
		margin-bottom: 5px;
		width:957px;
	}
		#designCreds {
			float:right;
		}
		#cc {
			position:absolute;
			margin-top:-2px;
		}
		#ccText {
			position:absolute;
			margin-left:20px;
		}
