﻿html, body {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background:#BCC6CC;
    font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #000000;
}


h1, h2, h3 {
	margin: 0;
	padding: 0;
}

p, ol, ul {
	margin-top: 0px;
}

p {
	line-height: 180%;
}

strong {
}

a {
	color: #0000FF;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** WRAPPER */

#wrapper {
}

.container {
	width: 1000px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header {
	overflow: hidden;
	width: 900px;
	height: 150px;
	padding: 0px 50px;
	background: url(images/abc.png) no-repeat left top;
}

/** LOGO */

#logo {
	float: left;
	width: 400px;
	height: 150px;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
}

#logo h1 a {
	display: block;
	line-height: 150px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 1.3em;
	color: #B6B6B6;
}

/** MENU */

#menu {
	float: right;
	width: 600px;
	height: 99px;
}

#menu ul {
	float: right;
	margin: 0px;
	padding: 60px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	margin-left: 2em;
}

#menu a {
	display: block;
	padding: 10px 15px;
	letter-spacing: 2px;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 1.10em;
	font-weight: 600;
	
}

#menu .active a
{
	background: #0091E6;
	border-radius: 5px;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

/** PAGE */

#page {
	overflow: hidden;
	width: 900px;
	padding: 70px 50px 50px 50px;
	background-color: #FFFFFF;
	border-radius: 10px 10px 0px 0px;
}

#page h2
{
	margin-bottom: 30px;
}

/** CONTENT */

#content {
	float: left;
	width: 580px;
}

#content #onecolumn
{
	padding-bottom: 30px;
	border-bottom: 1px solid #D4D4D4;
}

#content h2
{
	letter-spacing: -1px;
	font-size: 3em;
}

/** SIDEBAR */

#sidebar {
	float: left;
	width: 260px;
	padding-top: 10px;
}

#sidebar #sbox1
{
	margin-bottom: 40px;
}

#sidebar #sbox2
{
	overflow: hidden;
	margin-bottom: 50px;
}

#sidebar #sbox3
{
	overflow: hidden;
}




/* Footer */

#footer {
	overflow: hidden;
	width: 900px;
	height:20px;
	padding:50px;
	background-color: #161616;
	
}





/* List Style 1 */

.list-style1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list-style1 li {
	padding: 20px 0px 20px 0px;
	border-top: 1px solid #D4D4D4;
}

.list-style1 .date {
	font-weight: bold;
	color: #212121;
}

.list-style1 img {
	float: left;
	margin-right: 25px;
}

.list-style1 .first {
	padding-top: 0px;
	border-top: none;
}

/* List Style 1 */

.link-style {
	display: inline-block;
	margin-top: 10px;
	padding: 5px 15px;
	background: #0091E6;
	border-radius: 5px;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	color: #FFFFFF;
}


















