/* ########## Layout ########## */
html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background: #cccccc;
	font-family:arial,sans-serif;
	font-size: 11px;
}
img { border: none; }
div#dropshadow {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:800px;	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */	
	background-image: url("images/site/dropshadow.gif");
}
div#container {
	background: white;
	margin-left: 10px;
	margin-right: 10px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}
div#header { padding-left: 80px; padding-right: 80px; }
div#topnav { padding-left: 255px; }
div#timedate { text-align: right; color: #0000fe; padding-right: 6px; }
div#homenav {
	background-image: url("images/home/mainhomeimage.jpg");
	background-repeat: no-repeat;
	height: 30px;
	margin-left: 80px;
	margin-right: 80px;
	padding-top: 170px;
	text-align: center;
}
div#nav {
	margin-left: 80px;
	margin-right: 80px;
	text-align: center;
}
div#nav #product_acquisition { padding-left: 32px; }
div#nav #it_services { position: relative; left: -8px; }
div#nav #it_infrastructure { position: relative; left: -16px; }
div#nav #storage_solutions { position: relative; left: -24px; }
div#nav #nationwide_coverage { position: relative; left: -32px; }

div#main {
	background-image: url("images/site/gradient.gif");
	background-repeat: repeat-x;
	border-bottom: 3px solid #cbcbfd;
	padding-left: 80px;
	padding-right: 80px;
	padding-top: 15px;
}
div#copyright {
	text-align: center;
	color: #0000fd;
	font-size: 9px;
	margin-top: 8px;
	margin-top: 2px;
}
div#footer {
	text-align: center;
	color: #0000fd;
	font-size: 9px;
	margin-top: 2px;
}
div#box {
	padding: 4px;
	padding-top: 28px;
	text-align: center;
	background-repeat: no-repeat;
	margin-bottom: 10px;
	height: 172px;
}
div#subnav {
	height: 123px;
	border: 1px solid #f2cd65;
	margin-bottom: 10px;
	background: white;
}
div#subnav a {
	display: block;
	color: #0000fd;
	text-decoration: none;
	font-weight: bold;
	height: 18px;
	padding-left: 11px;
	padding-top: 5px;
	font-size: 9px;
	background: white;
}
div#subnav a:hover, div#subnav a#selected {
	background-image: url("images/site/sub-nav-mo.gif");
}

div#content {
	font-size: 12px;
}
div#content h1 {
	font-size: 13px;
	color: #cc9900;
}
div#content h2 {
	margin: 0;
	padding: 0;
	font-size: 12px;
}
div#content p {
	margin: 0;
	padding: 0;
	padding-bottom: 16px;
	line-height: 16px;
}
div#content a { color: #0000fe; text-decoration: none; }
div#content a:hover { text-decoration: underline; }

#content .small { font-size: 10px; }
.blue { color: #0000fe; }
.green { color: #006600; font-weight: bold; }

div#content .sitemap ul  { list-style-type: none; margin: 0; padding: 0; margin-left: 18px; font-size: 11px; }
div#content .sitemap li { font-size: 12px; font-weight: bold; }
div#content .sitemap li li { font-size: 11px; font-weight: bold; }
div#content .sitemap li li li { font-size: 11px; font-weight: normal; }