* {
	margin: 0;
	padding: 0;
}
html {
	height: auto;
	overflow:auto;
}
body {
	font: 12px/18px "Trebuchet MS", Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
	overflow:hidden;
    color:#847C89;
    background-color: #F6F6F6;	
}
a {
	color: #2376A9;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

img {
	border: none;
}

.inline
{
	display: -moz-inline-stack;
	display:inline-block;
    _display: inline;	
}
.hidden
{
	display:none;
}
.blue{color:#247BAE;}
	
h1{
    color:#000;
    font-size:14px;
    font-weight:bold;
    text-align:left;
}
h2
{
    font-weight: bold;
    font-size: 14px;
	min-height: 3px;
}
h4
{
    margin-top: 45px;
    font-weight: bold;
    font-size: 16px;
}
h5
{
    margin-top: 15px;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 13px;
}
.left {
	float:left;
}

#video_placeholder {
	width: 212px;
	height: 132px;
	margin: 0 0 10px 10px;
	float:right;
}

#llPopup #mainContainer {
	width:583px;
	height:650px;
	background-color:#fff;		
	position:reative;;
	padding-left:15px;
	font-size:12px;
}
#closeLink {
    display: block;
    float: left;
    margin-top: 15px;
    position: relative;
    text-align: center;
    width: 100%;
	padding: 10px 0 20px 0;
}


#llPopup a.button:link,a.button:visited, a.button:active  {
	
	color:#000000;
	cursor:pointer;
	display:block;
	font:12px arial,sans-serif;
	height:21px;
	margin-right:6px;
	padding-left:15px;
	padding-right:18px;
	text-decoration:none;
	margin-top:15px;
}

#llPopup .faqContainer {
	position:realtive;
	background-color:#f6f6f6;
	width:208px;
	height:486px;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
}

.question {
	font-weight:bold;


}
.answer {
	margin-bottom:15px;

}

#llPopup .faqContainer .video {
	height:106px;
	width:146px;
	background-color:#f2f2f2;
	border: 1px double #dedede;
	margin-bottom:10px;
	background-image:url('../images/frame_end.jpg');
	background-repeat:no-repeat;
	background-position:center 5px;
}
#llPopup #closeVideoLink {
	color:#3399CC;
	cursor:pointer;
	font-size:12px;
	position:absolute;
	right:11px;
	text-decoration:underline;
	top:9px;
	z-index:6000;
}
#llPopup .faqContainer .video span {
	font-size:12px;
	text-decoration:underline;
	color:#373737;
	display:block;
	margin:auto;
	margin-top:60px;
	text-align:center;
}
#llPopup  .expandedVideo {
	background-color:#F6F6F6;
	border:1px double #000;
	height:1px;
	padding:0;
	position:absolute;
	right:-10px;
	top:10px;
	width:1px;
}
#llPopup .faqContainer a, #llPopup .privacyContainer a {
	color:#3399cc;
	cursor:pointer;
}

#llPopup .faqContainer a {
	font-size:12px;
}

#llPopup .faqContainer ul {
	padding: 0px;
	margin: 0px;
	padding-left: 30px;
	margin-bottom:10px;
}

#llPopup {
	background-color:#FFFFFF;
	border:2px ridge #777;
	display:none;		
	position:relative;
	width:573px;
}

#headerLearnMore
{
	overflow:hidden;
	position:relative;

}

#headerShareScreen
{
    overflow:hidden;
	position:relative;
	min-height: 3px;
}
#faqContents{
	position:relative;
	height:auto;
}
