@charset "utf-8";

html, body {
	font-family: Trebuchet, "Trebuchet MS", "Lucida Grande", Tahoma, Helvetica, Arial, Verdana, sans-serif;
	font-size: 14px;
	color:#000000;
	background-color:#efefef;
	background-image:url(images/construction/bg.png);
	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;
	background-color:#FFF;
	width: 1050px;
	margin: 0px auto 0px;
	z-index:1;
}
#navigationbox {
	margin-top:10px;
	margin-bottom:15px;
	font-weight:bold;
	width:100%;
	height: 35px;
	background-image:url(images/construction/menu/bg1.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: 100px;
	width: 100%;
	background-image:url(images/layers/layer3.jpg);
	background-repeat:no-repeat;
	z-index:2;
	overflow: visible;
}
#image {
	position:relative;
	float:left;
	height: 480px;
	width: 100%;
	z-index:2;
}
.logobox {
	position:absolute;
	height: 85px;
	width: 140px;
	left: 18px;
	top: 7px;
}
.summerlogobox {
	position:absolute;
	height: 97px;
	width: 152px;
	right: 23px;
	top: 2px;
}

a {
	color:#000;
	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: 68%;
}
.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:10px;
	border-bottom: 1px #AAA dashed;
}
.contentTitle {
	font-size:24px;
	color:#039;
}
.contentTitle a {
	color:#039;
	text-decoration:none;
}
.contentTitle a:hover {
	text-decoration:underline;
	color:#FFDB11;
}
.smallContentTitle {
	font-size:18px;
	color:#039;
}
.smallContentTitle a {
	color:#039;
	text-decoration:none;
}
.smallContentTitle a:hover {
	text-decoration:underline;
	color:#FFDB11;
}
.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: #222;
	width: auto;
}
.contentdate {
	font-size:8pt;
	color:#666;
}
.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:#039;
	border-bottom: 1px #999 dashed;
}
.boxSubTitle a {
	color:#039;
	text-decoration:none;
}
input {
	font-family: Trebuchet, "Trebuchet MS", "Lucida Grande", Tahoma, Helvetica, Arial, Verdana, sans-serif;
	border:1px solid #AAA;
	padding: 3px;
}
textarea {
	border:1px solid #AAA;
	padding: 3px;
}
.inlineContentBox {
        clear: right;
	margin-left: 2%;
	margin-right: 1%;
	margin-top: 10px;
	padding-top: 7px;
	padding-left: 0.5%;
	border-top: 1px #999 dashed;
}
.inlineContentTitle .inlineOriginalTitle {
	font-size: 11px;
}
