@charset "utf-8";
body  {
	font: 100% 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 wrapper in IE 5* browsers. The text is then set to the left aligned default in the #wrapper selector */
	color: #000000;
}
img {border: none;}

.thrColFixHdr #wrapper {
	width: 965px;
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left;  /* this overrides the text-align: center on the body element. */
	background: #FFFFFF url(../images/bg-linen2.gif);
	font-size: 14px;
} 
.thrColFixHdr #header {
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #003366;
	height: 180px;
} 
.thrColFixHdr #header h1 {
	font-size:18px;
	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 */
	color: #336699;
}
.thrColFixHdr #content {
	width: 965px; /* the background color will be displayed for the length of the content in the column, but no further */
}
.thrColFixHdr #titleBar {
	float:right;
	width: 720px;
	height: 40px;
	padding-bottom: 10px; /* the background color will be displayed for the length of the content in the column, but no further */
}
.thrColFixHdr #mainNav {
	float: left; /* since this element is floated, a width must be given */
	width: 215px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 0px 20px 10px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #rgtContent {
	float: right; /* since this element is floated, a width must be given */
	width: 330px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 15px 10px; /* padding keeps the content of the div away from the edges */
}
.thrColFixHdr #lftContent { 
	float: left;
	margin-left: 20px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #lftContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 10px 0px 10px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 360px;
} 
.thrColFixHdr #lftContentWide { 
	float: left;
	margin-left: 20px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #lftContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 10px 0px 10px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: 660px;
} 

.thrColFixHdr #footer {
	padding: 0;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #336699;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #003366;
	border-bottom-color: #003366;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}	 
.thrColFixHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	color: #FFFFFF;
	font-weight: bold;	
}
.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 wrapper that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
/*The following is for the navigation system*/


.thrColFixHdr #wrapper #content #navMenu ul {
}
.thrColFixHdr #wrapper #content #mainNav #navMenu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.thrColFixHdr #wrapper #content #mainNav #navMenu li {
  display: inline: /* :KLUDGE: Removes large gaps in IE/Win */
}

.thrColFixHdr #wrapper #content #mainNav #navMenu a {
  display: block;
  width: 200px;
  height 24px;
  line-height: 23px;
  color: #036;
  text-decoration: none;
  background: #94B8E9 url(../images/pixy-rollover.gif) no-repeat left bottom;
  text-indent: 40px;
  text-transform: uppercase;
  font-size: 12px;
}

.thrColFixHdr #wrapper #content #mainNav #navMenu a:hover {
  background-color: #369;
  background-position: right bottom;
  color: #fff;
}

.thrColFixHdr #wrapper #content #mainNav #navMenu .selected a {
  background-color: #369;
  background-position: right bottom;
  color: #fff;
}
.thrColFixHdr #wrapper #content #mainNav #navMenu .first a {
  height: 24px;
  line-height: 24px;
}
.thrColFixHdr #wrapper #content #mainNav #navMenu .nav {
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	color: #CC0000;
}
.thrColFixHdr #wrapper #content #mainNav #adobe{
	width= 215px;
}
.thrColFixHdr #wrapper #content #mainNav #sidebarBottom #quickLinks p, a{
	font-size: 10px;
}
.thrColFixHdr #wrapper #content #mainNav #sidebarBottom {
}
/*secNav is square button approach. In use*/


.thrColFixHdr #secNav ul {
  margin: 0;
  padding: 0;
  float: left;
  width: 710px;
  background: #CC9966 url(../images/mainNavBg.gif) repeat-x;
  list-style: none;
  text-transform: uppercase;
}

.thrColFixHdr #secNav ul li {
  float: left;
}


/* Hack to make IE/Mac play nice */
.thrColFixHdr #secNav li a {
  font-size: 14px;
  padding: 0 1.0em;
  line-height: 2.1em;
  background: url(../images/mainNavBorder.gif) repeat-y left top;
  text-decoration: none;
  color: #fff;
  float: left;
  display: block;
}
.thrColFixHdr #secNav ul .selected a{ 
  font-weight: 600;
  color: #036;
}
.thrColFixHdr #secNav ul a:hover { 
  color: #369;
}
.thrColFixHdr #secNav ul li a:hover { 
  color: #369;
}
.thrColFixHdr #secNav ul .first a {
  background: none;
}
.thrColFixHdr #secNav {
}

 #footer a {
 color: #B4CEF0;
 text-decoration: none;
 }
 #footer a:hover {
 color: #FFFFFF;
 text-decoration: underline;
 } 
 
 #searchBox {
 margin: 5px 0;
 }

#cse-search-results iframe {
width: 700px;
}