﻿@font-face {
    font-family: 'arialblack';
    src: url('typo/ariblk-webfont.eot');
    src: url('typo/ariblk-webfont.eot?#iefix') format('embedded-opentype'),
         url('typo/ariblk-webfont.woff') format('woff'),
         url('typo/ariblk-webfont.ttf') format('truetype'),
         url('typo/ariblk-webfont.svg#arialblack') format('svg');
    font-weight: normal;
    font-style: normal;

}

*	{	
	margin:0px;
	padding:0px;
	}
	
body{
	background:#033564 url(images/bg.jpg) top left repeat-x;
	}
.contentwrapper{
	width:960px;
	margin:0px auto;
	overflow:hidden;
	position:relative;
	}
.logo{
	position:absolute;
	top:0px;
	left:4px;
	display:block;
	width:238px;
	height:128px;
	z-index:99;
	}
.medalogo{
	position:absolute;
	top:95px;
	right:4px;
	display:block;
	width:148px;
	height:47px;
	z-index:100;
	}
.headwrapper{
	width:940px;
	height:76px;
	float:left;
	margin:0px 10px 0px 10px;
	background:url(images/headbg.jpg) center top no-repeat;
	}
.headwrapper ul{
	list-style:none;
	}
.headwrapper ul li{
	list-style:none;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-weight:bold;
	font-size:24px;
	text-shadow:0px 1px 2px #000000;
	margin:29px 0px 0px 31px;
	}
.headwrapper ul li a{
	color:#ffffff;
	text-shadow:0px 1px 2px #000000;
	text-decoration:none;
	}
.headwrapper ul li a:hover{
	color:#a0dc7d;
	text-shadow:0px 1px 2px #000000;
	text-decoration:none;
	}
.content{
	width:940px;
	height:571px;
	float:left;
	margin:0px 10px 0px 10px;
	background:url(images/bg_green.jpg) center top no-repeat;
	}
.contentbubbles{
	width:100%;
	float:left;
	margin:116px 0px 104px 0px;
	}
.tile{
	width:300px;
	height:351px;
	display:block;
	float:left;
	}
.tile img{
	width:151px;
	height:182px;
	display:block;
	float:left;
	margin:0px 74px 0px 75px;
	}
.tile h1{
	text-align:center;
	margin:0px 0px 25px 0px;
	font-family:arialblack;
	color:#429710;
	font-weight:normal;
	font-size:32px;
	text-shadow:1px 1px 0px #3a3a3a;
	}
.tile p{
	margin:0px 33px 0px 35px;
	font-family:Arial, Helvetica, sans-serif;
	color:#2c660a;
	font-weight:normal;
	font-size:18px;
	line-height:24px;
	width:233px;
	}
.spacer{
	float:left;
	width:20px;
	height:20px;
	display:block;
	}
.footer{
	width:940px;
	height:80px;
	float:left;
	margin:0px 10px 0px 10px;
	}
.footer p{
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-weight:normal;
	font-size:20px;
	text-align:center;
	margin-top:40px;
	}