/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
	background-color: #997b63;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
	padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	text-align: center; /* Centers the page content container in IE 5 browsers. */
	background-image: url(../images/pageBG03.jpg);
	background-repeat: repeat-x;
}
/* Commonly used to style page titles. */
h1 {
	color: #538053;
	font-size: 22px;
	font-weight: bold;
	line-height: normal;
	font-family: "Times New Roman", Times, serif;
}
/* Commonly used to style section titles. */
h2 {
	color: #538053;
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
	font-family: "Times New Roman", Times, serif;
}
h3 {
	font-size: 14px;
	line-height: normal;
	color: #538053;
}
/* Sets the style for unvisited links. */
a,  a:link {
	color: #0000FF;
	text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
	color: #0000FF;
	text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
	color: #0000FF;
	text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
	color: #0000FF;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
	color: #0000FF;
}
#apDiv1 {
	position:absolute;
	width:150px;
	height:360px;
	z-index:auto;
	top: 30px;
	left: 410px;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	text-align: left; /* Redefines the text alignment defined by the body element. */
	width: 904px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/pageBG02.jpg);
	background-color: #997b63;
	background-repeat: repeat-x;
	padding-right: 20px;
	padding-left: 20px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#outerWrapper #header {
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	background-image: url(../images/geeLogo02.jpg);
	height: 100px;
	width: 902px;
	background-repeat: no-repeat;
	background-position: center;
	padding: 0px;
}
#outerWrapper #headerHome {
	font-size: 18px;
	font-weight: bold;
	line-height: 15px;
	background-color: #ffffff;
	height: 190px;
	width: 901px;
	background-repeat: no-repeat;
	background-position: center;
	padding: 0px;
	border-top: 2px solid #000000;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
}
#outerWrapper #topNav {
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	background-image: url(../images/topNavbg.jpg);
	background-repeat: repeat-x;
	height: 20px;
	width: 889px;
	padding: 6px;
	border-top: 2px solid #000000;
	border-left: 2px solid #000000;
	border-right: 2px solid #000000;
	z-index: 2;
}
#outerWrapper #topNav a, #outerWrapper #topNav a:link, #outerWrapper #topNav a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#outerWrapper #contentWrapper {
	background-image: url(../images/graph-paper.gif);
	background-repeat: repeat;
	width: 901px;
	border: 2px solid #000000;
}
#outerWrapper #contentWrapper #leftColumn1 {
	float: left;
	padding: 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 200px;
}
#outerWrapper #contentWrapper #rightColumn1 {
	float: right;
	padding: 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 200px;
}
#outerWrapper #contentWrapper #rightColumn1 .innerRight {
	padding: 10px;
	background-color: #FFFFFF;
	border: 1px solid #99cc99;
	width: 157px;
	margin-top: 19px;
	margin-left: 10px;
}
#outerWrapper #contentWrapper #leftColumn1 .innerLeftMenu 
{
	padding: 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 157px;
	margin-top: 19px;
	margin-right: 10px;
	margin-left: 11px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	border: 1px solid #99cc99;
}
#outerWrapper #contentWrapper #leftColumn1 .innerLeftMenu a, #outerWrapper #contentWrapper #leftColumn1 .innerLeftMenu a:link {
	color: #538053;
	text-decoration: none;
	padding: 3px;
}
#outerWrapper #contentWrapper #leftColumn1 .innerLeftMenu a:hover {
	color: #538053;
	text-decoration: underline;
	padding: 3px;
}
#outerWrapper #contentWrapper #leftColumn1 .innerLeft {
	padding: 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 157px;
	margin-top: 19px;
	margin-right: 10px;
	margin-left: 11px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	border: 1px solid #99cc99;
}
#outerWrapper #contentWrapper #leftColumn1 .innerLeft-noTop {
	padding: 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	width: 157px;
	margin-right: 10px;
	margin-left: 11px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	border: 1px solid #99cc99;
}
#outerWrapper #contentWrapper #rightColumn1 .innerRight-noTop {
	padding: 10px;
	background-color: #FFFFFF;
	border: 1px solid #99cc99;
	width: 157px;
	margin-left: 10px;
}
#outerWrapper #contentWrapper #rightColumn1 .innerRight-noBG {
	width: 157px;
	margin-top: 19px;
	margin-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
h4 {
	font-size: 12px;
	font-weight: bold;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
	margin-top: 19px;
	margin-right: 210px;
	margin-left: 210px;
}
#outerWrapper #contentWrapper #contentWide {
	margin-top: 19px;
	margin-right: 10px;
	margin-left: 210px;
}
#outerWrapper #contentWrapper #contentFullWide {
	margin-top: 19px;
	margin-right: 10px;
	margin-left: 10px;
}
#outerWrapper #contentWrapper #content .innerContent {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #99cc99;
	border-bottom-color: #99cc99;
	border-left-color: #99cc99;
	border-top-width: 1px;
	border-top-color: #99cc99;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#outerWrapper #contentWrapper .innerContentFull {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #99cc99;
	border-bottom-color: #99cc99;
	border-left-color: #99cc99;
	border-top-width: 1px;
	border-top-color: #99cc99;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 19px;
	margin-right: 11px;
	margin-left: 11px;
}
#outerWrapper #contentWrapper #contentWide .innerContent {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #99cc99;
	border-bottom-color: #99cc99;
	border-left-color: #99cc99;
	border-top-width: 1px;
	border-top-color: #99cc99;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#outerWrapper #contentWrapper #contentFullWide .innerContent {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #99cc99;
	border-bottom-color: #99cc99;
	border-left-color: #99cc99;
	border-top-width: 1px;
	border-top-color: #99cc99;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#outerWrapper #contentWrapper #content .innerContentLeft {
	float: left;
	width: 209px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #99cc99;
	border-bottom-color: #99cc99;
	border-left-color: #99cc99;
	border-top-width: 1px;
	border-top-color: #99cc99;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#outerWrapper #contentWrapper #content .innerContentRight {
	float: right;
	width: 209px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #99cc99;
	border-bottom-color: #99cc99;
	border-left-color: #99cc99;
	border-top-width: 1px;
	border-top-color: #99cc99;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
/* Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated element and before the close of the container with floated elements. */
#outerWrapper #contentWrapper .clearFloat {
  clear: both;
  display: block;
}
#outerWrapper #footer {
	padding: 10px;
}
#outerWrapper #footer a, #outerWrapper #footer a:visited, #outerWrapper #footer a:active, #outerWrapper #footer a:link  {
	color: #FFFFFF;
	text-decoration: none;
}
#outerWrapper #footer a:hover  {
	color: #FFFFFF;
	text-decoration: underline;
}
.foo {} /* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

/* This style sheet is intended to contain RARELY CHANGED rules used when the Menu control adapter is enabled. */
/* These rules correspond to the "pure CSS menu" technique that have been evolving over the past several years. */ 
/* See WhitePaper.aspx for details. */

ul.AspNet-Menu 
{
    position: relative;
}


ul.AspNet-Menu, 
ul.AspNet-Menu ul
{
    margin: 0;
    padding: 0;
    display: block;

}

ul.AspNet-Menu li
{
    position: relative;
    list-style: none;
    float: left;
}

ul.AspNet-Menu li a,
ul.AspNet-Menu li span
{
    display: block;
    text-decoration: none;
}

ul.AspNet-Menu ul
{
    position: absolute;
    visibility: hidden;    
}

/* Add more rules here if your menus have more than three (3) tiers */
ul.AspNet-Menu li:hover ul ul,
ul.AspNet-Menu li.AspNet-Menu-Hover ul ul
{
    visibility: hidden;
}

/* Add more rules here if your menus have more than three (3) tiers */
ul.AspNet-Menu li:hover ul,
ul.AspNet-Menu li li:hover ul,
ul.AspNet-Menu li li li:hover ul,
ul.AspNet-Menu li.AspNet-Menu-Hover ul,
ul.AspNet-Menu li li.AspNet-Menu-Hover ul,
ul.AspNet-Menu li li li.AspNet-Menu-Hover ul
{
    visibility: visible;
}

.AspNet-Menu-Vertical ul.AspNet-Menu li
{
    width: 100%;
}
.adjustedZIndex {
    z-index: 1000;
}