@font-face {
    font-family: 'CartoGothicStdBook';
    src: url('fonts/CartoGothicStd-Book-webfont.eot');
    src: url('fonts/CartoGothicStd-Book-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/CartoGothicStd-Book-webfont.woff') format('woff'),
         url('fonts/CartoGothicStd-Book-webfont.ttf') format('truetype'),
         url('fonts/CartoGothicStd-Book-webfont.svg#CartoGothicStdBook') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'SortsMillGoudyRegular';
    src: url('fonts/GoudyStM-webfont.eot');
    src: url('fonts/GoudyStM-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/GoudyStM-webfont.woff') format('woff'),
         url('fonts/GoudyStM-webfont.ttf') format('truetype'),
         url('fonts/GoudyStM-webfont.svg#SortsMillGoudyRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body{
	margin: 0;
	padding: 10px 0 0 0;
	background-color: #353334;
	color: #ffffff;
	text-align: center;
	font-family: CartoGothicStdBook, Arial, sans-serif;
	font-size: 14px;
}
td{
	font-size: 14px;
	font-family: CartoGothicStdBook, Arial, sans-serif;
}
#outer{
	width: 950px;
	margin: 0 auto;
	text-align: left;
	background-color: #000000;
	padding: 0 10px 20px 0;
}
#inner{
	margin-left: 150px; margin-right: 150px;
}
#content{
	height: 370px;
	padding-top: 10px;
	position: relative;
}
#logo{
	width: 150px;
	text-align: center;
	font-weight: bold;
	font-size: 40px;
	margin-bottom: -32px;
}
#footer{
	float: right;
	width: 400px;
	text-align: right;
	margin-top: 15px;
	padding-top: 5px;
	border-top: 1px solid #6EA100;
	font-size: 11px;
}
#learn-more-button{
	position: absolute;
	top: 350px;
	right: 0px;
	z-index: 100;
}
#learn-more{
	position: absolute;
	display: none;
	width: 450px;
	height: 300px;
	top: 30px;
	left: 100px;
	background-color: #ffffff;
	border: 2px solid #6EA100;
	padding: 5px;
	z-index: 150;
	color: #000000;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	filter:alpha(opacity=90);
	opacity:0.9;
	overflow: auto;
}
#learn-more-inner{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter:alpha(opacity=100);
	opacity:1.0;
}
#nav-top{
	text-align: right;
	font-family: SortsMillGoudyRegular, Arial Narrow, Arial, san-serif;
	font-size: 18px;
	font-weight: bold;
}
#nav-top a{
	display: inline-block;
	margin-left: 20px;
	color: #ffffff;
	text-decoration: none;
}
#nav-top a:hover{
	color: #6EA100;
}
#nav-bottom{
	text-align: right;
	padding-top: 10px;
	font-size: 16px;
	font-weight: bold;
	font-family: SortsMillGoudyRegular, Arial Narrow, Arial, san-serif;
}
#nav-bottom a{
	display: inline-block;
	margin-left: 20px;
	color: #ffffff;
	text-decoration: none;
}
#nav-bottom a:hover{
	color: #6EA100;
}
h1{
	position: absolute;
	left: 0;
	top: 385px;
	width: 440px;
	margin: 0;
	padding: 0;
	font-size: 24px;
	color: #6EA100;
	font-family: CartoGothicStdBook, Arial Narrow, Arial, san-serif;
}
img{
	border: 0;
	text-decoration: none;
}
a{
	color: #6EA100;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}