@charset "utf-8";

/*/// HEAD ///*/

#c {
	visibility: visible;
	position: static;
	z-index: 0;
}

#cities {
	visibility: visible;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 768px;
	background-image: url(../../img/bg_cities.png);
	background-position: top center;
	background-repeat: no-repeat;
}

#head {
	visibility: visible;
	position: relative;
	width: 854px;
	height: 150px;
	z-index: 1;
}

#anniv {
	visibility: visible;
	position: absolute;
	top: 2px;
	right: -3px;
	width: 307px;
	height: 139px;
	text-align: right;
	background-image: url(../../img/bg_anniv.png);
	background-position: top right;
	background-repeat: no-repeat;
}


/*/// MIDDLE ///*/

#content {
	visibility: visible;
	position: relative;
	width: 790px;
	text-align: left;
	margin: 20px 0 0 0;
	padding: 0 0 20px 0;
	background-color: #F9F3E0;
	background-image: url(../../img/bg_r.gif);
	background-position: top right;
	background-repeat: repeat-y;
	overflow: auto;
	z-index: 1;
}

#content-t {
	visibility: visible;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 11px;
	background-image: url(../../img/bg_t.gif);
	background-position: top center;
	background-repeat: repeat-x;
	z-index: 2;
}

#content-tl {
	visibility: visible;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 11px;
	height: 11px;
	background-image: url(../../img/bg_tl.gif);
	background-position: top left;
	background-repeat: no-repeat;
	z-index: 3;
}

#content-tr {
	visibility: visible;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 11px;
	height: 11px;
	background-image: url(../../img/bg_tr.gif);
	background-position: top right;
	background-repeat: no-repeat;
	z-index: 3;
}

.h2-grey {
	visibility: visible;
	position: relative;
	width: 230px;
	height: 43px;
	margin: 10px 0 10px 10px;
	background-image: url(../../img/bg_h2-grey.gif);
	background-position: top left;
	background-repeat: repeat-x;
	z-index: 2;
}

.h2-grey-l {
	visibility: visible;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 60px;
	height: 43px;
	background-color: #F9F3E0;
	background-image: url(../../img/bg_h2-grey-l.png);
	background-position: top left;
	background-repeat: no-repeat;
	z-index: 3;
}

.h2-grey-r {
	visibility: visible;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 74px;
	height: 43px;
	background-color: #F9F3E0;
	background-image: url(../../img/bg_h2-grey-r.png);
	background-position: top right;
	background-repeat: no-repeat;
	z-index: 3;
}

.h2-green {
	visibility: visible;
	position: relative;
	width: 150px;
	height: 43px;
	margin: 10px 0 10px 10px;
	background-image: url(../../img/bg_h2-green.gif);
	background-position: top left;
	background-repeat: repeat-x;
	z-index: 2;
}

.h2-green-l {
	visibility: visible;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 70px;
	height: 43px;
	background-color: #F9F3E0;
	background-image: url(../../img/bg_h2-green-l.png);
	background-position: top left;
	background-repeat: no-repeat;
	z-index: 3;
}

.h2-green-r {
	visibility: visible;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 72px;
	height: 43px;
	background-color: #F9F3E0;
	background-image: url(../../img/bg_h2-green-r.png);
	background-position: top right;
	background-repeat: no-repeat;
	z-index: 3;
}

.h2-blue {
	visibility: visible;
	position: relative;
	width: 200px;
	height: 43px;
	margin: 10px 0 10px 10px;
	background-image: url(../../img/bg_h2-blue.gif);
	background-position: top left;
	background-repeat: repeat-x;
	z-index: 2;
}

.h2-blue-l {
	visibility: visible;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 62px;
	height: 43px;
	background-color: #F9F3E0;
	background-image: url(../../img/bg_h2-blue-l.png);
	background-position: top left;
	background-repeat: no-repeat;
	z-index: 3;
}

.h2-blue-r {
	visibility: visible;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 81px;
	height: 43px;
	background-color: #F9F3E0;
	background-image: url(../../img/bg_h2-blue-r.png);
	background-position: top right;
	background-repeat: no-repeat;
	z-index: 3;
}

.h2-grey h2, .h2-green h2, .h2-blue h2 {
	position: absolute;
	margin: 5px 0 0 10px;
	z-index: 4;
}

#back {
	visibility: visible;
	position: absolute;
	top: 2px;
	right: 95px;
	width: 92px;
	height: 60px;
	z-index: 5;
}

#home {
	visibility: visible;
	position: absolute;
	top: 2px;
	right: 5px;
	width: 92px;
	height: 60px;
	z-index: 5;
}

#sq-green-long {
	visibility: visible;
	position: relative;
	top: -20px;
	float: left;
	width: 504px;
	height: 131px;
	margin: 35px 5px 0 10px;
	padding: 10px 0 0 0;
	background-image: url(../../img/bg_sq-green-long.png);
	background-position: top left;
	background-repeat: no-repeat;
	cursor: pointer;
}

#sq-blue-long {
	visibility: visible;
	position: relative;
	float: left;
	width: 504px;
	height: 131px;
	margin: -10px 5px 0 10px;
	padding: 10px 0 0 0;
	background-image: url(../../img/bg_sq-blue-long.png);
	background-position: top left;
	background-repeat: no-repeat;
	z-index: 10;
	cursor: pointer;
}

.sq-green-long-x {
	background-image: url(../../img/bg_sq-green-long_h.png) !important;
}

.sq-blue-long-x {
	background-image: url(../../img/bg_sq-blue-long_h.png) !important;
}

#sq-green {
	visibility: visible;
	position: relative;
	top: -20px;
	float: left;
	width: 175px;
	height: 153px;
	margin: 20px 5px 0 10px;
	padding: 10px 0 0 0;
	background-image: url(../../img/bg_sq-green.png);
	background-position: top left;
	background-repeat: no-repeat;
	cursor: pointer;
}

#sq-blue {
	visibility: visible;
	position: relative;
	float: left;
	width: 183px;
	height: 158px;
	margin: -140px 5px 0 10px;
	padding: 10px 0 0 0;
	background-image: url(../../img/bg_sq-blue.png);
	background-position: top left;
	background-repeat: no-repeat;
	cursor: pointer;
}

#sq-grey {
	visibility: visible;
	position: relative;
	top: 10px;
	float: left;
	width: 320px;
	height: 289px;
	margin: 5px 5px 0 10px;
	padding: 10px 0 0 0;
	background-image: url(../../img/bg_sq-grey.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.sq-green-x {
	background-image: url(../../img/bg_sq-green_h.png) !important;
}

.sq-blue-x {
	background-image: url(../../img/bg_sq-blue_h.png) !important;
}

#sq-green-big-1, #sq-green-big-2, #sq-green-big-3, #sq-green-big-4 {
	visibility: visible;
	position: relative;
	float: left;
	width: 230px;
	height: 153px;
	margin: 10px 5px 5px 20px;
	padding: 10px 0 0 0;
	background-image: url(../../img/bg_sq-green-big.png);
	background-position: top left;
	background-repeat: no-repeat;
	cursor: pointer;
}

#sq-blue-big-1, #sq-blue-big-2, #sq-blue-big-3, #sq-blue-big-4 {
	visibility: visible;
	position: relative;
	float: left;
	width: 230px;
	height: 153px;
	margin: 10px 5px 5px 20px;
	padding: 10px 0 0 0;
	background-image: url(../../img/bg_sq-blue-big.png);
	background-position: top left;
	background-repeat: no-repeat;
	cursor: pointer;
}

.sq-green-big-1-x, .sq-green-big-2-x, .sq-green-big-3-x, .sq-green-big-4-x {
	background-image: url(../../img/bg_sq-green-big_h.png) !important;
}

.sq-blue-big-1-x, .sq-blue-big-2-x, .sq-blue-big-3-x, .sq-blue-big-4-x {
	background-image: url(../../img/bg_sq-blue-big_h.png) !important;
}

#speech-l {
	visibility: visible;
	position: relative;
	float: left;
	width: 230px;
	height: 330px;
	margin: 10px 5px 5px 20px;
	padding: 10px 0 0 0;
	background-image: url(../../img/bg_speech-l.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#speech-r {
	visibility: visible;
	position: relative;
	float: right;
	width: 230px;
	height: 330px;
	margin: 10px 20px 5px 5px;
	padding: 0;
	background-image: url(../../img/bg_speech-r.png);
	background-position: top left;
	background-repeat: no-repeat;
}

#speech-big {
	visibility: visible;
	position: relative;
	float: right;
	width: 230px;
	height: 380px;
	margin: 10px 20px 5px 5px;
	padding: 0;
	background-image: url(../../img/bg_speech-big.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.txt {
	padding: 7px 0 0 0;
	width: 525px;
}

#transcript {
	visibility: visible;
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 10;
}


/*/// FOOT ///*/

#foot {
	visibility: visible;
	position: relative;
	width: 810px;
	height: 230px;
	z-index: 1;
}

#chars {
	visibility: visible;
	position: absolute;
	top: -20px;
	left: 0px;
	width: 100%;
	z-index: 2;
}

#chars-2 {
	visibility: visible;
	position: absolute;
	top: -90px;
	left: 0px;
	width: 100%;
	z-index: 2;
}

#govt {
	position: relative;
	top: 160px;
	z-index: 3;
}

#govt-2 {
	position: relative;
	top: 230px;
	padding: 0 0 10px 0;
	z-index: 3;
}


