@charset "utf-8";
@import url("reset.css");

body {
	font: 100% Tahoma, Geneva, sans-serif;
	background: #333;
	text-align: center; /* IE 5* hack */
	color: #FFF;
	cursor: default;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	padding-bottom: 0.5em;
	color: #69942F;
}
h1 {
	font-size: 1.25em;
}
h3 {
	font-size: 0.75em;
}
p, li, dt, dd {
	font-size: 0.75em;
	padding-bottom: 1em;
}
q {
	font-weight: bold;
}
a {
	color: #8BC53E;
}
a:focus {
	outline: none;
}
a:hover {
	text-decoration: none;
}
abbr, acronym {
	cursor: help;
	border-bottom: 1px dashed #555;
}
abbr:hover, acronym:hover {
	color: #900;
	border-bottom: 1px dashed #900;
}

#container {
	width: 960px;
	background: #333;
	margin: auto;
	margin-bottom: 30px;
	text-align: left;
}
#header {
	background: #333;
	height: 160px;
}
#header p {
	font-size: 1.25em;
	font-style: italic;
	color: #CCC;
	letter-spacing: 0.25em;
	text-align: right;
	padding-right: 30px;
	margin-top: -8px;
}
#logo {
	position: relative;
	display: block;
	top: 20px;
	left: 16px;
	width: 118px;
	height: 121px;
	text-indent: -5000px;
	z-index: 300;
	background: url(../images/logo_down.png) no-repeat left top;
}
#logo:hover {
	background: url(../images/logo_up.png) no-repeat left top;
}

#homeContent {
	padding: 10px;
}
#intro {
	background: transparent url(../images/intro_frame.png) top center no-repeat;
	position: relative;
	top: 20px;
	left: -11px;
	color: #000;
	padding: 20px;
	width: 920px;
	height: 460px;
	text-align: right;
	font-size: 1.25em;
	line-height: 1.125em;
}
#intro h1 {
	font: 1.75em Impact, Charcoal, sans-serif;
}
#intro p {
	margin-left: 400px;
}
#footer {
	padding: 0 12px;
	background: #333;
	text-align: right;
}
#footer p {
	padding: 4px 0;
	letter-spacing: 0.0625em;
}
#footer a {
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px dashed #FFF;
}
#footer a:hover {
	border-bottom: none;
}
#footer img {
	vertical-align: middle;
}
.floatRight {
	float: right;
	margin-left: 8px;
}
.floatLeft {
	float: left;
	margin-right: 8px;
}
.cross-link {
	font-weight: bold;
	color: #69942F;
}
.cross-link:hover {
	color: #8BC53E;
}
.wrapper {
	height: 420px;
}
.intro1 {
	background: url(../images/intro1.png) no-repeat 20px 20px;
}
.intro2 {
	background: url(../images/intro2.png) no-repeat 20px 20px;
}
.intro3 {
	background: url(../images/intro3.png) no-repeat 20px 20px;
}
.intro4 {
	background: url(../images/intro4.png) no-repeat 20px 20px;
}