@charset "utf-8";
/* CSS Document */

/*
================================================
	Yahoo GUI Reset CSS
	http://developer.yahoo.com/yui/reset/
================================================
*/


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* common styles */
/*img { 
	behavior: url(./iepngfix.htc) ;
	}*/
	
embed {
	margin: 0;
	padding: 0;
	border: 0;
	}

.clearDiv {
	height: 0;
	clear:both;
	overflow:hidden;
}

strong {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

em {
	font-style: italic;
}

ul
{
list-style: disc outside;
margin-left: 40px;
} 

p {
	margin-bottom: 8px;
}

a {
	text-decoration: none;
	color: #005daa;
}

a:hover {
	text-decoration: underline;
	color: #919191;
}


/* end common styles */

body {
	background: url(../../images/yd/bodyBack.jpg) repeat-x top center;
	background-color: #FFFFFF;
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #535353;
}

	
#header {
	width: 100%;
	height: 100px;
	
}

#headerTube {
	width: 800px;
	margin: 0 auto;
	/*behavior: url(./iepngfix.htc);*/
}

#headerLeft {
	float: left;
	width: 236px;
}

#headerLeft img {
	behavior: url(/styles/yd/iepngfix.htc);
	margin: 15px 0 0 15px;
}
#headerLeft a:hover { background: transparent; }

#headerRight {
	float: right;
	width: 450px;
	position: relative;
	text-align: right;
}

#headerRight p {
	float: right;
	padding-right: 115px;
	height: 90px;
	line-height: 90px;
	text-align: left;
	font-size: 22px;
	color:#000000;
	font-weight: bold;
}

#headerRight .liveChat {
	position: absolute; top: 30px; right: 0;
}

#cobrandZone {
	margin: 0 auto;
	width: 400px;
	height: 60px;
	border: 1px dotted #0F0;
}

#loginBox {
	width: 375px; /* was 370 mtt 1-25-2010*/
	margin-top: 5px;
	float:left;
	margin-left: 40px; /* was 85  mtt 1-25-2010 */
}



#loginBox input.fwsButton {
	background-color: #ffc423;
	border: 1px solid #ffc423;
	color: #000000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0px 0px 4px #666666;
	-webkit-box-shadow: 0px 0px 4px #666666;
	padding: 4px 4px;
	font-size: 10px;
	text-transform: uppercase;
	cursor: pointer; /*added mtt 1-25-2010 */
}


#loginBox input.fwsButton:hover {
	cursor:pointer;
	background-color: #559f52;
	border: 1px solid #559f52;
}


#loginBox p {
	color: #89c1d8;
	text-align: left;
	font-size: 16px;
	/*width: 250px;*/
	}
	
#loginBox input.fwsField {
	color: #666666;
	padding: 5px;
	border: 0px;
	width: 150px;
	margin-right: 5px;
	-moz-box-shadow: 0px 0px 4px #666666;
	-webkit-box-shadow: 0px 0px 4px #666666;
}

/* rotation styles */

#quoteBarHome p.quoteFlash {
	font-size: 28px;
	width: 600px;
	height: 50px;
	line-height: 50px;
	text-align: left;
	color: #FFFFFF;
	margin-top: 85px;
	margin-left: 110px;
	background-color: transparent;
}


#navBar {
	width: 100%;
	text-align: center;
	height: 45px;
	background-color: #000000;
	clear:both;
}

#navBar ul {
	list-style-type: none;
	margin: 0 auto;
	width: 800px;
	height: 40px;
	padding-top: 5px;
}

#navBar ul li {
		float:left;
		height: 40px;
		margin-right: 10px;
		
}

#navBar ul li.last {
	
}

#navBar ul li a {
	padding: 7px 10px;
	font-size: 18px;
	color: #ffffff;
	line-height: 42px;
}

#navBar ul li a:hover {
	background-color: #ffc423;
	color: #FFFFFF;
	text-decoration: none;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	text-shadow: 0px 0px 4px #666666;
}


#navBar ul li a.selected {
	background-color: #ffc423;
	color: #FFFFFF;
	text-decoration: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-shadow: 0px 0px 4px #666666;
	}


#tagBar {
	width: 800px;
	margin: 0 auto;
	text-align: left;
	height: 82px;
}

#tagBar h1 {
	float: left;
	text-align:center;
	text-transform: lowercase;
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 24px;
	height: 82px;
	line-height: 82px;
	width: 650px;
	font-weight:normal;
	text-shadow: 0px 0px 4px #c1c1c1;
}

#tagBar span.tagButtons {
	display: inline-block;
	float: left;
	padding: 0 0 0 0;
	margin:0;
	height: 82px;
	line-height: 82px;
}

#tagBar span.tagButtons a {
	font-size: 14px;
	text-transform: uppercase;
	background-color: #000000;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px 8px;
	margin-right: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#tagBar span.tagButtons a:hover {
	font-size: 14px;
	text-transform: uppercase;
	background-color: #559f52;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px 8px;
	margin-right: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-shadow: 0px 0px 2px #666666;
}

#main {
	width: 100%;
	background:url(../../images/yd/mainBack.jpg) repeat-x #ffffff;
	padding-top: 30px;
}

#mainTube {
	width: 800px;
	margin: 0 auto;
	background-color: #ffffff;
	border: 1px solid #e1e1e1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0px 0px 10px #e1e1e1;
	-webkit-box-shadow: 0px 0px 10px #e1e1e1;
	margin-bottom: 30px;
}

#mainLeft {
	float: left;
	width: 350px;
	margin-left: 25px;
	padding: 20px 0;
}

a.buyNow {
	display: block;
	height: 50px;
	width: 192px;
	background:url(../../images/yd/homeBuyNowBack.jpg) repeat-x;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0px 0px 10px #e1e1e1;
	-webkit-box-shadow: 0px 0px 10px #e1e1e1;
	text-align: center;
	line-height: 50px;
	font-size: 24px;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
}

a.buyNow:hover {
	color: #ffffff;
	text-shadow: 1px 1px 2px #000;
	text-decoration: none;
	-moz-box-shadow: 0px 0px 10px #666666;
	-webkit-box-shadow: 0px 0px 10px #666666;
}


#mainRight {
	float: right;
	width: 350px;
	margin-right: 25px;
	padding: 20px 0;
}

#mainRight img.pageImage {
	margin-bottom: 20px;
}

#mainRight p.socialIcons {
	margin-bottom: 30px;	
}

#mainRight p.socialIcons img {
	margin-right: 10px;
}


#ydTwitter {
	width: 297px;
	height: 114px;
	background:url(../../images/yd/twitterBack.jpg) no-repeat; /* mtt updated
image refrence */
	font-family:Arial, Helvetica, sans-serif;
}

#ydTwitter ul {
	list-style-type: none;
	width: 250px;
	margin: 0 auto;
	padding: 10px 0 0 0;
}

a.rrt-link {
	display: block;
	float: left;
}

span.rrt-meta {
	display: block;
	float: left;
	margin-left: 15px;
}

h2 {
	margin: 0;
	padding: 0;
	color: #000000;
	font-size: 20px;
	/*line-height: 20px;*/
	font-weight:normal;
	margin-bottom: 20px;
}


#homeFeature {
	width: 100%;
	height: 371px;
	background:url(../../images/yd/homeFeatureBack.jpg) no-repeat top center;
	margin-bottom: 20px;
}

#featureTube {
	width: 750px;
	margin: 0 auto;
	padding-top: 50px;
}

#homeFeatureLeft {
	float: left;
	width: 325px;
	margin-left: 25px;
	
}

#featureTube h1 {
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 20px;
	text-shadow: 1px 1px 2px #dddddd;
	text-align: center;
}

#homeFeatureLeft ul {
	margin: 20px 0 0 20px;
	padding: 0;
}

#homeFeatureLeft ul li {
	margin-bottom: 10px;
	font-size: 16px;
}

#homeFeatureRight {
	float: right;
	width: 325px;
	margin-right: 25px;
}

a.follow {
	margin-top: 15px;
	display: block;
	width: 300px;
	height: 32px;
	background:url(../../images/yd/twitterBarBack.jpg) repeat-x center left;
	color: #ffffff;
	text-shadow: 0px 0px 5px #000000;
	line-height: 32px;
	font-size: 14px;
	font-weight: bold;
}

a.follow:hover {
	text-decoration: none;
	color: #adebed;
}

a.follow span.twitterIcon img {
	vertical-align: middle;
	margin: 0 10px 0 5px;
}


#vidBox {
	width: 300px;
	overflow: hidden;
}

#vidBox p.slide {
	width: 300px;
	overflow: hidden;
}

#nav {
	width: 300px;
	/*margin: 0 auto;*/
	margin-bottom: 5px;
}

#nav a { 
	text-decoration: none;
	display: block; 
	float: left;
	font-size: 10px;
	width: 10px;
	height: 10px;
	line-height: 10px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	color: #000000;
	text-align: center;
	margin-right: 5px; 
	}
#nav a.activeSlide { 
	background-color: #dddddd; 
	}
#nav a:focus { 
	background-color: #dddddd; 
}


#testimonialBar {
	width: 100%;
	height: 70px;
	background:url(../../images/yd/quoteBarBack.jpg) repeat-x;
}

#testimonialRotator {
	margin: 0 auto;
	width: 800px;
	height: 70px; /* mtt udpated 1-25-2010 */
	background: url(../../images/yd/quotesIE6.jpg) no-repeat; /* mtt updated
	image reference 1-25-2010 */
	overflow: hidden;
}

#testimonialRotator p {
	width: 630px;
	margin-left: 70px; /* mtt udpated 1-25-2010 */
	color: #000000;
	padding-top: 15px; /* mtt udpated 1-25-2010 */
}


.insideNews {
	width: 430px;
	margin: 0 auto;
	/*margin: 20px 0 0 50px;*/
	background-color: #ffffff;
}

#insideLeft .newsBox .insideNews p {
	margin: 0;
	padding: 0;
	line-height: normal;
}

#insideMain {
	width: 100%;
}

#insideTube {
	width: 800px;
	margin: 0 auto;
	background: url(../../images/yd/insideBack.jpg) no-repeat center center;
	padding: 0 0 20px 0;;
}

.login-failed #insideTube { background: transparent; }

.login-failed #insideTube #insideLeft {
	float: none; margin: 0 auto; padding: 25px 0 0 0;
}

#insideLeft {
	float: left;
	width: 410px;
	margin-left: 10px;
	padding-top: 25px;
	text-align: left;
}

#insideLeft iframe {
	width: 100%;
	height: 350px;
}

#insideLeft ul {
	margin-bottom: 20px;
	list-style-type: none;
}

#insideLeft ul li {
	margin-bottom: 10px;	
}

ul.pricing {
	font-size: 15px;
}

#insideLeft ul li span.price {
	display: block;
	float:left;
	width: 50px;
	text-align: right;
	margin-right: 15px;
	font-weight: bold;
}

#insideLeft h1 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 10px;
	text-shadow: 1px 1px 2px #dddddd;
}

#insideLeft p {
		color: #000000;
		line-height: 24px;
		margin-bottom: 20px;
}

#insideRight {
	float: right;
	width: 290px;
	margin-right: 10px;
	text-align: left;
	padding-top: 25px;
}

#insideRight img {
	margin-bottom: 30px;	
}

#insideRight ul {
	margin-bottom: 40px;	
}

#insideRight ul li {
	margin-bottom: 10px;	
}

#insideRight .imageHolder {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0px 0px 10px #666666;
	-webkit-box-shadow: 0px 0px 10px #666666;
}

#insideRight .rightContent {
	width: 210px;
	margin: 0 auto;
	text-align: left;
	margin-top: 30px;
}

#insideRight .rightContent img {
	behavior: url(./iepngfix.htc);
}




#insideRight h3 {
	color: #89c1d8;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
}

#insideRight p.blueCallout {
	margin: 20px 0;
	color: #89c1d8;
	font-size: 14px;
	line-height: 24px;
}

#insideRight p.insideQuote {
	color: #89c1d8;
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 15px;
	width: 180px;
	margin: 0 auto;
	background:url(../../images/yd/right_quote.png) no-repeat;
	background-position: bottom right;
}

#insideQuoteBox {
	background:url(../../images/yd/left_quote.png) no-repeat;
}

p.author {
	font-weight: bold;
	margin-top: 10px;
}


#footer {
	width: 100%;
	text-align: center;
	height: 179px;
	background:url(../../images/yd/footerBack.jpg) repeat-x #c5c5c5;
}

#footerTube {
	width: 800px;
	margin: 0 auto;
	padding-top: 25px;
	color: #ffffff;
}

#footerTube a {
	color:#ffffff;
	text-decoration: none;
}

#footerTube a:hover {
	color: #ffffff;
	text-decoration: underline;
}


#footerLeft {
	float: left;
	width: 400px;
	
}

#footerLeft p {
	text-align: left;
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: normal;
}

#footerLeft p.footerLogos {
	margin-bottom: 60px;
}

#footerRight {
	float: right;
	width: 290px;
	
}

#footerRight h3 {
	text-align: left;
	color: #ffffff;
	font-size: 18px;
}


#footerRight p {
	text-align: left;
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: normal;
	margin-bottom: 25px;
}


#signupForm {
	margin-bottom: 25px;
}

#signupForm input.submit {
	display: block;
	height: 50px;
	width: 192px;
	background:url(../../images/yd/homeBuyNowBack.jpg) repeat-x;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0px 0px 10px #e1e1e1;
	-webkit-box-shadow: 0px 0px 10px #e1e1e1;
	text-align: center;
	line-height: 50px;
	font-size: 24px;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
}



#signupForm input.submit:hover {
	color: #ffffff;
	text-shadow: 1px 1px 2px #000;
	text-decoration: none;
	-moz-box-shadow: 0px 0px 10px #666666;
	-webkit-box-shadow: 0px 0px 10px #666666;
}


#signupForm dl {
	margin-bottom: 15px;
}

#signupForm dl dt {
	margin-top: 10px;
}

#signupForm dl dd.state {
	margin-top: 10px;
}

#signupForm dl dt.state {
	float: left;
	width: 100px;
}

#signupForm dl dd.zip {
	margin-top: 10px;
}

#signupForm dl dt.zip {
	float: left;
	width: 100px;
}

#signupForm dl dd.month {
	margin-top: 10px;
}

#signupForm dl dt.month {
	float: left;
	width: 100px;
}

#signupForm .month select {
	width:95px;
}
#signupForm dl dd.year {
	margin-top: 10px;
}

#signupForm dl dt.year {
	float: left;
	width: 100px;
}
#signupForm .year select{
	width: 95px;
}
#signupForm h3 {
	color: #666666;
	font-size: 16px;
	font-weight: bold;
	margin: 25px 0 5px 0;
}

/* faq accordion styles */

#MTTaccordion{
	border:1px solid #e1e1e1;
	padding:5px;
	/*width:970px;*/
	/*width: 944px;    mtt add */
	position:relative;
	/*font-weight:inherit;
	font-size:1.1em;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0px 0px 10px #e1e1e1;
	-webkit-box-shadow: 0px 0px 10px #e1e1e1;
}

#MTTaccordion a {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
	background-color: #dddddd;;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-box-shadow: 0px 2px 5px #e1e1e1;
	-webkit-box-shadow: 0px 2px 5px #e1e1e1;
	border-bottom: 1px solid #666666;
	margin-bottom: 5px;
}

#MTTaccordion a.selected {
	color: black;
	background-color: #fedf8a;
}


#MTTaccordion a:hover{
	background:#fedf8a;
}

ul.feed-list { margin-left: 0 !important; list-style-type: none; display: block; margin-bottom: 0 !important;}
ul.feed-list li.feed-list-item {
	line-height: normal;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
}
.paginator { text-align: center; }
.paginator .disabled { visibility: hidden; }
.paginator i { font-style: normal; cursor: pointer; }
.paginator span { display: inline-block; padding: 0 5px; width: 30%; }
.paginator .previous-page { text-align: right; }
.paginator .next-page { text-align: left; }

ul.feed-list li.feed-list-item p {
	line-height: normal;
}
ul.feed-list li .blog-feed-title { font-size: 14px; }

a.feed-link { color: #000000; display: block; }
a.feed-link:hover { text-decoration: none; }
a.feed-link:hover .link-title { text-decoration: underline; }
a.feed-link .link-title { display: block; padding-bottom: 4px; }
a.feed-link .link-source { display: inline-block; padding-left: 20px; color: #555; }
a.feed-link .link-date { color: #555; }

.blog-feed-body p {
	margin-bottom: 10px;
}



/*
================================================
SIGNUP PAGES
================================================
*/
/* for changing the size of the text in the entirety of the signup wizard */
.signup-sidetext {
	font-size: larger;
}
/*
.signup-left-title {
	float: left; width: 423px;
	background: #ffc90d;
	margin-top: -5px;
	color: #fff;
	font-size: 16px;
	padding: 0 10px 10px 20px;
	font-weight: bold;
}
.wizard-location {
	float: right;
	margin-top: -20px;
}
.signup-right-title {
	float: left;
	width: 320px;
	background: #ffc90d;
	margin-top: -5px;
	color: #333;
	font-size: 16px;
	padding: 0 10px 11px 20px;
	font-weight: bold;
}
*/

.signup-module {
	
}
.signup-sidetext-container ul,
.signup-sidetext-container ol { padding-left: 1.5em; }

.signup-sidetext-container ul li,
.signup-sidetext-container ol li { list-style-type: disc; }

.signup-module .hd {
	padding: 0 8px 0 0;
/*	background: transparent url(../../images/yd/yellow-module-bg.png) top right no-repeat; */
}
.signup-module .hd span {
	padding: 6px 0 6px 10px; font-weight: bold;
	font-size: 16px; display: block; color: #333;
/*	background: transparent url(../../images/yd/yellow-module-bg.png) left -8px no-repeat; */
}
.signup-module .bd {
	/* background-color: #fff; */
	padding: 10px 10px 0;
}
.signup-module .bd p { padding-bottom: 1em; margin-bottom: 0 !important; }
.signup-module .bd br { display: none; }
.signup-module .bd ul li { margin-bottom: 0 !important; }
.signup-module .ft {
	padding: 0 8px 0 0; 
	/*background: transparent url(../../images/yd/white-module-bg.png) right bottom no-repeat;*/
}
.signup-module .ft span {
	display: block;
	height: 10px;
	/*background: transparent url(../../images/yd/white-module-bg.png) left -47px no-repeat;*/
}

.signup-sidetext-container .hd { position: relative; }
.signup-sidetext-container .hd .step-title { padding: 0; }
.signup-sidetext-container .hd .step-indicator { position: absolute; padding: 0; top: 6px; right: 10px; }
.signup-sidetext-container .bd { font-size: larger; }
.signup-sidetext-container ul { margin-left: 0; }

.youdiligence-info .yd-form-block,
.facebook-info .yd-form-block,
.myspace-info .yd-form-block {
	margin-bottom: 5px;
}
#signup-success-button {
	margin-top: 10px;
}
.yd-user-info .yd-form-block,
.yd-error-block {
	margin-bottom: 5px;
}

.yd-user-info .yd-user-info-left {
	float: left;
	width: 200px;
}

.yd-user-info .AuthorizeNetSeal {
	float: left;
}

.yd-user-info .signup-credit-message {
	clear: left;
}


.yd-form-block,
.yd-actors-info,
.yd-words-and-phrases {
	color: #666;
	overflow-y: visible;
/*	float: left; */
	width: 100%;
}
.hasError,
.errorMessage,
.yd-form-errors {
	color: #E85050;
	display: block;
}
.signup-button-bar {
	margin-top: 10px;
}
.signup-button-bar-bigmargin {
	margin-top: 15px;
}
.signup-title,
.signup-title-bold {
	margin-bottom: 5px;
}
.signup-title-bold {
	font-size: larger;
}
.signup-urlinput {
	width: 314px;
}
.top-left-signup {
	background-image: url("../../images/yd/yellow_top_left_corner.png");
}
.top-right-signup {
	background-image: url("../../images/yd/yellow_top_right_corner.png");
}
.form-middle {
	background-color: #fff;
	width: 320px;
	height: 15px;
	float: left;
}
.signup-form-middle {
	background-color: #ffc90d;
	width: 320px;
	height: 15px;
	float: left;
}
.sidetext-middle {
	background-color: #fff;
	width: 423px;
	height: 15px;
	float: left;
}
.signup-sidetext-middle {
	background-color: #ffc90d;
	width: 423px;
	height: 15px;
	float: left;
}

.yd-form-block .inline-radio { margin: 0px; padding: 1px 0; }
.yd-form-block .inline-radio label { vertical-align: top; display: inline; }
.yd-form-block .inline-radio input { display: inline; }

.radio-text {
	display: inline-block; vertical-align: top;
	margin: -1px 0 5px 5px;
	width: 280px;
}
.signup-object-label {
	margin: 10px 0 5px;
}

.signup-form-holder {
	background-color: #fff;
	width: 320px;
	padding: 15px 15px 0 15px;
	float: left;
}
.yd-form-block input { display: block; }
.yd-form-block label { display: block; }

.signup-form-holder .yd-form-block input .addDelete {
	width: 175px;
}
.yd-password-account-type {
	float: left;
	width: 90%;
	margin-bottom: 10px;
}

#credit-card-info-block.hidden .credit-card-expanded-info{
	display: none;
}

/*
================================================
SIGNUP SUCCESS PAGE
================================================
*/
.signup-success-form li {
	margin-bottom: 5px;
}

.signup-form-template-holder .promotions {
	padding-top: 15px;
}

.promotion-codes .promotion-code-block {
	padding-top: 10px;
}

.promotion-codes .promotion-code-block strong{
	display: block;
	width: 100px;
	float: left;
	clear: left;
}

.promotion-codes .promotion-code-block .code{
	display: block;
	float: left;	
}

.promotion-codes .clear {
	clear:both;
}


#headerRight .liveChat img{
	margin-left: 15px;
	vertical-align: middle;
	behavior: url(/styles/yd/iepngfix.htc); /* mtt added 1-25-2010 */
}

.socialIcons img {
	margin-right: 3px;
	behavior: url(/styles/yd/iepngfix.htc); /* mtt added 1-25-2010 */
}

p.footerLogos img {
	behavior: url(/styles/yd/iepngfix.htc); /* mtt added 1-25-2010 */
}

#insideRight .header-image {
	width: 100%;
	-ms-interpolation-mode: bicubic;
}


#navBar .nav-bar-inner {
	width: 848px; position: relative; margin: 0 auto;
}

#logOutArea {
	position: absolute; bottom: 5px; right: 0;
}
#logOutArea a {
	color: #ccc; text-decoration: none;
}

#logOutArea a:hover {
	color: #999999; background: transparent;
	text-decoration: underline;
}


#landing-popup.popup {
	position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 2000;
}
#landing-popup.popup .underlay {
	position: fixed; top: 0; left: 0; height: 100%; width: 100%;
	background: black; opacity: 0.5; filter: alpha(opacity=50);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}
#landing-popup.popup .popup-body {
	position: relative; width: 640px; margin: 0px auto; padding-top: 50px;
}
#landing-popup.popup .popup-body .hd {
	border-radius: 10px 10px 0 0; -moz-border-radius: 10px 10px 0 0; -webkit-border-radius: 10px 10px 0 0;
	min-height: 60px; padding: 10px; color: #000; font-size: 24px; line-height: 30px;
	
	/* Gradient backgrounds */
	background: #F1B72E; /* For browsers with no gradient support (e.g. Opera) */
	background: -webkit-gradient(
	    linear,
	    left top,
	    left bottom,
	    color-stop(0, #F1B72E),
	    color-stop(1, #BC891C)
	); /* webkit */
	background: -moz-linear-gradient(
	    center top,
	    #F1B72E 0%,
	    #BC891C 100%
	); /* firefox 3.6 and later */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F1B72E', endColorstr='#BC891C'); /* for IE */
	
	text-shadow: 0 1px 0px rgba(255,255,255,0.3);
}
#landing-popup.popup .popup-body .hd .logo {
	display: inline-block; vertical-align: middle; height: 75px; width: 1px;
}
#landing-popup.popup .popup-body .hd .logo.has-image {
	display: inline-block; height: 75px; width: 75px;
	margin-right: 10px; vertical-align: middle;
	background-repeat: no-repeat;
}
#landing-popup.popup .popup-body .hd .header {
	display: inline-block; vertical-align: middle; width: 610px
}
#landing-popup.popup .popup-body .hd .has-image + .header { width: 500px; }
#landing-popup.popup .popup-body .hd .header .organization-name { font-weight: bold; }

#landing-popup.popup .popup-body .bd {
	background: #fff; padding: 20px 20px 10px;
}
#landing-popup.popup .popup-body .bd .bottom-text {
	font-size: 16px; padding: 10px 0 0; line-height: 20px;
}
#landing-popup.popup .popup-body .bd .bottom-text .price { font-weight: bold; }
#landing-popup.popup .popup-body .bd .bottom-text .organization-name { font-weight: bold; }
#landing-popup.popup .popup-body .ft {
	border-radius: 0 0 10px 10px; -moz-border-radius: 0 0 10px 10px; -webkit-border-radius: 0 0 10px 10px;
	background: #fff; min-height: 5px; padding: 0 10px 10px;
}
#landing-popup.popup .popup-body .close {
	position: absolute; height: 20px; width: 20px; cursor: pointer;
	top: 60px; right: 10px;
	background: transparent url(../../images/yd/close-popup.png) center center no-repeat;
}

#landing-popup.large-logo-format .popup-body .hd .header { display: none; }
#landing-popup.large-logo-format .popup-body .hd .logo.has-image {
	display: block; width: 100%; margin-right: 0;
}

#landing-popup.logo-header-format .popup-body .hd { padding: 0; }
#landing-popup.logo-header-format .popup-body .hd .header { display: none; }
#landing-popup.logo-header-format .popup-body .hd .logo.has-image {
	display: block; width: 100%; height: 95px; margin-right: 0;
	
	border-radius: 10px 10px 0 0; -moz-border-radius: 10px 10px 0 0; -webkit-border-radius: 10px 10px 0 0;
}


body.popup-shown .slide { display: none !important; }