/* CSS Document */

* {margin:0; padding:0;}

body {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.35em;
	background: url(../images/bg.gif) repeat-x #DDE1E3;
	color: #333;
}

a {
	text-decoration: none;
	color: #2F4E69;
	line-height: 1.35em;
}

a:hover {
	text-decoration: underline;
}

p {
	line-height: 1.35em;
	margin: 0 0 8px 0;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}


#container {
	width: 921px;
	margin: 0 auto;
	position: relative;
}

#logo {
	float: left;
	width: 214px;
	height: 127px;
	padding: 0 0 0 17px;
}

#navBox {
	position: relative;
	float: left;
	margin: 0 0 0 4px;
	width: 669px;
	height: 127px;
	background: #fff;
}
	
	#tagline {
	position: absolute;
	top: 40px;
	left: 17px;
	}
	
	#subNav {
	position: absolute;
	top: 6px;
	right: 16px;
	}
	
		#subNav a{
			color: #2F4E69;
			font-size: 11px;
			font-weight: bold;
		}
		
		#subNav a:hover{
			text-decoration: none;
			color: #799A43;
		}

.more {
	font-size: 11px;
	font-weight:bold;
	color: #688A1E;
}

#footer {
	margin: 10px 0 15px 40px;
	font-size: 11px;
}

	#footer a{
		font-size: 11px;
		font-weight: bold;
	}
	
	#footer a:hover {
		color: #799A43;
		text-decoration: none;
	}

#clr {
	clear: both;
}

.bold11 {
	font-size: 11px;
	font-weight: bold;
}

.news {
	font-size: 13px;
	font-weight: bold;
}
.news2 {
	font-size: 13px;
	color:#666666;
}

.customer-spotlight {
	font-size: 14px;
	color: #000000;
	font-weight: bold;
	
}
