* {margin: 0px;
   padding: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}

#full_page {
	position: relative;
    text-align: center;
    z-index: 1;
}

#container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 970px;
    z-index: 1;
}

#content_container {
	background-image: url(../images/content_bg.png);
	background-repeat: repeat-y;
    background-color: #f3ddc5;
    padding-left: 0px;
    text-align: left;
	font-size: 1.2em;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 970px;
}

#header_container {
	background-image: url(../images/shadow_left.png);
	background-repeat: no-repeat;
    background-color: #f3ddc5;
    padding-left: 10px;
    text-align: left;
	font-size: 1.2em;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 960px;
}

#header {
    /*       top right bottom left */
	padding: 7px 20px 10px 20px;
	height: 80px;
	background-image: url(../images/header_bg.png);
	background-repeat: repeat-x;
}

#mobile {
	padding-top: 10px;
    line-height: 16.5px;
	height: 77px;
	top: 0px;
	right: 170px;
    z-index: 3;
	position: absolute;
	background-image: url(../images/header_bg.png);
	background-repeat: repeat-x;
}

#linkbar {
	background-image: url(../images/linkbar_bg.png);
	background-repeat: repeat-x;
	height: 43px;
}

#left_column {
	background-image: url(../images/content_top_bg.png);
	background-repeat: repeat-x;
	min-height: 250px;
	/* IE Dynamic Expression to set the height */
    /* Commented out because it crashes IE 6 */
	/* height: expression(document.body.clientHeight < 517 ? "417px" : "100%" ); */
	margin-left: 10px;
	margin-right: 150px;
	padding-left: 20px;
	padding-right: 50px;
	padding-top: 20px;
	padding-bottom: 30px;
	font-size: 120%;
    width: 740px;
}

#left_column_inner {
    margin-left: 0px;
}

#sub_left {width: 30.3%;
           float: left;}

#sub_right {width: 30.3%;
            float: right;}

#sub_content {margin-left: 33.4%;
               margin-right: 33.4%}

#left_topBox {
	height: 45px; 
	padding-top: 1px;
	margin-bottom: 35px;
	color: #FFFFFF;
	font-size: 0.9em;
}

#languages {
	position: absolute;
	top: 15px;
	left: 330px;
}

#languages select {
    width: 100px;
}

#phone_top {
	width: 172px;
    height: 108px;
	position: absolute;
	top: 0px;
	right: -2px;
    z-index: 2;
}

#phone_bottom {
	width: 172px;
    height: 135px;
	position: absolute;
	top: 0px;
	right: -2px;
    z-index: 2;
}

#right {
	position: absolute;
	top: 140px;
	right: 0px;
	width: 187px;
	/* height: 492px; */
}

#footer {
	clear: both;
	padding: 10px;
	margin: 0px 10px 0px 10px;
	text-align: center;
	border-top: 1px solid #CCCCCC;
}

#navcontainer ul
{
	background-color: #036;
	float: left;
	width: 100%;
	font-family: arial, helvetica, sans-serif;
	background-image: url(../images/linkbar_bg.png);
	background-repeat: repeat-x;
	height: 35px;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 14px 20px 0px 20px;
color: #fff;
text-decoration: none;
float: left;
}

#navcontainer ul li a:hover
{
	background-image: url(../images/hover_link_bg.png);
	background-repeat: repeat-x;
	height: 28px;
	color: #FFFFFF;
}


p {margin-bottom: 15px;
    margin-top: 0px;}

.ingress {margin-bottom: 15px;
    margin-top: 10px;}
	
.sign_up {
	font-weight: bold;
	color: #66FFCC;
}

h1 {
	font-size: 2em;
	padding-top: 50px;
	padding-left: 50px;
	color: #FFFFFF;
	font-style: italic;
	font-weight: bold;
}

h2 {
	font-size: 1.3em;
	padding-left: 0px;
	color: #000000;
	font-style: italic;
	font-weight: bold;
}

h3 {
	font-size: 1.3em;
	margin-bottom: 20px;
	color: #666666;
	font-style: italic;
	font-weight: bold;
}

.altcolor {
	color: #6E2B32;
}
    

.img_left {float: left;
            margin-right: 4px;}

.navcontainer {
	padding-top: 0px;
    padding-left: 0px;
    line-height: 13px;
	background-repeat: no-repeat;
}

.navcontainer ul
{
list-style-type: none;
}

.navcontainer a
{
display: block;
padding: 3px;
width: 120px;
border-bottom: 1px solid #eee;
}

.navcontainer a:link, #navlist a:visited
{
text-decoration: none;
}

.navcontainer a:hover
{
background-color: #76333A;
color: #fff;
}

table.invisible_table {
    border-width: 0px 0px 0px 0px !important;
    border-style: none !important;
    border-collapse: collapse;
    text-align: center;
}
table.invisible_table th {
    border-width: 0px 0px 0px 0px !important;
    border-style: none !important;
    margin: 0px;
}
table.invisible_table td {
    border-width: 0px 0px 0px 0px;
    border-style: none !important;
    margin: 0px;
}

table.rates {
    border-width: 0px 0px 0px 0px;
    border-spacing: 0px;
    border-style: none none none none;
    border-color: #ad250d;
    border-collapse: collapse;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 25px;
}
table.rates th {
    border-width: 1px 1px 1px 1px;
    padding-left: 8px; 
    padding-right: 8px;
    margin: 0px;
    border-style: inset inset inset inset;
    border-color: #ad250d;
    font-size: 16px;
    background-color: #ad250d;
    color: white;
    font-weight: bold;
}
table.rates td {
    border-width: 1px 1px 1px 1px;
    margin: 0px;
    padding-left: 8px; 
    padding-right: 8px;
    border-color: #ad250d;
    border-style: inset inset inset inset;
    background-color: white;
}

table.red_white {
    border-width: 0px 0px 0px 0px;
    border-spacing: 0px;
    border-style: none none none none;
    border-color: #ad250d;
    border-collapse: collapse;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 25px;
}
table.red_white th {
    border-width: 1px 1px 1px 1px;
    padding-left: 8px; 
    padding-right: 8px;
    padding-top: 5px; 
    padding-bottom: 5px;
    margin: 0px;
    border-style: inset inset inset inset;
    border-color: #ad250d;
    font-size: 16px;
    background-color: #ad250d;
    color: white;
    font-weight: bold;
}
table.red_white td {
    border-width: 1px 1px 1px 1px;
    margin: 0px;
    padding-left: 8px; 
    padding-right: 8px;
    padding-top: 5px; 
    padding-bottom: 5px;
    border-color: #ad250d;
    border-style: inset inset inset inset;
    background-color: white;
}

.red_white_cell {
    font-size: 16px;
    color: black;
    background-color: #eac8c2 !important;
    text-align: left;
    font-weight: bold;
}

.rates_cell {
    font-size: 14px;
    color: #ad250d;
    background-color: #eac8c2 !important;
    font-weight: bold;
}

table.term_table {
    border-width: 0px 0px 0px 0px;
    border-spacing: 0px;
    border-style: none none none none;
    border-collapse: collapse;
    text-align: left;
    margin-top: 15px;
    margin-bottom: 15px;
}
table.term_table th {
    border-width: 0px 0px 0px 0px;
    padding: 8px 8px 8px 8px;
    border-style: inset inset inset inset;
    font-size: 20px;
    font-weight: bold;
}
table.term_table td {
    border-width: 0px 0px 0px 0px;
    padding: 8px 8px 8px 8px;
    border-style: inset inset inset inset;
}

table.data_plans {
    border-width: 0px 0px 0px 0px;
    border-spacing: 0px;
    border-style: none none none none;
    border-color: black black black black;
    border-collapse: collapse;
}
table.data_plans th {
    border-width: 1px 1px 1px 1px;
    padding: 5px 5px 5px 5px;
    border-style: inset inset inset inset;
    border-color: black black black black;
    background-color: #ad250d;
    font-size: 14px; 
    font-weight: bold;
    color: white;
}
table.data_plans td {
    border-width: 1px 1px 1px 1px;
    padding: 5px 5px 5px 5px;
    border-style: inset inset inset inset;
    border-color: black black black black;
    text-align: center;
}

table.providers td {
    padding: 5px 5px 5px 5px;
}

table.listings {
    border-spacing: 0px;
    border-style: none none none none;
    border: 1px solid #7a6f63;
    border-collapse: collapse;
    width: 650px;
}
table.listings th {
    border-width: 0px 0px 0px 0px;
    background-color: #e2b098;
    padding: 8px;
    border-style: inset inset inset inset;
    text-align: left;
    font-size: 14pt; 
    font-weight: bold;
}
table.listings td {
    border-width: 0px 0px 0px 0px;
    padding: 8px;
    border-style: inset inset inset inset;
}

.font_large {
    font-size: 24px;
}

.font_huge {
    font-size: 48px;
}

.font_medium {
    font-size: 20px;
}

.font_norm {
    font-size: 16px;
}

.natcolor {
   color: #ad250d 
}

.cm_list {
    list-style-position: inside;
    margin: 15px;
    padding: 15px;
}

.cm_list li {
    padding: 2px;
    margin: 2px;
}

.wap_list {
    list-style-position: inside;
    margin: 15px;
    padding: 15px;
}

.wap_list li {
    padding: 5px;
    margin: 5px;
}

.color_hr {
   color: #ad250d;
   background-color: #ad250d;
   height: 5px;
   border: 0;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

.rounded_szx {
    z-index: 1;
    position: relative;
    border: 1px solid #ad250d;
    background: #eac8c2; 
    zoom: 1;
}
.tl_szx {
    background: url(../images/tl.gif) no-repeat top left;
    margin:-1px;
}
.tr_szx {
    background: url(../images/tr.gif) no-repeat top right;
}
.br_szx {
    background: url(../images/br.gif) no-repeat bottom right;
}
.bl_szx {
    background: url(../images/bl.gif) no-repeat bottom left;
}
.tr_szx, .tl_szx, .bl_szx, .br_szx {
    zoom:1;
    position:relative;
}
.bl_szx{
    padding:10px;
}

/* for understanding browsers */
.record_map_box {
min-height:335px; 
height:auto;
}
/* for Internet Explorer */
/*\*/
* html .record_map_box {
height: 335px;
}
/**/

table.search_table {
    width: 630px;
    border-width: 1px 1px 1px 1px;
    border-spacing: 0px;
    border-style: inset inset inset inset;
    border-color: #cbb093;
    border-collapse: collapse;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #faefe3;
}
table.search_table th {
    border-width: 0px 0px 0px 0px;
    padding-left: 8px; 
    padding-right: 8px;
    text-align: left;
    margin: 0px;
    border-style: inset inset inset inset;
    border-color: #ad250d;
    font-size: 16px;
    background-color: #e2b098;
    color: black;
    font-weight: bold;
}
table.search_table td {
    border-width: 0px 0px 0px 0px;
    margin: 0px;
    padding-left: 8px; 
    padding-right: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-color: #ad250d;
    border-style: inset inset inset inset;
    line-height: 26px;
}

table.search_inner_tab {
    border-width: 0px;
    border-spacing: 0px;
    border-collapse: collapse;
    margin-top: 5px;
    margin-bottom: 5px;
}
table.search_inner_tab th {
    border-width: 0px;
    padding-left: 8px; 
    padding-right: 8px;
    text-align: left;
    margin: 0px;
    border-style: inset;
    font-size: 16px;
    background-color: #edd2b5;
    color: black;
    font-weight: bold;
}
table.search_inner_tab td {
    border-width: 0px;
    margin: 0px;
    padding-left: 8px; 
    padding-right: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
    border-style: inset;
    line-height: 26px;
}

#chinese {
    margin: 0px;
    padding: 0px;
    width: 25px;
    height: 14px;
    border: 0px;
    float: left;
}
#korean {
    margin: 0px;
    padding: 0px;
    width: 39px;
    height: 14px;
    border: 0px;
    float: left;
}

.form input {
    border: 1px solid #c0c0c0;
    padding: 2px;
}

.form button {
    border: 1px solid #c0c0c0;
    padding: 2px;
}

.form select {
    font-size: 12px;
    border: 1px solid #c0c0c0;
    padding: 2px;
}

.form textarea {
    border: 1px solid #c0c0c0;
    padding: 2px;
}

.label {
    width: 250px;
    text-align: right;
    float: left;
    padding: 5px;
}
.field {
    width: 350px;
    text-align: left;
    float: left;
    padding: 5px;
}
.required {
    color: red;
    font-size: 12pt;
    font-weight: bold;
}
.field1 {
    width: 250px;
}
.explain {
    font-size: 9pt;
    font-style: italic;
}
.bc1 {
    background-color: #faefe3;
}
.bc2 {
    background-color: #e9ded2;
}

div.partners img {
    margin: 10px;
}

