body {
	background-color: #FFF;
	/*we use an abssolute url for NN4 followed by a relative url for modern browsers*/
	background-image:  url(../img/geo_pbg.gif);
		background-repeat: repeat-x;
	/*css shorthand values: Top Right Bottom Left */
	margin: 121px 10% 36px 238px;
	padding: 0;
}

/*font family for page*/
div, p, td, ul {
	font-family: "Trebuchet MS", Arial, sans-serif;
}

/*Contains Logo at top of Page*/
#HeaderDiv {
	position:absolute; 
	left:0px; 
	top:0px; 
	width:504px; 
	z-index:50;
}

/* Connects the Header DIV to the main content and navigation divs*/
#ConnectDiv {
	position:absolute; 
	left:236px; 
	top:48px; 
	width:165px; 
	z-index:50;
}

/* Div that sits atop the navigation menu*/
#NavTopperDiv {
	position:absolute; 
	left:36px; 
	top:48px; 
	width:185px; 
	z-index:50;
}


/*the thick border above the main content Div (cDiv) */
#contentCap {
	background-color: #333333;
	margin: 0 0 2px 0;
	min-width: 400px;
}

/* The main content Div */
#cDiv {
	padding: 8px 36px 24px 36px;
	font-size: 12px;
	border-top: 1px solid #A2ADA0;
	border-right: 1px solid #A2ADA0;
	border-bottom: 6px solid #333;
	border-left: 1px solid #A2ADA0;
	margin: 0;
	min-width: 325px;
}
#cDiv a:link {color:#003333;}
#cDiv a:visited {color:#666633;}
#cDiv a:hover {color:#003300;}

h1 {
	font-size: 18px;
	margin: 0;
	color: #8E9B8C;
	/*/*/font-size: 18px;
	letter-spacing: .5em; /* */
}
h2 {
	font-size: 18px;
	margin: 36px 0 0 0;
	color: #8E9B8C;
	/*/*/font-size: 16px;
	letter-spacing: .3em;  /* */
}

/*The Footer DIV*/
#footer {
	color: #CCC;
	width: 375px;
	padding: 0px;
	margin: 0 0 0 25px;
	background-color: #333333;
	font-size: 11px;
	color: #CCC;
	padding-bottom: 4px;
	padding-top: 2px;

}
#footer a:link,#footer a:visited {
	color: #CCFFCC;
	text-decoration: none;
}
#footer a:hover {
	color: #000000;
	text-decoration: none;
	background-color: #CCCCCC;
}

/*Contains the Expand All and Collapse All controls*/
#CtrlDiv {
	position:absolute;
	left:14px;
	top:162px;
	width:22px;
	visibility: hidden;
	/*/*/visibility: visible; /* */
}

/*fixes image display bug in Netscape 6 for images in the CtrlDiv*/
#CtrlDiv img {
	display: block; 
}


/*Container Div for the navigation Menu*/
#navDiv {
	position:absolute; 
	left:36px; 
	top:288px; 
	width: 200px;
	z-index:100;
}

/* The navigation Div*/
#p7TMnav  {
	/*/*/background-color: #B5BDB3; /* */
}

/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div a {
	color: #333333;
	font-size: 16px;
}

/*The Link style for top-level menuitems hidden from Netscape 4*/
#p7TMnav div a {
	/*/*/color: #FFFFFF;
	font-size: 13px;
	background-color: #333333;
	padding: 2px 8px 1px 32px;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #FFFFFF; /* */
}

#p7TMnav div a:hover {
	color: #FFCC66;
	background-color: #666666;
}

/*The Link styles for second-level menuitems*/
#p7TMnav div div a {
background-color:transparent;
	color: #000000;
	font-size: 13px;
	border-bottom: 1px solid #FFFFFF;
	padding: 2px 2px 1px 38px;
}
#p7TMnav div div a:hover {
	color: #666666;
	background-color: #FFCC99;
}

/*The Link style for third-level menuitems and lower*/
#p7TMnav div div div a {
	font-size: 13px;
	color: #FFFFFF;
	background-color: #996666;
}

/*The Link style for fourth-level menuitems and lower*/
/*To set a specific style for the fifth level, add a div to the selector*/
/*Fifth-level example syntax: p7TMnav div div div div div a {declaration}*/
#p7TMnav div div div div a {
	font-size: 10px;
}

/*rules programatically assigned to parent links when image-based plus and minus option is selected. The padding on the 4 following rules supercedes (via !important) the padding on the p7TMnav div a selector when you've chosen the option to use images for the plus and minus signs*/
.p7plusmark {
	background-repeat: no-repeat;
	background-image:    url(../bonus_sites/geometrics/assets/p7geo_plus.gif);
	background-position: 0 50%;

}
.p7minusmark {
	background-repeat: no-repeat;
	background-image:    url(../img/p7geo_minus.gif);
	background-position: 0 50%;
}

/*rule programatically assigned to child links when image-based plus and minus option is selected*/
.p7defmark {
	background-image:  none;
}

/*rules programatically assigned to page link correesponding to current page (You are Here)*/
a.p7currentmark {
	font-weight: bold;
	background-color: #E5BD84 !important;
	color: #666666!important;
	letter-spacing: 3px;
	background-repeat: no-repeat;
	background-image:    url(../img/p7geo_here.gif);
	background-position: 0 50%;
}
h3 {
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12px;
	color: #333300;
}
.img_space {
	margin: 3px 0px 5px 5px;
}
#dateDiv {
	background-color: #FFFFFF;
	display: block;
	position: relative;
	top: 0px;
	right: 0px;
	font-size: 85%;
	font-weight: bold;
}
