@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666;
	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;
}

a img {
	border: none;
}

#container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
/*	border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header {
} 
#header #blackbar {
	width: 900px;
	height: 15px;
	background: #000;
}
#header .colorbox {
	width: 25px;
	height: 25px;
	float: right;
	margin-bottom: 10px;
}

#header #graybox { background: gray; }
#header #blackbox { background: black; }
#header #bluebox { background: blue; }
#header #cyanbox { background: cyan; }
#header #greenbox { background: green; }
#header #yellowbox { background: yellow; }
#header #orangebox { background: orange; }
#header #redbox { background: red; }
#header #magentabox { background: magenta; }

#header #search {
	clear: right;
	float: right;
	font-size: 10px;
	margin-right: 10px;
}
	
#header #search input.searchbutton {
	color: #FFF;
	background-color: #999;
	border: none;
	font-weight: bold;
}

#header #search input.searchtext {
	border: #000 solid 1px;
}

#header #toplinks {
	clear: right;
	float: right;
	margin: 10px 20px 0 0;
}

#header #toplinks a {
	color: #000;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
}

#header #toplinks a:hover {
	text-decoration: underline;
}

#header #logo {
	margin-top: 8px;
	margin-left: 25px;
}
#header #menubar {
	background-image:url(../img/menu_gradient.png);
	width: 900px;
	height: 30px;
	margin-bottom: 8px;
	font-weight: bold;
	line-height: 30px;
}

#header #photostrip {
	font-family: "Myriad Web Pro", "Myriad Pro", Myriad, Verdana, Arial, Helvetica, sans-serif;
	text-shadow: #000 2px 2px;
	font-weight: bold;
	font-size: 60px;
	color: #FFF;
	line-height: 144px;
	padding-left: 20px;
	width: 880px;
	height: 144px;
	clear: both;
	background-repeat: no-repeat;
	background-color: #000;
}
#leftSidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 230px; /* 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 */
/*	background: #EBEBEB; the background color will be displayed for the length of the content in the column, but no further */
	padding: 25px 10px 15px 20px;
}

#KBRightSidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 259px; /* 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 */
/*	background: #EBEBEB; the background color will be displayed for the length of the content in the column, but no further */
	padding: 25px 25px 15px 25px;
}

#rightSidebar {
	float: right; /* since this element is floated, a width must be given */
	width: 290px; /* 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 */
/*	background: #EBEBEB; the background color will be displayed for the length of the content in the column, but no further */
	padding: 25px 25px 15px 25px;
}

#leftSidebar img {
	margin-bottom: 25px;
}

#rightSidebar img {
	margin-bottom: 10px;
}

#rightMainContent { 
	margin: 25px 0 0px 260px; /* 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 25px 0 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	border-left: 1px solid #000;
} 
#rightMainContent h1 {
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
}
#rightMainContent p {
	font-size: 12pt;
	margin: 0 0 0.75em 0px;
	text-indent: 1.5em;
}

#leftMainContent { 
	margin: 35px 0 15px 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. */
    width: 525px;
	padding: 0 0 0 25px;  /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size: 12pt;
} 
#leftMainContent h1 {
	font-size: 18pt;
	font-weight: bold;
}
#leftMainContent h2 {
	font-size: 12pt;
	font-weight: normal;
}

#leftMainContent p {
	margin: 0 0 0.75em 0px;
	text-indent: 1.5em;
}

#KBHeader {
/*	background-image: url(../img/wow/wow_banner.gif);
	height: 126px;
	font-family: "Myriad Web Pro", "Myriad Pro", Myriad, Verdana, Arial, Helvetica, sans-serif;
	width: 560px;*/
	margin-bottom: 15px;
}

#KBEntry h1 {
	font-size: 18pt;
	font-weight: bold;
	text-align: center;
}

#KBEntry h2 {
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
}


#KBEntry p {
	font-size: 12pt;
	margin: 0 0 0.75em 0px;
	text-indent: 1.5em;
}

#KBListings  h3 {
	font-size: 12pt;
	font-weight: bold;
	border-bottom-style: solid;
	border-bottom-size: 3px;
	margin: 0 0 0 10px;
}

#KBListings  ul {
	list-style-type: none;
	list-style-position: outside;
/*	margin-left: -15px;*/
}

#KBListings a {
	font-size: 10pt;
	text-decoration: none;
	color: #900;
}

#KBListings a:hover {
	text-decoration: underline;
}

#KBListings p {
	margin: 0 0 0.666em 0;
	font-size: 9pt;
	font-style: italic;
}
#KBPrevNext {
	position: relative;
	margin-top: 20px;
}

#KBPrevNext a {
	font-size: 10pt;
	text-decoration: none;
	color: #900;
}
#KBPrevNext a:hover {
	text-decoration: underline;
}
#KBPrevNext .textright {
	right: 0;
	position: absolute;
	width: 50%;
	text-align: right;
}
#KBPrevNext .textleft {
	left: 0;
	position: absolute;
	width: 50%;
	text-align: left;
}

#footer { 
	padding: 0 20px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-image: url(../img/footer_gradient.png);
	background-repeat:repeat-x;
	height: 36px;
} 
#footer p, #footer a {
	color: #FFF;
	font-size: 11px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	line-height: 36px;
/*	padding: 10px 0;  padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.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;
}
.clearrt {
	clear: right;
}
#KBArchives {
	background-image: url(../img/pkb_archives.png);
	background-repeat: no-repeat;
	padding-top: 50px;
	height: 189px;
	margin-bottom: 25px;
}

#KBArchives ul {
	margin-left: -15px;
	font-size: 12px;
	font-weight: normal;
	color: #39F;
	list-style-type: none;
	list-style-position: outside;
}

#KBArchives a {
	text-decoration: none;
	color: #39F;
}

#KBArchives a:hover {
	text-decoration: underline;
}

#capabilities h1 {
	margin-bottom: 40px;
}

#capabilities table {
	font-size: 10pt;
	text-align: left;
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	border: 0px;
}
#capabilities th {
	text-align: left;
	text-decoration: underline;
	font-weight: normal;	
}
#capabilities .sectionHeadTable caption {
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
}
#capabilities .sectionHead {
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 10px;
}
#capabilities .equipment {
	font-style:italic;
	font-size: 12pt;
}
#capabilities .description {
	font-size: 10pt;
}
#capabilities .materialsTable caption {
	font-size: 12pt;
	text-align: left;
}
#capabilities hr {
	border: thick 1px #000;
	margin-bottom: 20px;
}