/* @ Site Wide styles */
@import url("reset.css");
a:link, a:visited	{
	color: #fff;
}
a:hover	{
	color: #ff9;
}
body	{
	background: black url(images/background.jpg) no-repeat top center;
	color: #FFFFFF;
	font: 1em Arial, Verdana, sans-serif;
}
em	{
	font-style: italic;
}
h1	{
	background: url(images/title.png) no-repeat top center;
	height: 114px;
	margin-bottom: 10px;
	text-indent: -9999px;
}
h2, h4, p, ul	{
	margin-bottom: 1em;
}
h2	{
	font-size: 1.5em;
}
h3	{
	font-size: 1.2em;
	margin: 1em 0 0.5em;
}
h4	{
	font-weight: bold;
}
ol	{
	list-style: decimal;
	padding-left: 1.6em;
}
small	{
	font-size: 0.8em;
}
strong	{
	font-weight: bold;
}
ul	{
	list-style: circle;
	padding-left: 1em;
}
#addiv	{
	background: url(images/adframe.png) top left no-repeat !important;
	height: 196px;
}
#addiv img	{
	padding: 12px 13px;
}
#sidebar	{
	float: left;
	padding-left: 6px;
}
#video	{
	background: url(images/smallframe.png) no-repeat top left;
	margin-bottom: 9px;
	padding: 15px 12px;
}
.clear	{
	clear: both;
}
.content	{
	margin: 0 auto;
	width: 994px;
}
.copy	{
	padding: 30px 30px 10px;
}
.frame	{
	background: url(images/contentbg.png) no-repeat top left;
	float: left;
	width: 756px;
}
.frame .bottom	{
	background: url(images/contentbg.png) no-repeat 0 100%;
	height: 20px;
}
.slides	{
	background: url(images/flashframe.png) no-repeat top left;
	float: left;
	height: 366px;
	padding: 25px;
}
.nav	{
	background: url(images/menubackground.png) no-repeat top center;
	height: 80px;
	margin-bottom: 10px;
}
.nav a	{
	color: #ffffff;
	text-decoration: none;
}
.nav a:hover	{
	color: #ffff99;
}
.nav h2	{
	float: right;
	padding: 17px 20px 0 0;
	width: 169px;
}
.nav h2 a	{
	background: url(images/envlogo.png) no-repeat top left;
	display: block;
	height: 46px;
	text-indent: -9999px;
}
.nav h2 a:hover	{
	background: url(images/envlogo.png) no-repeat left -46px;
}
.nav .current a	{
	color: #ff9;
}
.nav li	{
	display: inline;
	font-size: 1.5em;
	line-height: 80px;
	padding-left: 1em;
}