@charset "utf-8";

html, body {
	font-family: Tahoma, Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	color:#333;
	background-color:#FFF;
	background-image:url(images/construction/bg5.jpg);
	background-repeat:repeat-x;
	margin:0px;
	padding:0px;
	text-align: left;
	border: none;
}
#overallbox {
	position:relative;
	width: 1058px;
	margin: 0px auto 0px;
	z-index: 0;
}
#mainbox {
	position:relative;
/*	background-image:url(images/construction/fades/centeredbg1058.png);
	background-repeat:repeat-y;*/
	width: 1058px;
	margin: 0px auto 0px;
	z-index: 2;
}
#footerfade {
	position:relative;
	background-image:url(images/construction/fades/footer1.png);
	background-repeat:repeat-x;
	width: 1056px;
	height: 10px;
	top:-1px;
	margin: 0px auto 0px;
	z-index: 1;
}
.page {
	position:relative;
	width: 1050px;
	margin: 0px auto 0px;
	z-index:1;
}
#navigationbox {
	font-size: 14px;
	font-weight:normal;
	margin-top:5px;
	margin-bottom:15px;
	width:100%;
	height: 35px;
	background-image:url(images/construction/menu/bggray.jpg);
	background-repeat:repeat-x;
	z-index:1000;
}
#overbox {
	position:relative;
	margin: 0;
	padding-top:5px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;
	height: auto;
	width: 1020px;
	overflow: hidden;
	visibility: visible;
/*	background-image: url(images/construction/whitetrans.png);
	background-repeat: repeat;*/
}
#overbox p {
	width:100%;
	height:auto;
	margin-top:5px;
	margin-bottom:5px;
	padding-top:5px;
	padding-bottom:5px;
}
.header {
	height: 95px;
	width: 100%;
	z-index:2;
	overflow: visible;
	border-bottom: 1px #CCC solid;
}
#image {
	position:relative;
	float:left;
	height: 480px;
	width: 100%;
	z-index:2;
}
#logoutbox {
	position:relative;
	float:right;
	top: 70px;
	right:23px;
	width:auto;
	height:auto;
	padding:2px 0px 2px 10px;
	background-image:url(images/construction/bg25.png);
	z-index:1;
}
#languagebox {
	position:absolute;
	float:right;
	top: 5px;
	right:17px;
	width:auto;
	font-size: 10px;
	z-index:1000;
}
.logobox {
	position:absolute;
	height: 95px;
	width: 450px;
	left: -23px;
	top: 0px;
}
.summerlogobox {
	position:absolute;
	height: 25px;
	width: 175px;
	right: 23px;
	top: 40px;
}

a {
	color:#111;
	text-decoration:underline;
}
a:hover {
	color:#111;
	text-decoration:none;
}
.line {
	float: left;
	height: 0px;
	width: 100%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #666666;
}
#menubox {
	position: absolute;
	float: right;
	width: 220px;
	left: 270px;
	top: 0px;
	color:#000;
	padding-top:5px;
	z-index:1000;
}
#menutitle {
	font-size: 16pt;
	font-weight: bold;
	margin-top:10px;
	margin-bottom:10px;
}
#mainmenu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
}
/* BOX Layout */
.leftPosition {
	position: relative;
	float: left;
	margin-right: 2%;
	width: 26%;
}
.largeleftPosition {
	position: relative;
	float: left;
	margin-right: 2%;
	width: 64%;
}
.centerPosition {
	position: relative;
	float: left;
	width: 47%;
}
.rightPosition {
	position: relative;
	float: right;
	margin-left: 2%;
	width: 23%;
}
.largerightPosition {
	position: relative;
	float: right;
	width: 30%;
}
.contentBox {
	float:left;
	width: 100%;
	margin-bottom:15px;
	border-bottom: 1px #666 dashed;
}
.smallContentBox {
	float:left;
	width: 100%;
	margin-bottom:30px;
	border-bottom: 1px #EEE dashed;
}
.contentTitle {
	font-size:24px;
	color:#AAA;
}
.contentTitle a {
	color:#AAA;
	text-decoration:none;
}
.contentTitle a:hover {
	text-decoration:underline;
	color:#1AA29B;
}
.smallContentTitle {
	font-size:22px;
	color:#AAA;
}
.smallContentTitle a {
	color:#AAA;
	text-decoration:none;
}
.smallContentTitle a:hover {
	text-decoration:underline;
	color:#1AA29B;
}
.contentLead {
	margin-top:10px;
	margin-bottom:10px;
	font-style:italic;
}
.content {
	float:left;
	text-align:justify;
	width:100%;
	padding-bottom:10px;
	font-size: 10pt;
	color: #222;
}
.smallContent {
	float:left;
	width:100%;
	text-align:justify;
	padding-bottom:10px;
	font-size: 10pt;
	color: #555;
	width: auto;
}
.contentdate {
	font-size:8pt;
	color:#165B9C;
}
.contentcomment {
	font-size:8pt;
	color:#999;
	background:url(/images/comment.png) 0 0px no-repeat;
	padding-left:17px;
	z-index:5;
}
.addthisBox {
	float:right;
}
.mainImage {
	float:right;
}
.smallImage {
	float:left;
}
.accentBox {
	margin-top:20px;
	margin-bottom:20px;
	padding:10px;
	background-color:#F5F7FE;
	border: 1px solid #999;
}
.boxSubTitle {
	font-size:24px;
	color:#AAA;
	border-bottom: 1px #999 dashed;
}
.boxSubTitle a {
	color:#AAA;
	text-decoration:none;
}
input {
	font-family: Tahoma, Helvetica, Arial, Verdana, sans-serif;
	border:1px solid #AAA;
	padding: 3px;
}
textarea {
	border:1px solid #AAA;
	padding: 3px;
}
