@charset "utf-8";
body {
	font: 63% Helvetica, sans-serif, Verdana, Arial;
	background: #ffffff;
	margin: 0;
	padding: 0;
	color: #666666;
}

.MainLink
{
	line-height:20px;
}


* {
	font-family: Helvetica, sans-serif, Verdana, Arial;
	color: #666666;
}
td {
	font-size:12px;
}
.Hover
{
	background-image:url(/images/Menu_Selected.png);
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6{
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
.ecalc
{
	font-size:12px;
}


#tabs h1
{
	color: #d92524;
    font-size: 28px;
    letter-spacing: 0.05em;
    line-height: 40px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
	text-shadow: 2px 1px 3px #b4b4b4;
	text-align:left;
}
#diag_ECalc h1, #diag_Eligibility h1
{
	color:#d92524;
	margin: 0 auto;
	padding-left: 0px;
    padding-right: 0px;
	font-weight:none;
	font-size:20px;
	line-height:40px;
	letter-spacing:0.03em;
}
#tabs h2
{
	color:#333333;
	margin: 0 auto;
	padding-left: 10px;
    padding-right: 0px;
    padding-top: 15px;
    padding-bottom: 2px;
	font-weight:none;
	font-size:15px;
	line-height:22px;
	letter-spacing:0.03em;
}
#tabs td
{
	letter-spacing: 0.03em;
    line-height: 18px;
    padding-margin: 20px;
}
#tabs p{
    padding-left: 20px;
}
p {
	font-size:12px;
	line-height:18px;
	letter-spacing:0.03em;
	margin: 0px; /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding: 0px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #42413C;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

/* ~~ this fixed width container surrounds all other elements ~~ */
.container {
	width: 980px;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

/* ~~ This is the layout information. ~~ 

1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

*/
.content {

	padding: 0px;
	margin: 0 auto;
}

/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin: 0 auto;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin: 0 auto;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the overflow:hidden on the .container is removed */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#SiteBorderTop
{
	background-image:url(/Images/Header_Top.png);
	background-position: center top;
	background-repeat:no-repeat;
	background-color:#f3f3f3;
	height:6px;
}
#SiteHeaderBottom {
	background-image:url(/Images/Header_SplitBG.png);
	background-position:bottom;
	height:11px;
	text-align:center;
}
#SiteHeader {
	background-image:url(/Images/Header_bg.png);
	height:148px;
}
.SeeIt {
	width:308px;
	text-align:right;
	background-color:#f0a000;
	margin-left:117px;
}
.DoIt {
	width:555px;
	text-align:left;
	background-color:#d92524;
}
.Orange {
	width:310px;
	text-align:right;
	background-color:#f0a000;
	height:5px;
}
.Red {
	width:670px;
	text-align:left;
	background-color:#d92524;
	height:5px;
}
.Header{
	padding-top:35px;	
}
.Navigation
{
	background-image:url(/Images/Menu_BG.png);
	margin:2px 0px 0px 100px;
	height:	37px;
	width:780px;
	padding-left:100px;
}
.Logo
{
	position:absolute;	
	top:10px;
}
.Logo img
{
	margin-left: -50px;	
}
#SiteContent {
	background-image:url(/Images/Master_BG.png);
	background-repeat:repeat-x;
	background-color:#ffffff;
	min-height:780px;
	padding-top:5px;
}
.MoreInfo
{
	margin:10px 10px 10px 10px;
	padding:10px;
}
.MoreInfo h1
{
	margin: 0px auto;
	font-size:12px;
	padding-left:10px;
	line-height:25px;
	color:black;
}
.MoreInfo input[type="text"], .MoreInfo select
{
	width:260px;
	padding:4px;
	margin:5px 0px 0px 0px;
	letter-spacing:1px;
	font-size:11px;
}
.MoreInfo select
{
	width:270px!important;	
}
.MoreInfo div
{
	padding:10px 0px 5px 5px;
	font-size:11px;
	line-height:8px;	
}
.MoreInfo div strong
{
	line-height:22px;	
}
.Grey
{
	background-color:#f4f4f4;	
}
.MoreInfoSubmit.ui-button-text {
	font-size:11px;
}
.Program h1
{
	color:#d92524;
	line-height:40px;
}
.Program
{
	text-align:center;
	padding:10px 0px 0px 10px;
	width:720px;
}

.WorkOptions
{
	width:225px;
	padding:10px 0px 0px 10px;	
}
.WorkOptions h1
{
	color:#d92524;
	margin:0px 0px 10px 0px;
}
#SiteContentPanel
{
	padding:10px;
	min-height: 580px;
}
#SiteFooter
{
	margin-top:5px;
}
.Border
{
	border:1px solid #cccccc;
}
.FooterNavigation
{
	padding:20px 10px 10px 10px;
}
.SocialMedia img
{
	box-shadow:0 0 4px #a1a1a1;	
}
.FooterNavigation ul
{
	overflow:hidden;
}
.FooterNavigation ul li
{
	padding-left:8px;
	line-height:20px;
}
.FooterNavigation ul li a
{
	text-decoration:none;
	color:#333;
}
.FooterNavigation ul li a:hover
{
	text-decoration:underline;
	color:#000;
}
.FooterNavigation strong a
{
	text-decoration:none;
}
.FooterNavigation strong a:hover
{
	text-decoration:underline;
}

.FooterNavigation .SocialMedia li
{
	padding-left:40px;
	line-height:30px;
}
.Facebook, .Twitter
{
	margin-top:10px;
}
.Facebook a:hover
{
	background-color:green;
}
.Pnl
{
	background-color:#ffffff;
	border:#b4b4b4 1px solid;
	margin-bottom:10px;
}
.PnlBorder
{
	box-shadow:0 0 4px #a1a1a1;	
}
.Pnl h1
{
	color:#d92524;
	margin: 0 auto;
	padding-left: 0px;
    padding-right: 0px;
	font-weight:none;
	font-size:20px;
	line-height:28px;
	letter-spacing:0.03em;
}
.Pnl h2, #diag_Eligibility h2
{
	color:#333333;
	margin: 0 auto;
	padding-left: 0px;
    padding-right: 0px;
	font-weight:none;
	font-size:15px;
	line-height:22px;
	letter-spacing:0.03em;
}
.w100
{
	width:954px;
}
.w50
{
	width:471px;
	float:left;
}
.w33
{
	width:308px;
	float:left;
}
.Mid
{
	margin-left:7px;
	margin-right:7px;
}
.Left
{
	margin-right:5px;
}
.Right
{
	margin-left:5px;
}
.pnlContent
{
	padding:5px;
}
.Shadow
{
	box-shadow:3px 3px 4px #6c6c6c;	
}
.BorderDark
{
	border:1px solid #363636;
}
.slider-wrapper
{
	box-shadow:3px 3px 4px #6c6c6c;	
}
.FadeTop h1
{
	line-height:35px;
}
.FadeTop
{
	height:35px;
	background-image:url(/images/fadetop.png);
	text-align:center;
	margin:0 auto;
	background-position: bottom;
}
.FadeBottom 
{
	background-image:url(/images/fadebottom.png);
	background-repeat:repeat-x;
	background-color:#efefef;
	margin:0 auto;
}
.InfoBlock
{
	width:180px;
	float:left;
	padding:5px;
}
.InfoBlock h2
{
	line-height:34px;
}
.InfoBlock p
{
	font-size:12px;
}
.InfoBlock a
{
	line-height:24px;
	color:#0000ff;
	text-decoration:none;
}
.InfoBlock a:hover
{
	line-height:24px;
	color:#0000ff;
	text-decoration:underline;
}
.BorderLeft
{
	border-left:1px solid silver;
}
.FormStyle input[type=text]
{
	width:296px;
}
.FormStyle select
{
	width:300px;
}
.FormStyle td
{
	padding:2px;
}

/* jCarousal */
.jcarousel-skin-ovc .jcarousel-container {
  width:950px;
}

.jcarousel-skin-ovc .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-ovc .jcarousel-container-horizontal {
    width: 950px;
    padding: 0px;
}

.jcarousel-skin-ovc .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-ovc .jcarousel-clip-horizontal {
    width:  950px;
    height: 160px;
}

.jcarousel-skin-ovc .jcarousel-item {
    width: 180px;
    height: 160px;
    display:block;
}

.jcarousel-skin-ovc .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 10px;
}

.jcarousel-skin-ovc .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 20px;
    margin-right: 0;
}

.jcarousel-skin-ovc .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-ovc .jcarousel-next-horizontal {
    position: absolute;
    top: -28px;
    right: 25px;
    width: 19px;
    height: 20px;
    cursor: pointer;
    background: transparent url(/images/carousel-arrow-next.png) no-repeat 0 0;
}

.jcarousel-skin-ovc .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(/images/carousel-arrow-next.png);
}

.jcarousel-skin-ovc .jcarousel-next-horizontal:hover,
.jcarousel-skin-ovc .jcarousel-next-horizontal:focus {
    background-position: -19px 0;
}

.jcarousel-skin-ovc .jcarousel-next-horizontal:active {
    /*background-position: -64px 0;*/
}

.jcarousel-skin-ovc .jcarousel-next-disabled-horizontal,
.jcarousel-skin-ovc .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-ovc .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-ovc .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -56px 0;
}

.jcarousel-skin-ovc .jcarousel-prev-horizontal {
    position: absolute;
    top: -28px;
    left: 25px;
    width: 19px;
    height: 20px;
    cursor: pointer;
    background: transparent url(/images/carousel-arrow-prev.png) no-repeat 0 0;
}

.jcarousel-skin-ovc .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(/images/carousel-arrow-prev.png);
}

.jcarousel-skin-ovc .jcarousel-prev-horizontal:hover, 
.jcarousel-skin-ovc .jcarousel-prev-horizontal:focus {
    background-position: -19px 0;
}

.jcarousel-skin-ovc .jcarousel-prev-horizontal:active {
    /*background-position: -60px 0;*/
}

.jcarousel-skin-ovc .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-ovc .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-ovc .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-ovc .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -56px 0;
}

/*-----------------------------------------------------------------------------------------------*/
/*                                            TOOLTIP                                            */
/*-----------------------------------------------------------------------------------------------*/

#tooltip{
	position:absolute;
	border:1px solid #a2a2a2;
	background: #F4F4F4 url(/skins/images/bg_grad.png) repeat-x 0 0;
	padding:20px;
	color:#333;
	display:none;
	z-index:10000;
	box-shadow:3px 3px 4px #6c6c6c;
	font-size:12px;
	line-height:15px;
}


.MoreInfoIncl
{
	margin:10px 10px 10px 10px;
	padding:10px;
	float:left;
	width:250px;
}
.MoreInfoIncl h1
{
	margin: 0px auto;
	font-size:18px !important;
	padding-left:10px;
	line-height:20px !important;
	color:black;
}
.MoreInfoIncl input[type="text"], .MoreInfoIncl select
{
	width:230px;
	padding:4px;
	margin:5px 0px 0px 0px;
	letter-spacing:1px;
	font-size:11px;
}
.MoreInfoIncl select
{
	width:240px !important;
}
.MoreInfoIncl div
{
	padding:10px 0px 5px 5px;
	font-size:11px;
	line-height:8px;	
}
.MoreInfoIncl div strong
{
	line-height:22px;	
}
.contentLeft
{
	float:left;
	width:620px;
}