@charset "utf-8";

body  {
	font: 100% Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding */
		/* of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. */
		/* The text is then set to the left aligned default in the */
		/* #container selector */
	color: #000000;
	background: url(../images/background.gif) repeat;
}
#container { 
	width: 980px;  /* using 20px less than a full 800px width allows for */
		/* browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center */
		/* the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body */
		/* element. */
} 
#header { 
	padding: 0;
	margin: 0;
	height: 197px;
	width:  980px;
	background: url(../images/header.gif) no-repeat;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div */
		/* will avoid margin collapse - an unexplainable space between divs. */
		/* If the div has a border around it, this is not necessary as that also */
		/* avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the */
		/* element away from the edges of the div */
}
#mainContentArea {
	background: url(../images/fill_main.gif) repeat-y;
	height: 100%;
	padding: 0;
	margin: 0;
}
#pageContentArea {
	background: url(../images/fill_page.gif) repeat-y;
	height: 100%;
	padding: 0;
	margin: 0;
}
#sidebar1 {
	float: right; 
	width: 218px; /* the actual width of this div, in standards-compliant browsers, */
		/* or standards mode in Internet Explorer will include the padding and */
		/* border in addition to the width */
	padding: 0 15px 0 7px;
	margin: 0;
}
#mainContent { 
	float: left;
	width: 725px;
	height: 100%;
	margin: 0; /* the left margin on this div element creates the column down the */
		/* left side of the page - no matter how much content the sidebar1 div */
		/* contains, the column space will remain. You can remove this margin */
		/* if you want the #mainContent div's text to fill the #sidebar1 space */
		/* when the content in #sidebar1 ends. */
	padding: 0 0 0 10px; /* remember that padding is the space inside the div box */
		/* and margin is the space outside the div box */
} 
#pageContent { 
	width: 925px;
	height: 100%;
	margin: 0; /* the left margin on this div element creates the column down the */
		/* left side of the page - no matter how much content the sidebar1 div */
		/* contains, the column space will remain. You can remove this margin if */
		/* you want the #mainContent div's text to fill the #sidebar1 space when */
		/* the content in #sidebar1 ends. */
	padding: 1px 1px 10px 10px; /* remember that padding is the space inside the div */
		/* box and margin is the space outside the div box */
} 
#footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements */
		/* in the divs that appear above it. */
	height: 200px;
	background:  url(../images/footer.gif) no-repeat;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the */
		/* possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin */
		/* would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element */
		/* must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the */
		/* final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#tabcontainer {
	margin: 0 0 0 15px;
	padding: 0;
	margin: 10px 0 0 23px;
	z-index: 1;
}

h3.header-address {
	position: absolute;
	margin: 30px 0 0 440px;
	z-index: 1;
	font-size:1.1em; font-weight:bold;
}

a.pcusa {
	display:block;
	background:url(../images/pcusa.gif) top no-repeat;
	width:114px;
	height:115px;
	text-decoration:none;
}
a.pcusa:hover {
	background-position:bottom;
}
a.pcusa span {
	display: none;
}

table.headerbox {
	height: 195px;
}

form.searchbox {
	text-align: left;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

p.footer-text {
	font-size: 1em;
	text-align: center;
}

ul.tabs a:link, ul.tabs a:visited, ul.tabs a:active 
	{ text-decoration:none; color:white; }  

ul.tabs a:hover, ul.tabs a:focus     
	{ color: #3B5A6F; background: #EAF5F7; }

ul.tabs a { display:block; }

ul.tabs { padding: 0; margin: 0; }

ul.tabs li    { float:left; list-style-type:none; margin-left: 1px; }

ul.tabs *.tab-label { border:1px solid black; margin: 0 0 -7px 2px;
	padding:  2px 2px 2px 2px; cursor:pointer; background: #3B5A6F;
	font-weight:normal; text-align:center; font-size:1em; } 

ul.tabs li.selected *.tab-label { position:relative; border-bottom:none; 
           top:1px; padding-bottom:4px; cursor:auto;
           padding-top:5px; border-top:2px solid black; margin-top:-5px; 
           background: #FFFFFF; font-weight:bold; }

ul.subtabs a:link, ul.subtabs a:visited, ul.subtabs a:active 
                    { }  

ul.subtabs a:hover, ul.subtabs a:focus     
                    { }

ul.subtabs a           { display:block; }

ul.subtabs       { padding:0; margin:0; }

ul.subtabs li    { float:left; list-style-type:none; margin-left: 1px; }

ul.subtabs *.tab-label { margin:0; cursor:pointer; padding-left: 2px;
	padding-right: 2px; padding-bottom:2px; padding-top:2px; 
	font-weight:normal; text-align:center; } 

ul.subtabs *.tabset-label { position: relative; width: 150px; padding: 0;
	margin: 0; }

ul.subtabs li.selected *.tab-label { cursor: auto; font-weight: bold; }

br.no-show { display: none; }

h1.no-show { display: none; }

p.no-show {	display: none; }

br.ifie { display: none; }

@media print {
	#header { display: none; } 
	#footer { display: none; }
	#mainContent { float: none !important; width: 100%; }
	#pageContent { float: none !important; width: 100%; }
	#sidebar1 { float: none !important; width: 100%; margin-top: 3em; }
	ul.subtabs { display: none; }
}

