﻿/* Overriding JQuery UI stylesheet */
.ui-tabs
{
	padding: 0 0 0 0;
	border-style: none;
}
.ui-tabs .ui-tabs-nav
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border-style: none;
	height: 33px;
}
.ui-tabs .ui-tabs-nav li
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: White;
	border-style: none;
	height: 33px;
}
.ui-tabs .ui-tabs-nav li a
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	height: 33px;
	background-color: White;
	border-style: none;
}
.ui-tabs .ui-tabs-panel
{
	border-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

/* !! overriding the normal stylesheet !! */
.logo 
/*{
	float:left;
	margin-top:3px;
}*/
/*#pghd {  
	height:78px; 
}*/

/*--TN 12/31/09 - Thumbnail styles for the See How it works tab */
ul.thumb {
	list-style-type:none;
	margin: 0; 
	padding: 0px;
	width: 530px;
}
ul.thumb li 
{
	margin: 0; padding: 5px;
	float: left;
	position: relative;  /* Set the absolute positioning base coordinate */
	width: 100px;
	height: 57px;
}
ul.thumb li img 
{
	/* Set the small thumbnail size.  If you change either of these two properties, you will
     * also have to change them in the ImageThumb_OnHoverOut function in /Scripts/PageSpecific/Home.js
     */
	width: 90px;
	height: 51px;
	-ms-interpolation-mode: bicubic;/* IE Fix for Bicubic Scaling */
	border: 1px solid #ddd;
	padding: 0px;
	background: #f0f0f0;
	position: absolute;
	left: 0; top: 0;
	margin:0;
}
ul.thumb li img.hover {
}
ul.thumb li a div
{
	position: relative;
	text-align: center;
	margin-left: -15px;
	top: 80px;
	visibility: hidden;
	color:#d81313;
	text-decoration:none;
}

/* Flash player styles */
#divIntroPlayer
{
	margin-left: 20px;
}

/* home page navbar */
.nvcr { /*navbar container*/
	width: 945px;
	height: 38px;
	background:url(/Images/Home/navbar_bg.gif);
}

.nvcr a {
	color:#fff;
	font-weight:bold;
	font-family:"Trebuchet MS", arial, sans-serif;
	font-size: 12px;
	text-decoration:none;
}

.nvcr a:hover {
	color:#ddd;
	font-weight:bold;
	font-family:"Trebuchet MS", arial, sans-serif;
	font-size: 12px;
	text-decoration:none;
}

.nvcr td {
	padding: 0 3px;
	text-align:center;
	}
	
.pucr { /* public container */
    width:945px;
}

.pucr h1 { /* public h1 */
    font-family:"Trebuchet MS", arial, sans-serif;
    font-size:26px;
    color:#ff0000;
    margin:10px 0px;
}

.pucr p 
{
	color:#666;
	font-size:12px;
	line-height:21px;
	font-weight:normal;
}

.holc { /* home left column */
    float: left;
	width: 480px;
	text-align:left;
}

.horc { /* home right column */
    margin-left: 495px;
	text-align:left;
}

.quoteAndy 
{
	background:url(/Images/Home/quote_andy.gif) no-repeat;
	width:310px;
	height:125px;
	margin-top:10px;
	padding-left:125px;
}

.quoteAndy p 
{
	padding-top:8px;
	font-size:11px;
	color:#666;
	line-height:normal;
	margin:0px;
}

.hofe /* home features */
{
	background-color:#3f3f3f;
	color:#c2c2c2;
	font-size:11px;
	width:448px;
}
.hofe h1 /* home features h1 */
{
	color:#fff;
	font-size:14px;
	font-weight:bold;
}
.sm /* social media section */
{
	margin-top:10px;
	color:#666;
	font-size:11px;
}
.sm a
{
	color:#666;
	text-decoration:none;
}
.sm a:hover
{
	color:#282828;
}
.sm h2 /* twitter body h2 */
{
	color:#282828;
	font-size:13px;
	font-family:"Trebuchet MS", arial, sans-serif;
}
.twitter 
{
	float:left;
}
.twtop /* twitter top */
{
	background:url(/Images/Home/tw_top.gif) no-repeat;
	width:223px;
	height:9px;
	margin-top:0px;
}
.twcontent /* twitter body */
{
	background:url(/Images/Home/tw_bg.gif);
	background-repeat: repeat-y;
	width:223px;
	padding:0 10px 0 10px;
}

.twcontent p /* twitter top p */
{
	padding:0 15px 5px 0px;
	margin:0px;
	font-size:11px;
	line-height:18px;
}
.twcontent a /* twitter top p */
{
	color:#666;
}
.twcontent a:hover /* twitter top p */
{
	color:#282828;
}
.twbottom /* twitter bottom */
{
	background:url(/Images/Home/tw_bottom.gif) no-repeat;
	width:223px;
	height:50px;
	margin-bottom:10px;
}
.blog 
{
}