﻿#interglobe-logo {
	position: absolute;
	left: 0px;
	top: 27px;
	width: 159px;
	height: 78px;
	z-index: 1;
	background-image: url(../images/interglobe-logo.png);
	background-repeat: no-repeat;
}
#ispeak-logo {
	position: absolute;
	left: 787px;
	top: 44px;
	width: 146px;
	height: 46px;
	z-index: 2;
	background-image: url(../images/ispeak-logo.png);
	background-repeat: no-repeat;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: center;
}
#tollfree {
	position: absolute;
	left: 620px;
	top: 105px;
	width: 310px;
	height: 45px;
	z-index: 3;
	font-size: 14px;
	color: #3d3d3d;
	line-height: 5px;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
#tollfree p {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#head {
	position: absolute;
	left: 0px;
	top: 165px;
	width: 934px;
	height: 35px;
	z-index: 4;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 4px;
	border-bottom-color: #92b94e;
}
#main {
	position: absolute;
	left: 0px;
	top: 205px;
	width: 934px;
	height: 447px;
	z-index: 4;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	list-style-image: url(../images/bullet.png);
	list-style-type: none;
}
#main .foot .content ul li a {
	text-decoration: none;
	font-weight: normal;
	color: #494949;
	font-size: 14px;
}
#main .foot p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#main .foot .content ul li {
	margin-bottom: 4px;
	padding-bottom: 4px;
}
#apDiv1 {
	position: absolute;
	left: 126px;
	top: 241px;
	width: 58px;
	height: 29px;
	z-index: 5;
}
.menuitem {
	color: #898d89;
	font-size: 14px;
	text-decoration: none;
}
.foot {
	background-image: url(../images/foot.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.hrule {
	background-color: #CCC;
	float: left;
	height: 400px;
	width: 2px;
	margin-right: 20px;
}
.copyright {
	font-size: 11px;
	color: #626262;
	text-align: right;
}
#tollfree a {
	text-decoration: none;
	color: #3d3d3d;
}
.content {
	color: #626262;
	font-size: 13px;
	line-height: 18px;
}
#apDiv2 {
	position: absolute;
	width: 200px;
	height: 24px;
	z-index: 1;
	left: 735px;
	top: 422px;
}
#wrapper {
	text-align: left;
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: auto;
}

.modalBackground
        {
            background-color: #CCFFFF;
            filter: alpha(opacity=60);
            opacity: 0.6;
        }
        
        
        .modalPopup
        {
            background-color: #FFFFFF;
            border-width: 1px;
            border-style: solid;
            border-color: black;
            padding-top: 1px;
            padding-left: 1px;
            width: 380px;
            height: 440px;
        }