﻿/* CSS Document */

@import url("Styles.css");

body {
	margin: 0px;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	color: #4c4c4c;
}

.centerDiv {
	position:relative;
	left:50%;
	margin-top:30px;
	width:900px;
	margin-left:-450px;
}

.logo {
	position:relative;
	left:0px;
	top:0px;
	width:257px;
	height:56px;
	z-index:99;
	float:left;
}
.fnav001 {
	position:relative;
	top:0px;
	right:0px;
	width:450px;
	z-index:99;
	float:right;
}
.nav001 {
	position:relative;
	left:0px;
	top:0px;
	width:900px;
	height:30px;
	z-index:99;
	background-image: url(../Img/bgImg001.png);
	background-repeat: no-repeat;
}
.img001 {
	position:relative;
	left:0px;
	top:0px;
	margin-top:5px;
	width:900px;
	height:225px;
	z-index:99;
}

/* Logo and functional navigation */
.div001 {
	position:relative;
	left:0px;
	top:0px;
	margin-bottom:10px;
	height:56px;
	width:900px;
}

/* Image homepage */
.div002 {
	position:relative;
	left:0px;
	top:0px;
	margin-bottom:6px;
	width:900px;
}

/* Content homepage */
.div003 {
	position:relative;
	left:0px;
	top:0px;
	width:900px;
	background-image:url(../Img/bgImg005.png);
	background-position: bottom;
}
/* Content page */
.div004 {
	position:relative;
	left:0px;
	top:0px;
	width:900px;
	margin-top:13px;
	background-image:url(../Img/bgImg005.png);
	background-position: bottom;
	background-repeat: no-repeat;
}

/* References */
.references {
	position:relative;
	left:0px;
	top:0px;
	margin-top:6px;
	margin-bottom:6px;
	width:900px;
	height:70px;
	text-align:center;
	vertical-align:middle;
}

/* Sitemap */
.sitemap {
	position:relative;
	left:0px;
	top:0px;
	width:880px;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:15px;
	background-image:url(../Img/bgImg003.png);
	background-repeat: no-repeat;
	background-position: left top;
}

a img {
border: none;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
