body
{
	background-image:		url(/site/images/bg_home_body.gif);
	background-repeat:		repeat-y;
	background-position-y:	top;
}

h1
{
	color:					#666;
  	font-family:			verdana, arial, 'sans serif';
  	font-size:				9px;
  	line-height:			12px;
  	background-image:		none;
  	font-weight:			normal;
  	padding:				8px 0 0 0;
	width:					447px;

}

#header
{
	background-image:		none;
	background-color:		#FFF;
}

#nav-global
{
	position:				absolute top right;
}

td#left
{
	background-image:		none;
}

td#content
{
	padding-top:			0px;
}

td#footer
{
	padding-top:			50px;
	background-image:		none;
}

#header
{
	background-image:		url( /site/images/bg_header.gif );
	background-repeat:		repeat-x;
}

img#logo
{
	margin-top:				28px;
	margin-left:			445px;
}

.bodytext
{
	clear:					both;
}

table#body
{
	width:					787px;
	padding:				0;
	margin:					0;
}

td#content
{
	width:					456px;
	padding:				0;
	margin:					0;
}

td#left
{
	width:					148px;
	padding:				80px 11px 0 15px;
}

.alert
{
	line-height:			12px;
	color:					#666!important;
	margin-bottom:			20px;
	margin-top:				7px;
	border-top:				1px solid #ccc;	
}

.alert a
{
	font-family:			verdana,arial,sans serif;
	font-size:				9px!important;
	color:					#666!important;
}

.alert-title
{
	padding-top:			11px;
	padding-bottom:			3px;
}

.alert-date
{
	text-align:				right;
	padding-bottom:			10px;
	border-bottom:			1px solid #ccc;
	font-family:			verdana,arial,sans serif;
	font-size:				9px!important;
}

td#right
{
	width:					139px;
	padding:				0 0 0 18px;
}

#bodytext
{
	padding:				20px 0px 0px 10px;
}

#video
{
	display:				block;
	width:					138px;
	height:					122px;
}

#video img
{
	padding-bottom:			20px;
}

#video-play a
{
	display:				block;
	width:					18px;
	height:					18px;
	clear:					both;
	background-image:		url( /site/images/video.gif );
	margin-left:			20px;
	margin-top:				-45px;
	position:				absolute;		
}

#video-play a:hover
{
	background-image:		url( /site/images/video-play.gif );
}

/*---------------------------------------------------------------------------------------------------------
//	Banner Slideshow styles
//-------------------------------------------------------------------------------------------------------*/

.banner-container
{
	width:					447px;
	height:					325px;
	padding-top:			9px;
}

/* container for slides */
.banner-images 
{
	position:				relative;	
	height:					325px;
	width:					447px;
	overflow:				hidden;
	cursor:					pointer;
	
}

/* single slide */
.banner-images div
{
	display:				none;
	position:				absolute;
	top:					0;
	left:					0;		
	height:					325px;
}

/* tabs (those little circles below slides) */
.banner-tabs
{
	display:				none;
}

.tooltip {
	display:				none;
	background:				#797979;
	font-size:				10px;
	height:					45px;
	width:					437px;
	padding:				9px 5px;
	color:					#fff;	
	font-family:			verdana,arial,sans serif;
}
