/* high tech high gse website - Stylesheet


*/



body {
	font: 100% Arial, "Trebuchet MS", Geneva, Helvetica, SunSans-Regular, sans-serif;;
	background: white url(http://www.hightechhigh.org/jpegs/insideBG.jpg) repeat-x;
	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 { color: #4988d7; font-family: "lucida grande", verdana, sans-serif; font-style: normal; font-variant: normal; text-decoration: none; }
a:hover { color: #1671e4; text-decoration: underline; }


.GSEweb #container { width: 55em;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #ffffff; margin: 0 auto 25px; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; border-left: 1px dotted #d7d4d4; border-bottom: 1px solid #d7d4d4; border-right: 1px dotted #d7d4d4; border-top-width: 0; /* this overrides the text-align: center on the body element. */
}
.GSEweb #MSG { background-color: #ededcd; }

.GSEweb #header { background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; height: 90px; padding: 0 10px 0 20px;  /* 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. */
} 
.GSEweb #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 */
}
.GSEweb #mainContent { font-size: 0.8em; padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #ffffff; clear: right; margin-top: 20px; }
.GSEweb #footer { color: #a19e9e; font-size: 0.65em; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; text-align: center; margin: 5px 5px 10px; padding: 0; } 
.GSEweb #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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.GSEweb #bottomSplit{
	/*margin: 0 0 0 20em; /* 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 0 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.GSEweb #bottomSplitLF{ background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; float: left; /* since this element is floated, a width must be given */
	width: 47%; /* the background color will be displayed for the length of the content in the column, but no further */
	
}
.GSEweb #navigation ul{ text-align: right; margin-top: 62px; margin-right: 25px; list-style-type: none; display: block; }
.GSEweb #navigation ul li{ font-size: 0.75em; margin: 0 10px 0 0; padding: 0; display: inline; }
.GSEweb #navigation ul li a { color: #7b7b7b; font-weight: bold; }
.GSEweb #navigation ul li a:hover { color: #57a1ff; font-weight: bold; text-decoration: underline; }
.GSEweb #bottomSplitRT{ margin-left: 52%; }
.GSEweb #GSElogo { height: 80px; float: left; margin-top: 18px; margin-bottom: 0; margin-left: 30px; }
.GSEweb #lowerText { color: #464646; text-align: justify; padding-right: 30px; padding-left: 30px; }
.GSEweb #stamps{ background-color: white; text-align: center; position: relative; width: 66em; height: 21.8em; z-index: 0; margin-right: auto; margin-bottom: 15px; margin-left: auto; padding: 5px 0 8px; clear: none; border: dashed 1px #d7d4d4; }
.GSEweb #stamps img{ margin: 1px; position:relative }
.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;
}
.Supportfooter { border-top: 1px dashed #a19e9e; }

.imgHover {
	/*background:url(http://www.sohtanaka.com/web-design/examples/image-zoom/thumb_bg.png) no-repeat center center;*/
	border: none;
}
#pageHeadline { color: #afd2ed; font-size: 1.5em; background-color: #555; height: 1.2em; margin: 0 28px; padding-top: 5px; padding-left: 15px; border-top: 2px solid #7b7b7b; border-bottom: 2px solid #7b7b7b; }
#subMenu ul { text-align: right; margin: 0 28px 0 0; }
#subMenu ul li { margin: 0; list-style-type: none; display: inline; }
.GSEweb #lowerText h2 b {  }
