@charset "utf-8";
/* CSS Document */


body{background:#999; margin:0; color:white;}
h1{color:black}
h2{color:black;}
p{color:white;}
.all{
	background:#003366 url(images/bkgrnd.jpg) no-repeat;
position:relative;
margin-left:auto; margin-right:auto;
width:990px;height:800px;}
#allpackages{
	height:2750px}
#allprivacy{
	height:805px}
	#alllicense{
		height:1600px;}
.header{
	color:#06C;
	width:100%;
	height:158px;
	position:absolute
}
.headerinfo{
	position:absolute;
	left: 679px;
	top: 7px;
	width: 303px;
	font-weight:bold;
	background:white;
}

.navigation{
	width:607px;
	height:33px;
	position:absolute;
	top: 128px;
	left: -28px;
	font-size:18px;
	text-align:center;
}
ul.nav,
.nav ul{
/*Remove all spacings from the list items*/
	margin: 0 0 0 0;
	padding: 0;
	cursor:default;
	list-style-type:none;
	display:inline;
	}
	ul.nav{
		display:inline;

}
ul.nav>li{
	display:inline;
	position: relative;
	padding: 4px 7px;
	width:90px
}


.nav ul li a{
/*Make the hyperlinks as a block element, sort of a hover effect*/
	display: block;
	padding: 0px 0px;
}

/*** Menu colors (customizable) ***/

ul.nav,
.nav ul,
.nav ul li a{

	color:#000
}


ul.nav li:hover,
.nav ul li a:hover{
	background-color:;
	color: #fff;}

ul.nav li:active,
.nav ul li a:active{
	background-color:#CCC;
	color: #fff;
}

ul.nav,
.nav ul{
	border: 0px 
}

.nav a{
	color:black;text-decoration: none;}
	.content{
	position:absolute;
	height:228px;
	width:100%;
	top:370px;}
.title{
	position:absolute;
	width:615px;
	height:95px;
	left: 6px;
	top: 11px;
	font-size:x-large;
}
.title p{font-size:large; text-align:center}

.midsection{
	position:absolute;
	width:938px;
	top:158px;
	left:1px;
	height:494px;
	z-index:22
}

.contentmain{
	color:white;
	position:absolute;
	left:435px;
	height:435px;
	width:500px;
	top: 49px;
}
.contentmain a:link{color:white;}
.contentright{
	position:absolute;
	width:225px;
	height:198px;
	left: 122px;
	top: 271px;
	color:black;
	text-align:center;
}

.packages li{
	list-style:none;
	font-size:24px;
	padding-top:13px;
	padding-right:12px}
.form-lable{
	color:white;
}
	
.footer{
	background:url(images/bkgrnd.footer.png);
	width:990px;
	height:158px;
	position:absolute;
	top:640px;
	left:-1px;
	color:blue;
	text-align:center;
	z-index:0
}
.footer p{
	margin-top:90px;
	color:#06C;
}
#footerpackages{
	top:2650px;}
	#footerprivacy{top:700px;}
	#footerlicense{top:1600px;}
.footer a{color:#06C; text-decoration:none}
