html {
	overflow:scroll;
}
body {
	font-family:"Segoe UI", Tahoma, Verdana, sans-serif;
	color:#004CD8;	
}
.header {
	position:fixed;
	background-color:white;
	max-height:150px;
	width:100%;
	top:0;
	left:0;
	z-index:100;
	border-bottom:4px groove blue;
}
#header {
	height:115px;
	position:relative;
}
#header div {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;	
}
#headlogo {
	width:35%;
	padding-right:0px;
	float:left;
	max-width:360px;
	min-width:180px;
	z-index:2;
}
#header h1 {
	margin-bottom:0;
	color:#004cd8;	
	margin-left:40%;
	font-size:1.5em;
	z-index:3;
	background-color:white;
	max-width:80%;
}



.navigation {
	width:100%;
	float:left;
	position:fixed;
	top:119px;
	height:50px;
	left:0;
	margin:0;
	padding:0;
}
#navigation {
	margin:0px auto 3px auto;
	text-align:center;	
}
#navigation ul {
	position:relative;
	text-decoration:none;
	padding:0;
	margin:0;
	height:60px;
	border-radius: 1.6em;
	
}
#navigation ul li {
	display:inline;
	margin:0px 10px 0px 10px;
	border-radius: 1.6em;
}
#navigation ul li a {
	position:relative;
	display:inline;
	text-decoration:none;
	background-color:#87a2EF;
	padding:1px 10px 5px 10px;
	top:0;
	border-right: 2px solid #87a2EF;
	border-radius-bottom-right: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius:5px;
	-o-border-bottom-right-radius:5px;

}
#navigation ul li a:hover {
	background-color:#87A2EF;
	border-top:15px solid #87A2EF;
	top:6px;
	border-right:2px solid gray;
}

.main {
	width:100%;
	/*float:left;*/
	
	background-color:white;;
}
#main {
	margin-top:200px;
	margin-left:10px;

}
#main h4, #main h2 {
	margin-bottom:3px;
}
#main h4 + p, #main h2 + p, #main h2 + ul {
	margin-top:3px;
}
#main p + h2 {
	margin-top:60px;
}
.footer {
	width: 100%;
	clear: both;
	overflow:hidden;
}


.webmail #main {
	margin-top: 150px;
	text-align:center;
	width:60%;
	margin-left:auto;
	margin-right:auto;
}

.status #main {
	text-align:center;
	width:60%;
	margin-left:auto;
	margin-right:auto;
	border:4px groove blue;
	background-color:white;
}

.terms #main {
	width:85%;
	margin-left:auto;
	margin-right:auto;
}

.terms h4 {
	margin-bottom:3px;
}
.terms h4 + ol {
	margin-top:2px;
}

.home #home a, .solutions #solutions a, .hosting #hosting a, .sites #sites a, .domains #domains a {
	background-color:#7999ea;
	border-top:15px solid #7999ea;
	top:6px;
	border-right:2px solid gray;
}
.home #home a:hover, .solutions #solutions a:hover, .hosting #hosting a:hover, .sites #sites a:hover, .domains #domains a:hover {
	background-color:#7999ea;
	border-top:15px solid #7999ea;
	top:6px;
	border-right:2px solid gray;
}
ul {
	list-style-image: url(../images/bullet.png);
	list-style-type: disc;
}
ol {	
	list-style-image: none;
	list-style-type: arabic;
}
.footer {
	padding-top:20px;
}
/
#footer {
	width: 50%;
	border-top:2px groove #004CD8;
	font-size: .7em;
	margin: 20px auto auto auto;
	padding:0;
}

#footer ul {
	list-style-type: none;
	text-align:center;
	padding:1px;
	margin:0;
}

#footer li {
	display: inline;
	padding: 5px;
}






