﻿
body {	
	background-color: #e0eff8;
	text-align: center;
	font: 12px verdana, arial, sans-serif;
	padding-top: 0;
}

html, body, h1, h2, h3, h4 {
	padding: 0px;
}

ul, li 
{
	padding-left: 15px;
}

h1 {
	font-size:22px;
	color: #9966cc;
	font-variant: small-caps;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 5px 5px 5px;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #9966cc;
}

img {
	border: 0px;
}

a 
{
	color: #9966cc;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

#masterBanner
{
	background-color: #e3e2e5;
	width: 980px;
	height: 220px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../../images/banner.gif);
}

#masterSubNav
{
	background-color: #e3e2e5;
	width: 980px;
	height: 25px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../../images/subnavbg.gif);
}


#masterBody
{
	background-color: #ffffff;
	width: 978px;
	margin-left:auto;
	margin-right:auto;
	border-top: 1px solid #0f649b;
	border-left: 1px solid #0f649b;
	border-right: 1px solid #0f649b;
	border-bottom: 10px solid #0f649b;
}


#bodyContent {
	width: 100%;
	padding: 0px 0px 0px 0px;
	background-color: White;
	text-align: left;
	color: #333333;
	margin-left:auto;
	margin-right:auto;
}

#bodyContentLeft
{
	width: 590px;
	float: left;
}

#bodyContentRight
{
	width: 205px;
	float: right;
}

.formBox 
{
	width: 964px;
	padding: 0 7px 5px 7px;
	background-color: White;
	color: #666666;
}

.formBox a
{
	color: Navy;
}

#subNav
{
	width: 958px;
	text-align: left;
	padding: 5px 10px 5px 10px;
	font-size: 12px;
	margin-left:auto;
	margin-right:auto;
	color: #ffffff;
}

#subNav a
{
	color: #ffffff;
	font-weight: bold;
}


#nav {
	width: 980px;
	margin-left: auto;
	margin-right:auto;	
	padding-left: 0px;
	padding-right: 0px;
}

#nav  a 
{
	background-image:url(../../images/taboff.gif);
	background-repeat: no-repeat;
	width:117px;
	height:28px;
	display:inline;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:center;
	padding-top:10px;
	padding-right: 4px;
	text-decoration:none;
	color: #666666;
	font-weight:bolder;
}

#nav  a:hover {
	background-image:url(../../images/tabon.gif );
	color: Black;
}

#nav .selected
{
	background-image:url(../../images/tabon.gif);
	color: White;
	
}

#nav  a:active { 
  background-image:url(../../images/tab-on.gif);
  
}

.copyright 
{
	color: Black;
	font-size: 10px;
	font-style:italic;
	text-align: center;
	height:35px;
	width: 804px;
	margin-left:auto;
	margin-right:auto;
	
}

.fivePixSpacer
{
	height:5px;
}

.tenPixSpacer
{
	height:10px;
}

.boxContainer
{
	width: 300px;
	float: left;
	padding: 10px 12px 10px 10px;
	
}

.virtualizationBox
{
	width: 282px;
	height: 145px;
	float: left;
	background-image:url(../../images/VirtualizationBox.gif);
	padding: 50px 10px 5px 8px;
	
}

.serverHostingBox
{
	width: 282px;
	height: 145px;
	float: left;
	background-image:url(../../images/ServerHostingBox.gif);
	padding: 50px 10px 5px 8px;
}

.storageBox
{
	width: 282px;
	height: 145px;
	float: left;
	background-image:url(../../images/storageBox.gif);
	padding: 50px 10px 5px 8px;
}

.twoColLeft 
{
	width: 250px;
	text-align: center;	
	float: left;
}

.twoColRight
{
	text-align: left;
	padding: 0 20px 20px 270px;
}
