/* Global Elements */
html {
	background-color: #e7eaf4;
	background-image: url(../images/bodyBackground.png);
	background-repeat: repeat-x;
}
body {
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 25px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #5D81CB;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
a:link, a:visited, a:active {
	color: #6D8ED1;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #5D81CB;
}
.fullContainer {
	width: 750px;
	left: 50%;
	position: absolute;
	margin-left: -368px;
	top: 0px;
}
	
.container {
	width: 736px;
	padding: 6px;
	background-color: #dee2f0;
	background-image: url(../images/containerBackground.png);
	background-repeat: repeat-x;
	border: 1px solid #f8f9fd;
	top: 79px;
	position: absolute;
	z-index: 3;
}
.container hr {
	background-color: #7a96c9;
	height: 4px;
	margin-top: 2px;
	margin-bottom: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}
.header {
	background-image: url(../images/headerBackground.png);
	height: 95px;
}
.nav {
	height: 79px;
	position: absolute;
	z-index: 5;
	width: 700px;
	margin-left: 26px;
}
/* Navigation */
.nav ul {
	padding: 0;
	list-style: none;
	color: #fff;
	float: left;
	margin: 0px;
}
.nav li {
	float: left;
	margin: 0px;
	padding: 0px;
}
.nav li a {
	display: block;
	padding-top: 26px;
	height: 0px !important;
	overflow: hidden;
	border-bottom:none;
}
.nav li#home {
	border-bottom:none;
	background-color: transparent;
	background-image: url(../images/nav-home-over.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 71px;
	margin-top: 56px;
}
.nav li#products {
	border-bottom:none;
	background-color: transparent;
	background-image: url(../images/nav-products-over.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 88px;
	margin-top: 56px;
}
.nav li#service {
	border-bottom:none;
	background-color: transparent;
	background-image: url(../images/nav-service-over.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 128px;
	margin-top: 56px;
}
.nav li#logo {
	border-bottom:none;
	background-color: transparent;
	background-image: url(../images/pmfLogo.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 121px;
	height: 86px;
	float: left;
}
.nav li#about {
	border-bottom:none;
	background-color: transparent;
	background-image: url(../images/nav-about-over.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 89px;
	margin-top: 56px;
}
.nav li#contact {
	border-bottom:none;
	background-color: transparent;
	background-image: url(../images/nav-contact-over.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 95px;
	margin-top: 56px;
}
.nav li#francais {
	border-bottom:none;
	background-color: transparent;
	background-image: url(../images/nav-francais-over.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 76px;
	margin-top: 56px;
}

.nav li#home a:link,.nav li#home a:visited,.nav li#home a:active {
	border-bottom:none;
	background-color: transparent;
	background-image: url(../images/nav-home.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.nav li#products a:link,.nav li#products a:visited,.nav li#products a:active {
	border-bottom:none;
	background-color: transparent;
	background-image: url(../images/nav-products.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.nav li#service a:link,.nav li#service a:visited,.nav li#service a:active {
	border-bottom:none;
	background-color: transparent;
	background-image: url(../images/nav-service.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.nav li#about a:link,.nav li#about a:visited,.nav li#about a:active {
	border-bottom:none;
	background-color: transparent;
	background-image: url(../images/nav-about.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.nav li#contact a:link,.nav li#contact a:visited,.nav li#contact a:active {
	border-bottom:none;
	background-color: transparent;
	background-image: url(../images/nav-contact.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.nav li#francais a:link,.nav li#francais a:visited,.nav li#francais a:active {
	border-bottom:none;
	background-color: transparent;
	background-image: url(../images/nav-francais.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.nav li#home a:hover,.nav li#products a:hover,.nav li#service a:hover,.nav li#about a:hover,.nav li#contact a:hover,.nav li#francais a:hover {
	background: none;
	border-bottom-style: none;
}
.newsNav {
	float: left;
	width: 448px;
	text-align: right;
	color: #b7b7b7;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 10px;
}
.newsNav a:link, a:active {
	color: #1C4495;
	text-decoration: underline;
}
.newsNav a:hover{
	color: #1C4495;
	text-decoration: underline;
}
.newsNav a:visited{
	color: #6D8ED1;
	text-decoration: underline;
}
.newsNav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.newsNav li {
	float: right;
	margin-left: 6px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #6D8ED1;
	padding-right: 6px;
}

/* Auto Nav Selection */

#home_page .nav li#home a:link,#home_page .nav li#home a:visited, #home_page .nav li#home a:active {
	background: none !important;
}
#products_page .nav li#products a:link,#products_page .nav li#products a:visited,#products_page .nav li#products a:active {
	background: none !important;
}
#service_page .nav li#service a:link,#service_page .nav li#service a:visited,#service_page .nav li#service a:active {
	background: none !important;
}
#about_page .nav li#about a:link,#about_page .nav li#about a:visited,#about_page .nav li#about a:active {
	background: none !important;
}
#contact_page .nav li#contact a:link,#contact_page .nav li#contact a:visited,#contact_page .nav li#contact a:active {
	background: none !important;
}
#francais_page .nav li#francais a:link,#francais_page .nav li#francais a:visited,#francais_page .nav li#francais a:active {
	background: none !important;
}

.content {
	background-color: #FFFFFF;
	padding-right: 16px;
	padding-left: 20px;
	padding-top: 17px;
	padding-bottom: 10px;
	float: left;
	width: 700px;
}
.sidebar {
	background-image: url(../images/sideBarBackground.png);
	background-repeat: no-repeat;
	background-position: top;
	float: right;
	width: 231px;
	clear: both;
}
.sidebar a:link, a:active, a:visited {
	color: #6D8ED1;
	text-decoration: underline;
}
.sidebar a:hover {
	color: #194193;
	text-decoration: underline;
}
.sidebar  .textarea {
	background-color: #fcfdfe;
	border: 1px solid #e7ecf8;
	padding: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.sidebar .textarea p {
	font-size: 10px;
	color: #194193;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.sidebar .textarea .image {
	background-color: #FFFFFF;
	padding: 3px;
	width: 182px;
	border: 1px solid #eff4fb;
	margin-top: 5px;
	margin-bottom: 5px;
}
.latestNewsArea {
	float: left;
	width: 448px;
}
.latestNewsArea p {
	line-height: 18px;
}
.latestNewsArea p span {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d9e1f0;
	display: block;
}
.latestNewsArea ul {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #5D81CB;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 25px;
	padding-left: 0px;
}
.latestNewsArea .highlight {
	background-image: url(../images/newsHighlightBackground.png);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
	width: 448px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.latestNewsArea .highlight p {
	color: #333333;
	font-size: 11px;
	line-height: 16px;
}
.latestNewsArea .highlight .leftside {
	float: left;
	width: 147px;
	margin-left: 8px;
	margin-top: 14px;
}
.latestNewsArea  .highlight  .bothsides {
width: 423px;
padding-top: 15px;
padding-right: 10px;
padding-bottom: 0px;
padding-left: 15px;
}
.latestNewsArea .highlight .rightside {
	float: right;
	width: 270px;
	margin-top: 25px;
	margin-right: 14px;
}
.latestNewsArea .highlight #products {
	padding: 10px;
	background-image: none;
	background-color: #FFFFFF;
}
.latestNewsArea h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d9e1f0;
	color: #1A4293;
	font-weight: normal;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}



.genericPage {
	float: left;
	width: 700px;
}
.genericPage p {
	line-height: 18px;
}
.genericPage p span {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d9e1f0;
	display: block;
}
.genericPage ul {
list-style-image: none;
list-style-type: none;
width: 232px;
margin-top: 10px;
margin-right: 0px;
margin-bottom: 10px;
margin-left: 0px;
background-color: #F7F8FC;
padding-top: 10px;
padding-right: 5px;
padding-bottom: 10px;
padding-left: 5px;
border: 1px solid #7a96c9;
float: left;
}
.genericPage li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	width: 116px;
	height: 24px;
	float: left;
	line-height: 20px;
	padding: 0px;
	margin: 0px;
}
.genericPage li a {
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #DEE2F0;
	padding-left: 5px;
	text-decoration: none;
}
.genericPage li a:hover  {
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #7995C9;
	padding-left: 5px;
	text-decoration: none;
}
.genericPage .highlight {
	background-image: url(../images/newsHighlightBackground.png);
	background-repeat: no-repeat;
	background-position: top;
	float: right;
	width: 448px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #7a96c9;
}
.genericPage .highlight p {
	color: #333333;
	font-size: 11px;
	line-height: 16px;
}
.genericPage .highlight #products {
background-image: none;
background-color: #FFFFFF;
padding-top: 10px;
padding-right: 15px;
padding-bottom: 10px;
padding-left: 15px;
}
.genericPage h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d9e1f0;
	color: #1A4293;
	font-weight: normal;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.footer {
	background-color: #FFFFFF;
	background-image: url(../images/footerBackground.png);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 736px;
	height: 160px;
	margin: 0px;
	float: left;
	padding: 0px;
}
.footer hr {
	float: left;
	padding: 0px;
	height: 1px;
	margin-top: 0px;
	margin-right: 68px;
	margin-bottom: 10px;
	margin-left: 68px;
	width: 600px;
	text-align: left;
}
.footer  ul  {
	height: 101px;
	width: 702px;
	text-align: center;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 32px;
	margin-top: 0px;
	padding: 0px;
}
.footer  li  {
	list-style-type: none;
	width: 162px;
	text-align: left;
	float: left;
	margin-right: 3px;
	margin-left: 3px;
}
.footer  img  {
	border: 1px solid #f3f4f9;
	padding: 5px;
	background-color: #FFFFFF;
}
.footer  p  {
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 10px;
	text-align: center;
}
#map {
	height: 300px;
	width: 380px;
	border: 1px solid #C1DAF3;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 20px;
	padding-left: 5px;
	float: right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

