@charset "utf-8";

/* Development by: Acegik Web Solutions, DEC 2008 
   www.acegik.com */
   
   
/* Browser Reset */
body,h1,h2,h3,h4,h5,h6,p,ul,ol,img { margin: 0; padding: 0; border: none; list-style: none; font-weight: normal; }

/* Common Componets */
body {
	color: #111;
	font: 0.9em Arial,Sans-serif;
	background-color: #7bc1e6;
	background-repeat: repeat-x;
	margin:0;
	padding:0;
	height:100%;
}

a {
	text-decoration: none;
	color: #309DCF;
	outline: none;
}
a:hover { text-decoration: underline; }
a.button, input.button {
	float: left;
	border: 1px solid #999;
	color: #FFF !important;
	padding: 4px 8px;
	margin: 5px 0;
	cursor: pointer;
	background-color: #84BFE6;
	background-image: url(../img/button-bg.png);
	background-repeat: repeat-x;
	font-weight: bold;
}
a.button:hover, input.button:hover {
    text-decoration: underline;
    border: 1px solid #CCC;
}
h1,h2,h3,h4,h5,h6 { margin: 0; padding: 0.3em 0; }
h1 {
	font-size: 2em;
	font-weight: 300;
	color: #309DCF;
}
h2 { 
	color:#309DCF;
	
	font-size: 1.5em;
	font-weight:400;
	padding:0;
}
h3 {
	font-size: 1.5em;
	color: #309DCF;
}
h4 {
	font-size: 1.3em;
	color: #666;
	padding-bottom: 0px;
	padding-top: 10px;
	margin: 0px;
}
h5 {
	padding-left: 2px;
	padding-top: 0px;
	padding-bottom: 3px;
	font-size: 1em;
	color: #666;
	font-style: italic;
}
h6 {
	padding-bottom: 0px;
	padding-top: 10px;
	font-size: 1.8em;
	color: #3A9CCF;
	font-style: italic;
	text-align: center;
}

img {
border-width:0;
}

/* Header */
#header {
background-image:url(../img/header_bg.jpg);
background-repeat:repeat-x;
height:112px;
width:100%;
}

#header #container {
	height:100px;
	width:865px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: static;
}

#header #container #logo {
float:left;
height:100%;
width:273px;
}

#header #container #menu {
height: 63px;
width: 535px;
list-style-type: none;
display: inline;
float: right;
}

#header #container #menu li {
display: inline;
}

#header #container #menu li a {
	background-image: url(../img/menu.png);
	display: inline;
	float: left;
	height: 63px;
	margin-top: 42px;
}

#header #container #menu #nav-callcenters a {
	background-position: 0px -819px;
	width: 138px;
}

#header #container #menu #nav-callcenters a:hover {
background-position: 0px -567px;
width: 138px;
}

#header #container #menu #nav-datacenters a {
background-position: 0px -189px;
width: 122px;
}

#header #container #menu #nav-datacenters a:hover {
background-position: 0px -441px;
width: 122px;
}

#header #container #menu #nav-officespaces a {
background-position: 0px -315px;
width: 138px;
}
#contact-button {
	position: absolute;
	height: 33px;
	width: 122px;
	left: 69px;
	top: 27px;
}

#header #container #menu #nav-officespaces a:hover {
background-position: 0px -945px;
width: 138px;
}

#header #container #menu #nav-businessinc a {
background-position: 0px -693px;
width: 132px;
}

#header #container #menu #nav-businessinc a:hover {
background-position: 0px -63px;
width: 132px;
}

/* Content */
#content {
background-image:url(../img/content_shadow.png);
background-position:top;
background-repeat:repeat-y;
margin-left:auto;
margin-right:auto;
margin-top:3px;
width:906px;
}

#content #container {
	background-color:#fefefe;
	background-image:url(../img/content_bg.png);
	background-position:top;
	background-repeat:repeat-x;
	height:auto;
	margin-left:21px;
	margin-right:23px;
	margin-top:1px;
	text-align:left;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
	overflow: hidden;
}
#content #container p, #content #container ul {
	padding: 0.7em 0; 
    line-height: 1.3em;
}

/* Contact */
#contact {
	background-image:url(../img/contact_bg.png);
	background-repeat:no-repeat;
	height:250px;
	width:906px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 25px;
}

#contact-closed {
	background-image:url(../img/contact_bg_closed.png);
	background-repeat:no-repeat;
	height:250px;
	padding-bottom:25px;
	width:906px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
}
#contact-closed #button {
	width:121px;
	height:31px;
	z-index:1;
	padding-top: 28px;
	padding-left: 69px;
}

#contact #container {
	height:149px;
	margin-left:45px;
	margin-right:42px;
	margin-top:0px;
	padding:0;
}

/* Footer */
#footer {
	background-image:url(../img/footer_bg.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	height:65px;
	padding:0;
	position:relative;
	width:906px;
	margin-top: -65px;
	margin-right: auto;
	margin-left: auto;
}

#footer #footer_menu {
	font-family:Arial, Helvetica, sans-serif;
	left:20px;
	position:absolute;
	right:25px;
	padding-bottom: 10px;
	bottom: 0px;
	text-align: center;
}

#footer #footer_menu li {
display:inline;
font-family:Arial, Helvetica, sans-serif;
list-style-type:none;
margin:0;
padding-left:40px;
padding-right:40px;
}

#footer #footer_menu a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	font-weight:700;
	text-decoration:none;
}

#footer #footer_menu a:hover {
	color:#18719F;
}

/* Other */

#content #container .rounded-corner {
	margin-top: 15px;
}

#content #container .rounded-corner .top div {
   background: url(../img/rounded-corner-tl.png) no-repeat top left;
}

#content #container .rounded-corner .top {
   background: url(../img/rounded-corner-tr.png) no-repeat top right;
}

#content #container .rounded-corner .bottom div {
   background: url(../img/rounded-corner-bl.png) no-repeat bottom left;
}

#content #container .rounded-corner .bottom {
   background: url(../img/rounded-corner-br.png) no-repeat bottom right;
}
#content #container .rounded-corner .top div, #content #container .rounded-corner .top, 
#content #container .rounded-corner .bottom div, #content #container .rounded-corner .bottom {
   width: 100%;
   height: 15px;
   font-size: 1px;
}
#content #container .rounded-corner .content {
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
	overflow: auto;
	height: auto;
}
#content #container .rounded-corner .content img {
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
#content #container .rounded-corner .content li {
	margin-left: 15px;
	list-style-image: url(../img/bullet.png);
	list-style-position: inside;
}
#content #container .rounded-corner .content p {
	margin-left: 5px;
	margin-bottom: 0px;
	margin-top: 0px;
}
a.menu-bg, a.menu-bg:hover  {

	text-decoration: none;

}
#content #container .rounded-corner .links {
	padding-right: 25px;
	text-align: right;
	padding-top: 7px;
}
#content #container .rounded-corner .links a {
	font-size: 1em;
}

#content #container .rounded-corner-intro {
	background-color: #fafafa;
	margin-top: 15px;
}
#content #container .rounded-corner-intro .top div {
   background: url(../img/rounded-corner-intro-tl.png) no-repeat top left;
}

#content #container .rounded-corner-intro  .top {
   background: url(../img/rounded-corner-intro-tr.png) no-repeat top right;
}

#content #container .rounded-corner-intro  .bottom div {
   background: url(../img/rounded-corner-intro-bl.png) no-repeat bottom left;
}

#content #container .rounded-corner-intro  .bottom {
   background: url(../img/rounded-corner-intro-br.png) no-repeat bottom right;
}
#content #container .rounded-corner-intro .top div, #content #container .rounded-corner-intro .top, 
#content #container .rounded-corner-intro .bottom div, #content #container .rounded-corner-intro .bottom {
   width: 100%;
   height: 15px;
   font-size: 1px;
}
#content #container .rounded-corner-intro .content {
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
	overflow: auto;
	height: auto;
}

#tier2-heading img {
float: right;
margin-top: 18px;
margin-right: 3px;
}
