html, body {
	margin: 0;
	padding: 0;
	display:block;
}
head {
	display: none;	
}
body {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color:#ababab;
}
a {
	text-decoration:none;
	color:#178dbb;
}
a:hover {
	color:#11a4dd;
}
.elertus_blue a {
	text-decoration:none;
	color:#000000;
}
.elertus_blue a:hover {
	color:#CCCCCC;
}

p {
	margin:0px 0px 20px 0px;
}

h1 {
	font-family:Segoe UI Light, Verdana, Geneva, sans-serif;
}

h2 {
	font-family:Segoe UI Light, Verdana, Geneva, sans-serif;
}

ul.bullets li {
	background: url(/content/assets/BodyBullet.png) no-repeat 10px 50%;
	padding-left: 40px;
	line-height: 1.6em; /* was 2em */
}
ul.bullets_white li {
	background: url(/content/assets/BodyBulletWhite.png) no-repeat 10px 50%;
	padding-left: 40px;
	line-height: 1.6em;
	color:#FFF;
}
ul.bullets_black li {
	background: url(/content/assets/BodyBullet.png) no-repeat 10px 50%;
	padding-left: 40px;
	line-height: 1.6em;
	color:#000;
}


/**********
* Nav
**********/
header[role="banner"] {
	height:auto; /* adding this to .navbar should do the same */
	min-height:66px; /* was: 42 */
	background:url(/content/assets/TopBarBG5.png) repeat-x;
}

.navbar {
	/* Without "position: fixed" the nav drops below the nav bar area and gets hidden by the body image... */
	position: fixed; right: 0; left: 0; z-index: 1030;
	/*height:42px;*/
	margin-bottom: 0;
	/*background:url(/content/assets/TopBarBG3.png) repeat-x;*/
}

a.brand {
	display:block;
	float: left;
	width: 74px;
	height: 66px; /* was: 42 */
	margin: 0px 10px 0px 0px;
	background: url(/content/assets/ElertusLogo2.png) no-repeat top left;
}
a.brand:hover {
	background: url(/content/assets/ElertusLogo2.png) no-repeat top right;
}

nav[role="navigation"] {
	
}

.nav {
	display:block;
}

.nav li a {
	float: left;
	display:block;
	height:66px; /* was: 42 */
	padding: 0px 25px;
	margin: 0px;
	background: url(/content/assets/TopNavBtn4.png) no-repeat top left;
	
	font-size: 1.1em;
	line-height: 4em; /* was: 2.6em */
	color:#ababab;
}
.nav li a:hover {
	background: url(/content/assets/TopNavBtn4.png) no-repeat top right;
}
.nav li a.selected {
	background: url(/content/assets/TopNavBtn4.png) no-repeat top right;
	color:#FFF;
}


/*
Boxes
*/
.smallBox {
	width: 400px;
	margin: 30px auto;
	padding: 20px 40px;
	border: 1px solid #e7e7e7;
	background-color: #f5f6f8;
}

#signin-destination-elertus, #signin-destination-liberty {
	display:block;
	width:300px;
	height:150px;
	float:left;
}

#signin-destination-elertus { background:url(/content/images/SigninDestination-Elertus.png) left; }
#signin-destination-liberty { background:url(/content/images/SigninDestination-Liberty.png) left; }

#signin-destination-elertus:hover { background:url(/content/images/SigninDestination-Elertus.png) right; }
#signin-destination-liberty:hover { background:url(/content/images/SigninDestination-Liberty.png) right; }


/*
Forms
*/
input[type="text"] {
	width:50%;
	min-width:150px;
}
textarea {
	width:90%;
}

input[type="submit"] {
	padding:5px 10px;
	margin:10px;
	/*min-width:100px;*/
	font-weight:bold;
	color:#FFF;
	
	
	background-color: #178dbb;
	background: -webkit-gradient(linear, left top, left bottom, from(#7ad3f5), to(#178dbb));
	background: -moz-linear-gradient(top, #7ad3f5, #178dbb);
	
	/*border: 1px solid transparent;*/
	border: 1px solid #068cba;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
input[type="submit"]:hover {
	color:#000;
}


/*
Buttons
*/
.nav a.btn-elertus-signin {
	display:block;
	width: 102px;
	height: 32px;
	padding:0px;
	margin:14px 0px 0px 0px;
	float:right;
	background: url(/content/assets/Elertus_Sign_In_Button_Two_State_Blue.png) top left no-repeat;
	cursor: pointer;
}

.nav a.btn-elertus-signin:hover {
	background: url(/content/assets/Elertus_Sign_In_Button_Two_State_Blue.png) top right no-repeat;
}

a.btn-menu-toggle {
	color:#FFF;	
	float:right;
	font-size:2em;
	margin:5px;
}
a.btn-menu-toggle {
	text-decoration:none;
}

a.btn-learn-more {
	display:block;
	width:152px;
	height:33px;
	margin: 10px auto;
	background: url(/content/assets/BtnWide-Learn_More.png) no-repeat top left;
}
a.btn-learn-more:hover {
	background: url(/content/assets/BtnWide-Learn_More.png) no-repeat top right;
}

.btn_send {
	display: inline-block;
	width: 102px;
	height: 32px;
	border: none;
	background: url(/content/assets/Btn-Send.png) top left no-repeat;
	cursor: pointer;
}

.btn_send:hover {
	background: url(/content/assets/Btn-Send.png) top right no-repeat;
}



/* Toggle menu button is hidden by default */
#toggle-menu {
	display:none;
}

div[role="main"] hr {
	clear:both;
	height:1px;
	border: 0;
	border-top: 1px solid #178dbb;
	margin:30px 0px;
}

div[role="main"] .intro {
	display:block;
	min-height:100px;
	width: 28em; /* 25em */
	position:relative;
	top: 300px;
	left: 50%;
	color:#FFF;
	clear:both;
}
div[role="main"] .intro .intro-bg {
	background: url(/content/assets/TransBG.png) repeat top right;
	padding:20px 30px 30px 30px;
}
div[role="main"] .intro h1 {
	font-weight:bold;
	font-size:2.2em; /* was 1.8 */
	line-height:1.4em; /* was 1.8 */
	margin-bottom:0.8em;
}
div[role="main"] .intro p {
	font-size:1.1em;
	line-height:1.4em;
}
div[role="main"] a.btn-intro-action {
	display:block;
	width:152px;
	height:52px;
	margin:20px auto;
	background: url(/content/assets/BtnLarge-Learn_More.png) repeat top left;
}
div[role="main"] a.btn-intro-action:hover {
	background: url(/content/assets/BtnLarge-Learn_More.png) repeat top right;
}

div[role="main"] section {
	clear:both;	
}

section.elertus_blue {
	background:#178dbb;
	min-height:300px;
	padding:30px;
}
section.elertus_blue p, div[role="main"] section.elertus_blue h2 {
	color:#FFF;
}

section.elertus_white {
	background:#FFFFFF;
	min-height:300px;
	padding:30px;
}

section.elertus_white h1, section.elertus_white h2, section.elertus_white h3 {
  color:#178dbb;
}

section.elertus_white p {
  color:#000000;
}

section.elertus_grey {
	background:#f0efee;
	min-height:300px;
	padding:30px;
}

section.elertus_grey p {
	color:#000;
}

section.elertus_dark_grey {
	background:#57585b;
	min-height:300px;
	padding:30px;
}

section.elertus_dark_grey p, div[role="main"] section.elertus_dark_grey h2 {
	color:#fff;
}


div[role="main"] section h2, div[role="main"] header h2 {
	font-weight:bold;
	font-size:2.2em; /* 1.8em */
	line-height:1.4em; /* 1.8em */
	color:#178dbb;
	margin:30px 0px;
}

div[role="main"] section .left {
	width:50%;
	float:left;
	margin-bottom:30px;
}
div[role="main"] section .right {
	width:50%;
	float:right;
	margin-bottom:30px;
}
div[role="main"] section .main-subject, div[role="main"] header .main-subject {
	display:block;
	max-width:100%;
	/*
	padding:30px 0px;
	min-height:360px;
	background: url(/content/images/InternetCloudServiceIG.jpg) no-repeat top left;
	background-size: auto 320px;
	background-position: 60% bottom;*/
}
div[role="main"] section .seconday-subject {
	display:block;
	margin: 0px auto;
	max-width:75%;
}


div[role="main"] footer {
	clear:both;
	padding:60px 0px;
	background: #646464;
}

/* Default: Average screens (and look ok on old browsers) */

.container {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#home-head {
	position: relative;
	/* "center center" (in below line) causes a 1px black space below nav BG graphic on 960px width state. */
	/*background: #45494d url(/test2/HomeBG1.jpg) no-repeat center center;*/
	background: #FFF url(/content/images/HomeBG1.jpg) no-repeat 0 0;
	background-size: cover;

}
#home-head3 {
	position: relative;
	background: #FFF url(/content/assets/BuyBG.png) repeat-x 0 0;
}

/* Use convention of #page-head instead of #home-head with a role assignment. */
header[role="customers"]#home-head {
	position: relative;
	background: #FFF url(/content/images/CustomersBG1.jpg) no-repeat 0 0;
	background-size: cover;

}
/* was: header[role="how-elertus-works"]#home-head */
header[role="how-elertus-works"]#home-head {
	position: relative;
	background: #FFF url(/content/images/HowElertusWorksBG.jpg) no-repeat 0 0;
	background-size: cover;

}
header[role="whats-in-it-for-my-business"]#home-head2 {
	position: relative;
	background: #FFF url(/content/images/WhatsInItForMyBusinessBG.jpg) no-repeat 0 0;
	background-size: cover;
}
header[role="elertus-smart-sensor"]#home-head {
	position: relative;
	background: #FFF url(/content/images/ElertusSmartSensorHeaderBG.jpg) no-repeat 0 0;
	background-size: cover;
}


div[role="main"] .headline {
	display:block;
	min-height:100px;
	position:relative;
	color:#CCC;
}
div[role="main"] header[role="customers"] .headline {
	top: 70px;
	left: 0px;
	/*width: 70em;*/
	width: 100%;
}

div[role="main"] header[role="customers"] .headline h1 {
	font-family: Segoe UI Light, Verdana, Geneva, sans-serif;
	font-size:5.6em;
	line-height:1.2em;
	color:#e9d60b; /* was: c6c738 */
	text-align:right;
}



/* Desktop > 1200 */
@media (min-width: 1201px) {
	.container {
		width: 1100px;
	}
}
/* Laptop (This is the same as default...) */
@media (max-width: 1200px) and (min-width: 1025px) {
	.container {
		/* Uses defaults */
	}
	
	#home-head {
		/*height: 800px !important;
		background-size: auto 800px;
		background-position: 60% bottom;*/
	}
	
	
	
	div[role="main"] header[role="customers"] .headline {
		top: 70px;
	}
	div[role="main"] header[role="customers"] .headline h1 {
		font-size:5.1em;
		line-height:1.2em;
	}
}
/* tablet (landscape) */
@media (max-width: 1024px) and (min-width: 769px) {
	.container {
		width: 800px;
	}
	
	#home-head {
		height: 800px !important;
		background-size: auto 800px;
		background-position: 60% bottom;
	}
	#home-head2 {
		height: 600px !important;
		background-size: auto 600px;
		background-position: 60% bottom;
	}
	
	
	div[role="main"] header[role="customers"] .headline {
		top: 60px;
	}
	div[role="main"] header[role="customers"] .headline h1 {
		font-size:4.2em;
		line-height:1.2em;
	}
}
/* tablet (portrait) */
@media (max-width: 768px) and (min-width: 481px) {
	div[role="main"] .intro {
		min-height:50px;
		width: 25em;
		top: 100px;
		left: 40%;
	}
	div[role="main"] section .left {
		margin:20px;
		width:100%;
		float:none;
	}
	
	div[role="main"] section .right {
		margin:20px;
		width:100%;
		float:none;
	}
	
	.container {
		width: 700px; /* was: 640px */
	}
	
	#home-head {
		height: 700px !important; /* was: 640px */
		background-size: auto 700px; /* was: 640px */
		background-position: 60% bottom;
	}
	#home-head2 {
		height: 500px !important; /* was: 640px */
		background-size: auto 500px; /* was: 640px */
		background-position: 60% bottom;
	}
	
	
	
	div[role="main"] header[role="customers"] .headline {
		top: 50px;
	}
	div[role="main"] header[role="customers"] .headline h1 {
		font-size:3.2em;
		line-height:1.2em;
	}
	
	.nav a.btn-elertus-signin {
		float:left;	
	}
}
/* Phone */
@media (max-width: 480px) {
	div[role="main"] .intro {
		min-height:10px;
		width: 80%; /* was: 20em */
		top: 30px;
		left: 10%;
	}
	div[role="main"] .intro .intro-bg {
		background: url(/content/assets/TransBG.png) repeat top right;
		padding:10px;
	}
	div[role="main"] .intro h1 {
		font-weight:bold;
		font-size:1.2em;
		line-height:1.2em;
	}
	div[role="main"] .intro p {
		font-size:.9em;
		line-height:1.1em;
	}
	div[role="main"] a.btn-intro-action {
		margin:0px auto 10px auto;
	}
	div[role="main"] section .left {
		margin:10px;
		width:90%;
		float:none;
	}
	div[role="main"] section .right {
		margin:10px;
		width:90%;
		float:none;
	}
	
	.container {
		width: auto; /* was: 320 */
	}

	#home-head {
		/*top: 210px;*/ /* Changed to hidden by default */
		height: 300px !important; /* was: 320 */
		background-size: auto 320px; /* was: 320 */
		background-position: 60% bottom;
	}
	#home-head2 {
		height: 300px !important; /* was: 320 */
		background-size: auto 320px; /* was: 320 */
		background-position: 60% bottom;
	}
	
	.navbar {
		position:relative;
		/*height:42px;*/
	}
	.nav {
		/*position:relative;*/
		/*background: #2a2a2a;*/
		clear:both;
		/*display:block;*/
		/* height:210px; */
	}
	.nav li {
		/*float: none;*/
		/*max-width:200px;*/
		width:auto;
	}
	
	.nav li a {
		float: none;
		background: #2a2a2a;
	}
	.nav li a:hover {
		background: #178dbb;
	}
	.nav li a.selected {
		background: #178dbb;
		color:#FFF;
	}
	/*  */
	
	/* This should only be shown in small mode */
	#toggle-menu {
		display:block;
	}
	
	
	
	div[role="main"] header[role="customers"] .headline {
		top: 0px;
	}
	div[role="main"] header[role="customers"] .headline h1 {
		font-size:2em; /* was: 2.4em */
		line-height:1.2em;
	}
	
	
	.nav a.btn-elertus-signin {
		float:left;	
	}
}