/*Eric Meyer's CSS Reset  */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: ;
} 

html {
	height: 100%;
}
article, menu, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
	color: rgba(0,107,167,1.00);
}
body {
	font: 12px/18px Arial, sans-serif;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
}
.wrapper {
	width: 1000px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	min-width: 0%;
}


/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 220px;
	background-color: #FFFFFF;
}


/* Middle
-----------------------------------------------------------------------------*/
.middle {
	width: 100%;
	padding: 0 0 100px;
	position: relative;
	height: auto;
	min-width: 0;
	min-height: 100%;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 100%;
	float: left;
	overflow: hidden;
	min-height: 0px;
}
.content {
	padding: 0 0 0 270px;
	color: rgba(0,0,0,1.00);
	height: auto;
	width: auto;
	background-color: rgba(255,255,255,1.00);
	min-height: 100%;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
	width: 250px;
	margin-left: -100%;
	position: relative;
	background-color: #0081C0;
	color: rgba(255,255,255,1.00);
	padding-right: 10px;
	padding-left: 10px;
	left: auto;
	display: inline-block;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: auto;
    	
}


/* Footer
-----------------------------------------------------------------------------*/
.footer {
	width: 1000px;
	margin: -100px auto 0;
	height: 20px;
	background-color:#0081C0;
	position: relative;
	text-align: center;
	color: rgba(241,241,241,1.00);
	padding-top: 10px;
	padding-bottom: 10px;
}
header {
	align-self: center;
	size: auto;
	font-size: 30px;
}
