@charset "utf-8";
/* CSS Document */

body {
	margin: 0; padding: 0;
	font: 80%/150% Arial, Helvetica, sans-serif;
	background: #b4ab44 url(../images/pasture.jpg) no-repeat left top fixed;
}

h1 { 
	margin: 0 auto;
	font: 220% Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-transform: uppercase;
	color: #596043; 
}

h2 {
	margin-bottom: -.5em;
	font: 190% Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #596043; 
}

p { width: 483px; }
	#home p { width: 433px; }
	#home h1 + p { margin-top: 0; }

#logo {
	position: absolute;
	left: 75px; top: 31px;
	width: 214px; height: 134px;
	font-size: 200%;
	font-weight: 800;
	z-index: 500;
}

#nav {
	position: absolute;
	left: 0; top: 53px;
	width: 615px;
	margin: 0; padding: 0 0 0 340px;
	font: 600 100% Georgia, "Times New Roman", Times, serif;
	text-align: right;
	z-index: 100;
}
	#nav a { white-space: nowrap; text-decoration: none; }

#container {
	position: absolute;
	left: 0; top: 195px;
	width: 100%; height: auto;
	margin: 0; padding: 0;
}

#topbg { 
	height: 22px; 
	margin: 0; padding: 0;
	background: transparent url(../images/bg-content-top.png) no-repeat left top;
}

#btmbg { 
	width: 896px; height: 38px; 
	margin: 0; padding: 6px 0 0;
	font-size: 11px; 
	text-align: center;
	color: #7c7636;
	background: transparent url(../images/bg-content-btm.png) no-repeat left top;
}

#content {
	width: 894px; height: auto; 
	margin: 0; padding: 0 0 0 26px;
	background: transparent url(../images/bg-content.png) repeat-y left top;
}

#topbg, #btmbg, #content { margin-left: 65px; }

#footer {
	margin: 30px 0 0 -23px; padding: .5em 0;
	width: 890px;
	font-weight: 600;
	text-align: center;
	color: #ffffff;
	background-color: #0d120a;
}
	#footer p { margin: 0; width: 894px; }

#FrogJS img { border: 1px solid #b4ab44; }

.breadcrumb { margin-bottom: 1.5em; color: #7c7636; line-height: normal; }
	 .breadcrumb a { text-decoration: none; }

.seminar-title { margin-top: 1.5em; margin-bottom: .5em; font-size: 150%; font-weight: 600; line-height: normal; }
	p.breadcrumb + p.seminar-title { margin-top: auto; }
.seminar-trainer { margin-top: 0; margin-bottom: .5em; font-size: 120%; font-weight: 600; line-height: normal; }
.seminar-description { margin-top: 0; line-height: normal; }
.seminar-date { font-weight: 600; line-height: normal; }
.seminar-location { line-height: normal; }

.register { float: right; margin-left: 15px; }
.learnmore { font-weight: 600; }
.emphasis { font-size: 110%; font-weight: 600; }	
.nowrap { white-space: nowrap; }
.left { float: left; margin-right: 20px; }
.clear { clear: both; }
.down { margin-top: 2em; }

a { color: #516800; border-width: 0; outline: none; }
a:hover { color: #719100; }
h1 a, h2 a { text-decoration: none; }
a img { border-width: 0; }
