@charset "utf-8";

/*===================================================
 Print Preview Layout CSS
=================================================== */

html,
body {
background:none;
}
#container {
border-bottom:none;
}


/*---------------------------------------------------
 Header
--------------------------------------------------- */
/* globalHeaderSeg
--------------------------------------------------- */
#globalHeaderSeg {
width:716px;
margin-top:20px;
padding-bottom:25px;
background:none;
border-bottom:none;
}

/* headerLogo
--------------------------------------------------- */
#headerLogo {
margin:0;
padding-left:0;
}

/* headerUtility
--------------------------------------------------- */
#headerUtility {
display:none;
}

/*---------------------------------------------------
 Navigation
--------------------------------------------------- */
#navigationSeg {
display:none;
}

/*---------------------------------------------------
 Content
--------------------------------------------------- */
#contentSeg {
width:716px;
}
#mainArea {
padding-bottom:15px;
}
#contentSegDivide #mainArea {
width:716px;
}
#contentSegDivide #asideArea {
display:none;
}


/*---------------------------------------------------
 Directory Link
--------------------------------------------------- */
#directoryNav {
display:none;
}


/*---------------------------------------------------
 Footer
--------------------------------------------------- */
#globalFooterSegWrap {
background:none;
}
#globalFooterSeg {
width:716px;
padding:0 0 12px;
}

#globalFooterSeg ul.utilityLink {
display:none;
}


/*---------------------------------------------------
 Page Top Btn
--------------------------------------------------- */
#pagetopComp {
display:none;
}


/*---------------------------------------------------
 Outer Section
--------------------------------------------------- */
.outerSec_top,
.outerSec_bottom {
display:none;
}


/*---------------------------------------------------
 Print Page Unique CSS
--------------------------------------------------- */
/* Print Utility
--------------------------------------------------- */
#printHeaderWrap {
width:100%;
border-bottom:#cbcbcb 1px solid;
}

#printHeader:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
#printHeader {display:inline-block;}
/* Hides from IE-mac \*/
* html #printHeader {zoom:1;}
#printHeader {display:block;}
/* End hide from IE-mac */

#printHeader {
width:716px;
margin:0 auto;
padding:17px 0 20px;
text-align:left;
}

#printHeader .printUtility:after {content:"."; display:block; height:0; clear:both; visibility:hidden;}
#printHeader .printUtility {display:inline-block;}
/* Hides from IE-mac \*/
* html #printHeader .printUtility {zoom:1;}
#printHeader .printUtility {display:block;}
/* End hide from IE-mac */

#printHeader .printUtility {
float:left;
width:616px;
}

#printHeader .printBtn {
float:left;
padding-right:30px;
cursor:pointer;
}
#printHeader ul.anchorLink {
float:left;
margin:5px 0 0;
}
#printHeader ul.anchorLink li {
margin-right:0;
}

#printHeader .pageBackLink {
float:right;
width:100px;
text-align:right;
}

/* Print Footer
--------------------------------------------------- */
#printFooter {
width:100%;
padding-bottom:30px;
border-top:#cbcbcb 1px solid;
}
#printFooter .inner {
width:716px;
margin:30px auto 0;
text-align:left;
}


/*---------------------------------------------------
 Media Print
--------------------------------------------------- */
@media print{
body {
overflow:visible !important;
}
* html body {zoom:0.75;}
html>/**/body {zoom /***/:0.759;}

.printPrev{
	display: none;
}
* html .flatSec .flatSecFrame08 {padding:21px;}
*:first-child+html .flatSec .flatSecFrame08 {padding:21px;}
html>/**/ .flatSec .flatSecFrame08 {padding:21px;}
}