@import url("sideBar.css");

body {
	background-position: 0px -235px;
}

#container {
	width: 780px;
}

h2 {
	font-size: 26px;
	line-height: 30px;
	color: #f0f0f0;
	font-family: Georgia, "Times New Roman", times, serif;
}

h2 span {
	font-size: 12px;
	display: block;
	color: #ffffff;
	text-transform: uppercase;
	line-height: 14px;
	letter-spacing: 1px;
}

h4 {
	font-size: 14px;
	font-weight: bold;
}

h4 span {
	font: italic 18px/14px Georgia, "Times New Roman", times, serif;
	color: #dedede;
}

#content {
	width: 550px;
	margin: 5px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	background-color: transparent;
	border-top: 1px solid #161616;
	float: left;
}

#content ul {
	list-style-type: square;
	margin: 0px;
	padding: 0px;
}

#content ul.checkMark {
	list-style-image: url(../images/checkMark.png);
	padding-bottom: 20px;
}

#content li {
	margin: 0px 0px 0px 20px;
	color: #dedede;
}

#content ul.checkMark li {
	padding: 2px 0px 2px 0px;
	margin: 0px 0px 0px 45px;
}

#content ul.checkMark li span {
	position: relative;
	top: -1px;
}

#content li span {
	color: #ffffff;
}

h3 {
	font-size: 18px;
	color: #eeeeee;
	font-weight: bold;
	line-height: 18px;
	position: relative;
	text-shadow: 0px 1px 0px #000000;
	text-indent: 0px;
	width: auto;
}

h3 span {
	font: italic 22px/24px Georgia, "Times New Roman", times, serif;
	color: #e9cc43;
}

h3 img.headerArrow {
	position: relative;
	top: 2px;
	right: 5px;
}

#flash {
	z-index: 0;
	width: 100%;
	height: 390px;
}

#flashSub {
	z-index: 0;
	width: 100%;
	height: 260px;
	background: url(../flash/subPage.png) center;
}

#footer {
	width: 550px;
	font-size: 10px;
	text-transform: uppercase;
	text-align: center;
	color: #404040;
}

#footer a {
	color: #404040;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}