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

body	{
		background-color: #ecf2e8;
		font: 12px Arial, Verdana, Helvetica, sans-serif;
		}
#container	{
		width: 995px;
		margin: auto;
		}
#top	{
		background: url(../images/header.jpg) no-repeat;
		width: 995px;
		height: 84px;
		}
#middle	{
		position: relative;
		top: 10px;
		}
#middle-left	{
		background-image: url(../images/left.jpg);
		background-repeat: no-repeat;
		width: 391px;
		height: 585px;
		float: left;
		}
#middle-right	{
		width: 573px;
		padding: 0px 15px 15px 15px;
		float: right;
		}
#footer	{
		text-align: center;
		font-size: 12px;
		}

/* Classse */
h1	{
	font-size: 18px;
	font-variant: small-caps;
		}
h2	{
	font-size:14px;
	margin-bottom: -10px;
		}
p	{
		}
.center	{
		margin: auto;
		}
.text-center	{
		text-align: center;
		}
.gallery a img	{
		border: none;
		}
.factslist	{
		list-style: none;
		line-height: 20px;
		padding: 0;
		}
		
/* Links */

a	{
		color: #bf6b3c;
		}
a:hover	{
		color: #eb905d;
		}
h2 a	{
		text-decoration: none;
		}
h2 a:hover	{
		text-decoration: underline;
		}

/* Rollovers */
.none	{
		padding: 0;
		margin: 0;
		}
/* home */
.home a {
		display:block;
		float: left;
		width: 92px;
		height: 84px;
		padding:0;
		font: bold 13px sans-serif;;
		color:#333;
		background: url(../images/nav2/home.jpg) 0 0 no-repeat;
		text-decoration: none;
		}
.rollhome a:hover { 
		background-position: 0 -84px;
		color: #049;
		}
/* about */
.about a {
		display:block;
		float: left;
		width: 112px;
		height: 84px;
		padding:0;
		font: bold 13px sans-serif;;
		color:#333;
		background: url(../images/nav2/about.jpg) 0 0 no-repeat;
		text-decoration: none;
		}
.rollabout a:hover { 
		background-position: 0 -84px;
		color: #049;
		}
/* media */
.media a {
		display:block;
		float: left;
		width: 112px;
		height: 84px;
		padding:0;
		font: bold 13px sans-serif;;
		color:#333;
		background: url(../images/nav2/media.jpg) 0 0 no-repeat;
		text-decoration: none;
		}
.rollmedia a:hover { 
		background-position: 0 -84px;
		color: #049;
		}
/* business */
.business a {
		display:block;
		float: left;
		width: 130px;
		height: 84px;
		padding:0;
		font: bold 13px sans-serif;;
		color:#333;
		background: url(../images/nav2/business.jpg) 0 0 no-repeat;
		text-decoration: none;
		}
.business a:hover { 
		background-position: 0 -84px;
		color: #049;
		}
		
		
/* Forms */
span.formtext	{
		display: block;
		float: left;
		width: 150px;
		padding-right: 6px;
		text-align: right;
		}
.spacer	{
		margin-left: 110px;
		padding-bottom: 10px;
		}
fieldset	{
		padding: 10px;
		}
legend	{
		color: #000000;
		}
