/* LifeWayWORSHIP Help Center Styles */

#help {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	width:868px;
	margin:0px auto;
	color:#666666;
	padding:0px 16px 16px 16px;
}

#help_left {
	float:left;
	width:263px;
}

#help_left_top {
	width:263px;
	height:22px;
	background:url(../../images/help/help_left_top.jpg) no-repeat;
}

#help_left_mid {
	width:241px;
	background:#fff;
	border-left:1px solid #B3B2B2;
	border-right:1px solid #B3B2B2;
	padding:0px 10px 10px 10px;
}

#help_left_bottom {
	width:263px;
	height:22px;
	background:url(../../images/help/help_left_bottom.jpg) no-repeat;	
}

#help_left li{
	border:1px solid #dadada;
	margin-bottom:-1px;
	padding:10px 27px 10px 24px;
	zoom:1;
}

#help_left li a {
	color:#5E6790;
	font-weight:bold;
	text-decoration:none;
	font-size:12px;
}

#help_left li a:hover {
	color:#9A9FB8;
}

#help_left #help_links li {
	border:none;
	padding:5px 10px;
}

#manual_links li {
	font-size:14px;
	padding:5px 10px;
}

.help_active { /*Place this in addition to the classes below to create an "active" effect - EXAMPLE: "help_grey help_active" */
	background-color:#fff!important;
}

.help_grey {
	background:#F7f7f7 url(../../images/help/help_grey.gif) repeat-y;
}

.help_green {
	background:#F8FBED url(../../images/help/help_green.gif) repeat-y;
}

.help_orange {
	background:#FBF0EC url(../../images/help/help_orange.gif) repeat-y;
}

.help_blue {
	background:#F2F3F6 url(../../images/help/help_blue.gif) repeat-y;
}

.help_time {
	float:right;
	font-size:10px;
	color:#B0B0B0;
}

#help_right {
	float:right;
	width:575px;
	margin-right:5px;
}

#help_right_top {
	width:588px;
	height:38px;
	background:url(../../images/help/help_right_top.jpg) no-repeat;
}

#help_right_mid {
	width:496px;
	background:#fff;
	border-left:1px solid #B3B2B2;
	border-right:1px solid #B3B2B2;
	padding-left:45px;
	padding-right:45px;
}

#help_right_bottom {
	width:588px;
	height:38px;
	background:url(../../images/help/help_right_bottom.jpg) no-repeat;	
}

#help_right blockquote {
	background:url(../../images/help/help_blockquote_bg.jpg) no-repeat;
	text-align:center;
	width:383px;
	height:62px;
	padding:19px 55px 0px 55px;
	font-size:14px;
	color:#5E6790;
	line-height:140%;
	margin:0px auto;
}

#help_video {
	width:490px;
	padding:1px;
	margin-bottom:26px!important;
	text-align: center;
}



/*Help Font Styles*/

#help p {
	line-height:150%;
	margin-bottom:20px;
}

#help h1 {
	background:url(../../images/help/help_h1_bg.jpg) no-repeat;
	width:814px;
	height:29px;
	padding:6px 0px 0px 53px;
	font-size:20px;
	color:#000;
	margin-bottom:20px;
}

#help h2 {
	font-size:20px;
	color:#000;
	margin-bottom:18px;
}

#help h3 {
	font-style:italic;
	color:#333;
	font-size:14px;
}

#help #help_left .child li {padding-left:34px;}
#help #help_left .child .child li {padding-left:44px;}
#help .arrow {position:relative;top:3px;}



/* Reset styles */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,h7,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, h7 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

em {
	font-style: italic;
}

strong {
	font-weight:bold;
}