/* @override 
	http://www.colourmanagement.net/css/styles.css */

/* @group reset */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}

#content h1 {
	color: rgb(175, 175, 175);
	font-family: "futura-pt",sans-serif;
	font-weight: 800;
	letter-spacing: .05em;
	font-size: 2.2em;
	margin-bottom: .25em;
}

#content div.temp_view {
	padding: 1em;
	background-color: #e4e4e4;
}

#content div.temp_view p {
	color: #999;
}

/* Control the left margin */
#content p, #content h4{
		margin: 1em 0 1em 20%;
	
}


#content h3 {
	margin-left: 10%;
	color: rgb(100,100,100);
	font-family: "futura-pt",sans-serif;
	margin-bottom: 0;
	font-weight: 700;
	font-size: 1.4em;
	
}

#content h4 {
	color: rgb(100,100,100);
	font-family: "futura-pt",sans-serif;
	margin-bottom: 0;
	font-weight: 700;
	font-size: 1.2em;
}

#content div.page_sub p {
	color: rgb(100,100,100);
	font-family: "futura-pt",sans-serif;
	margin: 0 0 20px 0;
	font-weight: 700;
	font-size: 1.4em;
	
}



#content p img {
	max-width: 100%;
}


#content ul.hj_social_bookmarks {
list-style: none;
float: right;
margin: 12px 0;
}

#content ul.hj_social_bookmarks li {
float: left;
margin-left: 8px;

}



#content ul {
	margin: 1em 5% 2.5em 25%;
	font-size: .9em;
	line-height: 1.3;
	list-style: circle;
}

#content ol li {
	list-style: decimal;
		margin: 1em 5% 2.5em 25%;
	
}

#content p.updated {
	margin: 0;
	float: right;
	color: #999;
	font-size: .8em;
}

#content div.thumb_image {
	display: block;
	float: left;
	margin: 0;
	width: 17.5%;
}

#content a:link, #content a:visited  {
color: #3131aa;
text-decoration: none;
font-weight: bold;
}

#content a:hover {
color: #4444c9;
text-decoration: underline;
font-weight: bold;
}


#content a:active {
color: #87b7db;
text-decoration: none;
}

#content form.cont_margin input {
	margin: 0 0 .5em 25% ;
}

#content p em {
	font-style: italic;
}

#content div.thumb_image img {
	display: block;
	float: left;
	max-width: 100%;
}


#content ul li {
	margin-bottom: .5em;
}	


#content h2 {
	margin-left: 10%;
	color: rgb(150,150,150);
	font-family: "futura-pt",sans-serif;
	font-weight: 700;
	border-top: 1px solid #e4e4e4;
	padding-top: 1em;
}

#content p {
		color: rgb(50,50,50);
		font-family: "futura-pt",sans-serif;
		font-size: 1.2em;
		margin-top: 0;
	
}


#content h4 p img {
	position: relative;
	float: left;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* @end */

/* @group global_type */
body {
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	background-color: grey;
}

#header {
Width: 1040px;
height: 7em;
background-color: #fff;
color: white;
margin: 0 auto;
}

#header h1 {
text-indent: -9999px;
background-image: url(/assets/NBCM_header.png);
display: block;
font-size: 2em;
margin: 20px 0 0 20px ;
position: absolute;
width: 500px;
height: 83px;
}

#nav {
Width: 1040px;
/* height: 2.7em; */
background-color: #999;
color: white;
margin: 0 auto;
}

#content {
Width: 1000px;
background-color: white;
color: #333;
margin: 0 auto;
padding: 20px;
min-height: 600px;

}

.grid-fix {
    background-color: none;
    /* border: 1px solid #ccc; */
    padding: 5px 10px;
    margin: 0 0 0 20%;
    width: 75%;
}


#content .landing-list h3 {

    border-top: 1px solid #e4e4e4;
    padding-top: 10px;
    margin: 0 0 8px 20%;

}

.landing-list dd.thumb {
    margin: 0% 2% 16px 20%;
    float: left;

}

.landing-list dd {

margin: 0 0 0 20%;
}

.landing-list dd.no-icon {

margin: 0;
}


.page_thumb {
width: 15%;
float: left;
}

.page_thumb img {
width: 100%;

}

.pp-button {
margin-left: 20%;

}

#footer {
    Width: 1000px;
    background-color: black;
    margin: 0 auto;
    padding: 20px;
    height: 90px;
    }

#footer.clearfix p {

    text-align: center;
    color: white;
    font-size: .8em;

}

/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


/* Back to top stuff */
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(60, 60, 60, 0.8) url(/images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #000;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}
