@charset "UTF-8";

/* CSS Document */

/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */

/* @group global */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

body {
	background: #FFF url(../images/background.jpg) repeat center top;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	margin: 0 0 0 -.1px;
	padding: 0 0 0 0;
	text-align: center;
}

h1 {
	color: #8c0b42;
	font-size: 32px;
	font-weight: bold;
	line-height: 30px;
}
h2 {
	color: #448cc5;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
}

sup{
	font-size: .6em;
}

.references{
	display:block;
	font-size: 10px;
	clear: both;
}

.subhead1{
	font-size: 1.5em;
	color: #448cc5;
	font-weight: bold;
}

.pagelist1{
	color: #8c0b42;
	font-weight: bold;
}


a,  a:link {
	color: #8c0b42;
	text-decoration: none;
}

a:visited {
	color: #8c0b42;
	text-decoration: none;
}

a:hover {
	color: #8c0b42;
	text-decoration: underline;
}

a:focus {
	color: #8c0b42;
}

a:active {
	color: #8c0b42;
}

/* @end */

/* @group layout */
/* @group mainnav */

#outerWrapper #topNav {
    height: 45px;
    padding: 0px;
    clear: both;
    font-weight: bold;
}

ul.mainnav {
    width: 740px;
    padding: 0;
    margin: 0px 0px;
    list-style-type: none;
    height: 45px;
}

ul.mainnav li {
    float: left;
    display: block;
    padding: 0px;
    border-right: 1px solid #FFF;
    width: 164px;
}

#topNav ul.mainnav li.first {
    width: 80px;
}

#topNav ul.mainnav li.last {
    border-right: none;
}

ul.mainnav a,ul.mainnav a:link,ul.mainnav a:visited,ul.mainnav a:hover,ul.mainnav a:focus,ul.mainnav a:active {
    display: block;
    color: #FFF;
    text-align: center;
    padding: 15px 0px;
    text-decoration: none;
    float: left;
    width: 164px;
}
#topNav ul.mainnav li.last a{
    padding-top: 5px
    }

ul.mainnav a:hover {
    background: url(../images/menuarrow.gif) no-repeat center -5px;
    text-decoration: underline!important;
}

ul.mainnav a.selected {
    background: url(../images/menuarrow.gif) no-repeat center -5px;
    text-decoration: none;
}

#topNav ul.mainnav li.first a {
    width: 80px;
}


 
/* @end */

/* @group transnav */

#outerWrapper #transNav {
	float:right;
	margin-top:40px;
	height:32px;
	width:410px;
	text-align:center;
}
#transNav img{
	border:0px;
}

ul.translist {
	margin: 0px;
	height: 32px;
	padding: 0px;
	list-style-type: none;
}

ul.translist li {
	display:inline;
	margin: 0px 10px 0px 10px;
}

/* @end */

#outerWrapper {
	background-color: #FFF;
	margin: 0 auto 0 auto;
	text-align: left;
	width: 790px;
}

#outerWrapper #header {
	background: #FFF url(../images/header.jpg) no-repeat center top;
	height: 160px;
	padding: 0px;
	padding: 0px 25px 0px 20px;
	position:relative;
}

#outerWrapper #header #logo {
	float: left;
	height: 110px;
	padding: 0px;
	width: 250px;
	display:block;
}

#outerWrapper #header #regtext {
	color: #8c0b42;
	float: right;
	text-align: center;
	height: 20px;
	padding-top: 18px;
	width: 380px;
	font-weight: bold;
}

#outerWrapper #contentWrapper {
	margin: 0px;
	padding: 0px;
}

#subpage #contentWrapper {
	margin-top: 15px;
}


#outerWrapper #mainimage{
	margin: 0px auto;
	width: 757px;
	}
#outerWrapper #mainimageshadow{
	margin: 0px auto;
	height: 20px;
	width: 780px;
	background: url(../images/mainimagebk.gif) no-repeat center top;
}

#outerWrapper #contentWrapper #homerightColumn1 {
	float:right;
	width: 260px;
	margin:0px;
	padding: 0px 10px;
}

#outerWrapper #contentWrapper #homecontent {
	margin: 0px 20px 0px 20px;
}

#outerWrapper #contentWrapper #leftColumn1 {
	padding: 0px;
	width: 210px;
	margin-left: 16px;
}
#outerWrapper #contentWrapper #leftColumn1 img {
	border-width: 0px;
}

#outerWrapper #contentWrapper #leftColumn1 #leftFeature3 {
	width:176px;
	height:170px;
	padding:19px 17px 0px 17px;
	background-image:url(../images/feature_language_bg.gif);
	background-repeat:no-repeat;
	background-position:top;
	text-align:center;
	overflow:hidden;
}
#outerWrapper #contentWrapper #leftColumn1 #leftFeature3 img {
	margin:3px auto 3px auto;
}
#outerWrapper #contentWrapper #content {
	padding: 0px 25px 0px 0px;
	width: 520px;
	float:right;
}


#outerWrapper #contentWrapper .clearFloat {
	clear: left;
	display: block;
}

#outerWrapper #bottomFeatures {
	margin-top: 10px;
	margin-bottom: 10px;
	background: #141414 url(../images/bottomfeatures.jpg) no-repeat center top;
	height: 215px;
	padding: 0px;
	clear: both;
}

#outerWrapper #bottomFeatures h2 {
	color: #FFF;
	font-size: 22px;
	line-height:25px;
}
	
#btmFeature1 {
	float:left;
	height: 170px;
	padding: 20px;
	width: 210px;
}

#btmFeature1 .btmfeaturetxt{
	margin-left: 100px;
	color: #FFF;

}
#btmFeature1 .btmfeaturetxt img{
	margin-top: 80px;
}
#btmFeature2 {
	float:left;
	height: 170px;
	padding: 20px;
	width: 240px;
}
#btmFeature2 .btmfeaturetxt{
	margin-left: 120px;
	color: #FFF;

}
#btmFeature2 .btmfeaturetxt img{
	margin-top: 57px;
}#btmFeature3 {
	float:left;
	padding: 25px 0px 0px 40px;
	position:relative;
	overflow:hidden;
}
#btmFeature3 a{
	background-position: center center;
	background-repeat: no-repeat;
	display:block;
	width:170px;
	height:33px;
	padding:5px 0px;
}
.btmFeature3_en #btmF3_en,
.btmFeature3_viet #btmF3_viet,
.btmFeature3_ko #btmF3_ko,
.btmFeature3_zh #btmF3_zh,
.btmFeature3_ch #btmF3_ch {
	visibility:hidden;
	display:none;
}
#btmF3_ch {background-image:url(../images/btn_chinese.gif);}
#btmF3_ko {background-image:url(../images/btn_korean.gif);}
#btmF3_viet {background-image:url(../images/btn_vietnamese.gif);}
#btmF3_en {background-image:url(../images/btn_english1.gif);}
#btmF3_zh {background-image:url(../images/btn_simplechinese.gif);}

#outerWrapper #footer {
	padding: 0px;
	clear: both;
	background: url(../images/footergraybk.jpg) repeat-x center top;
	height: 100px;
}
#outerWrapper #footer.splash_footer {
	padding: 0px;
	clear: both;
	background: url(../images/splash_4.jpg) no-repeat left top;
	height: 150px;
}
#footerLogo {
	float: left;
	padding-top: 40px;
	padding-left: 10px;
	text-align: center;
	width: 200px;
}
#footerText {
	float: left;
	padding-top: 20px;
	width: 560px;
	margin-bottom: 10px;
}
#footerText .footernav a:link{
	padding: 0px 5px;
}
#footerText .footernav a:hover{
	text-decoration: underline;
}
#footerColorBar{
	clear:both;
	background: url(../images/footercolorbars.gif) no-repeat left top;
	height: 25px;
}
#ISIframe{
	clear: both;
	margin: 10px;
	border:  4px solid #8c0b42;
}


div.basicsearch {
	position:relative;
	width:500px;
	height:150px;
	text-align:left;
}
div.basicsearch div.specialty{
	position:absolute;
	top:71px;
	left:75px;
}
div.basicsearch div.languages{
	position:absolute;
	top:0px;
	right:0px;
}
div.basicsearch div.zipcode{
	position:absolute;
	top:10px;
	left:13px;
}
div.basicsearch div.distance{
	position:absolute;
	top:40px;
	left:75px;
}
div.basicsearch #SubmitButton{
	position:absolute;
	top:104px;
	right:0px;
	cursor:pointer;
}



table.doctorlisttable
{
	width: 520px;
	margin: 6px 0px;
}
table.doctorlisttable th
{
	text-align: left;
	background-color: #8c0b42;
}
table.doctorlisttable th a
{
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: underline;
}
table.doctorlisttable td
{
	color: #000000;
	font-size: 11px;
	font-family: Arial;
}
table.doctorlisttable td a
{
	color: #D73347;
	text-decoration: underline;
}
table.doctorlisttable tr.alternate td
{
	background-color: #E2E2E2;
}
table.doctorlisttable th, table.doctorlisttable td
{
	padding: 10px;
	vertical-align: top;
}
table.doctorlisttable .name
{
	width: 140px;
}
table.doctorlisttable .button
{
	width: 100px;
}
table.doctorlisttable .specialty
{
	width: 120px;
}
table.doctorlisttable .language
{
	width: 80px;
}
table.doctorlisttable .distance
{
	width: 80px;
	text-align: center;
}
.splash img{
	display:block;
	border-width:0px;
}

#transNav .translist img{
	padding-top:3px;
}
.translist-ch li.ch{
	visibility:hidden;
	display:none;
}
.translist-zh li.zh{
	visibility:hidden;
	display:none;
}
.translist-en li.en{
	visibility:hidden;
	display:none;
}
.translist-ko li.ko{
	visibility:hidden;
	display:none;
}
.translist-viet li.viet{
	visibility:hidden;
	display:none;
}



/* @end */
