@charset "UTF-8";
/* CSS Document */

body {
	background-color:#94d9f8;
	background-image:url(../images/bkgrnd.gif);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	margin:0;
	padding:0;
	border:0;
}

#hd {
	padding-top:10px;
}

#content {
	margin: 0 auto;
	width: 640px;
	text-align: left;
}

h1, h2, h3, h4, h5, p {
	margin:0;
	padding:0;
	border:0;
}

a {
	color: #09C;
}

a:hover {
	color: #069;
}


form {
	padding:0;
	margin:0;
}

#holder1 {
	background-image:url(../images/forms_bkgrnd_top.gif);
	background-repeat:no-repeat;
	background-position:top;
}
#holder2 {
	padding:0;
	background-image:url(../images/forms_bkgrnd_bot.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
#holder3 {
	background-image:url(../images/forms_bkgrnd_side.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
}

#holder2 { zoom: 1; }

#table1 {
	float:left;
	width:310px;
	padding:10px 0 40px 60px;
	text-align:center;
}


#table1 h1 {
	padding:40px 0 0 0;
	font-size:1.3em;
}

#table1 h2 {
	font-size:20px;
	font-weight:normal;
	color:#333;
	display:block;
	padding:0 0 3px 0;
}

#table1 h3 {
	font-size:11px;
	font-weight:normal;
	display:inline;
	padding-right:5px;
	color:#000;
}


#table1 h4 {
	font-size:.7em;
	font-weight:normal;
	padding-right:5px;
	color:#000;
	padding:5px 0;
}

#table1 p {
}



#info {
	padding:25px 20px 10px 20px;
}

#info h2 {
	font-size:.6em;
	font-weight:bold;
	color:#004A79;
}
#info p {
	font-size:.6em;
	font-weight:normal;
	color:#004A79;
}


/* RIGHT SIDE */
#table2 {
	padding:36px 0 0 0;
	float:right;
	width:225px;
}

.step1 h2, .step2 h2, .step3 h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
}

.step1 p, .step2 p, .step3 p {
	font-size:9px;
}

.step1, .step2, .step3 {
	padding:0 20px 15px 50px;
	background-repeat:no-repeat;
}

.step1 {
	background-image:url(../images/one.gif);
}
.step2 {
	background-image:url(../images/two.gif);
}
.step3 {
	background-image:url(../images/three.gif);
}


.clear {
	clear:both;
}

.color {
	color:#900;
	font-weight:bold;
	display:inline;
}

.fade {
	filter:alpha(opacity=40);-moz-opacity:.40;opacity:.40;
	zoom: 1;
}

.btn {
	padding:15px 0;
}

#errorbox {
	background-image:url(../images/errorbox.gif);
	background-repeat:no-repeat;
	background-position:top;
	width:310px;
	color:#FFF;
	font-size:1em;
	font-weight:bold;
	text-align:center;
	padding:8px 4px 0 4px;
	margin:8px 0 0 0;
}
#errorboxBot {
	background-image:url(../images/errorbox.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	height:10px;
	width:310px;
}


/* FORMS */

.dropdown_lg {
	font-size:1em;
	color:#333;
	font-weight:bold;
	padding:4px;
	background-color:#EEE;
	min-width:180px;
}


.textbox_lg {
	font-size:1em;
	color:#333;
	padding:4px;
	width:210px;
	text-align:center;
	border-top:#666 solid 2px;
	border-right:#999 solid 1px;
	border-bottom:#999 solid 1px;
	border-left:#666 solid 2px;
}

.error .textbox_lg {
	border-top: #600 solid 2px;
	border-right: #C00 solid 1px;
	border-bottom:#C00 solid 1px;
	border-left:#600 solid 2px;
}

.error .textbox, .error .textboxZip, .error .textboxApt {
	border-top: #600 solid 2px;
	border-right: #C00 solid 1px;
	border-bottom:#C00 solid 1px;
	border-left:#600 solid 2px;
}


#table1 .form1 h4 {
	color: #999;
	font-size:.6em;
	width:214px;
	float:right;
	text-align: left;
}

.form1 .textbox {
	font-size:.8em;
	color: #666;
	width:210px;
	text-align:left;
}

.form1 .dropdown {
	font-size:.8em;
	color: #666;
}

.error .dropdown {
	border-top: #600 solid 2px;
	border-right: #C00 solid 1px;
	border-bottom:#C00 solid 1px;
	border-left:#600 solid 2px;
}



.textboxZip {
	width:3.3em;
	font-size:.8em;
	color: #666;
}

.textboxApt {
	width:3.3em;
	font-size:.8em;
	color: #666;
	border-top: #600 solid 2px;
	border-right: #C00 solid 1px;
	border-bottom:#C00 solid 1px;
	border-left:#600 solid 2px;
}

.form1 {
	text-align:right;
	padding:2px 0;
}

.form3 {
	text-align:center;
	padding:2px 0;
}

.form2 {
	text-align:center;
	padding:10px 0;
}

.form4 {
	text-align:left;
	padding:0;
}

.form4 p {
	font-size:.8em;
}

#table1 .form4 h2 {
	font-size:.8em;
	color:#666;
}




#scrollbox {
	position:relative; width:310px; height:200px; z-index:11; overflow:auto;
	margin:5px 0 0 0;
}

#scrollbox h2 {
	font-size:.9em;
	color:#666;
}
#scrollbox h3 {
	font-size:.7em;
	color:#999;
}


.selection1 {
	border:#AFDFE5 solid 2px;
	margin:3px;
}
.selection2 {
	width:40px;
	float:left;
	display:inline;
}
.selection3 {
	width:240px;
	float:right;
	padding:4px 0;
}

#scrollbox .checkbox {
	margin-top:10px;
}


#siminfo {
	margin:10px 0 15px 0;
}

#siminfo h3 {
	font-size:.7em;
	font-weight:bold;
	padding:10px 0 3px 2px;
}

#siminfo ul {
	font-size:11px;
	margin:0 0 0 15px;
	padding:0;
	border:0;
	color:#333;
	line-height:15px;
}

#siminfo p a {
	font-size:10px;
	margin:0 0 0 2px;
	padding:0;
	border:0;
	line-height:2em;
}


.arrow {
	padding-top:2px;
}

.hiddenBox {
	margin:0;
	padding:0;
	border:0;
}

hr {
	border:#AFDFE5 solid 1px;
}


#information {
	padding:5px 20px 10px 20px;
	border-bottom:#000033 solid 1px;
}


#information h1, #information h2 {
	font-size:13px;
	display:inline;
	color:#00253c;
	padding-bottom:10px;
	text-decoration:underline;
}

#information h3 {
	font-size:12px;
	color:#00385c;
	padding-bottom:3px;
}

#information p, #information p a {
	font-size:11px;
	color:#00385c;
	padding-bottom:8px;
}

.sidebannerRight {
	position:absolute;
    display: inline;
    margin-left: 650px;
    margin-right: auto;
	margin-top:-60px;
}


.sidebannerLeft {
	position:absolute;
    display: inline;
    margin-left: -130px;
    margin-right: auto;
	margin-top:-60px;
}


.text {
	text-align:left;
}

#table1 .text h1 {
	margin:0;
	padding:0 0 5px 0;
}

#table1 .text h2 {
	margin:0;
	padding:5px 0 0 0;
	font-size:13px;
	font-weight:bold;
	color:#000;
}

#table1 .text p {
	margin:0;
	padding:2px 0 6px 0;
	font-size:12px;
	color:#333;
}

#footer {
	border:0;
	padding:10px 0;
	text-align:center;
	width:640px;
}

#footer ul {
	margin:0;
	padding:0;
	border:0;
}

#footer ul li {
	display:inline;
	font-size:10px;
	padding:0 10px 0 0;
	margin:0;
	border:0;
}

#footer ul li a {
	color: #369;
}

#footer ul li a:hover {
	color:#003;
}

/* SIDE INTERACTIVE ADVERTISEMENT FOR FREE SIM */
.sidead {
	text-align:center;
	width:200px;
	background-image:url(../images/sidead_top.gif);
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	border:0;
}

.sidead p {
	font-size:12px;
	font-weight:bold;
	margin:0;
}

.sidead h2 {
	font-size:26px;
	font-weight:bold;
	padding:0 0 5px 0;
	line-height:26px;
}

.sidead .dropdown {
	margin-bottom:8px;
}

.sidead .textbox {
	width:160px;
	text-align:center;
}

.sidead_content {
	padding:10px 5px 0 5px;
}

.sidead_bot {
	background-image:url(../images/sidead_top.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	height:12px;
}


.time {
	font-size:10px;
	color: #4d90bb;
	text-align:center;
}