html, body {
	height:100%;
}
body {
	margin: 0;
	color: #000;
	min-width: 910px;
	background: #fff4dc url("../images/bg-body.gif") repeat-y 50% 0;
	font: 12px arial, helvetica, sans-serif;
	display:table;
	width:100%;
}
/* General reset */
form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
img {border-style: none;}

input, select, textarea {
	vertical-align: middle;
	font: 100% arial, helvetica, sans-serif;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover {text-decoration: none;}

/* General settings */
#main {
	width: 910px;
	margin: 0 auto;
	position:relative;
}
#content {
	width:100%;
	position:relative;
}
#content:after,
#footer:after {
	clear:both;
	content:"";
	display:block;
}
#content p {
	line-height:18px;
}
#column1 {
	width:759px;
	float:left;
	padding:63px 0 0;
	height:1%;
	overflow:hidden;
}
/* Right column */
#column2 {
	position:relative;
	width:151px;
	float:right;
	padding:26px 0 0;
	overflow:hidden;
	margin:0 0 -71px;
}
/* Main contant */
#main-content {
	width:459px;
	padding:17px 26px 41px 0;
	float:right;
}
#content .paddingr {
	padding-right:50px;
	width:435px;
}
#main-content p {
	line-height:18px;
}
#main-content h2 {
	color:#054976;
	text-transform:uppercase;
	font-size:12px;
	margin:0 0 10px;
	line-height:20px;
	padding:4px 0 0 0;
}
#main-content .hblack {
	color:#000;
	font-size:13px;
	margin:0 0 22px;
}
#main-content ul {
	list-style:none;
	padding:0;
	line-height:20px;
	margin:0 0 16px;
}
#main-content ul li {
	margin:0 0 6px 25px;
	padding:0 0 0 7px;
	background:url(../images/bullet-blue.gif) no-repeat left 9px;
}
#main-content ul.nobgforli li {
	background:none;
	padding-left:0;
}
#main-content .ul-letters li {
	background:none;
	padding:inherit;
	margin:0;
}
#main-content .ul-letters li li{
	margin:0 0 4px 25px;
}

#main-content h3 {
	margin:0 0 6px;
	font-size:13px;
}
#main-content .important {
	font-size:19px;
	line-height:22px;
	font-weight:bolder;
	color:#7d7d7d;
	margin:0 0 12px;
}
#main-content .important2 {
	color:#7d7d7d;
	font-size:14px;
	line-height:18px;
	margin:0 0 12px 0;
}
.black {
	color:#000;
}
.red {
	color:#e60e16;
}
.orange {
	color:#ea8c00;
}
.blue {
	color:#00abd4;
	font-weight:bold;
}
.title {
	background:url(../images/bg-title-left.gif) no-repeat;
	height:22px;
	color:#fff;
	line-height:22px;
	font-size:11px;
}
.title span {
	display:block;
	height:22px;
	background:url(../images/bg-title-right.gif) no-repeat right top;
	padding:0 0 0 6px;
}
/* Left column */
#column3 {
	width:208px;
	float:left;
	padding:99px 35px 0 31px;
	font-weight:bold;
	overflow:hidden;
}
#column3 h2 {
	color:#000;
	font-size:13px;
	margin:0 0 4px 12px;
	line-height:18px;
}
.logo {
	width:243px;
	height:74px;
	position:absolute;
	left:11px;
	top:63px;
	margin:0;
	z-index:100;
}
.logo a {
	height:74px;
	display:block;
	background:url(../images/logo.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
}
#column3 ul {
	margin:0;
	padding:0;
	list-style:none;
	line-height:18px;
}
#column3 ul li {
	margin:0 0 5px;
	padding:0 0 0 12px;
	background:url(../images/bullet-orange.gif) no-repeat left 7px;
	color:#636363;
}
#column3 ul strong {
	color:#00abd4;
}
#column3 #side-nav {
	padding:57px 0 0;
}
#column3 #side-nav li {
	background:none;
	padding-left:0;
	margin:0 0 11px;
}
#column3 #side-nav li img {
	vertical-align:middle;
}
/* Navigation Top */
#nav-top {
	position:absolute;
	top:21px;
	left:31px;
	margin:0;
	padding:0;
	list-style:none;
}
#nav-top li {
	margin:0 10px 0 0;
	padding:0;
	float:left;
	display:inline;
}
#nav-top li a {
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	height:30px;
}
#nav-top li.care a {
	background:url(../images/btn-care.gif) no-repeat;
	width:226px;
}
#nav-top li.safe a {
	background:url(../images/btn-safe.gif) no-repeat;
	width:167px;
}
#nav-top li.feedback a {
	background:url(../images/btn-feedback.gif) no-repeat;
	width:159px;
}
#nav-top li.active a,
#nav-top li a:hover {
	background-position:0 -30px;
}
/* Navigation Top End */
.holder {
	width:100%;
	overflow:hidden;
}
#main-content .player-options {
	margin:0;
	padding:0;
	overflow:hidden;
	list-style:none;
	font-size:10px;
}
#main-content .player-options li {
	float:left;
	margin:0;
	padding:0 8px 0 10px;
	background:url(../images/divider.gif) no-repeat left 5px;
}
#main-content .player-options li:first-child {
	padding-left:0;
	background:none;
}
#main-content .player-options li a {
	color:#000;
	text-decoration:none;
}
#main-content .player-options li a:hover {
	text-decoration:underline;
}
.video-holder {
	height:1%;
	overflow:hidden;
	margin:0 0 2px;
	width:458px;
}
.box img {
	vertical-align:middle;
}

/* Language menu start */
.lang {
	line-height:20px;
	margin:0 0 13px;
	padding:0;
	list-style:none;
	color:#7d7d7d;
	font-weight:bold;
	position:relative;
}
.lang li {
	margin:0 0 0 3px;
	padding:0 0 0 16px;
	background:url(../images/bullet-orange.gif) no-repeat left 8px;
}
.lang li a {
	color:#7d7d7d;
	text-decoration:none;
}
.lang li a:hover,
.lang li.active a {
	color:#000;
}
.chinese {
	float:left;
	margin:4px 4px 0 0;
	background:url(../images/china.gif) no-repeat;
	width:35px;
	height:12px;
	overflow:hidden;
}
.korean {
	margin:5px 4px 0 0;
	float:left;
	background:url(../images/korean.gif) no-repeat;
	width:35px;
	height:12px;
	overflow:hidden;
}
.lang li a:hover .chinese,
.lang li a:hover .korean,
.lang li.active a .korean,
.lang li.active a .chinese {
	background-position:0 -12px;
}

/* Language menu end */

/* Green box start */
.box-green {
	background:url(../images/green-box.gif) repeat-y;
	width:151px;
	margin:15px 0 26px 12px;
}
.box-green-top {
	background:url(../images/green-box-top.gif) no-repeat;
	width:151px;
	height:68px;
}
.box-green-bottom {
	background:url(../images/green-box-bottom.gif) no-repeat;
	width:151px;
	height:68px;
}
.box-green-inner {
	padding:0 22px 0 8px;
	margin:-59px 0 -53px;
	position:relative;
}
.box-green p {
	margin:0;
}
.box-green a {
	text-decoration: none;
}
.box-green .for {
	font-size:17px;
	color:#fff;
}
.box-green .past {
	font-size:11px;
	text-transform:uppercase;
	color:#0068b3;
}

/* Green box end */
.box {
	width:458px;
}
.box-2 {
	width:152px;
	margin:0 0 4px;
}
.box-2 img {
	vertical-align:middle;
}
.video-holder-2 {
	height:1%;
	overflow:hidden;
	width:152px;
}
/* Footer start */
#footer {
	width:100%;
	padding:0 0 7px;
}
.learn-more {
	margin:0 178px 0 274px;
	border-top:1px solid #707070;
	padding:9px 0 35px;
	height:1%;
	overflow:hidden;
}
.learn-more .inner {
	float:left;
	width:229px;
}
.warning {
	color:#e60e16;
	font-size:10px;
	font-weight:bold;
	margin:0 0 8px;
	line-height:15px;
}
#nav-bottom {
	margin:0 0 0 -6px;
	float:left;
	position:relative;
	padding:0;
	list-style:none;
	font-size:10px;
	width:214px;
	line-height:15px;
}
#nav-bottom li {
	margin:0;
	padding:0 10px 0 6px;
	background:url(../images/bullet2.gif) no-repeat right 6px;
	float:left;
	white-space:nowrap;
}
#nav-bottom li.nobg {
	background:none;
}
#nav-bottom li a {
	color:#000;
	text-decoration:none;
}
#nav-bottom li a:hover {
	text-decoration:underline;
}
.logo2 {
	float:left;
	text-indent:-9999px;
	overflow:hidden;
}
.logo2 a {
	background:url(../images/logo-2.jpg) no-repeat;
	width:187px;
	height:72px;
	display:block;
}
.copy {
	width:324px;
	float:left;
	display:inline;
	margin:0 0 0 43px;
}
.copy a,
.support a {
	text-decoration:none;
}
.copy a:hover,
.support a:hover {
	text-decoration:underline;
}
.copy p,
.support p {
	font-size:9px;
	margin:0;
}
.copy ul {
	font-size:9px;
	margin:0;
	padding:0;
	list-style:none;
	width:100%;
	height:1%;
	overflow:hidden;
}
.copy ul li {
	margin:0 0 0 -6px;
	padding:0 12px 0 6px;
	float:left;
	background:url(../images/divider2.gif) no-repeat left 3px;
}
.support {
	float:left;
	border-left:1px solid #707070;
	padding:0 0 0 11px;
	width:530px;
}
/* Footer end */
.get-directions {
	float:left;
	background:url(../images/arrow.gif) no-repeat right top;
	line-height:22px;
	color:#00abd4;
	font-weight:bold;
	padding:0 28px 0 0;
	text-decoration:none;
}
.get-directions:hover {
	text-decoration:underline;
}
.holder {
	height:1%;
	overflow:hidden;
}
.centers {
	margin:0 0 21px;
}
.centers address {
	font-style:normal;
}
#main-content .centers p {
	line-height:20px;
	margin:0;
}

.images-holder img {
	vertical-align:middle;
	margin:0 0 7px;
}
.images-holder {
	padding:9px 0 0;
}
.help-us {
	font-size:15px;
	line-height:24px;
	margin:0 10px;
	padding:23px 0 0;
}
/* Form start */
.form1 {
	padding:22px 0 0;
}
.form1 label {
/*	font-weight:bold;*/
	vertical-align:middle;
}
.form1 .col1 {
	width:200px;
	float:left;
	display:inline;
	margin:0 0 0 0px;
}
.form1 .col2 {
	float:left;
	width: 200px;
	margin-left: 20px;
}
.form1 strong {
	margin:0 0 13px;
	font-size:13px;
	display:block;
}
.form1 .form-inner {
	margin:0 0 43px;
}
.form1 .form-inner div {
	margin:0 0 10px;
}
/* Form end */
/* Message box start */
.message-box {
	padding:102px 0 42px;
	width:226px;
	background:url(../images/message-bg.jpg) no-repeat bottom;
}
#main-content .message-box p,
.message-box strong {
	font-size:17px;
	font-weight:bold;
	line-height:24px;
}
.message-box strong {
	display:block;
	margin:0 0 25px;
}
.message-box p {
	margin:0 0 10px;
}
/* Message box end */







.msg
{
	font-weight: bold;
	color: #990000;
	background-color: #bbbbbb;
	border: 1px solid #333333;
	padding: 10px;
	margin: 10px;
	font-size: 14px;
}

