
/*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, font, 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 {margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;} body {line-height: 1;}ol, ul{list-style:none;} blockquote, q{quotes:none;} blockquote:before, blockquote:after, q:before, q:after{content:'';content:none;} :focus{outline:0;} ins{text-decoration:none;} del{text-decoration:line-through;} table{border-collapse:collapse; border-spacing:0;}


/*MAIN*/
body { 
	font-size: 1.0em;
	line-height: 1.0em;
	font-family: Helvetica Neue, Helvetica, Arial;
	background: transparent;
	width: 100px;
	
}

a {

	color: #036C7E;
	text-decoration: none;
	font-weight: bold;

}

a:hover {
 color: #fff;
    background: #254E55;
	border:#458F9C;
	 border-width: 3px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1), 2px 2px 2px rgba(0, 0, 0, 0.1), -1px 2px 2px rgba(0, 0, 0, 0.1);

}

img {

	width: 100%;

}

header {

	background: transparent;
	width: 100px;
	height: 70px;
	position: fixed;
	top: 5px;
	left: 0px;
	
	z-index: 100;

}

#logo{

	margin: 0px;
	float: left;
	width: 100px;
	height: 40px;
	background: url(../img/logo.png) no-repeat center;
	display: block;

}

nav {
width: 110px;
	float: left;
	padding: 0px;	

}

#menu-icon {

	display: hidden;
	width: 40px;
	height: 40px;
	background: #4C8FEC url(../images/menu-icon.png) center;

}

a:hover#menu-icon {

	background-color: #444;
	border-radius: 4px 4px 0 0;

}

ul {

	list-style: none;

}

li {

	display: inline-block;
	float: left;
	padding: 6px

}

.current {

	color: #2262AD;

}

section {

	margin: 80px auto 40px;
	max-width: 180px;
	position: relative;
	padding: 20px

}

h1 {

	font-size: 2em;
	color: #2262AD;
	line-height: 1.15em;
	margin: 20px 0 ;

}

p {

	line-height: 1.45em;
	margin-bottom: 20px;

}