@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
}

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	color: #333333;
}

#topLogo {
	position: absolute;
	left: 320px;
	top: 0px;
	height: 18px;
	width: 143px;
}

#topGreyBar {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	height: 18px;
	width: 1000px;
	background-color: #e7e7e8;
}

#middleWrapper {
	position: absolute;
	background-color: #00aeef;
	top: 18px;
	height: 532px;
}

#middleClouds {
	position: absolute;
	left: 0px;
	width: 310px;
	height: 532px;
	background-image:url(../images/leftBlockSkyJoined.jpg);
	background-color: #00aeef;
	text-align: right;
    background-repeat: no-repeat;
}

#middleContent {
	position: absolute;
	left: 310px;
	width: 508px;
	height: 532px;
	background-color: #FFFFFF;
	overflow: hidden;
}

#imageWrapper {
	width: 508px;
	height: 131px;
	padding-top: 17px;
	left: 0px;
	overflow: hidden;
}

.image {
	margin-left: 20px;
}

#title {
	width: 451px;
	height: 19px;
	vertical-align: middle;
	padding-left: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
}

#text {
	width: 487px;
	height: 365px;
	padding-left: 11px;
	padding-right: 10px;
	overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 15px;
}

#text-noimage {
	width: 487px;
	height: 495px;
	padding-left: 11px;
	padding-right: 10px;
	overflow: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	line-height: 15px;
}

textInternal {
	width: 400px;
}

#menuWrapper {
	position: absolute;
	left: 818px;
	width: 182px;
	height: 532px;
	overflow: visible;
	background: url(../images/menuCurveBlue.gif);
	background-repeat: no-repeat;
	background-color: #00aeef;
}

.bottomGreyImages  {
	vertical-align: middle;
	margin-bottom: 2px;
}

#news {
	margin: 15px;
	}
	
.closewindow {
	text-align: right;
	}