


.row {
	max-width: 72.5em;
}


.bg-white {
	background: #ffffff;
}


body {
	font-family: 'Droid Sans', sans-serif;
	font-weight: 400;
	background: url(img/light_alu.png) repeat top left fixed;
	overflow-y: scroll;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Droid Sans', sans-serif;
  font-weight: 700;
}

code {
    font-size: 80%;
}

form p {
	margin: 0;
	 font-size: 0.875rem;
}

form h5 {
	padding-top: 2em;
}

#header {
	width:100%;
	background: #00ACEE;
	
}

#banner {
	padding: 30px 0;
	border-bottom: 1px solid #DDDDDD;
}

#banner h1 {
	margin: 0;
	color: #00ACEE;
	font-size: 2.0rem;
	line-height:1.1;
}

#banner h1 span {
	display: block;
	font-size: 1.5rem;
}

#banner img {
	margin-left: 10px;
}
#banner .columns {
	
}
 #maincontent  {
 	background:#FFFFFF;
 	padding: 0 10px;
 }
 

.top-bar {
	background: #00ACEE;
	height: 50px;
	line-height: 50px;
}

.top-bar .name {
    height: 50px;
}

.top-bar .name h1 {
    line-height: 50px;
}
.top-bar-section li:not(.has-form) a:not(.button) {
	background: #00ACEE;
	line-height: 50px;
}


.top-bar-section li:not(.has-form) a:hover:not(.button) {
	background: #008FC7;
}

.top-bar-section li.active:not(.has-form) a:not(.button) {
    background: #008FC7;
    line-height: 50px;
}



