html {
	height: 100%;
}

body {
	/*font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-family:"Myriad Pro", "Myriad Pro Bold", "arial", "helvetica", "sans-serif";*/
	font-family: Arial, Helvetica, sans-serif; 
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	height: 100%; 
}

.oneColLiqCtrHdr #container {
	/*width: 100%;   this will create a container 100% of the browser width */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	min-height: 100%;
	height: auto; 
	margin: 0 auto -2em;
}
	
.oneColLiqCtrHdr #header {
	margin-left: auto;
	margin-right: auto;
	max-width: 980px;
	background: #FFFFFF; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.oneColLiqCtrHdr #mainContent {
	padding: 0 20px;  remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

.oneColLiqCtrHdr #mainContent h1{
	color: #006696;
	margin-bottom:0;
	margin-top:0;
}

.oneColLiqCtrHdr #mainContent h2{
	font-size:1em;
	/*color: #a6e0f2;*/
	color:#4fc8ee;
	margin-bottom:0;
	margin-top:0;
}

.oneColLiqCtrHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(images/blue_button_fill.gif) repeat-x;
	color:#FFFFFF;
	line-height: 2.1em;
	clear: both;
	/*width: 100%;*/
	position: relative;
    height: 2em;
}  
	
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.oneColLiqCtrHdr #navbar ul {
	font-size: 14px;
}
.oneColLiqCtrHdr #navbar ul {
	width: 100%;
	padding: 0;
	margin: 0;
	background: url(images/blue_button_fill.gif) repeat;
  	list-style: none;
  	text-transform: uppercase;
	text-align:center;
	min-width: 980px;
	font-size: -2em;
}

.oneColLiqCtrHdr #navbar ul li {
	display:inline;
    padding: 0 0px;
}
.oneColLiqCtrHdr #navbar ul a {
	padding: 0 1em;
	line-height: 2.1em;
	background: url(images/blue_button_end.gif) repeat-y left top;
	text-decoration: none;
	color: #fff;
}

.oneColLiqCtrHdr #navbar ul .first a {
	background: none;
}

.oneColLiqCtrHdr #navbar ul a:hover {
  color: #333;
}

.box {
	width: 25%;
	background: #dbf3fa;
	float: right;
	border: 1px solid #bebebe;
	padding-right: 0.5em;
	padding-left: 0.5em;
	margin-left: 0.5em;
	margin-bottom: 1em;
}

.boxleft {
	width: 25%;
	background: #ffffff;
	float: left;
	border: 0px solid #bebebe;
	padding-right: 0.5em;
	padding-left: 0.5em;
	margin-left: 0.5em;
	margin-right: 2em;
	margin-bottom: 1em;
}

.boxnofloat {
	width: 25%;
	background: #dbf3fa;
	float: none;
	border: 1px solid #bebebe;
	padding-right: 0.5em;
	padding-left: 0.5em;
	margin-left: 0.5em;
	margin-bottom: 1em;
}

.boxitem {
	border-bottom: 1px solid #bebebe;
	width: 100%;
	padding-bottom: 1em;
	padding-top: 0.5em;
}

.factboxitem {
	width: 100%;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
}

.boxtitle {
	text-transform: uppercase;
	color: #006696;	
	font-size: 1em;
	font-weight:bold;
	padding-bottom:0;
}

.boxsubtitle {
	/*color: #a6e0f2;	*/
	color: #000000;
	font-size: .85em;
	font-weight:bold;
	padding-bottom:0;
}

.boxsummary {
	color: #000000;	
	font-size: .85em;
	font-style:italic;
}

.boxwrapper {
	width: 25%;
	background: #FFFFFF;
	float: right;
	border: 0px;
	padding-right: 0em;
	padding-left: 1em;
	margin-left: 0.5em;
}

.factboxsummary {
	padding-top: 0;
	color: #000000;	
	font-size: .85em;
	font-style:italic;
}

body#home a#homeLink,
body#datacentre a#datacentreLink,
body#connectivity a#connectivityLink,
body#payments a#paymentsLink,
body#domains a#domainsLink,
body#managedservices a#managedservicesLink,
body#contact a#contactLink			{
	color: #000000;
}

.enclosedbox {
	width: 100%;
	background: #dbf3fa;
	float: right;
	border: 1px solid #bebebe;
	padding-right: 0.5em;
	padding-left: 0.5em;
	margin-left: 0.5em;
	margin-bottom: 1em;
}

#feature {
	padding-bottom: 1em;
	margin-bottom:0;
	margin-top:0;
	text-align: center;
}

#pagewrapper {
	margin-left: auto;
	margin-right: auto;
	max-width: 980px;
	
	background: #FFFFFF; 
	padding: 0 10px 0 20px;	
}

.imagecontainer {
	float: right;
	border: 0;
	padding-right: 0.5em;
	padding-left: 0.5em;
	margin-left: 0.5em;
	margin-bottom: 1em;
}

.imagecontainerleft {
	float: left;
	border: 0;
	padding-right: 0.5em;
	padding-left: 0.5em;
	margin-left: 0.5em;
	margin-bottom: 1em;
}

.push {
    height: 2em;
}


