html,body,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,
p,blockquote,th,td,address {
   margin:0;
   padding:0;
}
body{
	min-width: 1001px;
	background: url(../img/bricks/sky.jpg) no-repeat 0 0;
	font: .75em Tahoma, 'sans serif';
}
img{
	vertical-align: middle;
}
a{
	color: #0e2883;
}
a img{
	border: none;
}
.rt{
	float: right;
}
.lt{
	float: left;
}
.cntr{
	text-align: center;
}
ul{
	list-style: none;
}
.content ul{
	list-style: disc;
	margin: 0 0 0 20px;
}
.content ul ul{
	list-style: circle;
}
html{
	width: 100%;
	height: 100%;
}
body{
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 100%;
}
.page{
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
.wrap{
	padding-bottom: 55px; /* equal to hight of the .footer*/
}
.footer{
	margin: -55px 0 0;
	position: relative;
	height: 55px;
}
/*- - - - - page - - - - -*/
.page{
	background: none;
}
	.wrap{
		overflow: hidden !important;
		overflow: visible;
		margin: 0 auto;
	}
		.clear{
			clear: both;
		}

.content, .aside, .extra{
	overflow: hidden;
}

/*- - - - - columns: center, right - - - -*/
.subwrap{
	float: right;
	width: 100%;
}
	.content{
		float: left;
		width: 100%;
		margin: 0 -260px 0 0;
	}
		/*- - - - - column: center - - - - -*/
		.content .lining{
			padding: 0 300px 30px 40px;
		}
			.content .lining .column{
				overflow: hidden;
				width: 100%;
			}

.content h1{
	color: #870107;
	font-size: 1.5em;
	font-weight: normal;
	margin: 0 0 .5em;
}
.content p{
	margin: 0 0 .5em;
}
	/*- - - - - columns: right - - - - -*/
.aside{
	float: right;
	width: 260px;
}
	.aside .lining{
		margin: 0 2px 0 0;
	}

.bar h3{
	color: #851719;
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 .5em;
}
.bar h4{
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 .5em;
}
.bar h3 a{
	color: #851719;
	text-decoration: none;
}
.bar h3 a:hover{
	text-decoration: underline;
}
/*- - - - - header - - - - -*/
.header{
	
}
	.header .lining{
		padding: 125px 2px 0 10px;
		overflow: hidden;
	}
#logo{
	position: absolute;
	width: 220px;
	height: 100px;
	top: 45px;
	left: 40px;
	text-indent: -1000em;
	overflow: hidden;
}
ul.links{
	padding: 40px 0 0 50px;
	float: left;
	font: italic 1.5em Arial, Helvetica, sans-serif;
}
ul.links a{
	text-decoration: none;
}
ul.links a:hover{
	text-decoration: underline;
}
/*- - - - - footer - - - - -*/
.footer{
	clear: both;
	color: #cdddfc;
}
	.footer .lining{
		padding: 10px 10px 10px 40px;
		background: url(../img/bricks/footer.gif) no-repeat 40px 0;
	}

.bar{
	width: 253px;
	margin: 0 5px 5px 0;
	color: #0e2883;
}
.bar a{
	text-decoration: none;
	color: #0e2883;
}
.bar a:hover{
	text-decoration: underline;
}
.bar .top{
	background: url(../img/bricks/top.png) no-repeat;
	height: 10px;
	overflow: hidden;
}
.bar .btm{
	background: url(../img/bricks/btm.png) no-repeat;
	height: 10px;
	overflow: hidden;
}
.bar .info{
	position: relative;
	padding: 10px 18px 0;
	overflow: hidden;
	min-height: 110px;
}
.bar .blanket{
	background: #6494f9;
	opacity: 0.3;
	height: 100%;
	width: 253px;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
}
.bar ul{
	margin: 0 0 10px;
}
.bar .map{
	margin: 10px 0 5px;
}
.bar .map a{
	text-decoration: underline;
}
.bar li.last{
	margin: 10px 0 0;
}
.header .bar{
	float: right;
}
