@charset "utf-8";
/* CSS Document */


body{background:#999}
h1{color:#FFF}
h2{color:#000;}
.all{
	background:#CCC url(images/layout3.png) no-repeat;
position:relative;
margin-left:auto; margin-right:auto;
width:990px;height:800px;}
#allpackages{
	height:2750px}
#allprivacy{
	height:1170px}
.header{
	
	width:100%;
	height:217px;
	position:absolute
}

.navigation{
	width:713px;
	height:29px;
	position:absolute;
	top: 8px;
	left: 327px;
	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 10px ;
	width:100px}
	ul.nav li>ul{
/*Make the sub list items invisible*/
	display: none;
	position: absolute;
	max-width: 50ex;
	margin-left: -6px;
	margin-top: 2px;}
	ul.nav li:hover>ul{
/*When hovered, make them appear*/
	display : block;
}

.nav ul li a{
/*Make the hyperlinks as a block element, sort of a hover effect*/
	display: block;
	padding: 2px 10px;
}

/*** Menu colors (customizable) ***/

ul.nav,
.nav ul,
.nav ul li a{

	color:#000
}


ul.nav li:hover,
.nav ul li a:hover{
	background-color: #000;
	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:#fff;text-decoration: none;}
	.content{
	position:absolute;
	height:228px;
	width:100%;
	top:370px;}
.title{
	position:absolute;
	width:523px;
	height:142px;
	left: 385px;
	top: 31px;
	font-size:x-large;
}
.title p{font-size:large; text-align:center}

.midsection{ 
	position:absolute;
	width:899px;
	top:264px;
	left:1px;
	height:460px;
}

.contentmain{
	color:black;
	position:absolute;
	left:3px;
	height:388px;
	width:675px;
	top: 0px;
}
.contentmain div h1{font:Arial, Helvetica, sans-serif;text-align:center; margin:0 0 0 0}
.contentright{
	position:absolute;
	width:218px;
	height:470px;
	left: 679px;
	top: -32px;
	color:black;
	text-align:center;
}

.packages li{
	padding-top:132px;
	padding-right:12px}
	
	
.footer{
	background:url(images/footer.bkgrnd.png) repeat-x;
	width:680px;
	height:69px;
	position:absolute;
	top:654px;
	left:0px;
	color:white;
	text-align:center
}
#footerpackages{
	top:2680px;}
#footerprivacy{
	top:1100px
}
.footer a{color:white; text-decoration:none}
