@charset "UTF-8";
/*---------basic styling----------*/
* {
	margin: 0px;
	padding: 0px;
}

img {
   behavior: url("pngbehavior.htc");
}

body {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Helvetica, "Helvetica Neue", Verdana, Arial, sans-serif;
	font-size: 100%;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
}

#section1 {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Helvetica, "Helvetica Neue", Verdana, Arial, sans-serif;
	font-size: 100%;
	background-color: #FFffff;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/mainbg.png);
	background-repeat: repeat-x;
	background-position: left top;
	}

#section2 {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Helvetica, "Helvetica Neue", Verdana, Arial, sans-serif;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/footerbg.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 60px;
}


#wrapper {
	position: relative;
	width: 900px;
	margin: 0 auto;
	text-align: left;
	}

#footer {
	width: 900px;
	position: relative;
	text-align: left;
	margin: 0 auto;
	}
	
h1 {
	font-family: Helvetica, "Helvetica Neue", Verdana, Arial, sans-serif;
	font-size: 10px;
	clip: rect(auto,auto,auto,-9000px);
	margin-left: -9000px;
}

br {
clear: both;
}

#clear {
	clear: both;
	}
/*---------basic styling----------*/

/*---------header styles----------*/
#header {
	position: relative;
	height: 100px;
	margin: 0px;
	padding: 0px;
	width: 900px;
	}
	
#ovmlogo {
	height: 95px;
	width: 235px;
	position: absolute;
	left: 0px;
	top: 5px;
	}
	
#navigator {
	margin: 0px;
	padding: 0px;
	height: 24px;
	width: 340px;
	position: absolute;
	left: 300px;
	top: 70px;
	}
	
ul {
	list-style: none;
	width: 340px;
	}
	
ul li {
	float: left;
	margin: 0px;
	}
	

ul a {
	float: left;
	}	
	
#homelink {
	background-image: url(../images/menuhomebg.png);
	background-repeat: repeat-x;
	background-position: left top;
	}
	
ul a:hover {
	background-image: url(../images/menubg.png);
	background-repeat: repeat-x;
	background-position: left top;
	}
/*---------header styles----------*/

/*---------link styles------------*/
a:link {
	text-decoration: none;
	font-weight: normal;
	color: #5294d3;
	}

a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #5294d3;
	}

a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #5294d3;
	}

a:active {
	text-decoration: underline;
	font-weight: bold;
	color: #5294d3;
	}
	
/*---------link styles------------*/

/* ------- content styles -------*/
p {
	font-family: Helvetica, "Helvetica Neue", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 21px;
	font-weight: normal;
	color: #8c8c8c;
	}
	
#container1 {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 389px;
	width: 900px;
	position: relative;	
	}
	

	
.bcmoment {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 67px;
	width: 308px;
	}
	
.line1 {
	position: absolute;
	left: 50px;
	top: 75px;
	}
	
.line2 {
	position: absolute;
	left: 210px;
	top: 115px;
	}
	
.line3 {
	position: absolute;
	left: 208px;
	top: 370px;
	text-align: right;
	width: 150px;
	}
	
.margin5 {
	margin-right: 10px;
	}
	
.montager {
	position: absolute;
	right: 0px;
	bottom: 0px;
	}
	
#boxrow {
	padding: 0px;
	height: 166px;
	width: 900px;
	float: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	}
	
.boxpad {
	padding: 0px;
	float: left;
	height: 166px;
	width: 216px;
	margin-top: 0px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
	
.boxlast {
	padding: 0px;
	float: left;
	height: 166px;
	width: 216px;
	margin: 0px;
	}

/* ------- footer navigation styles -------*/
	

#footer p {
	text-align: left;
	font-family: Helvetica, "Helvetica Neue", Verdana, Arial, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	}
	
#copyrightinfo {
	padding: 0px;
	float: left;
	width: 500px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
	
#footerNavbar {
	width: 380px;
	float: left;
	padding: 0px;
	margin: 0px;
	}



/* ------- footer navigation styles -------*/

