@charset "UTF-8";

/* Universal CSS */

@import url("cssMainMenu1.css");

body {
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	text-align: left; 
	height: 100%;
	background: #001540 url(IMG/bg_blue.jpg) no-repeat top center;
}

#custom-doc {
	margin: auto;
	text-align: left; /* leave unchanged */
	width: 943px;
	/* width: 49.6923em; */ /* non-IE. 647px/13 */
	/* *width: 48.4947em; */ /* IE */
	min-width: 943px;/* optional but recommended */
	padding: 0;
}

.banner {
	height: 125px;
}

.logo {
	position: absolute;
	top: 10px;
	left: 10px;
}

.subMenu {
	position: absolute;
	bottom: 5px;
	right: 10px;
	background: url(IMG/bg_submenu.png) no-repeat left top;
	width: 388px;
	height: 23px;
	text-align: center;
	padding-top: 5px;
}

.subMenu li {
	display: inline;
	padding: 0 10px 0 10px;
	border-right: 1px solid #333;
}

.subMenu a, .footer a {
	color: #06C;
}

.subMenu a:hover, .footer a:hover {
	color: #e66c1f;
}

.naglogo {
	background: url(IMG/logo_networkingarchitechsIcon.png) no-repeat left top;
	padding-left: 20px;
	padding-bottom: 10px;
}

.contentContainer {
	padding: 20px 20px 15px 20px;
	background-color: #FFF;
}

.busSolutions img {
	float: left;	
	padding-right: 10px;
}

.busSolutions p {
	color: #666;
	margin-top: 3px;
}

.busSolutions a {
	font-size: 13px;
}

.footer {
	width: 100%;
	text-align: center;
	color: #666;
	font-size: 10px;
	margin: -5px 0 20px 0;
}

.container290 {
	width: 290px;	
}

.container285 {
	width: 290px;	
}

.container250 {
	width: 250px;
}

.container600 {
	width: 600px;
}

.missionStatement {
	width: 445px;
	color: #666;
	line-height: 17px;
}









