/*-------------------------------------------------------------------------
last modified:	11/05/08
author: 		Brian Gardel (BG)
contact:		www.advidigitalconsulting.com

comments:		Added home page style element(s)
-------------------------------------------------------------------------*/

@font-face {

font-family: Trebuchet MS;
font-style: normal;
font-weight: normal;
src: url(TREBUCH0.eot);

}

body {
	
margin: 25px 0px 0px 0px;

}

	.navigation {
		
		width: 622px;
		height: 34px;
		background: url("img/nav_bg.jpg") no-repeat;
		
	}
	
	.scroller {
		
		width: 622px;
		height: 25px;
		background: url("img/scroller_bg.jpg") no-repeat;
		
	}
	
	.content {
		
		width: 622px;
		background-color: #000000;
		background: url("img/content_bg.jpg") repeat;
		
	}

	.footer {
		
		width: 622px;
		height: 34px;
		background-color: #000000;
		background: url("img/footer_bg.jpg") repeat;
		
	}
	
	.footer_txt {
		
		font-family: 'Trebuchet MS';
		font-size: 12px;
		color: #575757;
		
	}
	
	.main_txt {
		
		font-family: 'Trebuchet MS';
		font-size: 14px;
		color: #DFDFDF;
		padding: 10px;
		display: block;
	
	}
	
	.green_txt {
		
		font-family: 'Trebuchet MS';
		font-size: 16px;
		color: #73AF19;
		display: block;
		
	}
	
	.title {
		
		font-family: 'Trebuchet MS';
		font-size: 16px;
		color: #FFFFFF;
		display: block;
		
	}
	
	.field {
	
	font-family: 'Trebuchet MS';
	font-size: 16px;
	color: #FFFFFF;
	background: #73AF19;
		
	}
	
	.field_y {
	
	font-family: 'Trebuchet MS';
	font-size: 16px;
	color: #73AF19;
	background: #FFFFFF;
	border: 2px solid;
	border-color: #FED806;
	
		
	}
	
	#pscroller1 {
	
		font-size: 12px;
		font-family: arial;
		height: 14px;
		line-height: 14px;
		border: 0px dashed black;
		padding: 0px 0px 0px 11px;
		color: #2B2B2B;

		}

	.rssclass .rsstitle {

		color: #2B2B2B;
	
		}

	.rssclass .rssdate {

		color: #2B2B2B;
		font-size: 85%;
	
		}

	.rssclass a {
	
		text-decoration: none;
		color: #888888;
	
		}

	.rssclass a:hover {
	
		text-decoration: none;
		color: #999999;

		}

	.img-buffer {padding: 5px;}		

/* Added on 11/5/08 by BG*/

#videolink	{
	padding-top: 40px;
}
#videolink	a{
	font: bold 14px Verdana, Geneva, sans-serif;
	color: #FFF;
}