/* STYLESHEET SECTIONS
   CSS Flags marked with [=]
	 
	 GENERAL TAGS
	 HEADINGS
	 LISTS
	 LINKS
	 CLASS-SPECIFIC TEXT
	 
	 ....................................... */

/* =GENERAL TAGS
    font sizing MUST remain the same for the percentages to calculate properly
	 ....................................... */
body {
	font: 13px/1.4 "Segoe UI", "Segoe", "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	color: #4C4C4C;
}
p {
	margin: 0 0 10px 0;
	line-height: 1.2;
}
hr {
	background: #D9D9D9;
	color: #D9D9D9;
	margin: 10px 0 15px;
}
.hr {
	display: block;
	background: #D9D9D9;
	color: #D9D9D9;
	margin: 10px 0 15px;
	height: 1px;
	overflow: hidden;
}
body.aboutPage div.hr {
	margin-top: 30px;
}
blockquote, q {
	margin: 0 auto;
	width: 60%;
	line-height: 1.5;
}
blockquote:before {
	content: '"'; 
}
blockquote:after {
	content: '"'; 
}
table {
    font-size: inherit;
    font: 100%;
}
pre, code, kbd, samp {
    font-family: monospace, sans-serif;
}
ins {
    background-color: #ff9;
    text-decoration: none;
}

/* =HEADINGS
	 ....................................... */
h1,h2,h3,h4,h5,h6 { 
	color: #363636;
	line-height: 1;
	margin-bottom: 15px;
}
h1 { 
    color: #38295C;
	font-size: 27px;
	margin-bottom: 30px;
	margin-top: 10px;
}
h1.netflix {
    font-size:24px;
}
.h1-faq {
    padding: 0 0 0 28px;
    line-height: 30px;
    background: url(../images/h1-faq.png) no-repeat 0 0;
}
.h1-whitepapers {
    padding: 0 0 0 46px;
    line-height: 37px;
    background: url(../images/h1-whitepapers.png) no-repeat 0 0;
}
h2 { 
	font-size: 22px;
}
h3 { 
	font-size: 18px;
}
h4 { 
	font-size: 16px;
}
h5 { 
	font-size: 14px;
}
h6 { 
	font-size: 13px;
}
 
/* =LISTS 
    default values can be edited
	 ....................................... */
li ul, 
li ol { 
	margin:4px 15px 0;
}
ul, ol { 
	margin: 0 15px 15px 15px;
}
ul { 
	list-style-type: disc;
}
.twoColWrapper ul, .arrowBullet, .fourColWrapper ul, .threeColWrapper ul { 
	list-style-image: url("../fw/bullet.gif");
}
ol { 
	list-style-type: decimal;
}
dl { 
	margin: 0 0 15px 0; 
}
dl dt { 
	font-weight: bold;
}
dd { 
	margin-left: 15px;
}
ul li,
ol li {
    padding: 0 0 4px;
}

/* =LINKS
   ....................................... */
a { 
	color: #2186C6;
	text-decoration: none;
}
a:focus, 
a:hover {
	text-decoration: underline;
}
a:hover, a:active {
    outline: none;
}

/* =CLASS-SPECIFIC TEXT
	 ....................................... */
