@charset "UTF-8";

/* Embedded Fonts *****************/

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

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

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

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

/* CSS Document *****************/

	html {-webkit-text-size-adjust: none;}

	* { margin:0; padding:0; }

	body {
	background-color: #ffffff;
	font-family: arial, sans-serif;
	font-size: 0.8em;
	height: 100%; width: 100%; }

	#wrapper {
	position: absolute;
	top: 50%; left: 50%;
	border: 0px #cccccc solid;
	margin-left: -512px;
	margin-top: -340px;
	text-align: center; }

	#centerText {
	position: absolute;
	width: 900px;
	height: 400px;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: 120px;
	margin-left: auto;
	text-align: left;
	font: 1em arial, sans-serif;}

	#left {
	position: fixed;
	width: 50px;
	padding: 35px 0 0 35px;
	float: left;z-index: 100; }


/* FONT COLORS *****************/

	em { color : #5e5e5e; }
	.gray { color: #5e5e5e; }
	.orange { color: #FD7007; }
	.sub { font-style : italic; color: #5e5e5e; font-size: 80%; }
	.chosen { color: #FD7007; }



	#nav { margin-top: 12px; font-size: 90%; line-height: 1.3em; width: 80px; }
	#nav ul {list-style-type:none;}


/* MENU STYLING *****************/

	#menunav {
	font: 0.8em arial, "sans serif";
	font-weight: bold;
	width: 120px;
	margin-right: 20px;
	float: left;
	line-height: 1.5em;
	padding-top: 3em; }

	.class { clear: both; }

	#farmBeef {
	clear:both;
	font: 80%/1.2em arial, "sans serif";
	text-indent: -0.5em;
	padding-top: 30px;
	padding-left: 140px; }

	.spe { font-size:1.5em; vertical-align:middle; margin-left:-0.8em; }

/*  FOOTER  *****************/

	#socialLinks {
	margin: 20px 0 0;
	font-family: arial, serif;font-size: 1em; }

	#footer  {
	color: #FD7007;
    font-size: 0.8em;
    font-family: 'PTSansRegular', Verdana, Geneva, Arial, sans-serif;
    text-align: center;
    position: fixed;
    bottom: 0px;
	padding-top: 5px;
    left: 0px;
    width: 100%;
    height: 25px;
	background: #000000; }

	#footer a { display: inline; }


	a:link { color: #91837c; text-decoration:none; }
	a:visited { color: #91837c; text-decoration:none; }
	a:hover { color: #000000; text-decoration:none; }
	a:active { color: #ffffff; background: #FD7007; text-decoration:none; }
