@charset "utf-8";
body{
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	}
#header{
	display:block;
	height:274px;
	background-color:#02b8f3;
	background-image: url(images/header.gif);
	background-repeat:no-repeat;
	background-position: top center;
	}
#main{
	display:block;
	overflow:auto;
	}
#header_content{
	height:183px;
	margin-left:auto;
	margin-right:auto;
	padding:60px 0 0;
	width:1090px;
	}
#header_content > #header_txt{
	background-image:url(images/header_txt.png);
	background-repeat:no-repeat;
	height:116px;
	margin-left:50px;
	}
.clouds{
	background-repeat:no-repeat;
	position:absolute;
	}
#header > #cloud1{
	height:81px;
	width:119px;
	background-image:url(images/cloud1.png);
	margin:-10px 0px 0px 70px;
	}
#header > #cloud2{
	height:101px;
	width:119px;
	background-image:url(images/cloud2.png);
	margin:20px 0px 0px 600px;
	}
#header > #cloud_q{
	height:99px;
	width:131px;
	background-image:url(images/cloud_q.png);
	margin:20px 0px 0px 1060px;
	}
#header > #hills{
	height:31px;
	background-image:url(images/hills.png);
	background-repeat:repeat-x;
	}
#header_content > #logo{
	background-image:url(images/logo_ied.png);
	background-repeat:no-repeat;
	height:38px;
	}
#share{
	display:block;
	height:75px;
	}
#share > #share_cont{
	float:right;
	height:65px;
	width:130px;
	margin-right:15px;
	}
#share_txt{
	font-size:11px;
	float:left;
	padding-top:30px;
	text-align:right;
	color:#333333;
	}
#share_txt a{
	text-decoration: none;
	color:#333333;
	}
#share_cont > #share_logo{
	background-image:url(images/share.png);
	background-repeat:no-repeat;
	height:65px;
	width:37px;
	margin-top:-6px;
	position:absolute;
	margin-left:90px;
	}
#main_content{
	width:1005px;
	margin-left:auto;
	margin-right:auto;
	padding:0px 10px 10px 0px;
	overflow:hidden;
	}
.boxes{
	overflow:auto;
	float:left;
	}
.boxes > .box{
	background-repeat:no-repeat;
	}

.box{
	width:250px;
	float:left;
	display:block;
	height:100%;
	color:#636363;
	}
.box > .box_top{
	background-image:url(images/box_top.png);
	background-repeat:no-repeat;
	}
.box_top{
	overflow:auto;
	height:138px;
	padding:25px 25px 0px 25px;
	}
.box > .box_middle{
	background-image:url(images/box_middle.png);
	background-repeat:repeat-y;
	padding:0px 25px 0px 25px;
	overflow:auto;
	height:160px
	}
.box > .box_bottom{
	background-image:url(images/box_bottom.png);
	background-repeat:no-repeat;
	height:20px;
	}
.box_head, .box_txt, .box{
	float:left;
	}
#box_pic1{
	}
#box_pic2{
	}
#box_pic3{
	}
#box_pic4{
	}
.box_pic{
	height:125px;
	background-repeat:no-repeat;
	}
.box_head{
	font-size:19px;
	font-weight:bold;
	margin:10px 0px 5px 0px;
	}
.box_txt{
	font-size:11px;
	line-height:14px;
	margin:-3px 0;
	}
#disclaimer{
	padding:15px;
	float:left;
	}
#disclaimer > #logo_dis{
	background-image:url(images/logo_ied_dis.png);
	background-repeat:no-repeat;
	height:18px;
	width:57px;
	}
.disclaimer_cont{
	font-size:10px;
	color:#999999;
	padding:10px 0px 10px 0px;
	}
.link{
	color:#02B8F3;
	text-decoration:none;
	}

