@charset "utf-8";
html { 

}


body  {
	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-color: #3E3E3E;
	background-repeat: repeat-x;
	padding-top: 15px;
	/*height: 100%;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: normal;
}
.thrColAbsHdr #container {
	/*position: fixed;  adding position: relative allows you to position the two sidebars relative to this container */
	width: 1000px;
	margin: 0 auto -15px;
	text-align: center; /* this overrides the text-align: center on the body element. */
	padding-top: 0px;
	background-color: #FFFFFF;
	border: 4px solid #ffffff;
	/*min-height: 100%;
	height: 100%;
	height: 100%;*/
} 

/* Tips for absolutely positioned sidebars with header and footer:
1. Absolutely positioned (AP) elements must be given a top and side value, either right or left. (As a default, if no top value is given, the AP element will begin directly after the last element in the source order of the page. This means, if the sidebars are first element in the #container in the document's source order, they will appear at the top of the #container even without being given a top value. However, if they are moved later in the source order for any reason, they'll need a top value to appear where you desire.
2. Absolutely positioned (AP) elements are taken out of the flow of the document. This means the elements around them don't know they exist and don't account for them when taking up their proper space on the page. Thus, an AP div should only be used as a side column if you are sure the middle #mainContent div will always contain the most content. If either sidebar were to contain more content, that sidebar would run over the bottom of the parent div, and in this case the footer as well, and the sidebar would not appear to be contained.
3. If the above mentioned requirements are met, absolutely positioned sidebars can be an easy way to control the source order of the document.
4. If the source order is changed, the top value should be equal to the height of the header since this will cause the columns to visually meet the header.
*/
.thrColAbsHdr #header {
	height: 200px;
	padding: 0 0px 0 0px;
	width: 1000px;
} 
.thrColAbsHdr #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 */
}
.thrColAbsHdr /* Tips for absolutely positioned sidebars with header and footer:
1. Absolutely positioned (AP) elements must be given a top and side value, either right or left. (As a default, if no top value is given, the AP element will begin directly after the last element in the source order of the page. This means, if the sidebars are first element in the #container in the document's source order, they will appear at the top of the #container even without being given a top value. However, if they are moved later in the source order for any reason, they'll need a top value to appear where you desire.
2. Absolutely positioned (AP) elements are taken out of the flow of the document. This means the elements around them don't know they exist and don't account for them when taking up their proper space on the page. Thus, an AP div should only be used as a side column if you are sure the middle #mainContent div will always contain the most content. If either sidebar were to contain more content, that sidebar would run over the bottom of the parent div, and in this case the footer as well, and the sidebar would not appear to be contained.
3. If the above mentioned requirements are met, absolutely positioned sidebars can be an easy way to control the source order of the document.
4. If the source order is changed, the top value should be equal to the height of the header since this will cause the columns to visually meet the header.
*/
 #navbar {
	height: 34px;
	padding: 4px 0px 0 0px;  /* 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. */
	vertical-align: baseline;
	background-color: #FFFFFF;
} 
.Menu/* SpryTabbedPanels.css - Revision: Spry Preview Release 1.4 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/* Horizontal Tabbed Panels
 *
 * The default style for a TabbedPanels widget places all tab buttons
 * (left aligned) above the content panel.
 */

/* This is the selector for the main TabbedPanels container. For our
 * default style, this container does not contribute anything visually,
 * but it is floated left to make sure that any floating or clearing done
 * with any of its child elements are contained completely within the
 * TabbedPanels container, to minimize any impact or undesireable
 * interaction with other floated elements on the page that may be used
 * for layout.
 *
 * If you want to constrain the width of the TabbedPanels widget, set a
 * width on the TabbedPanels container. By default, the TabbedPanels widget
 * expands horizontally to fill up available space.
 *
 * The name of the class ("TabbedPanels") used in this selector is not
 * necessary to make the widget function. You can use any class name you
 * want to style the TabbedPanels container.
 */
 {
	margin: 0px;
	clear: none;
	margin-top: 0px;
	height: 34px;
	margin-left: 0px;
	outline: none;
	display: block;
	float: left;
	position: relative;
	width: 806px;
}
.MenuTabBlank
 {
	-moz-user-select: none;
	-khtml-user-select: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	text-align: center;
	position: relative;
	float: left;
	outline: none;
	display: block;
	width: 130px;
}
.MenuTab
 {
	-moz-user-select: none;
	-khtml-user-select: none;
	color: #333333;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	text-align: center;
	position: relative;
	float: left;
	outline: none;
	display: block;
	height: 32px;
	padding-top: 2px;
	background-color: #999999;
	border: 1px solid #ffffff;
	width: 130px;
}
.MenuTab    A {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	outline: none;
	width: 130px;
}
.MenuTab2
 {
	position: relative;
	float: left;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-bottom: 0px;
	height: 32px;
	display: block;
	outline: none;
	padding-top: 2px;
	border: 1px solid #ffffff;
	background-color: #680809;
	width: 130px;
}
.MenuTab2   A {
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	outline: none;
	width: 130px;
}
.MenuTab2:hover {
	outline: none;
	background-color: #666666;
	border: 1px solid #ffffff;
	width: 130px;
}
.thrColAbsHdr #sidebar1 {
	/*position: absolute;*/
	float:left;
	top: 242px;
	left: -12px;
	width: 161px; /* 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: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 15px 10px 15px 20px; /* padding keeps the content of the div away from the edges */
	height: 294px;
	background-image: url(JEFF_LOGO2.jpg);
	background-color: #99FF66;
}
.thrColAbsHdr #sidebar2 {
	/*position: fixed;*/
	float:right;
	top: 267px;
	right: 12px;
	width: 154px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 9px 5px 15px 25px;
	font-size: x-small;
	line-height: 10px;
	background-color: #FFFFFF;
	color: #FFFFFF;
	height: 128px;
	font-style: normal;
}
.thrColAbsHdr #mainContent {
	margin: 200px; /* 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. */
	padding: 0 23px 50px 26px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
}
.thrColAbsHdr  #mainContent h1 {
	font-size: 18px;
	font-weight: bold;

}
.thrColAbsHdr  #mainContentmenu {
	margin: 0 200px; /* 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. */
	padding: 0 23px 0px 26px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
}
.thrColAbsHdr   #mainContentmenu p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.thrColAbsHdr   #mainContentmenu  h1 {
	font-size: 14px;
	font-weight: bold;

}
.thrColAbsHdr  #mainContent2 {
	margin: 0 160px; /* 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. */
	padding: 0 40px 0px 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
}
.thrColAbsHdr  #mainContentmap {
	margin: 0px; /* 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. */
	padding: 7px 0px 4px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
}
.thrColAbsHdr #footer {
	padding: 0 10px -10px 10px;
	height: 50px;
	border-top: 1px solid #ffffff;
	background-color: #CCCCCC;
	color: #999999;
} 

.thrColAbsHdr #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: 5px 10px 10px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 14px;
	color: #000000;
	font-weight: bolder;
}
.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;
}

