/* CSS Document */
html, body {
	margin: 0;
	color: #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align: center;
	height: 100%;
}

body.home{
background: url(../images/pageBackHome.png) no-repeat top;
}

body.voice{
background: url(../images/pageBackVoice.png) no-repeat top;
}

body.data{
background: url(../images/pageBackData.png) no-repeat top;
}

.clear {
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	height: 1px;
	visibility: hidden;
}

div.wrapper {
	width: 740px;
	height: auto;
	margin: 0 auto;
	text-align: left;
	/*background: #fff url(../images/centreBack.png) no-repeat top;*/
}

div.wrapper a {
	color: #262626;
	text-decoration: underline;
}

div.wrapper a:hover {
	color: #999;
}

div.header {
	height: 168px;
	text-align: center;
}

div.header img {
	border: 0;
}

div.header p {
	position: relative;
	text-align: right;
	font-size: 80%;
	color: #fff;
	padding: 0;
	margin: 0;
	top: 140px;
}

div.header p a {
color: #fff;
}
/*end header*/

/* start navigation */
div.navigation {
	margin: -2px 0 0 0;
	font-size: 100%;
	height: 25px;
	min-height: 25px;
}

div.navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

div.navigation li {
	padding:0;
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	margin: 0 0 0 5px;
}

div.navigation a {
	color: #330;
	text-decoration: none;
	display: block;
	float: left;
	line-height: normal;
	padding-top: 3px;
	width: 94px;
	height: 25px;
	min-height: 25px;
	background: url(../images/navOff.gif) no-repeat; 
}

div.navigation a:hover {
	color: #fff;
	background: url(../images/navOn.gif) repeat-x top;
	height:25px;
	min-height:25px;
	width: 94px;
	min-width: 94px;
}

div.navigation a.on {
	background: url(../images/navOn.gif) no-repeat; 
	color: #fff;
}

/*end navigation*/

/*start content*/
div.content{
	width: 300px;
	color: #004781;
	padding: 10px 0 0 12px;
}

div.content h1{
	font-size: 100%;
	margin: 10px 0;
}

div.content ul{
	margin: 0 25px;
	padding: 0;
	
}

div.content li {
	list-style: url(../images/bullet.gif);
	margin: 5px 0;
}


/*footer*/
div.footer {
	margin: 10px auto;
	width: 763px;
	height: 45px;
	padding: 5px 0;
	text-align: center;
	font-size: 80%;
	clear: both;
	background: url(../images/footer.png) no-repeat top;
	color: #fff;
	display: block;
}

p.iprogress {
	text-align: center;
	color: #666;
	font-size: 80%;
}
p.iprogress a {
	color: #000;
	text-decoration: none;
}

/* HACKS*/

span.clear, div.clear {
	float: none; 
	clear: both;
	visibility: hidden;
	height:0;
	line-height: 1px;
}
/*
.cf:after {
	wrapper:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}*/



