html {
	overflow:scroll;
}
body {
	font-family:"Segoe UI", Tahoma, Verdana, sans-serif;
	color:#004CD8;	
}
#holdbanner {
	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;
}
#holdbanner h1 {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	margin-bottom:3px;
	color:#004cd8;	
	margin-left:40%;
	font-size:1.5em;
	z-index:3;
	background-color:white;
	max-width:80%;	
}
#headlogo {
	width:35%;
	padding-right:0px;
	float:left;
	max-width:360px;
	min-width:180px;
	z-index:2;
	margin-bottom:8px;
}


#holdnavigation {
	width:100%;
	float:left;
	position:absolute;
	/*top:119px;*/
	bottom:-55px;
	height:50px;
	left:0;
	margin:0;
	padding:0;
	z-index:1;
}
#navigation {
	margin:0px auto 3px auto;
	text-align:center;	
	background-color: rgba(255,255,255,0.6);
	background: -moz-linear-gradient( top, rgba(255,255,255,0.9), rgba(255,255,255,0.6) );
}
#navigation ul {
	position:relative;
	text-decoration:none;
	padding:0;
	margin:0;
	height:60px;
	border-radius: 1.6em;
	border-radius: 20px;
	
}
#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;
	color: #483d8b;
}
#navigation ul li a:hover {
	background-color:#87A2EF;
	border-top:6px solid #87A2EF;
	top:6px;
	border-right:2px solid gray;
	color: #483d8b;
}

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

}
#content h4, #content h2 {
	margin-bottom:3px;
}
#content h4 + p, #content h2 + p, #content h2 + ul {
	margin-top:3px;
}
#content p + h2, #content + h1 {
	margin-top:60px;
}
#content h1 {
	font-size: 1.8em;
	margin-bottom: 3px;
}
#footer {
	width: 100%;
	clear: both;
	overflow:hidden;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
	font-size:0.7em;
	margin-top:76px;
}


.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:6px 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:6px solid #7999ea;
	top:6px;
	border-right:2px solid gray;
}
/*
.home a, .solutions a, .hosting a, .sites a, .domains a {
	background-color:#7999ea;
	border-top:6px solid #7999ea;
	top:6px;
	border-right:2px solid gray;
}
.home a:hover, .solutions a:hover, .hosting a:hover, .sites a:hover, .domains a:hover {
	background-color:#7999ea;
	border-top:6px 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;
}

#superfooter {
	color: #004CD8;
}
/*----------------------------------------------------------------------------------*/
.starter div:first-child h2:first-child {
	margin-bottom:4px;
}

.starter div:first-child h2:first-child + h4 {	
	margin: 4px auto 20px 25px;

}


.section {
	clear: both;
	width: 100%;
	display: table; /* Part of the attempt to clear below the images - so far failed */
	
}
/* This may be used for clearing if I can solve the image issue
.section ul:after {
	content: "kjhsdklhdkasdhkjdhkj";
	display: block;
	height: 20px;
	background-color:#3cde4f;
	clear: both;
	visibility: hidden;
} */

#sitestructure {
	list-style-type:none;
	margin-bottom:150px;
}

.siteelement {
	border:2px solid blue;
	background-color: #DDD;
	width: 200px;
	height:150px;
	float: left;
	margin-left:30px;
	margin-right:30px;
	margin-bottom:80px;
	padding:5px;
}
.last {
	clear:both;
	height:1px;
	
}
.siteelement h4 {
	margin-bottom:5px;
	margin-top:0px;
}


.siteelement p {
	min-height:70px;
	margin-top:0px;
	margin-bottom:5px;
	padding:2px;
	font-size:0.8em;
	background-color:#EEE;
	border:1px solid;
	border-color: #CCC #AAA #AAA #CCC;
	
}

.siteelement img{
	width: 200px;
	margin: 10px;
	margin-left:25px;
	border-right:2px groove gray;
	border-bottom:2px groove gray;
	border-left:1px groove gray;
	border-top:1px groove gray;
	padding:1px;
	background-color:#EEE;
}
/*----------------------------------------------------*/
.solution {
	width: 40%;
	border-collapse: collapse;
	border-right:3px solid #004CD8;
	border-top: 3px solid #004CD8;
	margin: 10px 40px 10px 10px;
	font-size:0.8em;
	float:left;
}
.solution td {
	border-bottom:1px solid #004CD8;
	text-align:right;
}
.solution tr td:first-child {
	border-right:2px solid #004CD8;
	border-left:3px solid #004CD8;
	text-align:left;
}

.solution tbody tr:last-child td:first-child {
	border-bottom:3px solid #004CD8;
} 
td {border:1px solid #004CD8;}
.solution tbody tr {
	border-bottom:1px solid #004CD8;
}
.solution tbody {
	border-bottom:2px solid #004CD8;
}
.solution tfoot {
	background-color:white;
}
.solution tfoot td:first-child {
	border:0px;
}
.content {
	background-color: yellow;
	width: 75%;
	border-right: 2px solid #004CD8;
}

.cost {
	background-color: #EEE;
	width:25%;
	border-bottom:3px solid #004CD8;
}

.solution tfoot td:last-child {
	border-left: 3px solid #004CD8;
}
.solution thead {
	background-color: #999;
	border: 3px solid #004CD8;
	border-bottom:2px solid #004CD8;
	text-align:center;
}
.solution thead th {
	border-bottom:2px solid #004CD8;
}
.solution thead th:first-child {
	border-left:3px solid #004CD8;
	border-right:2px solid #004CD8;
}
.solution tfoot td:first-child {
	border-top:3px solid #004CD8;
}
/*-----------------------------------------------*/
.package {
	background-color: #CAE4FF;
	/*opacity: 0.5;*/
	border: 3px solid #004cd8;
	padding: 5px;
	width:30%;
	margin:10px;
	float:left;
	min-height:25em;
	font-size:1em;
	line-height:1.2em;
}
#sys_status {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	width: 40%;
}
#sys_status div {
	text-align:left;
}

