html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

/* remember to define focus styles! */:focus {
	outline: 0;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
}

.clear:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clear {
	display: inline-block;
}

html[xmlns] .clear {
	display: block;
}* html .clear {
	height: 1%;
}

#page {
	width: 960px;
	margin: 0 auto;
}

#extraslinks {
	background: url(../images/extralinks-left.gif) no-repeat top left;
	padding-left: 17px;
	height: 32px;
	float: right;
}

#extraslinks ul {
	background: url(../images/extralinks-right.gif) no-repeat top right;
	padding-right: 17px;
	height: 32px;
	float: left;
}

#extraslinks li {
	float: left;
	background: url(../images/extralinks-mid.gif) repeat-x;
	height: 32px;
}

#extraslinks a {
	color: #0079c0;
	border-right: 1px solid #3f3f3f;
	padding: 0 15px;
	font-size: 12px;
	line-height: 32px;
}

#extraslinks a:hover {
	color: #ff9900;
}

#extraslinks .first a {
	padding-left: 0;
}

#extraslinks .last a {
	padding-right: 0;
}

a.rsslink {
	padding-left: 0 !important;
}

#extraslinks .last a {
	border-right: none;
}

a.rsslink span {
	background: url(../images/rss.png) no-repeat;
	width: 13px;
	height: 13px;
	margin: 9px 5px 9px 10px;
	float: left;
}

#header {
	position: relative;
	height: 105px;
	width: 960px;
	clear:both;
}

#header h1 {
	position: absolute;
	left: 0px;
	bottom: 10px;
}

#header h1 span {
	display: block;
	text-indent: -9999px;
	float: left;
	width: 0;
	height: 0;
	overflow: hidden;
}

#agrilogo {
	position: absolute;
	right: 0px;
	top: 10px;
}

#header ul {
	position: absolute;
	bottom: 0;
	right: 0px;
}

#header li {
	float: left;
	text-align: center;
}

#header .register a {
	background: url(../images/button-black-tr.gif) no-repeat;
	width: 119px;
	height: 27px;
	line-height: 27px;
	display: block;
	font-size: 12px;
	margin-right: 3px;
	margin-left: 3px;
}

#header .register a:hover {
	color: #ff9900;
}

#channelselect {
	background: url(../images/channel_home.gif) no-repeat;
	width: 200px;
	height: 30px;
}

#channelselect select {
	font-size: 11px;
	color: #3f3f3f;
	width: 140px;
	margin: 5px 20px 0 0;
	float: right;
}

#channelselect option {
	color: #555;
}

#navigation {
	height: 28px;
}

#navigation li {
	float: left;
}


#navigation a { 
     display: inline; 
     float: left; 
     height: 28px; 
     line-height: 28px; 
     text-align: center; 
     margin-right: 3px; 
     background: url(../images/button-purple.png) no-repeat top right; 
     font-size: 11px; 
     text-decoration: none; 
     color: #fff; 
     font-weight: bold; 
     padding: 0 8px 0 8px; 
} 
 
#navigation a:hover { 
     color: #404040; 
     background-position: right -28px; 
} 
 
#navigation .active a, #navigation a.active { 
     color: #404040; 
     background-position: right -28px; 
} 
 
#navigation .multi a { 
     line-height: 12px; 
     height: 24px; 
     padding: 2px 7px 2px 6px; 
     font-size: 11px; 
}

#navigation .last a {
	padding: 2px 11px 2px 6px;
}

#subnavigation {
	background: #404040;
	width: 957px;
	height: 26px;
}

#subnavigation ul {
	padding-left: 20px;
}

#subnavigation li {
	float: left;
	height: 26px;
	padding-right: 10px;
}

#subnavigation a {
	color: #95a3a6;
	font-size: 12px;
	padding: 0 5px;
	line-height: 26px;
	text-decoration: none;
	text-transform: uppercase;
}

#subnavigation a:hover {
	color: #9dca21;
}

#subnavigation .special {
	color: #ff9900;
}

#subnavigation .special:hover {
	color: #0596e5;
}

#subnav-search {
	float: right;
	height: 19px;
	padding: 4px 10px 3px 0;
	width: 209px;
}

#searchinput {
	background: url(../images/textfield-bg.gif) repeat-x #edf3f1;
	border: 1px solid #95a3a6;
	height: 17px;
	line-height: 17px;
	width: 130px;
	padding: 0px;
	color: #555;
	float: left;
}

#searchsubmit {
	background: url(../images/search-button3.gif) repeat-x;
	border: none;
	height: 19px;
	line-height: 19px;
	width: 76px;
	display: block;
	float: right;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	padding: 0px;
	margin-left: 1px;
}

#searchsubmit:hover {
	cursor: pointer;
	color: #404040;
	background-position: 0 -19px;
}

#searchsubmit:active {
	background-position: 0 -38px;
}

#main {
	width: 960px;
	padding: 4px 0 20px 0;
}

#agri {
	background: url(../images/agri-head.gif) no-repeat;
	padding-left: 100px;
	font-size: 28px;
	height: 86px;
	line-height: 86px;
	color: #fff;
	margin-top: 4px;
	letter-spacing: 1px;
}

#leftcolumn {
	float: left;
	width: 544px;
}

#videoplayer {
	width: 544px;
}

.desc {
	background: url(../images/blue-grad-bg.gif) repeat-x;
	padding: 20px 10px 10px 10px;
}

.desc h2 {
	color: #602386;
	font-size: 22px;
	margin-bottom: 20px;
}

.desc p {
	font-size: 13px;
	color: #404040;
	line-height: 16px;
	margin-bottom: 20px;
}

.desc a {
		color: #0079c0;
}

#videoarea .info {
	font-size: 12px;
	color: #404040;
	line-height: 15px;
	margin-bottom: 20px;
}

#articles {
	margin-bottom: 10px;
	height: 500px;
	overflow: auto;
}

#articles h2 {
	color: #404040;
	background: url(../images/icon-career.gif) no-repeat 20px 0;
	height: 29px;
	line-height: 29px;
	padding-left: 60px;
	font-size: 18px;
	font-weight: bold;
}

#articles ul {
	background: url(../images/blue-grad-bg.gif) repeat-x;
	padding: 15px 10px;
	font-size: 13px;
}

#articles li {
	background: url(../images/purple-dotted.gif) bottom repeat-x;
	padding: 10px 0 10px 5px;
	margin-bottom: 10px;
	display: block;
	clear: both;
}

#articles li:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

#articles h4 {
	color: #404040;
	font-size: 13px;
}

#articles .thumb {
	float: left;
	margin: 0 10px 10px 0;
	height: 84px;
	width: 70px;
	overflow: hidden;
	border: 1px solid #0079c0;
}

#articles p {
	color: #404040;
	margin: 5px 0 10px;
	line-height: 15px;
}

#articles a {
	color: #0079c0;
	font-weight: bold;
}

#videoarea {
	background: url(../images/blue-grad-bg.gif) repeat-x;
	padding: 20px 20px 20px 50px;
	height: 1070px;
	overflow: auto;
	position: relative;
}

#videoarea h2 {
	color: #602386;
	font-size: 22px;
	margin-bottom: 20px;
}

#videoarea li {
	float: left;
	width: 150px;
	padding: 0 10px 10px 0px;
}

#videoarea a.thumb {
	position: relative;
	display: block;
	width: 112px;
	height: 63px;
	border: 1px solid #ffc000;
}

#videoarea .overlay {
	display: block;
	width: 112px;
	height: 63px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 20;
}

#videoarea a {
	color: #0079c0;
	font-size: 13px;
	line-height: 16px;
}

#videoarea a:hover {
	color: #ff9900;
}

#videoarea .details {
	color: #404040;
	font-size: 11px;
	padding: 5px;
}

#videoarea p {
	color: #95a3a6;
	font-size: 11px;
	margin: 5px 0 8px 0;
}

#footer {
	background: url(../images/purple-tr.png) top right no-repeat #5a2266;
	height: 27px;
	padding: 0 20px;
	line-height: 27px;
	font-size: 13px;
	color: #fff;
}

.left {
	float: left;
}

.right {
	float: right;
}

#footer a {
	color: #fff;
	text-decoration: none;
	margin: 0 5px;
}

#footer a:hover {
	color: #ff9900;
}

#header .linkto {
	width: 119px;
	height: 27px;
	margin-right: 3px;
}

#header .linkto a {
	background: url(../images/linkto-bg.gif) no-repeat;
	width: 100px;
	padding-left: 19px;
	height: 27px;
	line-height: 27px;
	display: block;
}

#header .linkto a:hover {
	background-position: 0px -27px;
}

#header a {
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}

#rightcolumn {
float:right;
width:412px;
}

#videoplayer {
	width: 544px;
	margin-bottom: 4px;
}

#auch_player_div {
	height: 334px;
}

#videoplayerinfo {
	background: url(../images/vidinfo.gif) repeat-x #1c1c1e;
	padding: 0 10px;
}

#videoplayerinfo .toprow {
	background: url(../images/black-dotted.gif) repeat-x bottom;
	padding-bottom: 10px;
}

#videoplayerinfo .toprow span {
	font-size: 11px;
	line-height: 14px;
	color: #A4DC19;
	text-transform: uppercase;
	float: left;
	padding: 7px 10px 0 0;
}

#videoplayerinfo .toprow a {
	float: left;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding: 12px 0 0 5px;
}

#videoplayerinfo .secondrow {
	padding: 5px 0 7px 0;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
}

#videoplayerinfo .secondrow p {
	float: left;
	padding-right: 20px;
}

#videoplayerinfo .secondrow a {
	color: #fff;
}

#videoplayerinfo .secondrow a:hover {
	color: #ff9900;
}

#videoplayerinfo .categoryname span {
	color: #95a3a6;
	font-weight: normal;
}

#videocontroller {
	background: url(../images/vidcontroller.png) no-repeat;
	height: 29px;
	padding-left: 20px;
	font-size: 11px;
}

#videocontroller a {
	float: left;
	color: #95a3a6;
	display: block;
	height: 29px;
	line-height: 29px;
	padding: 0 10px 0 54px;
	text-decoration: none;
}

#videocontroller .tvguide {
	background: url(../images/tvguide.gif) left center no-repeat;
}

#videocontroller .morevideos {
	background: url(../images/morevideos.gif) left center no-repeat;
}

#videocontroller .bandwidth {
	color: #95a3a6;
	padding-right: 20px;
	float: right;
}

#videocontroller .bandwidth label {
	line-height: 29px;
}
#sponsortile {
	position:absolute;
	top:5px;
	right:0px;
}

