/* ------ GPC 2011 Jan -> ------ */


body {
background-color: #f5f6f7; /* aqua color for browser window background color and footer top border ideal = #e8eef7; */
margin: 0;
padding: 0;
}

body, table, tr, td {
font-family:  Arial, Verdana, Tahoma, Helvetica, sans-serif;
color: #494E59;
font-size: 84%;
}

/* font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif; */


/* -- General Link Styling -- */

a:link {
color:blue; 
text-decoration: underline;
}

a:visited {
color: purple;
text-decoration: underline;
}

a:hover {
color: red;
text-decoration: underline;
}



/* ------ Section 2 - Global Page Structure ------- */

#PageWrapper {
width: 960px;
}

#Header {
height: 80px;
}

#ContentWrapper {
float: left;
width: 100%;
}

#CenterColumn {
margin: 0 180px 0 180px;    /* STEP 1: set to "0 RightColumnWidth 0 LeftColumnWidth" */
}

#LeftColumn {
float: left;
width: 179px;               /* STEP 2: to set left column at 180, set 1 less than 180 here */
margin-left: -960px;        /* STEP 3: set to the same width specified in #PageWrapper above (but with minus sign)  */
}

#RightColumn {
float: left;
width: 179px;               /* STEP 4: to set right columns at 180, set 1 less than 180 here */
margin-left: -180px;        /* STEP 5: set to -(RightColumnWidth) */
}

#Footer {
clear: both;
width: 100%;
text-align: center;
padding: 8px 0;
}

.Liner {
padding: 10px 10px;
/* padding: 10px 10px */
}

#Header .Liner {
padding: 10px 10px;
}

#Footer .Liner {
margin: 0;
padding: 0;
}



/* ------ Section 3 - Page Structure Details ------ */

#PageWrapper {
border: 0px solid #F0F0F0;   /* dark sea blue, headlines and borders */
margin: 0 auto 0 auto;
background-image: url(../image-files/gpc-background-z4.gif);
background-repeat: repeat-y;

	-moz-box-shadow: 1px 1px 5px 5px #D9D9D9;
	-webkit-box-shadow: 1px 1px 5px 5px #D9D9D9;
	box-shadow: 1px 1px 5px 5px #D9D9D9;
	
}

#Header {
background-image: url(../image-files/gpc-snow4.jpg);
background-repeat: no-repeat;
background-color: transparent;
background-position: top left;
}

 /* background-image: url(../image-files/printable-calendar-header6.jpg   
    background-image: url(../image-files/gpc-fun5.jpg);    */  
 


#ContentWrapper {
background-image: url();
background-repeat: repeat-y;
background-color: transparent;
/* nice background-color: #f3f3f3; */
}

#LeftColumn {
background-image: url();
background-repeat: no-repeat;
background-color: #ffffff; 
/* background-color: #f1f1f1; */
}

#CenterColumn {
background-image: url();
background-repeat: no-repeat;
background-color: transparent;
border-top: 0px solid #eaedef;
border-right: 1px solid #f6f8fa;
border-left: 1px solid #f6f8fa;
}

#RightColumn {
background-image: url();
background-repeat: no-repeat;
background-color: #ffffff;
/* background-color: #f6f8fa; */

}

#Footer {
background-image: url();
background-repeat: no-repeat;
background-color: #95b7dc;   
border-top: 6px solid #e9f1fa;
/* background-color: #c9ebf8; */
}



/* ------ Section 4 - Left Column Navigation ------ */


.Navigation {
width: 100%;
font-family:arial,verdana,helvetica,sans-serif;
background-color: transparent;
font-size: 97%;
/* I added font-size: 95%; */
}


/* -- Nav Headers -- */

.Navigation h3 {
font-family:arial,verdana,helvetica,sans-serif;
/* font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif; 
text-transform: uppercase; */
padding: 0;
font-size: 108%;
text-align: left;
color: #0c0c0b;
/*    #E0E0E0 = soft gray FF6600 = orange */
border-bottom: 0px solid #D0D0D0;
margin: 6px 0 12px 0;
}



/* -- Nav List -- */

.Navigation ul {
list-style-type: none;
list-style-image: none;
padding: 0 0 8px 0;
/* padding: 0 0 8px 5px; */
margin: -6px 0 0 0;
}

.Navigation li {
background-color: #e9fod1;       /* #ffc    tan, for button and RSS box backgrounds -- */
border: 0px solid #8f8fb3;
margin-bottom: 3px;
}


/* -- Navigation Link styles -- */

.Navigation a {
color: blue;
display: inline;     /*       
     this makes the whole box highlight rather than just the text */
padding: 3px 0 3px 0;
/* padding: 3px 0 3px 4px; */
text-decoration: none;
}

.Navigation a:visited {
color: purple;
text-decoration: none;
}

.Navigation a:hover {
color: red;
background-color: #ffffff;   /* light sea blue used in center column of anguilla-background.gif and for lit buttons both navbars and AdSenseBox bg color */
text-decoration: underline;
}




/* ------ Section 5 - Additional Navigation ------ */


/* -- Thumbnail-with-Caption Navigation -- */

.imageCaptionLinkGroup {
text-align: center;
}

.imageCaptionLinkGroup a {
text-decoration: none;
}

.imageCaptionLinkGroup .caption {
text-decoration: underline;
}


/* -- Horizontal Text NavBar -- */

.text-NavBar {
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
margin: 12px auto 12px auto;
background-color: #95b7dc;
width: 600px;           /* same width as the width of the center column (960 -180 - 180) */
}

.text-NavBar ul {
list-style-type: none;
padding: 0;
}

.text-NavBar ul li {
display: inline;
background-color: #95b7dc;
text-align: center;
}

.text-NavBar a {
color: blue;
text-decoration: none;
text-align: center;
padding: 0 4px;
}

.text-NavBar a:visited {
color: purple;
text-decoration: none;
}

.text-NavBar a:hover {
color: red;
background-color: #95b7dc;
text-decoration: underline;
}


/* --- Page Top Text NavBar ---- */

.header_N { 
float:left; 
height:24px;
margin:55px 0 0 0; 
width:100%;
background: url(../image-files/navi_bg.png) repeat-x left top;
}


.pagetop-NavBar {
font-family:  Arial, Verdana, Tahoma, Helvetica, sans-serif;
font-variant: small-caps;
font-size:94%;
margin: 0 0 0 0;
float:right;
background-color: transparent;
/* this is the blue used #abc4e3; */
}

.pagetop-NavBar ul {
list-style-type: none;
list-style-image: none;
padding:0;
margin: 4px 0 0 0;
}

.pagetop-NavBar ul li {
display: inline;
/* background-color: #87B2DC; */ 
text-align: center;
}

.pagetop-NavBar a {
color: blue;
text-decoration: none;
text-align: center;
padding:0 4px;
}

.pagetop-NavBar a:visited {
color: purple;
text-decoration: none;
}

.pagetop-NavBar a:hover {
color: red;
/* background-color: #d3e4fb; */ 
text-decoration: underline;
}

.search_bar{width:480px; float:left; padding:1px 0 1px 0; margin:0 0 0 15px;}
.search_bar input{color:#808080; font-size:12px; width:280px;}
.search_bar input.submit{color:#808080; font-size:90%; width:75px;}


/* ------ Section 6 - Specific Font Styles ------ */

#LeftColumn {
font-size: 90%;
color: black;
}

/* 
#RightColumn {
font-size: 90%;
}
*/ 

#Footer {
font-size: 85%;
}

h1, h2, h3, h4, h5, h6 {
background-color: transparent;
font-family: Helvetica,Arial,Calibri,Sans-Serif,Verdana;
text-align: center;
color: #061160;
clear: both;
letter-spacing:.05px
}

h2, h3, h4, h5, h6 {
padding: 9px 5px 12px 5px;
margin-top: 24px;
margin: 24px 0 25px 0;
/*  margin-top: 24px;  
#014E8A;
margin: 24px 0 25px 0; */
}



h1 {
margin-top: 5px;
border-bottom: 1px solid #F0F0F0;
padding:8px 0; 
font-size: 20px;
}

h2 {
font-size: 18px;
padding:15px;
margin:15px auto;
border-bottom: 1px solid #DDEEFF;
}


h3 {
font-size: 16px;
border:1px solid;
border-bottom: 1px solid #DDEEFF;
}



h4 {
margin:23px 0 0 0;
border-bottom: 1 solid #8f8fb3;
font-size: 16px;
}

#LeftColumn h4 {
font-size: 90%;
color: white;
margin-top: 0;
}


/* 

#RightColumn h3 {
padding: 0;
font-size: 110%;
color: gray;              
border-bottom: 1px solid gray;
margin: 12px 0;
}

*/ 


#RightColumn h4 {
font-size: 90%;
color: white;
margin-top: 0;
}

.Caption {
font-size: 85%;
font-weight: normal;
color: #000;
clear: both;
line-height: 19px;
}

blockquote {
margin: 12px 56px;
color: #494E59;
font-size: 106%;
line-height: 20px;
font-style: italic;
font-family: Georgia, 'Times New Roman', 'Palatino Linotype', Palatino, serif;
}

/* font-family: 'Courier New', Courier, monospace; 
font-family: Arial, 'Lucida Sans Unicode', 'Lucida Grande', Verdana, sans-serif;
*/


blockquote2 {
margin: 12px 30px 12px 30px;
color: #006;
font-size: 90%;
line-height: 18px;
font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif;
}

.BuggerIt {
width: 85%;
border: 1px dotted #f0f5fb;
background-color: #FFF;
margin: 15px auto 12px auto;
padding: 10px 8px 1px 8px;
color: #006;
font-size: 97%;
line-height: 20px;
font-family: Courier, 'Courier New', monospace;
}

.InterviewIntroBox {
width: 85%;
border: 3px solid #F0F0F0;
background-color: #f5f6f7;
margin: 15px auto 22px auto;
padding: 10px 8px 5px 8px;
color: #006;
font-size: 97%;
line-height: 20px;

font-family: Georgia, Palatino, 'Times New Roman', 'Palatino Linotype', serif;
-moz-border-radius: 10px;
border-radius: 10px;
}



.InterviewBox {
width: 90%;
border: 0px solid #F0F0F0;
background-color: transparent;
margin: 0 auto 0 auto;
color: #202020;
font-size: 101%;
line-height: 20px;

}

.InterviewBox h3, h4 {
font-size: 15px;
border-bottom: 0px solid #F0F0F0;
font-family: Helvetica,Arial,Calibri,Sans-Serif,Verdana;
text-align: left;
color: #202020;  /* #061160; */
letter-spacing:.07px
}




.PromoBox {
width: 85%;
border: 1px dotted #f0f5fb;
background-color: #FFF;
margin: 18px auto 18px auto;
padding: 15px 8px 10px 8px;
color: #006;
font-size: 97%;
line-height: 20px;
font-family:  Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

.PromoBox h3, h4 {
border-bottom: 0px solid #F0F0F0;
}



.EarningsBox {
width: 65%;
border: 1px dotted #D8D8D8;
background-color: #FFF;
margin: 15px auto 12px auto;
padding: 10px 8px 1px 8px;
color: #006;
font-size: 97%;
line-height: 20px;
font-family:  Verdana, Tahoma, Arial, Helvetica, sans-serif;
}


.EshasoftBox {
width: 85%;
border: 1px dotted #D8D8D8;
background-color: #FFF;
margin: 15px auto 12px auto;
padding: 10px 8px 1px 8px;
color: #000;
font-size: 92%;
line-height: 20px;
font-family:  Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

.EshasoftBox h3, h4 {
border-bottom: 0px solid #F0F0F0;
}


.UpdateBox {
background-color: #e9f1fa; /* #D5E6F9; F8F8F8 FFFB9C */
font-family:  Arial, Verdana, Tahoma, Helvetica, sans-serif;
font-variant: small-caps;
font-size: 95%;
/* font-family: 'Lucida Sans Unicode', 'Lucida Grande', Verdana, Arial, sans-serif; */
width: 58%;
border: 0px dotted #8f8fb3;
margin: 15px auto 15px auto;
padding: 0 0 0 35px;
height: 23px;
line-height:13px
color: black;  /* red is #FF0000 */ 
-moz-border-radius: 5px;
border-radius: 5px;
}


/* ------ Section 7 - Boxes ------ */


.BlueBox {
width: 80%;
border: 0px dotted #f0f5fb;
background-color: #ffffff;
margin: 10px auto 10px auto;
padding: 5px 10px 5px 10px;
color: #006;
font-size: 94%;
line-height: 16px;
font-family: arial, georgia, helvetica, courier;
text-align: left;
}

.BlueBox h3 {
margin: 0;
padding: 3px 0 3px 0;
text-align: center;
color: #000000;
font-size: 12px;
font-family: arial, helvetica, courier;
line-height: 16px;
border-bottom:0px solid #F0F0F0;
}

.shout {
display:block;
padding:15px;
margin:15px auto;
border-bottom:1px solid #F0F0F0;
}

.CalloutBox {
background-color: #fff;
width: 85%;
border: 1px dotted #e8e8e8;
margin: 18px auto 24px auto;
padding: 5px 15px 5px 5px;
color: black;
}

div.CalloutBox p {
margin: 13px;
}
p.CalloutBox {
padding: 13px;
}

div.CalloutBox h1, h2, h3, h4, h5, h6 {
margin: 0px 0px 12px 0px ;
border-bottom: 0px solid #F0F0F0;
}
p.CalloutBox h1, h2, h3, h4, h5, h6 {
padding: 0;
border: 0px solid #F0F0F0;
}

.ReminderBox {           /* the container box */
background-color: #ddd;
width: 29%;
border: 0px solid #f6f8fa;
margin: 0 0 12px 18px;
float: right;             /* adding float enables text to flow around it */
color: #006;
}

.ReminderBox h4 {
margin: 0;
padding: 2px;
text-align: center;
background-color: #fff;
}

.ReminderBox p {
font-size: 80%;
padding: 0 8px 2px 8px;
line-height: 14px;
}

/* the super box */

.SuperBox {           
background-color: #FFF;
width: 75%;
border: 1px dotted #F0F0F0;
margin: 10px auto 12px auto;
color: #006;
padding: 3px 5px 3px 5px;
}
/* padding: 0 0 0 0;  */        

.SuperBox h4 {
margin: 0;
padding: 10px;
text-align: center;
background-color: #fff;
}

.SuperBox p {
font-size: 85%;
line-height: 15px;
padding: 0 10px 0 10px;
}

.SuperBox ul {
list-style-type: none;
line-height: 18px;
padding: 12px 12px 10px 17px;
margin: 0 0 0 0;
}



.AdSenseBoxLeft, .AdSenseBoxRight, .AdSenseBoxCenter468, .AdSenseBoxRightColumn {
padding: 2px;
background-color: #ffffff;
border: 0px;
}
.AdSenseBoxLeft {
margin: 5px 18px 12px 4px;
float: left;
}
.AdSenseBoxRight {
margin: 0 18px 12px 18px;
float: right;
}
.AdSenseBoxCenter468 {
width: 468px;
margin: 0 auto 12px auto;
clear: both;
}
.AdSenseBoxRightColumn {
padding: 0;
margin: 0 auto 12px auto;
clear: both;
}

.CallOutSearch {
background-color: #fff;
width: 90%;
border: 0px dotted #8f8fb3;
margin: 18px auto 24px auto;
padding: 5px;
}


.ReturnToNavBox {
background-color: #ffffff;
/* background-color: #F0F0F0; 
border-bottom: 0px solid #8f8fb3;
*/
width: 88%;
border: 1px dotted #e8e8e8;
margin: 0 auto 4px auto;
padding: 1px 2px 1px 12px;
font-size: 90%;
line-height: 15px;
}


/* -- RSS Box -- */

#RSSbox {
width: 148px;
background-color: #ffc;
border: 1px solid #8f8fb3;
margin: 8px auto 10px 3px;
padding: 2px 2px 10px 2px;
font-size: 100%;
font-weight: bold;
color: #1d487e;
line-height: 14px;
text-align: center;
}




/* ------ Section 8 - Frequently Used Styles ------ */


.clear {
clear: both;
}


img {
border: 0 solid #ddd;
}

.yellow {
background-color:#FFFF00;
}

p.ex2 {
font:Verdana normal 14px;
font-variant: small-caps;
}

p.quoter
{
font:italic normal 13px/20px Georgia,serif;
}

.blue {
color:#4088b8;
}

.gray {
color:gray;
}

.red {
color:red;
}


/* -- lists -- */

#CenterColumn ul {
list-style-type: none;
margin: 0 0 8px 10px;
}

#CenterColumn li {
background-image: url(../image-files/sqorange.gif);
background-repeat: no-repeat;
background-position: 0px 5px;
padding-left: 20px;
/* margin: 0 0 8px 5px; */ 
}


#CenterColumn ol {
list-style-type: decimal;
margin: 0 0 8px 10px;
}

#CenterColumn li {
margin: 0 0 8px 5px;
}

.list1 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.list1 a {
	padding-left: 9px;
	background: url(url here) no-repeat left center;
	font-size: 10px;
}

.list2 {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

.list2 li {
	margin-bottom: 8px;
}

.list2 a {
	padding-left: 9px;
	background: url(url here) no-repeat left center;
}




#menu li { 
list-style-type:none; 
margin:0 0 0.25em 0;  
} 
#menu a, #menu a:visited { 
display:block; 
width:9em; 
border:1px solid #808; 
font-family:arial, verdana, sans-serif; 
font-size:0.8em; 
text-align:center; 
text-decoration:none; 
background:#808; 
color:#eee; 
padding:0.25em; 
} 


/* -- floats -- */

.ItemRight {
float: right;
margin: 2px 0 12px 18px;
text-align: center;
}

.ItemCenter {
margin: 2px auto 12px auto;
text-align: center;
clear: both;
}

.ItemLeft {
float: left;
margin: 12px 16px 12px 0;
text-align: center;
}

.floatleft { float: left; margin: 0px 10px 5px 0px; }
.floatright { float: right; margin: 0px 0px 5px 5px; }

.center { 
text-align: center;
}

.center table { 
margin-left: auto;
margin-right: auto;
text-align: left;
}




/* -- tables -- */


table,td,th{
	border:1px solid #B8B8B8;
	border-collapse:collapse;
	font-family:  Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 107%;
	margin:0;
	padding:15px 5 px 5px 15px;
}
td,th{
	padding:.2em .5em;
	vertical-align:top;
	font-weight:normal;
}
thead th{
	text-transform:uppercase;
	background:#FFF;
	color:#fff;
}
tbody td{
	background:#FFFFFF;
}
tbody th{
	background:#999;
}
tbody tr.odd td{
	background:#eee;
}
tbody tr.odd th{
	background:#ccc;
}
caption{
	text-align:left;
	font-size:140%;
	text-transform:uppercase;
	letter-spacing:-1px;
}
table th a:link{
	color:#030;
}
table th a:visited{
	color:#003;
}
table td a:link{
	color:#369;
}
table td a:visited{
	color:#000;
}
table a:hover{
	text-decoration:none;
}
table a:active{
	color:#000;
}


#chinese {
font-family:  Verdana, Tahoma, Arial, Helvetica, sans-serif;
width:90%;
font-size: 13px;
border-collapse:collapse;
}
#chinese td, #customers th 
{
BORDER-RIGHT: #98bf21 1px solid; 
PADDING-RIGHT: 1px; 
BORDER-TOP: #98bf21 1px solid; 
PADDING-LEFT: 1px; 
FONT-SIZE: 1em; 
PADDING-BOTTOM: 1px; 
BORDER-LEFT: #98bf21 1px solid; 
PADDING-TOP: 1px; 
BORDER-BOTTOM: #98bf21 1px solid; 
text-align: center
}
#chinese th 
{
font-size:1.1em;
text-align:left;
padding-top:5px;
padding-bottom:4px;
background-color:#A7C942;
color:#ffffff;
}
#chinese TR.alt TD {
COLOR: #000000; BACKGROUND-COLOR: #eaf2d3
}

.xhead {background-color: #A7C942; VERTICAL-ALIGN: middle; height: 20px}
.xrow {background-color: #EAF2D3; VERTICAL-ALIGN: middle}
#chinese TD .ff {background-color: #66CCFF}

/* -- START: Lunar Calendar CSS -- */

#lunarcal td,#lunarcal td th{
border:0px solid #ffffff;
border-collapse:collapse;
padding:2px 2px 2px 2px;
}

#monthcell TD {
	FONT-SIZE: 11px; VERTICAL-ALIGN: top;  border-style: none
}
.monthname {
	FONT-WEIGHT: bold; WIDTH: 150px; BACKGROUND-COLOR: #c9ebf8; TEXT-ALIGN: center
}
#monthcell {
	 COLOR: #f1f1f1; BORDER-RIGHT: #f1f1f1 1px solid; PADDING-RIGHT: 1px; BORDER-TOP: #f1f1f1 1px solid; PADDING-LEFT: 1px; PADDING-BOTTOM: 2px; BORDER-LEFT: #f1f1f1 1px solid; PADDING-TOP: 2px; BORDER-BOTTOM: #f1f1f1 1px solid; WIDTH: 140px; HEIGHT: 140px; 
}

#monthcell tbody td{
	PADDING-RIGHT: 1px; PADDING-LEFT: 1px; PADDING-BOTTOM: 2px; PADDING-TOP: 2px;
}
#monthcell tbody th{
	FONT-WEIGHT: bold; WIDTH: 150px; BACKGROUND-COLOR: #ffffff; TEXT-ALIGN: center
}
.kw {
	FONT-SIZE: 10px; BACKGROUND-COLOR: #c9ebf8
}
.kw0 {
	BORDER-BOTTOM: #000000 1px solid; BACKGROUND-COLOR: #c9ebf8
}
.day {
	TEXT-ALIGN: right; BACKGROUND-COLOR: #f6f8fa
}
.days {
	FONT-WEIGHT: bold; COLOR: #d00000; BACKGROUND-COLOR: #f6f8fa; TEXT-ALIGN: right
}
.dayname {
	BORDER-BOTTOM: #000000 1px solid; BACKGROUND-COLOR: #f6f8fa; TEXT-ALIGN: center; FONT-WEIGHT: bold;
}

/* -- END: Lunar Calendar CSS -- #e0e0e0  c9ebf8   ffc080   #80c0ff */


/* -- SITE MAP Info */

#sitemapspecial {
border-collapse:collapse;
text-decoration: none;
}

#sitemapspecial a:hover {
color: red;
text-decoration: underline;
}


#cont{
margin:auto;
width:800px;
text-align:left;
}
.pager,.pager a {
background-color:#00AEEF;
color:#fff;
padding:3px;
}
.lhead {
background-color:#fff;
padding:3px;
font-weight:bold;
font-size:16px;
}
.lpart {
background-color:#f0f0f0;
padding:0px;
}
.lpage {
font:normal 11px verdana;
}
.lcount {
background-color:#00AEEF;
color:#fff;
padding:2px;
margin:2px;
font:bold 12px verdana;
}
a.aemphasis {
color:#009;
font-weight:bold;
}




