/* =================================================================================================
	layout.css
	LAYOUT GRID

	Common layout stylesheet for PDQA
	Define the layout grid / base look & feel etc.
================================================================================================= */

/* =================================================================================================
	Wrapper
================================================================================================= */
body{
	position:relative;
	font-size:10px;
}

#page_bg
{
		
}

img
{
    border: 0;
}

/* =================================================================================================
	Homepage 
================================================================================================= */
.header{
	width:1000px;
	height:70px;
	float:left;
	background-image:url(../images/bkgdtexture.gif);
	background-color:rgb(255,254,230);
	background-repeat:repeat;
}

.main_item_title
 {
 margin: 10px 5px 10px 10px;
 padding-left:20px;
 font-weight:bold;
 color:#006;
 list-style:url(../images/main_arrow.png)
 }

.main_item_pt
 {
 margin: 5px 5px 10px 5px;
 padding-left:20px;
 list-style:url(../images/main_arrow2.png)
 }

.main_item_pt a
 {
	 color:#152b67;
 }
 
.main_item_pt a:focus, .main_item_pt a:hover, .main_item_pt a:active{
	color:#000000;
}

/* =================================================================================================
	Left Menu
================================================================================================= */

.leftmenu_bkgd{
	width: 1000px;
	float: left;
	background-image:url(../images/menu_submenu_bg.png);
	background-repeat:repeat-y;
}

.leftMenu{
	float:left;
	width:180px;
}

.sf-menu li .active {
left: 180px;
top: 0;
}

.sf-menu li .inactive {
left: 0px;
top: 0;
}

.sf-menu ul{
color: #ffffff;
background: #9c1c4c;

}
.sf-menu ul li a
{
    width: 170px;
    padding-left: 10px;
	line-height: 16px;
    margin: 10px 0;
    margin-right: 10px;
	
}

.sf-menu .menu_lv1
{
    width: 155px;
    padding:12px;
    line-height:1.3em;
	font-size:1.3em;

}

.sf-menu .menu_lv1B
{
    padding-top:6px;
    padding-bottom:2px;
	height:auto;
	min-height:32px;
}

.sf-menu .active .menu_lv1 span
{
    color: #1e486e;
}

.sf-menu .in-active .menu_lv1 span, .sf-menu .active, .sf-menu li:focus 
{
    color: #FFFFFF;
}
/*.sf-menu .in-active 
{
    color: #97204d;
	background:url(../english/images/menu_lv2.png) repeat-y;
		
}*/
.sf-menu .active .in-active a{
	margin:0px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	
}
.sf-menu .active .in-active a:hover{
	width:170px;
	color:#ffffff;
	margin:0px;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
}
.sf-menu .separate-line
{
    position:relative; 
    width: 100%; 
    border-bottom: 1px dotted #9b9b9b; 
    clear:both; 
    height:0; 
}

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	width:180px;
	z-index:999;
}

.sf-menu 
{
	line-height:	0px;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			190px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			30px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			180px; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			180px; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	/*margin-bottom:	1em;*/
	/*background:url(../english/images/menu_lv2.png) repeat-y ;*/
	
}
.sf-menu a 
{
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:#000000;
}
.sf-menu li {
	/*background:		#FFFFFF;*/
	/*background:url(../english/images/menu_lv2.png) repeat-y ;*/
}
.sf-menu li li {

	/*background:		#FFFFFF;*/
}
.sf-menu li li li {
	background:		#f5c9d4;
}

.sf-menu li:hover, .sf-menu li.sfHover{
	/*background:		#1e486e;*/
	outline:		0;
	
}



.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;

}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/
.sf-vertical, .sf-vertical li {
	width:	180px;
}
/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
	left:	180px; /* match ul width */
	top:	0;
}
/**** submenu css top  ***/
.sf-vertical li.sfHover ul.menu_su1 {
	top:	0;
}
.sf-vertical li.sfHover ul.menu_su2 {
	top:	0;
}
.sf-vertical li.sfHover ul.menu_su3 {
	top:	0;
}
.sf-vertical li.sfHover ul.menu_su4 {
	top:	-80px;
}
.sf-vertical li.sfHover ul.menu_su5 {
	top:	0;
}
.sf-vertical li.sfHover ul.menu_su6 {
	top:	-180px;
}
.sf-vertical li.sfHover ul.menu_su7 {
	top:	-230px;
}
.sf-vertical li.sfHover ul.menu_su8 {
	top:	0px;
}
.sf-vertical li.sfHover ul.menu_su9 {
	top:	-130px;
}
/*** OGCIO customer menu item location ***/


/*** END OGCIO customer menu item location ***/


/*** alter arrow directions ***/
.sf-vertical .sf-sub-indicator { background-position: -10px 0; } /* IE6 gets solid image only */
.sf-vertical a > .sf-sub-indicator { background-position: 0 0; } /* use translucent arrow for modern browsers*/

/* hover arrow direction for modern browsers*/
.sf-vertical a:focus > .sf-sub-indicator,
.sf-vertical a:hover > .sf-sub-indicator,
.sf-vertical a:active > .sf-sub-indicator,
.sf-vertical li:hover > a > .sf-sub-indicator,
.sf-vertical li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/* =================================================================================================
	General Elements
================================================================================================= */
.lower img, .topBorder img
{
	display:block;
}
tr td
{
	padding: 0;
}


.mainContent
{
    float:right;
	width:820px;
    margin:0;
	text-align:left;
}

a:link {
	color:#039;
}   
a:visited {
	color:#91061F;
} 
a:hover {
	color:#91061F;
}   
a:active {
	color:#91061F;
}


.btnBack
{
    float: left;
    position: relative;
	margin: 20px 20px 0 20px;
	padding-bottom: 20px;
}
.btnTop
{
    float: right;
    position: relative;
margin: 20px 20px 0 20px;
padding-bottom: 20px;
}


ol, ul {
margin-left: 0px;
}


/* ================================================================================================= 
        Screen Reader 
================================================================================================= */ 
.access {position:absolute; left:0px; top:-500px; width:1px; height:1px; overflow:hidden;} 
.ignore {display:none !important;} /*hide elements which added for validation*/ 

/* ================================================================================================= 
        [WCAG v2 3.2.2 (A)] The submit button is missing 
================================================================================================= */ 
#searchIcon{ 
        display:none; 
} 

.menu_li_lv1{
	color:#000000;
	background-image:url(../images/menu_bg_lv1.png);
	background-color:#e3f1fb;
	text-decoration:none;
}

.sf-menu .active .menu_lv1 li:focus, .sf-menu .active .menu_lv1{
	width:156px;
	color:#FFF;
	background-image: url(../images/menu_bg_lv1_rollover.png);
	background-repeat: repeat-y;
	background-color:#0f2f50;
	font-weight:bold;
	text-decoration:none;
}

.sf-menu .active .active .active a{
	color:#FFFFFF;
}
.sf-menu .active .in-active li:hover, .sf-menu .active .in-active li:focus, .sf-menu .active .active .active{
	background-image: url(../images/menu_bg_lv3_rollover.png);
	background-color:#0f2f50;
	background-repeat: repeat-y;
	background-position:top;
	font-weight:bold;
	text-decoration:none;
}

.sf-menu UL .active, .sf-menu UL .in-active{
	background-image: url(../images/menu_bg_lv3.png);
	background-color:#ffffff;
	background-repeat: repeat-y;
	background-position:top;
	left:0px;
	font-weight:bold;
	text-decoration:none;
}

.sf-menu .menu_li_space{
	background-image: url(../images/menu_bg_lv1.png);
	background-repeat:repeat-y;
}
.sf-menu {
	background-image: url(../images/menu_submenu_bg.png); 
	background-repeat: repeat-y;
	font-weight:bold;
	text-decoration:none;
}

.frt_header_en{
background-image:url(../english/images/header.jpg); background-repeat:repeat-x; height:120px;
}
.frt_header_tc{
background-image:url(../tc_chi/images/header.jpg); background-repeat:repeat-x; height:120px;
}


.icon_space
{
	margin-right:5px;
}

.breadcrumb
{
	float:left;
    text-decoration: none;
	margin-top:5px;
	font-size:0.9em;
	color:#363636;
}
.breadcrumb a {
	color:#ac0c5c;
	text-decoration: none;
}

.breadcrumb a:focus, .breadcrumb a:hover, .breadcrumb a:active {
	color:#00348b;
	text-decoration: underline;
}

.print_icon{
	margin-right:5px;
	vertical-align:text-bottom;
}
.printBtn{
	float:right;
	margin-top:5px;
	text-align:right;
	font-size:0.9em;
	color:#363636;
}

.printBtn a {
	text-decoration: none;
}

.printBtn a:focus, .printBtn a:hover, .printBtn a:active {
	color:#ac0c5c;
	text-decoration: underline;
}

.path_dotline{
	border-top: 1px dotted #5467cd; 
	width: 100%;
}


h1
{
	width:750px;
	color: #393939;
	margin-top: 1em;
	font-size:1.3em;
	font-weight:bold; 
	border-bottom: 0.1em solid #cc3333;
	margin-bottom:10px;
}


h2
{
	color: #003366;
	margin-top:0.5em;
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:5px;
}

.subhd
{
	color: #145297;
	font-size:1em;
	font-weight:bold;  
}

.section_index
 {
 margin: 5px 5px 10px 10px;
 padding-left:20px;
 line-height: 1.5em;
 list-style:url(/images/main_arrow2.png)
 }

.section_index a
 {
	 color:#1a58a4;
 }
 
.section_index a:focus, .section_index a:hover, .section_index a:active{
	color:#000000;
}

.content
{
    color: #000000;
	font-size:1em;
	line-height:1.5em;
	width:750px;
	margin-left:auto;
	margin-right:auto;
	min-height:300px;
	text-align:justify;
}

.headline
{
    color: #9E273C;
	font-size:1em;
	font-weight:bold;  
}

.table_border {
	border:1px #666666 solid;

}

.table_border td{
	border:1px #666666 solid;
		
}

.table_hd{
	color:#FFF;
	font-size:1em;
	font-weight:bold;
	background-color:#003366;
	padding:3px;
	
}


.table_content{
	font-size:1em;
	padding:5px;
}

.form_btn{
	font-size:1em;
	padding:2px 8px;
	font-weight:500;

}

.form_field{
	font-size:1em;
	padding:2px;
	width:auto;
}

.center{
	text-align:center;
}

.left{
	text-align:left;
}
.bold{
	font-weight:bold;
}

.category{
	font-size:1em;
	padding:5px;
	vertical-align:text-top;
	background-color:#ddd;
	font-weight:bold;
	text-align:center;
}


.content1, .content1 td{
	font-size:1em;
	padding:5px;
	vertical-align:text-top;
	background-color:#FFFFFF;
}

.content2, .content2 td{
	font-size:1em;
	padding:5px;
	vertical-align:text-top;
	background-color:#FFFFE6;
}
.table_search1{
	font-size:1em;
	padding:5px;
	text-align:left;
	background-color:#E6E6E6;
	font-weight:bold;
	width:40%;
}

.table_search2{
	font-size:1em;
	padding:5px;
	text-align:left;
	background-color:#FFFFE6;
}

.search_result1,.search_result1 td{
	font-size:1em;
	padding:5px;
	vertical-align:text-top;
	background-color:#FFFFFF;
}

.search_result2, .search_result2 td{
	font-size:1em;
	padding:5px;
	vertical-align:text-top;
	background-color:#FFFFE6;
}
 
.table_contact1{
	font-size:1em;
	padding:5px 10px;
	text-align:left;
	background-color:#E6E6E6;
	font-weight:bold;
	width:50%;
}

.table_contact2{
	font-size:1em;
	padding:5px 10px;
	text-align:left;
	background-color:#FFFFE6;
	width:50%;
}

.highlight_fme{
	width:740px;
	height:3px;
	background-image:url(../images/frt_title_line.png);
	background-repeat:repeat-x;
}

.highlight {
	font-size:1em;
	line-height:2em;
	font-weight:bold;
	padding:20px 30px;
	list-style:url(../images/frt_bullet.gif);
}

.highlight a{
	color:#0057AE;
}

.highlight a:focus, .highlight a:hover, .highlight a:active{
	color:#ac0c5c;
}

.frt_banner{
	padding:10px 0 0 12px;
}


.search a, .search a:visited{
	float:left;
	width:70%;
	padding:5px;
	min-height:25px;
	text-align:left;
	font-weight:bold;
	margin-bottom:5px;
	display:block;
	background-image:url('../images/search_arrow.png');
	background-position:right top;
	background-repeat:no-repeat;
	color:#003366;
	background-color:#BDDDFD;
	text-decoration:none;
}

.search a:hover, .search a:focus{
	color:#ffffff;
	background-color:#003366;


}




/* =================================================================================================
	Footer 
================================================================================================= */

.btmNav{
float:right; width:819px; padding-top:30px;
}

.backBtn{
float:left; width:25%; text-align:left; padding:10px 30px;
}

.preBtn{
float:left; width:25%; text-align:center; padding:10px 30px;
}

.nextBtn{
float:left; width:25%; text-align:center; padding:10px 30px;
}

.topBtn{
float:right; width:24%; text-align:right; padding:10px 30px;
}


.footer{
	float:left; width:819px; padding-bottom:2px; padding-top:10px; background-image:url(../images/bottom_bar.png); background-repeat:repeat-x; color:#363636; font-size:0.9em;
}

.footer_left{
float:left; width:auto; padding-left:5px;
}

.footer_right{
float:right; width:auto; text-align:right; padding-right:5px;
}

.footer a {
	text-decoration: none;
}

.footer a:focus, .footer a:hover, .footer a:active{
	color:#ac0c5c;
	text-decoration:underline;
}
