/* CSS Document */




body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #000;
	background-image: url(bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
body, html, p, form, h1, h2, h3, h4, h5, h6, ul {
	padding: 0;
	margin: 0;
	text-align: justify;
	right: auto;
}

.hide {  /*-----hide from visuals - but show for screen readers---------*/
	position:absolute;
	left:-200px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
	color: #000;
	background: #fff;
}

.hide a{color: #fff; background: red;}

.displayNone {display: none !important; color: #000; background: none;}
.displayBlock{display: block;}
.clearBoth{clear: both; line-height: 0; font-size: 0}
.clearBothBlock{display: block; clear: both;}

/*-------------------------------------LINK STYLES----------------------------------------*/
a img{
	border: none;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 6px;
}

a{color: #000; text-decoration: underline;}
a:hover{text-decoration: none;}

a:focus{
	outline: none;
	color: #F00;
	font-size: 1.3em;
}


/*-------------------------------------PAGE STRUCTURE-------------------------------------*/
.headerBG{
	background-color: #C00;
	background-image: url(headerBKG.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#contentHeaderCenter {width: 996px; margin: auto; color: #FFF}
#contentHeaderCenter a{color: #FFF}
#contentHeaderContainer {padding: 4px 8px 3px 8px; height: 1%;}
#contentCenter {
	width: 996px;
	border: none;
	background: #FFF;
	padding-bottom: 1px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#contentHolder {
	margin: 0 5px 5px 5px;
	padding: 0;
	height: 1%;
	position: relative;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #006;
	border-right-color: #006;
	border-bottom-color: #006;
	border-left-color: #006;
}
#contentHead{
	height: 1%;
	margin: 0 12px 0 9px;
	padding: 0 0 0 0;
	width: 646px;
	position: relative;
	background-color: #FFF;
	background-image: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #0000A0;
}

#contentHead h1, #contentHead h2{
	font-size: x-large;
	margin: 3px 0 4px 0;
	font-weight: 100;
	letter-spacing: -1px;
	padding-bottom: 0px;
}

#contentA {
	width: 646px;
	float: left;
	display: inline;
	position: relative;
	z-index: 2;
	font-size: 14px;
	margin-top: 20px;
	margin-right: 12px;
	margin-bottom: 0;
	margin-left: 9px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	border-bottom-width: thin;
	border-bottom-style: none;
	border-bottom-color: #00F;
}

#contentA.fullWidth{
	width: 974px;
}

#contentB {
	width: 302px;
	margin: 20px 0 0 0;
	float: left;
	height: 1%;
}

/*-----------------------------------TEXT HEADER STYLES-------------------------------*/

h1 {
	font-size: 1.8em;
	margin: 30px 0 20px 0;
	text-align: center;
}
h2 {font-size: 2.2em; color: #000;}

#contentA h2, #contentA h3{
	font-size: 14pt;
	margin: 0 0 5px 10px;
	letter-spacing: 0px;
	font-weight: 100;
	text-align: center;
}

#contentA h3{
	margin-top: 10px;
	margin-left: 0;
	text-align: left;
	font-weight: bold;
}

h3 {font-size: 1.8em; margin-bottom: 8px;}
h4 {font-size: 1.2em;}
h5 {font-size: 1em;}

/*------------------------POSITIONING----------------------*/
.textLeft {text-align: left;}
.textRight {text-align: right;}
.textCenter {text-align: center;}
ul, ol {
	list-style: none;
	padding: 0;
	margin: 0;
}
li {clear: both; padding: 3px 0 4px 0;}

/*------------------------HEADER ELEMENTS------------------*/

#introHeader {float: left; padding: 3px 0 0 11px;}
#introHeader h1 {
	font-size: 0.9em;
	padding: 0;
	margin: 0;
	font-weight: normal;
	color: #FFF;
}
#headLinks {
	float: right;
	padding: 3px 0px 0 10px;
	float: left;
	margin: 2px 0 0 0;
}
#headLinks li {
	display: inline;
}
#headLinks ul {
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	overflow:hidden;
}
#headLinks ul li {display: block; }



li#Address{
	position: absolute;
	top: 8px;
	left: 2px;
	width: 793px;
}

#blockA {
	margin: 5px 6px 0;
	font-size: 1.1em;
	color: #A2A2A2;
	height: 32px;
	position: relative;
	background-color: #0b098;
	background-repeat: repeat-y;
	background-image: url(address.gif);
}


#blockA form{
	padding: 0; margin: 0;
}


#blockA a {color: #fff; text-decoration: underline}
#blockA a:hover {text-decoration: none}

#blockA fieldset {
	float: right;
	width: 750px;
	margin: 5px 0px 2px 0;
	text-align: left;
	border: none;
	padding:0;
	display: inline;
}



#blockA  a.AddressLink{ margin: 0; display: block; color: #FFF; font-size: 1.1em}


}
#blockB {
	height: 150px;
	background: none;
	width: auto;
	margin-top: 0;
	margin-right: 6px;
	margin-bottom: 0;
	margin-left: 6px;
	right: auto;
	left: auto;
	clip: rect(auto,auto,auto,auto);
}
#blockB #logo {
	padding: 0 0 0 0;
}
/*---------------------------------------CVEH NAV-----------------------------------*/
#CVEHNav {
	height: 1%;
	text-align: center;
	padding: 0;
	margin: 0 0 0 5px;
	margin-right: 5px;
	overflow: hidden;
	background-color: #F00;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #0b098;
	border-right-color: #0b098;
	border-bottom-color: #0b098;
	border-left-color: #0b098;
}
#CVEHNav ul	{
	font-size: 1.3em;
	text-align: center;
	padding: 0;
	margin: 0 0 0 0px;
	height: 1%;
}
#CVEHNav ul li {
	display: block;
	float: left;
	clear: none;
	margin: 0;
	padding: 0;
	height: 2.25em;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-left-color: #F00;
}
#CVEHNav a {
	color: #002f4a;
	display: block;
	float: left;
	padding: 5px 0 5px 0;
	margin-right: 0;
	height: 1.4em;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px solid #2d99c9;
	background-color: #006;
	background-image: url(NoRightTab.jpg);
	background-repeat: repeat-x;
	background-position: right top;
}
#CVEHNav ul li:hover{
	background: #FFF;
	margin-top: 0;
	border-top: 1px solid #FFF;
}
#CVEHNav ul li:hover a{
	height: 1.4em;
	margin-top: 0;
	color: #FFF;
	background-color: #016986;
	background-image: url(NavBKG.jpg);
	background-repeat: repeat-x;
}
#CVEHNav li#Selected{
	border-left: 1px solid #FFF;
	border-top: 1px solid #FFF;
	border-bottom: none;
	margin-top: 0;
	background-color: #006;
}
#CVEHNav li#Selected a {
	color: #FFF;
	height: 1.4em;
	padding: 5px 0 5px 0;
	border-bottom: none;
	background-color: #FFF;
	background-image: url(YesRightTab.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
#CVEHNav a:hover{
	color: #FFF;
}


#CVEHNav li.Home a{padding-left: 0; padding-right: 0; width: 120px}
#CVEHNav li.Staff a{padding-left: 0; padding-right: 0; width: 120px}
#CVEHNav li.Services a{padding-left: 0; padding-right: 0; width: 120px}
#CVEHNav li.Emergencies a{padding-left: 0; padding-right: 0; width: 120px}
#CVEHNav li.Education a{padding-left: 0; padding-right: 0; width: 120px}
#CVEHNav li.Hospital a{padding-left: 0; padding-right: 0; width: 120px}
#CVEHNav li.Find a{padding-left: 0; padding-right: 0; width: 120px}
#CVEHNav li.Contact a{padding-left: 0; padding-right: 0; width: 135px}

#CVEHNav li#Selected.Home a{padding-left: 0; padding-right: 0}



/*---------------------------------------NAV----------------------------------------*/
#NavHolder {
	border: none;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	margin: 0 6px 0 6px;
	font-size: 1.1em;
	padding: 0;
	height: 1%;
	overflow: auto;
	background-color: #002235;
	background-image: url(NavBKG.jpg);
	background-repeat: repeat-x;
}
#NavA {
	width: 828px;
	float: left;
	display: inline;
	margin-left: 0px;
	padding-top: 10px;
	padding-left: 0px;
	padding-bottom: 10px;
}
#NavA ul {
	padding-left: 0px;
}
#NavA a {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

body.langCN #NavA a, body.langZH #NavA a {font-weight: normal; font-size:1.1em}

#NavA ul li {
	clear: none;
	width: 136px;
	display: block;
	float: left;
	padding: 0 0 0 0;
	margin: 1px 2px 0 0;
	height: 1.3em;
	text-align: center;
}
#NavA ul li a{
	padding-top: 3px;
}



#NavA li#selectedNavA a {
	padding-top: 3px;
	color: #FFF;
	height: 1.3em;
	background-color: #027cb8;
	background-image: url(NavSelect.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#NavA a, #NavB a{
	display: block;
	padding: 0 0 0 10px;
}

#NavA li a {color: #fff}
#NavA li a:link {
	color:#fff;
}
#NavA li a:visited {
	color:#fff;
}
#NavA li a:hover{
	color: #FFF;
	border: 1px solid #F00;
	padding-top: 2px;
	padding-left: 9px;
	padding-bottom: 3px;
	height: 1.3em;
	background-color: #003d5f;
	background-image: url(NavHover.gif);
	background-repeat: repeat-x;
	font-size: 1.0em;
}
#NavA li a:active {
	color:#fff;
	font-size: 1.0em;
}

#NavA li#selectedNavA a:hover {
	border: none;
	padding: 3px 0 1px 10px;
	height: 1.3em;
	font-size: 1.0 em;
}

#NavB a:hover {color: #fff}
#NavB {width: 140px; float: left; padding: 11px 0 10px 10px;}
#NavB ul {margin: 0;}

#NavB ul li {
	clear: none;
	width: 100px;
	display: block;
	float: left;
	margin: 0;
	height: 1.3em;
	text-align: center;
}
#NavB ul li a {color: #afe0f7; text-decoration: none; font-weight: bold; width: 120px; padding-top: 0px;}
body.langCN #NavB a, body.langZH #NavB a {font-weight: normal; font-size:1.1em}
/*----------------------------SUB NAV------------------------------*/

.subNavBG{background: #012b41; padding: 0 1px;}

#subNav {
	margin: 0px 5px 0 5px;
	height: 1%;
	position: relative;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	overflow: hidden;
	background-color: #003149;
	background-image: url(subNavBKG.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
#subNav a{
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
}
#subNav a:hover{text-decoration: underline;}

#subNav ul {
	font-size: 1.1em;
	margin: 0 0 0 -3px;
	float: left;
	width: 666px;
	display: inline;
}

#subNav ul li {
	display: inline;
	float: left;
	clear: none;
	padding: 0 0 0 0;
	margin: 6px 0 0 0;
	background-color: #144471;
	background-image: url(NoRightNav.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#subNav li#subNavSelected {
	padding: 0 0 0 0;
	margin: 6px 0 0 0;
	height: 1%;
	background-color: #fff;
	background-image: url(YesRightNav.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#subNav li a {
	color: #000;
	padding: 6px 10px 7px 10px;
	margin: 0 2px 0 0;
	color: #FFF;
	display: block;
	background-image: url(NoLeftNav.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#subNav li#subNavSelected a {
	color: #002F4A;
	padding: 6px 10px 7px 10px;
	background-image: url(YesLeftNav.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


img {
	margin-left: 6px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}
#contentHeaderCenter hr {display: none;}
#contentA hr {
	visibility: hidden;
	clear: both;
	margin: 0 0 0 0;
	width: 646px;
	height: 10px;
	color: #CCC;
	padding: 20px 0 0 0;
	line-height: 1px;
	display: block;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
#contentB hr {display: none;}
input {
	float: left;
	width: 275px;
	padding: 0 2px 2px 2px;
	font-size: 10pt;
}
/*---------------------------------------FOOTER-----------------------------------------*/

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	padding-bottom: 10px;
}
#footer h3 {font-size: 1em;}
#footer p {
	padding: 4px 0;
	line-height: 1em;
	text-align: right;
}

#footerContent {
	width: 996px;
	margin: auto;
	padding: 0;
	color: #FFF;
	text-align: right;
}
.footerContentHolder {
	padding: 0px;
	height: 1%;
	margin: 0px;
	background: none
}
.footerContentHolder h3 {
	color: #FBFBFA;
	padding: 0;
	margin: 10px 0 0 0;
}
.footerContentHolder p {color: #A2A2A2;}
.footerContentHolder a {color: #53C2ED;}
.footerContentA {padding: 0 0 0 0;}

#footer .footerContentA p{padding: 10px 0 13px 16px; border-top: 1px dotted #00bff3}

.footerContentA ul {
	margin: 0;
	padding: 4px 0 0 15px;
	display: block;
	color: #FDFDFD;
	height: 32px;
}
.footerContentA ul li{
	display: block;
	float: left;
	clear: none;
	padding-right: 13px;
}



}
#footerSub {
	width: 996px;
	margin: auto;
	padding: 8px 0 30px 0px;
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	background: none;
	color: #FDFDFD;
}
#footerSub p {line-height: 1.6em;}

#footerSub a {color: #00aeef}
#banner {
}
#contentCenter #contentHolder #contentA #HomePageSmall #content_HomePageSmall_Controller p a strong {
	font-size: 24px;
}
#contentCenter #contentHolder #contentA #HomePageSmall #content_HomePageSmall_Controller p a strong {
	color: #F00;
}
#contentCenter #contentHolder #contentA #HomePageSmall #content_HomePageSmall_Controller p a strong {
	text-align: center;
}
#contentCenter #contentHolder #contentA #HomePageSmall #content_HomePageSmall_Feature_3 p {
	font-size: 36px;
}
#contentCenter #contentHolder #contentA #HomePageSmall #content_HomePageSmall_Feature_3 p {
	text-align: left;
	font-size: 14px;
}
#contentCenter #contentHolder #contentA #HomePageSmall #content_HomePageSmall_Feature_3 ul li {
	font-size: 36px;
}
#contentCenter #contentHolder #contentA #HomePageSmall #content_HomePageSmall_Feature_3 ul li {
	text-align: center;
}
#contentCenter #contentHolder #contentA #HomePageSmall #content_HomePageSmall_Feature_3 div #pmid_18321811 .title a {
	font-size: 10px;
}
#contentCenter #contentHolder #contentA #HomePageSmall #content_HomePageSmall_Feature_3 div #pmid_18321811 .title a {
	font-size: x-small;
}
#contentCenter #contentHolder #contentA #HomePageSmall #content_HomePageSmall_Feature_3 div #pmid_18321811 .title a {
	font-size: smaller;
}
#contentCenter #contentHolder #contentA #HomePageSmall #content_HomePageSmall_Feature_3 div #pmid_18321811 .title a {
	font-family: Georgia, "Times New Roman", Times, serif;
}
