@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(../images/bg-main.jpg);
	background-attachment:fixed;
	background-position:top;
	background-repeat:no-repeat;
	background-color:#c9e4f5;
	margin:0px;
	padding:0px;
	font-family:Baskerville, Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#6d9000;
}

a {
	color:#6d9000;
	text-decoration:underline;
}

img {
	border:0px;
	padding:0px;
	margin:0px;
}

#container {
	text-align:center;	
	padding-top:10px;
}

#logo {
	width:931px;	
	margin:auto;
	text-align:left;
}

#logo img {
	padding-left:3px;
	padding-right:6px;
}

#topnav {
	width:100%;
	background-image:url(../images/bg-navbar.png);
	height:54px;
	z-index:1000;
	position:relative;
}

#menu {
	width:1000px;
	text-align:left;
	margin:auto;
	font-size:16px;
	padding-top:12px;
	text-align:center;
}

#menu ul {
	list-style:none;
	margin:0px;
	padding:0px;
}

#menu li {
	display:inline-block;	
	margin-left:25px;
	margin-right:25px;
}

#menu a {
	color:#fff;	
	text-decoration:none;
}
#menu a:hover {
	color:#FF0;	
}

#menu a.current {
	font-size:16px;
	font-weight:bold;
	color:#FF0;
	
}

#window {
	width:931px;	
	background-image:url(../images/bg-window.png);
	background-repeat:repeat-y;
	margin:auto;
	min-height:200px;
	text-align:left;
	margin-top:-11px;
	z-index:1;
}
#window-foot {
	width:931px;	
	background-image:url(../images/bg-window-foot.png);
	background-repeat:no-repeat;
	background-position:bottom;
	margin:auto;
	height:28px;
}

#content {
	background-image:url(../images/bg-green.png);
	background-color:#fff;
	width:901px;
	min-height:420px;
	margin-left:14px;
	position:relative;
	background-repeat:no-repeat;
	background-position:bottom;
}
#content-home {
	background-image:url(../images/bg-home.png);
	width:901px;
	min-height:420px;
	margin-left:14px;
	position:relative;
	background-repeat:no-repeat;
	background-position:bottom;
}

#content-foot {
	width:901px;
	margin-left:14px;
	position:relative;
	background-repeat:no-repeat;
}

#body-content {
	position:absolute;
	left:320px;
	width:360px;
	top:90px;
	color:#6d9000;
	text-align:left;
}
#body-content-sub {
	width:260px;	
}
#sub-content {
	margin-left:360px;
	padding-top:50px;
	padding-right:50px;
	padding-bottom:80px;
}

#sub-content-left {
	position:absolute;
	left:0px;
	top:0px;
	padding-right:30px;
	color:#1c7eb6;
	width:357px;
}

#sub-content-left div {
	padding:20px;
}

#sub-content-left a {
	color:#1c7eb6;
}

#sub-content-left a:hover {
	color:#6d9000;
}



h1 {
	font-size:35px;
	font-weight:bold;
	color:#6d9000;
	margin:0px;
	padding:0px;
	line-height:35px;
	margin-bottom:15px;
}
h2 {
	font-size:15px;
	font-weight:bold;
	color:#6d9000;
	margin:0px;
	padding:0px;
	line-height:16px;
	margin-bottom:3px;
}

h3 {
	font-size:15px;
	font-weight:bold;
	color:#1c7eb6;
	margin:0px;
	padding:0px;
	line-height:16px;
	margin-bottom:3px;
}

#eggtracer {
	position:absolute;
	background-image:url(../images/bg-egg-tracer.png);
	width:349px;
	height:339px;
	left:600px;
	top:50px;
}

#eggtracer .inner {
	margin-left:125px;	
	margin-top:100px;
	width:200px;
	text-align:center;
	font-size:12px;
	color:#fff;
}

.eggtracer input {
	margin-top:10px;
	margin-bottom:10px;
	font-size:13px;
	border:1px solid #a37f45;
	border-right:0px;
	padding:0px;
	margin:0px;
	width:130px;
}

#footer {
    width:910px;
	margin:auto;
	margin-top:-135px;
	text-align:left;
	position:relative;
	z-index:500;
	font-size:10px;
}

#eggdude {
	position:absolute;
	top:0px;
	left:0px;
}

#copyright {
	position:absolute;
	top:135px;
	left:120px;
}

#errormessage {
	display:none;
	padding:0px;
	position:absolute;
	top:365px;
	left:702px;
}

#eggtracer-popup {
	position:absolute;
	width:100%;
	height:100%;
	background-image:url(../images/bg-black.png);
	z-index:3000;
	text-align:center;
	display:none;
}

#eggtracer-popup .contentarea {
    background-image:url(../images/bg-egg-tracer-popup.png);
	width:454px;
	height:282px;
	margin:auto;
	margin-top:150px;
	position:relative;
	color:#fff;
}

#eggtracer-popup .result {
	position:absolute;
	top:100px;
	left:130px;
}

#eggtracer-popup .close {
	position:absolute;
	top:30px;
	right:30px;
}

#eggtracer-popup a {
	text-decoration:none;
	color:#fff;
}

.chart {
	font-size:12px;
	margin-top:20px;
	margin-bottom:20px;
	background-color:#cdcdcd;
}
.chart td {
	background-color:#fff;
}