@charset "utf-8";
/* CSS Document */

/* --------------------
		Reset Styles
-------------------- */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, q, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

/* --------------------
		Standard Styles
-------------------- */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;	
}

ol, ul {
	list-style-position: inside;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #003c63;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;	
}

em {
	font-style: italic;	
}

p {
	padding-bottom: 10px;	
}

.clear {
	clear: both;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/* --------------------
		Main Styles
-------------------- */

html, body {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 11px;
	color: #003c63;
	height: 100%;
}

.wrapper {
	width: 835px;
	margin: 0 auto;
	box-shadow: 0 -15px 15px 7px #d3d0d6;
	-moz-box-shadow: 0 -15px 15px 7px #d3d0d6;
	-webkit-box-shadow: 0 -15px 15px 7px #d3d0d6;
}

.header {
	border-top: 6px solid #00ac4a;
	height: 137px;
	position: relative;
	box-shadow: 0 10px 10px -2px #d3d0d6;
	-moz-box-shadow: 0 10px 10px -2px #d3d0d6;
	-webkit-box-shadow: 0 10px 10px -2px #d3d0d6;
	z-index: 100;
}

.header .logo {
	background-image: url(images/logo.png);
	width: 424px;
	height: 119px;
	position: absolute;
	bottom: 0;
	left: 50px;
}

.header .slogan {
	position: absolute;
	bottom: 11px;
	right: 0;
}

.main {
	clear: both;
	background-image: url(images/sidebar-bg.png);
	background-repeat: repeat-y;
	background-position: 23px 0;
	border-bottom: 3px solid #1db24b;
}

.content-wrapper {
	background-image: url(images/content-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-top: 30px;
	overflow: hidden;
	padding-bottom: 170px;
	position: relative;
}

.sidebar {
	float: left;
	width: 125px;
	padding: 0 15px;
	margin-left: 23px;
}

.content {
	float: left;
	width: 300px;
	padding-right: 338px;
	margin-left: 17px;
	padding-top: 16px;
	letter-spacing: -0.06em;
}

h1 {
	font-size: 20px;
	color: #00ac4a;
	margin-bottom: 20px;
}

h2 {
	font-size: 14px;
	color: #003c63;
	margin-bottom: 20px;
	line-height: 15px;
}

h3 {
	font-size: 15px;
	color: #00ac4a;
	line-height: 16px;
	margin-bottom: 20px;
}

.sidebar li {
	padding: 6px 0;
}

.author {
	text-align: right;
	padding-right:15px;
}

.i1, .i2, .i3, .i4, .i5 {
	position: absolute;
	border: 2px solid #00ac4a;
	border-radius: 15px;
	bottom: 20px;
}

.i1 {
	left: 190px;
}

.i2 {
	left: 370px;
}

.i3 {
	left: 555px;
}

.i4 {
	right: 32px;
}

.i5 {
	right: 32px;
	bottom: 172px;
}

.credentials {
	position: absolute;
	bottom: 180px;
	right: -152px;
	-ms-transform: rotate(-90deg); /* IE 9 */
	-webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
	transform: rotate(-90deg);
	font-size: 8px;
	color: #666;
}

.footer {
	clear: both;
	padding: 20px 30px 25px 30px;
	font-size: 11px;
	background-color: #003c63;
	color: #fff;
	overflow: hidden;
	line-height: 14px;
}

.footer a {
	color: #fff;
}

.footer .column {
	float: left;
	width: 165px;
}

.footer .column.column-2 {
	width: 205px;
}

.footer .column.column-3 {
	width: 175px;
}

.footer .column.column-4 {
	width: 220px;
}

.wrapper {
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 692px;
	margin: auto;
}