@charset "UTF-8";
body {
	font-family: "Lucida Grande", helvetica, arial, sans-serif;
	font-size: 1em;
	font-weight:normal;
	line-height:1.1em;
	color: #AAA;
	margin: 60px auto;
	background-repeat:repeat;
}
#background{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:-1;
}
a {
	text-decoration:none;
	color:#a03033;
	border:none;
}
a:hover {
	text-decoration:underline;
}

#bg {
}

.logobox {
	width:235px;
	height:100px;
	position:relative;
	top:48px;
	left:60px;
	clear:both;
	float:left;
	z-index:100;
}

#logo {
	background-image:url(pics/pivot_logo_2010.png);
	background-position:center center;
	background-repeat:no-repeat;
	width:235px;
	height:100px;
	position:absolute;
}

.logobg {
	clear: both;
	border: solid 0px #FFF;
	background-image:url(pics/bg_white95.png);
	background-position:top left;
	background-repeat:repeat;
	width:235px;
	height:100px;
	position:relative;
	top:48px;
	left:60px;
	float:left;
	z-index:100;	
}


#akendi{
background-image: url(pics/akendi_logo.gif);
background-repeat:no-repeat;
width: 170px;
height: 37px;
}

#stratcom{
background-image: url(pics/stratcom_logo.gif);
background-repeat:no-repeat;
width: 160px;
height: 37px;
}

#adenyo{
background-image: url(pics/adenyo_logo.png);
background-repeat:no-repeat;
width: 150px;
height: 55px;
}

.main {
	font-family: "Lucida Grande", helvetica, arial, sans-serif;
	margin: 0px;
	padding: 0px;
	float: left;
	clear: none;
	width: 640px; /* IE Hack to force proper layout when preceded by a paragraph. (hasLayout Bug)*/
	position:absolute;
	top:80px;
	left:295px;
	z-index:100;
}
.nav {
	padding: 0px;
	margin: 0px;
	float: left;
	clear: none;

}

.nav a {
	float: left;
	padding: 5px 10px;
	margin: 0;
	font-weight: normal;
	font-size:0.7em;
	font-weight: bold;
	list-style: none;
	border-left: solid 1px #FFF;
	cursor: pointer;
	text-decoration:none;
	color: #FFF;
	display:block;
	height:18px;

}
.nav a:hover {
	background-image:url(pics/bg_white95.png);
	background-position:top left;
	background-repeat:repeat;	
	color: #333;
}

.content {
	clear: both;
	border: solid 1px #FFF;
	height:100%;
	min-height:300px;
	background-image:url(pics/bg_white95.png);
	background-position:top left;
	background-repeat:repeat;	
	padding: 65px 60px 60px;
}

#banner{
background-color:#999999;
width: 100%;
height:250px;
margin-bottom: 50px;
}

.intro {
	font-size:1.2em;
	font-weight:normal;
	line-height:1.3em;
	padding-top:0;
	padding-bottom:25px;
	color:#a03033;
	margin-top:0;
	letter-spacing: -0.01em;
	width: 100%;
}


h1 {
	font-size:2.1em;
	font-weight:normal;
	line-height:1.3em;
	padding-top:0;
	padding-bottom:0.5em;
	color:#a03033;
	margin-top:0;
}
h2 {
	font-size:1.15em;
	font-weight:bold;
	line-height:1.3em;
	padding-top:0;
	padding-bottom:0.3em;
	margin: 0;
	color:#a03033;
}
h3 {
	font-size:1.1em;
	font-weight:normal;
	line-height:1.2em;
	padding-top:0;
	padding-bottom:0;
	margin:0 0 -10px 0;
	color:#a03033;
}
h4 {
	font-size:1em;
	font-weight:normal;
	line-height:1.3em;
	padding-top:0;
	padding-bottom:0;
	margin:0 0 15px 0;
	color:#000;
}

p {
	font-size:0.8em;
	font-weight:normal;
	padding-bottom:0.2em;
}
ul {
	padding-left:20px;
}
li {
	font-size:0.8em;
	font-weight:normal;
	padding-bottom:0.2em;
	list-style:none;
	margin-left:0;
}
.footer {
	float:left;
	clear:none;
	width:640px;
}
.footer a {
	text-decoration:none;
	color:#FFF;
}
.footer li {
	float: left;
	padding: 4px 10px 6px 10px;
	margin: 0;
	font-weight: bold;
	font-size:0.6em;
	list-style: none;
	border-left: solid 1px #FFF;
	color:#FFF;
	display:block;
}
.footer:hover {
	background:#000;
}
.spacer {
	clear:none;
	width:300px;
	height:10px;
	display:block;
}
.twocol {
	float:left;
	clear:none;
	width:150px;
	padding-right:20px;
}
.changelogo {
	float:left;
	width:640px;
	text-align:right;
}