/* @override 
	http://ncrg.glows.com/assets/stylesheets/all-media.css
	http://www.ncrg.org/assets/stylesheets/all-media.css
*/

/*-----------------------------------------------------------------------------
Style Sheet: NCRG

version:   1.0
author:    Jon Betts
email:     jbetts@glows.com
website:   http://www.glows.com/
-----------------------------------------------------------------------------*/

/* @group General */

div#orderForm {
	height: 600px;
}

/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}

html {
	height: 100%;
	margin-bottom: 1px;
}

/* Put it back on certain elements */
/*h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: 1em 0;
}*/

/* Put it back on certain elements */
table {
  margin: 1em 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
}

/* @end */

/* @group Structure */

#wrapper {
	text-align: left;
	margin: 0px auto;
	width: 729px;
	margin-top: 23px;
}
#masthead {
	width: 729px;
	height: 37px;
}
#logo {
	float: left;
}
#search {
	float: right;
}
#nav1 {
	height: 8px;
	margin-top: 37px;
}
#nav2 {
	width: 158px;
	padding-top: 31px;
	float: left;
}
#content {
	width: 729px;
	border-top: 9px solid #EF3F35;
	margin-top: 10px;
}
#contentInterior {
	width: 729px;
	border-top: 9px solid #EF3F35;
	margin-top: 10px;
	background: url(/assets/images/bkg-contentInterior.gif) repeat-y;
}

#contentInteriorSecure {
	width: 729px;
	border-top: 9px solid #EF3F35;
	margin-top: 10px;
	background: url(https://secure.glows.com/ncrg/assets/images/bkg-contentInterior.gif) repeat-y;
}
#primaryContent {
	width: 432px;
	padding-left: 34px;
	padding-top: 31px;
	float: left;
}
#branding {
	width: 548px;
	float: left;
}
#flash {
	width: 548px;
	height: 229px;
	padding-bottom: 18px;
}
#mission {
	width: 548px;
	float: left;
}
#secondaryContent {
	width: 144px;
	padding-left: 27px;
	float: left;
	padding-right: 10px;
}
#footer {
	width: 729px;
	border-top: 1px solid #999999;
	margin-top: 20px;
	padding-top: 19px;
	clear: both;
}

div#footerNav {
	font: 9px Arial, Helvetica, sans-serif;
	padding-left: 34px;
	border-left: 158px solid #7e7e7e;
	height: 18px;
	padding-top: 10px;
}
div#footerNav span {
	padding-left: 6px;
	padding-right: 6px;
}

.demo-show {
	margin-bottom: 12px;
}
.demo-show ul {
	padding-top: 6px;
	list-style-type: none;
}
.demo-show li {
	border-bottom: 1px dotted #c6c5c9;
	padding-bottom: 6px;
}


/* @end */

/* @group Typography */

/* @group Headings */

img#imageHead {
	margin-bottom: 20px;
}

/* @end */

body {
	text-align: center;
	min-width: 735px;
	font: 14px/17px Arial, Helvetica, sans-serif;
	color: #000000;
}
p {
	margin-bottom: 19px;
}
table.smallText td {
	font: 12px/14px Arial, Helvetica, sans-serif;
}
table.smallText td h2 {
	margin-top: 0px;
}

table.smallText tr.alt {
	background: #f0f0f0;
}
h1 {
	font-size: 15px;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ff3333;
	padding-bottom: 12px;
	margin-top: 6px;
}
h2 {
	font-size: 15px;
	line-height: 14px;
	font-weight: bold;
	color: #006699;
	padding-bottom: 6px;
	margin-top: 19px;
}
h3 {
	font-size: 13px;
	line-height: 14px;
	font-weight: bold;
	color: #999999;
}
span.newsDate {
	font-size: 10px;
	color: #333333;
}
p.newsDate {
	font-style:italic;
	padding-top: 6px;	
}
p.linksTitle {
	font-style:italic;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
p.newsSubhead {
	padding-top: 3px;
	padding-bottom: 6px;
}
ul, ol {
  margin: .75em 0 1.5em 2em;
}
li {
	margin-top: 6px;
	margin-bottom: 9px;
}

/* @end */

/* @group Links */

/*a.external {
	background: url(/assets/images/external-link.gif) no-repeat right center;
	padding-right: 13px;
}*/

a:link {
	text-decoration: none;
	color: #006699;
	cursor: pointer;
	font-weight: bold;
	/*border-bottom: 1px dotted #c6c5c9;*/
}
a:visited {
	text-decoration: none;
	color: #006699;
	cursor: pointer;
	font-weight: normal;
	font-style: normal;
}
a:hover {
	text-decoration: none;
	color: #ff3333;
	cursor: pointer;
}
a:active {
	text-decoration: none;
	color: #006699;
	cursor: pointer;
	font-weight: bold;
	/*border-bottom: 1px dotted #c6c5c9;*/
}

#primaryContent a:link {
	text-decoration: none;
	color: #006699;
	cursor: pointer;
	font-weight: bold;
	border-bottom: 1px dotted #c6c5c9;
}
#primaryContent a:visited {
	text-decoration: none;
	color: #006699;
	cursor: pointer;
	font-weight: normal;
	font-style: normal;
	border-bottom: 1px dotted #c6c5c9;
}
#primaryContent a:hover {
	text-decoration: none;
	color: #ff3333;
	cursor: pointer;
	border-bottom: 1px solid #c6c5c9;
}
#primaryContent a:active {
	text-decoration: none;
	color: #006699;
	cursor: pointer;
	font-weight: bold;
	border-bottom: 1px dotted #c6c5c9;
}

/* @end */

/* @group Forms */

/* Removes fieldset borders. even on Opea 7 */

fieldset {
  border: 1px solid transparent;
}

form.loginForms label{
float: left;
width: 120px;
font-weight: bold;
}

form.loginForms {
	border-bottom: 1px dashed #c6c5c9;
	margin-bottom: 12px;
	padding-bottom: 12px;
}

form.loginForms input, textarea{
width: 180px;
margin-bottom: 5px;
}

form.loginForms textarea{
width: 250px;
height: 150px;
}

form.loginForms .checkbox{
width: 1em;
margin-left: 120px;
}

form.loginForms #submitbutton{
margin-left: 120px;
margin-top: 5px;
width: 90px;
}

form.loginForms br{
clear: left;
}

/* @end */

/* @group Tables */

table { 
  border-spacing: 0;
	border-collapse: collapse;
}

td {
  text-align: left;
	font-weight: normal;
	padding-left: 10px;
}

/* @end */

/* @group Home Page */

div#mission p {
	color: #ef3f38;
	font-size: 12px;
	font-weight: bold;
	line-height: 19px;
}

div#mission p span {
	color: #00718f;
	font-size: 9px;
	font-weight: bold;
}

/* @end */

div#secondaryContent ul {
	font: 12px/14px Arial, Helvetica, Geneva, sans-serif;
	list-style-type: none;
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 12px;
	margin-left: 0;
}

div#secondaryContent li {
	padding-bottom: 10px;
	border-bottom: 1px dashed #c6c5c9;
	margin-top: 10px;
}

div#secondaryContent li.last {
	border-bottom-style: none;
	padding-bottom: 0px;
}

div#secondaryContent img {
	margin-top: 15px;
	margin-bottom: 15px;
}

#secondaryContent ul li.last img.imgBadge {
	margin-bottom: 0;
	margin-top: 12px;
}

.demo-show p {
	margin-bottom: 9px;
}

.demo-show h2 {
	border-top: 1px dashed #c6c5c9;
	padding-top: 4px;
}

.demo-show h3 {
	cursor: pointer;
	border-bottom: 1px dotted #c6c5c9;
	display:inline;
	color: #ff3333;
}

/*Peer Resource default*/

.peerResource .linkDiv .downloadLinks {
	float: left;
	position: relative;
}

.peerResource .linkDiv .downloadLinks ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	display: inline;
	float:left;
}

.peerResource {
	margin-left: 0;
	/*border-bottom: 1px dotted #c6c5c9;*/
	padding-bottom: 1em;
}

.peerResource .linkDiv .downloadLinks h3 {
	font-weight: bold;
	color: #000;
	padding-bottom: 0px;
	display: inline;
	float:left;
	font-size: 12px;
	line-height: 12px;
}

.peerResource  h2 {
	margin-top: 0px;
	font-size: 13px;
	line-height: 15px;
	/*border-top: 1px dotted #c6c5c9;
	padding-top: 4;*/
}

.peerResource .linkDiv {
	background: #f7f7f7;
	padding: 5px;
}

.peerResource p {
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 15px;
}
.peerResource .linkDiv .downloadLinks ul li {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #CCC;
	margin: 0px;
	font-size: 12px;
	line-height: 12px;
}

.peerResource .linkDiv .downloadLinks ul li.last {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	border-right: 0px none #CCC;
}

/*Peer Resource Thumbnails*/

.peerResourceThumb p {
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 14px;
}

.peerResourceThumb .linkDiv .thumbnail {
	float: left;
	width: 100px;
	padding-right: 10px;
}

.peerResourceThumb .linkDiv .downloadLinks {
	float: left;
}

.peerResourceThumb .linkDiv .downloadLinks ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.peerResourceThumb {
	margin-left: 0;
	/*border-bottom: 1px dotted #c6c5c9;*/
	padding-bottom: 1em;
}

.peerResourceThumb .linkDiv .downloadLinks h3 {
	font-weight: bold;
	color: #000;
	padding-bottom: 0.65em;
	font-size: 12px;
	line-height: 12px;
}

.peerResourceThumb .linkDiv {
	background: #f7f7f7;
	padding: 10px;
}

.peerResourceThumb .linkDiv .downloadLinks ul li {
	font-size: 12px;
	line-height: 12px;
}
.peerResourceThumb  h2 {
	margin-top: 0px;
	font-size: 13px;
	line-height: 15px;
	/*border-top: 1px dotted #c6c5c9;
	padding-top: 4;*/
}