﻿#welcome {
	background:url(/DesktopModules/SUH_Player/Player/images/home_index_card.jpg) no-repeat;
	width:535px;
	margin:0px 0px 0px 0px;
	height:344px;
	text-align:left;
}
#welcome .left {
	float:left;
	width:340px;
	padding-top:20px;
	color:#333;
}
#welcome .right {
	float:left;
	width:300px;
	background:#ccc;
	border:#ccbfae solid 1px;
	margin:64px 0px 0px 36px;
	height:203px;
}
#welcome h1 {
	color:#000;
	font-size:24px;
}
#welcome p {
	font-size:13px;
	color:#333;
}
#welcome a {
	font-size:11px;
	color:#003366;
}
.icon {
	float:left;
	margin-left:15px;
	width:125px;
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
	font-weight:bold;
}
.titleVIG {
	font-family:Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:400;
}

/******************************************/
/* Float Clear                            */
/******************************************/

/* float clearing for IE6 */
* html .clearfix{
  height: 1%;
  overflow: visible;
}

/* float clearing for IE7 */
*+html .clearfix{
  min-height: 1%;
}

/* float clearing for everyone else */
.clearfix:after{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

body {
}

