/* File:	help.css */
/* Created:	8/20/2014 */
/* Revised:	8/20/2014 */
body
{
  	background-color:#6699cc;
}

h1, h2, h3, h4, h5, h6, div, ul, li 
{
	margin: 0;
	padding: 0;
}

h1 
{
	font-size: 32px;
	color: #009;
	margin-bottom: .4em;
}

h2 
{
	font-size: 26px;
	color: #009;
	font-weight: normal;
	margin-top: 1.2em;
	margin-bottom: 1em;
}

h3 
{
	/*color: #fff;*/
	margin-top: 5px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

h4
{
	color: #000;
	margin-top: 5px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

h5
{
	color: #fff;
	margin-top: 5px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

h1, h2, h3, h4, h5
{
	clear: both;
}

td,div
{
  font-family:Arial,sans-serif; font-size:10.0pt; color:#000000;
}
th
{ 
  font-family:Arial,sans-serif; font-size:10.0pt; color:#000000; text-align:left;
}
a,a:active,a:visited
{
  color:#0000FF; text-decoration:underline;
}
a:hover
{ 
  color:#FF0000; text-decoration:underline;
}

#wrapper
{
	/*border: 1px solid #f00;*/
	margin: 0, auto;
	width: 980px;
	height: 400 px;
}

#mainBanner
{
	/*border: 1px solid #f00;*/
	width: 980px;
	height: 80px;
	background-image:url(http://www.insidetract.net/_images/banners/banner_bg.gif);
}

#titleLeftLine
{
	/*border: 1px solid #f00;*/
	float: left;
	margin: auto;
	height: 80px;
	width: 1px;
	/*background-image:url(http://www.insidetract.net/_images/banners/1_px_med_blu.gif);*/
}

#logo
{
	float: left;
	margin-top: 5px;
	margin-left: 40px;
}

#title
{
	float: left;
	margin-top: 18px;
	margin-left: 15px;
}

#motto
{
	/*border: 1px solid #f00;*/
	margin-top: 5px;
	width: 980px;
	height: 32px;
	background-image:url(http://www.insidetract.net/_images/banners/motto_bg.gif);
}

#mottoLeftLine
{
	/*border: 1px solid #f00;*/
	float: left;
	margin: auto;
	height: 32px;
	width: 1px;
	background-image:url(http://www.insidetract.net/_images/banners/1_px_med_blu.gif);
}

#mottoText
{
	padding-top: 7px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

#leftColumn
{
	/*border: 1px solid #f00;*/
	margin-top: 5px;
	background-color:#FFF;
	float: left;
	width: 150px;
	text-align: left;
}

#ads
{
}

#ads ul
{
	list-style: none;
}

#ads li
{
	border-bottom: 1px solid #09f;
	font-size: 14px;
	color: #000;
}

#mainColumn
{
	/*border: 1px solid #f00;*/
	margin-top: 5px;
	background-color: #fff;
	float: left;
	margin-left: 10px;
	/*980 - 150 - 10 = 820*/
	width: 820px;
}

/* ===== VIDEO TUTORIALS ===== */
#mainVideo
{
	/*border: 1px solid #f00;*/
	margin-top: 5px;
	background-color: #000;
	float: left;
	margin-left: 10px;
	/*980 - 150 - 10 = 820*/
	width: 820px;
}

#videoPlayer
{
	/*border: 1px solid #09f;*/
	/*background-color: #000;*/
	height: 844px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:left;
}

/* ===== SOCIAL MEDIA ===== */
#social
{
	/*border: 1px solid #f00;*/
	padding-top: 10px;
	padding-right: 10px;
	text-align:right;	
}

/* ===== RE BOARDS===== */
#boards
{
	/*border: 1px solid #f00;*/
	padding-left: 10px;
}

/* ===== FAQs ===== */
#faq
{
	/*border: 1px solid #09f;*/
	/*height: 650px;*/
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:left;	
}

#faqContent
{
	border: 1px solid #09f;
	width: 650px;
	margin: auto;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#faq ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#faq li
{
	margin: 0 0 10px 0;
	padding: 0 0 0 24px;
	/*padding: 0 0 0 24px;*/
	/*background: url(../_images/common/red_dot_glass.gif) no-repeat 0 2px;*/
	font-size: 14px;
	color: #000;
}

#faq li a:link
{
	color: #00C;
	text-decoration: underline;
	font-weight: 100;
}

#faq li a:visited
{
	color: #00C;
	text-decoration: underline;
	font-weight: 100;
}

#faq li a:hover
{
	color: #cb202a;
	text-decoration: underline;
	font-weight: 100;
}

#faq a:active
{
	color: #cb202a;
	text-decoration: underline;
	font-weight: 100;
}

/* ===== FOOTER ===== */
#footer 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	background-color: #69C;
	float: right;
}

