@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #8FBA95;
	margin: 0; /* to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColElsCtrHdr #container {
	width: auto;  /* this width will create a container that will fit in an 800px browser window if text is left at browser default font sizes */
	background: #8FBA95;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #8FBA95;
	text-align: left;
}
/* sets logo position */
.oneColElsCtrHdr #header h1 {
	margin: 50px 0 0 40px;
	padding: 0px;
	float: left;
	background: url(../images/logo05_ger.jpg) no-repeat;
	display: inline;
	height: 132px;
	width: 350px;
}
/* selects and sets picture position */
.oneColElsCtrHdr #header h3 {
	padding: 0px;
	display: inline;
	display: inline;
	height: 111px;
	width: 250px;
	position: absolute;
	background: url(../images/research_Lublin.jpg) no-repeat;
	margin: 60px 0 0 0px;
	right: 180px;
	border: 1px solid #516B53;
}
/* selects and sets flag position */
.oneColElsCtrHdr #header h4 {
	padding: 0px;
	display: inline;
	display: inline;
	height: 20px;
	width: 90px;
	position: absolute;
	background: url(../images/english.jpg) no-repeat;
	margin: 20px 0 0 0px;
	right: 180px;
}
.oneColElsCtrHdr #header {
	padding: 0px 0px 30px;
} 
.oneColElsCtrHdr #mainContent {
	padding: 150px 45px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #E6FFFE;
	margin: 15px 30px 0px;
	border: 1px solid #516B53;
	font-size: 14px;
}
.inputbox {
	border: thin solid #516B53;
	padding-left: 2px;
}

/* title line */
.oneColElsCtrHdr #mainContent h1    {
	color: #516B53;
	font: bolder 2em "Trebuchet MS", Helvetica, Arial, sans-serif;
	text-align: left;
	border-bottom: 0.1em solid;
	margin: 20px 100px 25px 5px;
}
/* main heading line */
.oneColElsCtrHdr #mainContent h2    {
	color: #516B53;
	font: bold 18px "Trebuchet MS", Helvetica, Arial, sans-serif;
	text-align: left;
	float: none;
	height: auto;
	width: 750px;
	background: url(../images/marker01.jpg) no-repeat 3px;
	padding-left: 28px;
	margin-top: auto;
	margin-right: auto;
}
/* sub heading line */
.oneColElsCtrHdr #mainContent h3  {
	color: #333333;
	font: bold 1.1em "Trebuchet MS", Helvetica, Arial, sans-serif;
	margin: 0 0 0 5px;
	padding: 0;
	text-align: left;
	text-indent: 20px;
}
/* same as h2 except for modifying to  move image to the right when the header is next to the quicklinks box */
.oneColElsCtrHdr #mainContent h4    {
	color: #516B53;
	font: bold 18px "Trebuchet MS", Helvetica, Arial, sans-serif;
	text-align: left;
	float: none;
	height: auto;
	width: 750px;
	background: url(../images/marker01.jpg) no-repeat 3px;
	padding-left: 28px;
	margin-top: auto;
	margin-right: auto;
	margin-left: 245px;
}
#mainContent a  {
	color: #762727;
	font-weight: bold;
	text-decoration: underline
}
#mainContent a:visited {
	color: #762727;
	font-weight: bold;
	text-decoration: underline;
}
#mainContent a:hover {
	color: #AB6161;
	font-weight: bold;
	text-decoration: underline;
}
/* external link style */
#mainContent a[href^="http:"] {
	background: url('../images/off.gif') no-repeat right;
	padding:0 20px 0 0; 
	margin:0 6px 0 0;
}
#mainContent a[href^="http:"]:hover {
	background: url('../images/off01.gif') no-repeat right;
	padding:0 20px 0 0; 
	margin:0 6px 0 0;
}
/* internal link style with "www" */
#mainContent a[href^='http://www.sggee.org'] {
	background: none;
	padding: 0;
}
#mainContent a[href^='http://www.sggee.org']:hover {
	background: none;
	padding: 0;
}
/* internal link style without "www" */
#mainContent a[href^='http://sggee.org'] {
	background: none;
	padding: 0;
}
#mainContent a[href^='http://sggee.org']:hover {
	background: none;
	padding: 0;
}
/* box for quick links */
.oneColElsCtrHdr #quick {
	font: 14px Arial, Helvetica, sans-serif;
	width: 200px;
	border: medium solid #516B53;
	float: left;
	margin-right: 30px;
	margin-left: 10px;
	margin-bottom: 10px;
}
/* special bullet */
ul {
	padding-left: 0px;
	margin-left: 5px;
	list-style: none;
}
li {
	background: url(../images/bullet.gif) no-repeat 0 5px;
	padding-left: 1.3em;
	padding-top: 2px;
	padding-bottom: 2px;
}
.oneColElsCtrHdr #footer {
	padding: 0 10px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#8FBA95;
	color: #FFF;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
} 
.oneColElsCtrHdr #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 */
	color: #FFF;
}

