body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#8c8c8c;
	background-color:#f3f3f3;
}
#page {
	width: 923px;
	margin: 30px auto 0;
	background-color: #FFF;
}
#masthead {
	height: 75px;
	padding-bottom: 81px;
	width: 923px;
	background-color:#FFF;
	
}
#logo {
	float: left;
	width: 185px;
}
.noBord {
	border: 0;
}
#newsLogo {
	float: left;
	width: 201px;
}
#navigation {
	text-align:right;
	padding-top: 20px;
	margin-right:80px;
}
#navigation a {
	text-transform: uppercase;
	color: #999;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 5px 0 5px 20px;
	font-size: 12px;
}
#navigation a:hover, #navigation a.current {
	color: #333;
}
#page #content {
	width: 923px;
	background-color: #FFF;
}

#pointBox {
	float: left;
	width: 193px;
	height: 292px;
	margin: 0px 4px 0px 20px !important;
	margin: 0px 4px 0px 10px;
}
.featureBox {
	float: left;
	width: 226px;
	margin-right: 4px;
	height: 291px;
	display: block;
}
.featureHeader {
	height: 51px;
	margin: 0px;
	padding: 237px 0 0 10px;
	display: block;
	text-decoration: none;
}
.featureHeader p {
	padding: 0px;
	margin: 0px 0px 0px 5px;
}
.featureHeader .indent {
	margin-left: 52px;
}

.featureBox a      {
	color: #333;
	text-decoration: none;
	cursor: pointer;
}

#footer {
	clear: both;
	height: 98px;
}


/* FEATUREBOX STYLES
----------------------------------------------------------------------------------------------------------------- */

a.Col1 {
	display: block;
	height: 291px;
	width: 226px;
	background: url(../newsflash/images/mainTechnip.jpg) no-repeat top;
}
a.Col1:hover {
	background: url(../newsflash/images/mainTechnip.jpg) no-repeat bottom;
}

a.Col2 {
	display: block;
	height: 291px;
	width: 226px;
	background: url(../newsflash/images/mainHP.jpg) no-repeat top;
}
a.Col2:hover {
	background: url(../newsflash/images/mainHP.jpg) no-repeat bottom;
}
a.Col3 {
	display: block;
	height: 291px;
	width: 226px;
	background: url(../newsflash/images/mainPetco.jpg) no-repeat top;
}
a.Col3:hover {
	background: url(../newsflash/images/mainPetco.jpg) no-repeat bottom;
}









/* CONTACT STYLES
----------------------------------------------------------------------------------------------------------------- */

#contactContent {
	height: 636px;
	text-align: center;
}
#contactText {
	padding-top: 100px;
	font-size: 1.1em;
}

#contactText a, #mapContent h3 {
	display: block;
	width: 150px;
	margin: 20px auto 5px;
	font-size: 1.1em;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	text-transform: uppercase;
	cursor: pointer;
}
#contactText a:hover {
	color: #BFCB00;
}
#mapContent {
	padding-top: 20px;
	font-size: 1.1em;
	text-align:center;
}
#mapContent a {
	color: #8c8c8c;
	text-decoration: none;
	font-size: 1.1em;
}

.mapImg {
	padding: 10px;
	margin:3px 0 10px 70px;
	float: left;
}
.mapImg2 {
	padding: 10px;
	margin:0 70px 13px 0;
	float:right;
}
.bottomMapContent {
	clear: both;
}

.normalLink {
	color: #999999;
	text-transform: none;
	font-size: 1.0em;
	font-weight: normal;
}

.hidden {
	display : none;
}
