/*for IE6 FIX*/

fieldset, img, hr
{
	border: none;
}
caption, th
{
	text-align: left;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
td
{
	vertical-align: top;
}
/*for IE6 FIX*/
*.*
{
	padding: 0px;
	margin: 0px;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
/*	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;*/
	background-color:#005d9c;
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 12px;
	color: #0069AA;
	text-align: center;
	display: block;
}
h1
{
	margin: 0;
	padding: 0 0 5px 0;
	font-size: large;
	color: #0069AA;
	line-height: normal;
}
h2
{
	margin: 0;
	padding: 0 0 5px 0;
	font-size: medium;
	color: #00b24e;
	line-height: normal;
}
h3
{
	margin: 0;
	padding: 0 0 5px 0;
	font-size: small;
	font-weight: bold;
	color: #0069AA;
	line-height: normal;
}
p
{
	margin: 0px;
	padding: 0 0 5px 0;
}
hr
{
	background-color: #0069aa;
}
img
{
	border: 0px;
}
.plainText1
{
	font-weight: normal;
	text-align: left;
	font-size:11px;
	line-height:20px;
}
.plainText
{
	font-weight: normal;
	text-align: left;
	font-size:14px;
	line-height:20px;
}
a
{
	font-weight: bold;
	color: #0069AA;
	text-decoration: none;
	cursor: pointer;
}
a:hover
{
	color: #f15a22;
}
.red
{
	color: #ff0000;
}

.grayText
{
	color: Gray;
}

input, select, textarea
{
	font-size: 12px;
	font-weight: bold;
}

.error
{
	z-index: 2001;
	position: absolute;
	left: 30%;
	top: 25%;
	text-align: left;
	background-image: url(../images/contentbg.jpg);
	background-repeat: no-repeat;
	width: 600px;
	height: 200px;
	padding: 10px 10px 10px 10px;
	font-weight: normal;
}
.error h3
{
	font-size: medium;
}
.error p
{
	font-weight: bold;
	font-size: 12px;
	height: 150px;
	width: 570px;
	overflow: auto;
}
.error p img
{
	float: left;
	padding-right: 15px;
}
#Container
{
	display: block;
	width: 990px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	padding: 0px 5px 16px 5px;
	_padding: 0px 5px 0px 5px;
	border: solid 0px red;
}
#MIDDLE
{
	display: block;
	float: left;
	width: 990px;
	clear: both;
}

#top
{
	width: 100%;
	float: left;
	height: 80px;
}
.logo
{
	float: left;
}
.headerleft
{
	float: right;
	display: block;
	width: 70%;
}
.lang
{
	margin: 0px;
	display: block;
	height: 40px;
}
.lang ul
{
	float: right;
	margin: 0px;
}
.lang li
{
	display: inline;
	padding: 0px 5px 0 10px;
	border-right: solid 1px #0069AA;
}
.lang ul li a
{
	text-decoration: none;
	font-size: 12px;
	font-weight:normal;
	color: #0069AA;
}
.lang ul li a:hover
{
	color: #f15a22;
}
.cusservice
{
	margin: 20px 0 0 0;
	text-align: right;
	float: right;
	font-weight: bold;
}

#LHS
{
	float: left;
	width: 170px;
	font-size: 11px;
	margin-left:5px;
	border: solid 0px red;
}

#MID
{
	width:620px;
	float: left;
	margin-left:8px;
	_margin-left:5px;
	border: solid 0px red;
}
#RHS
{
	float: right;
	width: 170px;
	font-size: 11px;
	margin:0 5px 0 5px;
	border: solid 0px red;
}
#menu
{
	margin: 0 auto;
	padding: 0 0 0 5px;
	height: 33px;
}
#menu .menuleft
{
	background-image: url(../images/menuleft.jpg);
	background-repeat: no-repeat;
	width: 12px;
	height: 33px;
	float: left;
}
#menu .menucenter
{
	background-image: url(../images/menucenter.jpg);
	background-repeat: repeat-x;
	width: 591px;
	height: 33px;
	float: left;
}

#menu .menuright
{
	background-image: url(../images/menuright.jpg);
	background-repeat: no-repeat;
	width: 12px;
	height: 33px;
	float: left;
}

#menu .menucenter ul
{
	list-style: none;
	text-align: justify;
	margin: 8px 0 0 0;
	padding: 0;
}
#menu .menucenter ul li
{
	display: inline;
	border-right: solid 2px #fff;
	padding: 0 8px 0 8px;
}
#menu .menucenter ul li a
{
	font-size: 12px;
	margin-top: 5px;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
}
#menu .menucenter ul li a:hover
{
	/*color:#00b24e;*/
	color: #fff200;
}
#Content
{
	padding: 10px 5px 10px 5px;
}


#footer
{
	display: block;
	width: 990px;
	margin: 0 auto;
	color: #00b24e;
	font-weight: normal;
	text-align: center;
	font-size: 11px;
	clear: both;
}
#footer .copyright
{
	padding-left: 2%;
	float: left;
}
#footer .footerlinks
{
	float: right;
	padding-right: 10px;
}
#footer img
{
	border: 0px;
	width: 98%;
	height: 8px;
}

#footer ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}
#footer li
{
	display: inline;
	padding: 0 5px 0 5px;
	border-right: solid 1px #00b24e;
}

#footer ul li a
{
	text-decoration: none;
	color: #00b24e;
}
#footer ul li a:hover
{
	color: #f15a22;
}

#LHS img
{
	margin-bottom: 10px;
}

/*************************Terms and Conditions Style***************************************/

#divTerms, .divPrivacyPolicy
{
	font-size: 12px;
	color: #0069AA;
	text-align: left;
	overflow: auto;
	height: 390px;
	width: 97%;
	padding: 5px 10px 0px 10px;
	font-weight: normal;
}
#divTerms h3
{
	font-size: 14px;
}
#divTerms h1
{
	font-size: 16px;
}
#divTerms p
{
	padding: 3px 0 3px 0;
}

#divInThePress, #divPressRelease
{
	height: 200px;
	width: 100%;
	overflow: auto;
}

#divComTerms
{
	display: none;
	overflow: auto;
	height: 250px;
	width: 96%;
	border: solid 1px #0069AA;
	padding: 5px 5px 5px 5px;
}

/*************************Terms and Conditions Style***************************************/

/*************GRID STYLES*******************/
.gridfooter
{
	background: #A4D1FF;
	font-size: 12px;
	color: #000000;
}

.gridheader
{
	background: #54B948;
	color: White;
	font-size: 14px;
	height: 20px;
	text-align: center;
}

.gridPager
{
	background: #54B948;
	font-size: 12px;
	color: White;
	text-align: center;
}
.RowStyle
{
	background: #CCEEFF;
	font-weight: bold;
	font-size: 12px;
	text-indent: 12px;
	text-align: left;
	color: #000000;
}
.itmeright
{
	background: #CCEEFF;
	font-weight: bold;
	font-size: 12px;
	padding-right: 20px;
	text-align: right;
	color: #000000;
}

/*************GRID STYLES*******************/

/*********************Navigation style *********************/
.bluetab ul
{
	list-style-type:none;
	width: 95%;
	height: 20px;
	text-align: center;
}
.bluetab li
{
	float: left;
	display:inline;
	margin-left: 25px;
	background-color: #0069AA;
}
.bluetab li:hover
{
	background-color: #f15a22;
}
.bluetab li a
{
	float: left;
	display: block;
	cursor: pointer;
	padding: 2px 20px 0px 20px;
	text-decoration: none;
	height: 20px;
	color: #fff;
}
.bluetab li a:hover
{
	height: 20px;
}
/*********************Navigation style *********************/
/*********************Rates Buttons *************************/

.lnkbg
{
	background-color: #0069AA;
	border-style: none;
	color: #FFFFFF;
	height: 20px;
	width: 20px;
	text-align: center;
	padding: 0px;
	font-size: 12px;
	cursor: pointer;
}
/*********************Rates Buttons *************************/

/************Roaming Zones Styles***********/
.roaming
{
	border-collapse: collapse;
	border-color: #54B948;
	border-width: 2px;
}

.roaming td
{
	padding: 2px 5px 2px 5px;
	border-collapse: collapse;
	border-color: #54B948;
	font-size: 10px;
	font-weight: bold;
	color: #0069AA;
	text-transform: uppercase;
}
/************Roaming Zones Styles***********/

/***************************************************BlueBg Rounded Corner Style*********************************/
.BlueBgtopleft
{
	background-image: url(../Images/BoxBlue_01.gif);
	width: 15px;
	height: 15px;
	background-repeat: no-repeat;
	text-align: left;
}
.BlueBgtopcenter
{
	background-image: url(../images/BoxBlue_02.gif);
	height: 15px;
	background-repeat: repeat-x;
	text-align: left;
}
.BlueBgtopright
{
	background-image: url(../images/BoxBlue_04.gif);
	width: 15px;
	height: 15px;
	background-repeat: no-repeat;
	text-align: left;
}
.BlueBgmidleft
{
	background-image: url(../images/BoxBlue_05.gif);
	width: 15px;
	background-repeat: repeat-y;
}
.BlueBgmidcenter
{
	background-color: #f6fbfb;
	text-align: left;
}


.BlueBgmidright
{
	background-image: url(../images/BoxBlue_07.gif);
	width: 15px;
	background-repeat: repeat-y;
	text-align: left;
}
.BlueBgbotleft
{
	background-image: url(../images/BoxBlue_10.gif);
	width: 15px;
	height: 15px;
	background-repeat: no-repeat;
	text-align: left;
}
.BlueBgbotcenter
{
	background-image: url(../images/BoxBlue_11.gif);
	height: 15px;
	background-repeat: repeat-x;
	text-align: left;
}
.BlueBgbotright
{
	background-image: url(../images/BoxBlue_12.gif);
	width: 15px;
	height: 15px;
	background-repeat: no-repeat;
	text-align: left;
}

/***************************************************BlueBg Rounded Corner Style*********************************/

/*Rounded Corner Style*/
.topleft
{
	background-image: url(../Images/boxWhite_01.gif);
	width: 15px;
	height: 15px;
	background-repeat: no-repeat;
	text-align: left;
}
.topcenter
{
	background-image: url(../images/boxWhite_02.gif);
	height: 15px;
	background-repeat: repeat-x;
	text-align: left;
}
.topright
{
	background-image: url(../images/boxWhite_04.gif);
	width: 15px;
	height: 15px;
	background-repeat: no-repeat;
	text-align: left;
}
.midleft
{
	background-image: url(../images/boxWhite_05.gif);
	width: 15px;
	background-repeat: repeat-y;
}
.midcenter
{
	background-color: #FFFFFF;
	text-align: left;
}


.midright
{
	background-image: url(../images/boxWhite_07.gif);
	width: 15px;
	background-repeat: repeat-y;
	text-align: left;
}
.botleft
{
	background-image: url(../images/boxWhite_10.gif);
	width: 15px;
	height: 15px;
	background-repeat: no-repeat;
	text-align: left;
}
.botcenter
{
	background-image: url(../images/boxWhite_11.gif);
	height: 15px;
	background-repeat: repeat-x;
	text-align: left;
}
.botright
{
	background-image: url(../images/boxWhite_12.gif);
	width: 15px;
	height: 15px;
	background-repeat: no-repeat;
	text-align: left;
}
/*Rounded Corner Style*/

#TopupLogos
{
	margin-top: 50px;
	text-align: left;
	width: 95%;
}
#SiteMap ul li
{
	line-height: 18px;
}


/*Rates BG*/
/*#rates
{
	background-image: url(../images/TariffBG.jpg);
	background-repeat: no-repeat;
	width: 600px;
	height: 165px;
	color: White;
	display: block;
	text-align: left;
	font-size:12px;
}
#rates .inner
{
	width: 575px;
	height: 30px;
	position: relative;
	text-align: left;
	display: inline;

}
#rates .inner .lhs
{
	width: 265px;
	float: left;
	margin: 22px 0 0 15px;
}
#rates .inner .rhs
{
	width: 265px;
	float: right;
	margin: 22px 25px 0 10px;
}*/


.rates
{
	text-align: center;
	margin: 0px 0 0 35px;
	font-size: 12px;
}
.inner
{
	display: inline;
	color: #fff;
	clear: both;
}
.inner .lhs
{
	background-color: #0069AA;
	width: 260px;
	float: left;
	margin: 5px 0 0 0px;
	padding: 3px 3px 3px 3px;
}
.inner .rhs
{
	background-color: #0069AA;
	width: 260px;
	float: left;
	margin: 5px 15px 0 5px;
	padding: 3px 3px 3px 3px;
}



ul.botBox
{
	list-style: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px 0 0 20px;
}
ul.botBox li
{
	float: left;
	margin-left: 10px;
}
ul.botBox li a
{
	background-color: #0069AA;
	width: 170px;
	height: 30px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: small;
	text-decoration: none;
	text-align: center;
	padding: 5px 5px 5px 5px;
}
ul.botBox li a:hover
{
	background-color: #239c1f;
	color: #fff;
}
a.rndCornerlink
{
	background-color: Red;
	height: 16px;
	padding: 1px 10px 1px 10px;
	color: White;
	text-decoration: none;
	float: right;
	margin: 10px 0 0 0;
	cursor: pointer;
	font-size: 12px;
}
.home
{
	text-align: center;
	font-size: 12px;
}
.home .head
{
	text-align: left;
	padding-left: 20px;
	height: 50px;
	clear: both;
}

.home .notes
{
	float: left;
	text-align: left;
	clear: both;
}
.home .rhsimage
{
	width: 250px;
	float: right;
	padding: 0px;
	margin-top: -30px;
}
.home .rhsimage img
{
	z-index: 1001;
	border: solid 1px red;
}
.home .subhead
{
	padding: 0 0px 5px 20px;
	text-align: left;
	clear: both;
}
.home .alreadycus
{
	padding-top: 10px;
	clear: both;
}
.home .alreadycus h2
{
	padding-bottom: 5px;
	text-align: left;
	padding-left: 20px;
}
.home p
{
	margin: 5px 0 5px 0;
}
.btn
{
	border: 0px;
	background-color: #0069AA;
	padding: 1px 10px 1px 10px;
	color: #fff;
	cursor: pointer;
}
.students
{
	width: 580px;
	padding: 5px 5px 5px 5px;
}
.students .stdleft
{
	width: 100%;
	padding: 0 20px 0 10px;
}
.students .stdleft a.fltright img
{
	float: right;
	padding: 0 0 25px 25px;
}

.students h1, .students h2, .students h3
{
	padding: 0px 0 0 0;
	margin: 10px 0 0 0;
	font-weight: bold;
}
.students .stdleft ul
{
	margin: 0px 0 0 15px;
	padding: 0px;
}
.students .stdleft ul li
{
	margin: 0px;
	padding: 0px;
}
.students p
{
	padding: 0px;
	margin: 5px 0 0 0px;
}
.students .stdbot
{
	clear: both;
}




.contentbg
{
	background-image: url(../images/contentbg.jpg);
	background-repeat: no-repeat;
	width: 600px;
	height: 200px;
	margin: 10px 0 0 0;
	padding: 10px 10px 10px 10px;
	font-weight: normal;
}
.contentbg div
{
	width: 585px;
	height: 180px;
	overflow: auto;
}
.contentbg div h3
{
	color: #00b24e;
	font-size: medium;
}
.contentbg div ul, .contentbg div ol
{
	padding: 0px;
	margin: 3px 0 3px 35px;
}
.contentbg div p
{
	padding: 3px 0 3px 0;
}
/*Side Nav*/
.nav
{
	display: block;
}
.nav .navHead
{
	background-image: url(../images/navHead.jpg);
	background-repeat: no-repeat;
	width: 168px;
	height: 33px;
	overflow: hidden;
}
.nav .navHead h2
{
	padding: 8px 0 0 10px;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
}
.nav .navHead h2 a
{
	color: #fff;
}
.nav .navMid
{
	background-image: url(../images/navMid.jpg);
	background-repeat: repeat-y;
	width: 168px;
}
.nav .navMid .right
{
	clear: both;
	text-align: right;
	vertical-align: bottom;
	padding-top: 5px;
	width: 95%;
}
.nav .navMid .right a
{
	float: none;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial Black;
	letter-spacing: -1px;
	text-decoration: none;
	color: #00b24e;
	text-transform: uppercase;
}
.nav .navMid .right a:hover
{
	color: #f15a22;
}
.nav .navMid .left ul
{
	list-style: none;
}
.nav .navMid .left ul li a, .nav .navMid .left a
{
	font-size: 12px;
	text-decoration: none;
	text-transform: lowercase;
	color: #0069AA;
}
.nav .navMid .left ul li a:hover, .nav .navMid .left a:hover
{
	color: #f15a22;
}

.nav .navMid .left
{
	text-align: left;
	padding: 10px 0 0 10px;
	float: left;
	width: 80%;
}
.nav .navMid .left a
{
	font-size: 11px;
	text-transform: uppercase;
}

.nav .navMid .left a:hover
{
	color: #f15a22;
}
.nav .navMid .left img
{
	float: left;
}

.nav .navMid ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav .navBot
{
	background-image: url(../images/navbot.jpg);
	background-repeat: no-repeat;
	width: 168px;
	height: 10px;
	clear: both;
	margin-bottom: 8px;
}
/*Side Nav*/

/*Rate Box*/
#price
{
	border: solid 1px #0069AA;
	margin: 0px 0 10px 0px;
	padding: 5px 5px 10px 0px;
	width: 608px;
	_width: 600px;
	background-image: url(../images/ratebg.jpg);
	background-repeat: repeat-x;
}
#price h1
{
	display: block;
	clear: both;
	text-align: left;
	padding: 0 0 0 5px;

}
#price h2
{
	display: block;
	text-align: right;
	clear: both;
	padding-right: 20px;
}
#price h2 a.arr
{
	color: #00b24e;
	float: right;
	font-weight: bold;
	font-size: 14px;
	background-image: url(../images/arr.png);
	background-repeat: no-repeat;
	background-position: 2%;
	padding-left: 25px;
	line-height: 30px;
	display: block;
	margin-top: -15px;
}
#price h2 a:hover
{
	color: #f15a22;
}
#price p
{
	text-align: left;
	padding: 0;
}
#price .left
{
	margin-left: 10px;
	float: left;
	font-weight: bold;
	width: 220px;
	_width: 205px;
}

#price .green
{
	margin-left: 15px;
	float: left;
	color: #00b24e;
}
/*Rate Box*/

/*Hot Links*/
.hotlinks
{
	clear: both;
	text-align: left;
	width: 610px;
}
.hotlinks .registersim
{
	float: left;
	margin: 0px 5px 0 0px;
	width: 200px;
}
.hotlinks .registersim h2
{
	background-color: #0069AA;
	background-image: url(../images/h2bg.jpg);
	background-repeat: repeat-x;
	font-size: 11px;
	color: #fff;
	padding: 5px 0 0 40px;
	height: 18px;
	overflow: hidden;
}
.hotlinks .registersim h2 img
{
	position: absolute;
	z-index: 1001px;
	margin: -12px 0 0 -45px;
}
.hotlinks .registersim .innertext
{
	
	width:173px;
	margin-left:5px;
	border: solid 1px #0069AA;
	padding: 10px 10px 0 10px;
	overflow:auto;
	height: 100px;
	font-size:11px;
}
.hotlinks .registersim .innertext p
{
	line-height: 18px;
	font-weight: lighter;
}
.hotlinks .registersim .innertext ul, .sitemap ul
{
	list-style-image: url(../images/rndarr.gif);
	margin: 0;
	padding: 5px 0 0 15px;
}
.hotlinks .registersim div.go a
{
	color: #00b24e;
	float: right;
	margin: -20px 10px 0 0px;
}
.hotlinks .registersim div.go a:hover
{
	color: #f15a22;
}
/*Hot Links*/

.grdbg
{
	width: 95%;
	background-color: #fbfdff; 
	margin: 0 auto;
	border: solid 1px #d1d1d1;
	padding:10px 10px 10px 10px;
	margin-bottom:10px;
	display:block;
}
.grdbg h1
{
	padding: 10px 0 5px 20px;
	font-size: 16px;
	width: 580px;
}
.grdbg h3
{
	padding:10px 0 10px 0;
	font-size: 16px;
	font-weight:bold;
}
.grdbg h2
{
	border-top: solid 0px red;
	padding-top: 5px;
}
.grdbg div
{
	clear: both;
}
.grdbg ul, .grdbg ol
{
	padding: 0px;
	margin: 3px 0 3px 35px;
}
.grdbg h1.freminutes
{
	font-size: 16px;
	padding: 0px 0 10px 0;
	border:solid1 1px red;
}
.grdbg h2.freminutes
{
	font-size: 12px;
	padding: 0px 0 0px 0;
	
}
.grdbg h3.freeminutes
{
	padding-top: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #00a13a;
	
}
ul.freeminutes
{
	margin:5px 50px 0 20px;
	
}
ul.freeminutes li
{
	line-height:20px;
}
.grdbg div .left
{
	float:left;
	width:250px;
	margin-top:5px;
}
.grdbg div .right
{
	float:left;
	width:250px;
	margin-top:0px;
	padding:0px;
}