html { font-size: 125% }

body {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 50%;
	margin: 0 0 0;
	padding: 0 0 0;
}

h1, h2, h3, h4, h5, h6, p, ol, ul, li, table, img {
	list-style: none;
	margin: 0 0 0;
	padding: 0 0 0;
}

span { line-height: 0; }

h1, h2, h3, h4, h5, h6 {
	color: #6CF;
	font-weight: bold;
	margin: 0 0 10px;
}

h1 { font-size: 2pt; }
h2 { font-size: 1.8pt; }
h3 { font-size: 1.6pt; }

p, li {
	font-size: 1.2em;
	line-height: 1.5em;
}

table { font-size: 1.2em; }
p { margin: 0 0 1em; }

li {
	list-style-position: inside;
	list-style-type: square;
}

a { color: #666; }
/*----endRecetStyles-----*/
body
{
	background-color: #00ADEE;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 9pt;
	line-height:15pt;
}

h1
{
	text-align:center;
	margin: 0 15px;
	padding-right:20px;
	font-size: 14pt;
	color:#1E5F77;
}

div.header
{
	padding: 10px 0;
}

div.content
{
	background: url('../images/contentbody.gif') 10px 0 no-repeat;
	padding: 20px 25px 0;
	width: 399px;
	height:753px;
}

div.content p
{
	padding:0 4px;
	margin:0 10px 0 0;
}

div.textblock
{
	margin:10px 25px 10px 0;
	padding:2px 10px 0 25px;
}

img.example
{
	float:left;
	padding-right:3px;
}

div#box
{
	text-align: left;
	vertical-align: middle;
	margin: 0px auto;
	padding: 0px;
	width: 1050px;
}

div#left
{
	position: absolute;
	float:left;
	padding: 10px 0 0 90px
}

div#right
{
	position: absolute;
	float:right;
	width:517px;
	padding: 197px 0 0 530px
}

div#icons
{
	background: url('../images/plasticbg.png') 0 0 no-repeat;
	height:333px;
}

div#footer
{
	background: url('../images/bgtile.gif') repeat-x;
	position: relative;
	z-index:-100;
	height: 156.33px;
	top: 815px;
}

#phoneimage
{
	padding: 2px 9px 5px;
}

#funcimage
{
	padding: 2px 85px 5px;
}

#sideimage
{
	padding:5px 5px 0;
}

/*--for positioning global nav--*/
#gnav img
{
	border:0px;
}

#gnav li
{
	position: absolute;
	top: 117px;
	padding: 0 35px 0;
	list-style-type:none;
}

#gnav #phonelink
{
	z-index:5000;
	padding:0 0 0 40px;
}

#gnav #datalink
{
	z-index:3000;
	padding:0 0 0 170px;
}

#gnav #freedomlink
{
	z-index:1000;
	padding:0 0 0 295px;
}

/*--for global nav rollovers*/
/*--for phone link--*/
a.rollover_phone 
{
	display: block;
	width: 88px;
	height: 66px;
	text-decoration: none;
	background: url("../images/phonelink.gif");
	}

a:hover.rollover_phone 
{
	background-position: -88px 0;
}

/*--for data link--*/
a.rollover_data 
{
	display: block;
	width: 88px;
	height: 66px;
	text-decoration: none;
	background: url("../images/yourdatalink.gif");
}

a:hover.rollover_data 
{
	background-position: -88px 0;
}

/*--for freedom link--*/
a.rollover_free 
{
	display: block;
	width: 88px;
	height: 66px;
	text-decoration: none;
	background: url("../images/freedomlink.gif");
}

a:hover.rollover_free 
{
	background-position: -88px 0;
}

.displace 
{
	position: absolute;
	left: -5000px;
}

