/*
	Eggsites Main Style
	Author: Paul Hamilton
	Version: 1.0.2
	Date: April 20, 2005
	Created: June 4, 2004
	Description: Basic full CSS/HTML compliant browser stylesheet for site version 2.0
*/

#eggsites { /* body id */
	margin: 0px;
	padding: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: small;
	color: #333;
	background: #fff url(../source/background.png) no-repeat;
}
a {
	color: #cc0000;
}
dt {
	font-weight: bold;
	margin-top: 9px;
}

#container {
	/* no special container styles */
}

#pagehead {
	margin: 0px;
	padding: 0px;
}
#pagehead h1 {
	background-repeat: no-repeat;
	margin: 5px 0px 3px 20px;
	height: 115px;
}
#pagehead h1 span {
	display: none;
}
#tagline {
	display: none;
}
#pagetitle {
	position: absolute;
	top: 5px;
	left: 90px;
	text-align: right;
	vertical-align: middle;
	height: 60px;
	width: 620px;
}
#pagetitle span {
	font-size: large;
	color: #fff;
	padding: 2px 5px;
}

#navigation {
	margin: 50px 0px 0px;
	padding: 2px;
	width: 130px;
	/*
	position: absolute;
	top: 175px;
	left: 0px;
	*/
	float: left;
	height: 130px;
	font-size: 0.8em;
}
#navigation a:visited {
	color: #000;
}
#navigation h3 {
	font-size: 1em;
	font-weight: bold;
	margin: 3px 1px 1px;
	padding: 1px;
}
#navigation ul {
	margin: 2px 0px 10px 20px;
	padding: 1px;
}
#navigation li {
	list-style-image: url(../source/bullet.png);
	padding-bottom: 4px;
}

#maincontent {
	float: left;
	margin: 30px 0px 20px 20px;
	/* margin: 25px 0px 20px 155px; */
	padding: 2px;
	width: 575px;
}

#footer {
	clear: both;
	margin: 500px 0px 0px;
	padding: 4px;
	border: 3px double #cc0000;
	border-width: 3px 0px 0px;
	background: #dadada url(../source/bottom_gradient.jpg) repeat-x 0% 0%;
	height: 55px;
	font-size: 0.7em;
}
#egg {
	background: transparent url(../source/footer_logo.png) no-repeat;
	background-position: 4px 50%;
	width: 40px;
	height: 55px;
	float: left;
}