/* NEDARC Style Sheet - www.nedarc.org */

body {
	margin: 0px;
	padding: 10px;
  	text-align: center;
  	min-width: 928px;
}


/**************** Main Template Divs **************************/

#divWrapper {
	width: 928px;
}

#divWrapper {
	position: relative;
	margin: 0 auto;
	text-align: left;
} 

#divBanner {
	margin: 0;
	padding: 0px 0px 72px 0px;
}

#divNavbar {
	margin: 0;
	padding: 0px 0px 36px 0px;
}

#divMainContent {
	margin: 0;
	padding: 0px 0px 5px 0px; 	
}

#divFooter {
	position: relative;
	padding: 0px 0px 5px 20px;
	margin-top: -50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}

#divFooter a, #divFooter a:visited, #divFooter a:active {
	color: #000000;
	text-decoration:underline;
}
#divFooter a:hover {
	color: #444444;
	text-decoration:underline;
}

/**************** Sub Page Master Template Divs **************************/

/* Location Bar */

#divLocationBar {
	position: relative;
	top: 0px;
	left: 0px;
	width: 928px;
	height: 31px;
	background-image:url(../images/subPageElements/sectionBarRepeater.gif);
	background-repeat: repeat-x;
	padding: 0px;

}

#divPageTitle {
	position: absolute;
	left: 0px;
	padding: 8px 10px 0px 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	margin-bottom: 16px;
	font-weight: bold;
}

/* Content Section */

/* Used this so there would be no borders on the nav bar */
#divPageContentBorders {
	top: 0px;
	left: 0px;
	border-left: 1px solid #afbce1 !important;
	border-right: 1px solid #afbce1 !important;
}

#wrapper { 
	margin: 0;
	position: relative;
} 

#divPageContent {
	margin: 0 214px 0 183px; 
	padding: 2px 20px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.35;
	color: #000000;
}

/* divPageContent Styles */

#divPageContent p {
	margin-top: 0px;
	margin-bottom: 15px;
}
#divPageContent ul {
	padding: 6px;
	margin-top: -5px;
	margin-left: 0px;
	margin-right: 50px;
}

#divPageContent ul li {
	margin-left: 2em;
	margin-bottom: 1.2em;
	padding-left: 0px;
	list-style-position: outside;
	list-style-type: disc;
	list-style-image: url(../images/subPageElements/blueBullet.gif);
}

#divPageContent ol {
	padding: 6px;
	margin: -5px 50px 4px 10px;
}

#divPageContent ol li {
	margin-left: 2em;
	margin-bottom: 1em;
	padding-left: 0px;
	list-style-position: outside;
	list-style-type: decimal;
}

#divPageContent a, #divPageContent a:visited, #divPageContent a:active {
	color: #000066;
	text-decoration: underline;
}
#divPageContent a:hover {
	color: #305fea;
	text-decoration: underline;
}

/* Date Format - all sub pages */
#date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-align: left;
	padding: 10px 0px 10px 0px;
}

/* Column 01 - Sub-Navigation */

#divCol01 {
	padding: 0px;
	position: absolute;
	top: 0;
	left: 1px;
	width: 185px;
	background-image: url(../images/subPageElements/subNavRepeater.gif);
	background-repeat: repeat-y;
} 

#divSubNavigation {
	position: relative;
	top: 0px;
	left: 13px;
	bottom: 0px;
	width: 170px;
	background-color: #f3f5fb;
}

#divSubNavigation ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1d398d;
	padding: 10px;
	margin: 0;
	margin-bottom: -10px;
	margin-top: 0px;
}

#divSubNavigation ul ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0;
	margin-bottom: -10px;
	margin-top: 0px;
}

#divSubNavigation ul ul ul {
	font-size: 10px;
}

#divSubNavigation li {
	margin-left: 1em;
	margin-top: 0;
	margin-bottom: 0.9em;
	padding-left: 0px;
	list-style-position: outside;
	list-style-type: disc;
}

#divSubNavigation li a, #divSubNavigation li a:visited, #divSubNavigation li a:active {
	color: #1d398d;
	text-decoration: underline;
}

#divSubNavigation li a:hover {
	color: #305fea;
	text-decoration: underline;
}

#divSubNavigation ul ul li a, #divSubNavigation ul ul li a:visited, #divSubNavigation ul ul li a:active {
	color: #2950c5;
	text-decoration: underline;
}

#divSubNavigation ul ul ul li a, #divSubNavigation ul ul ul li a:visited, #divSubNavigation ul ul ul li a:active {
	color: #2242a4;
	text-decoration: underline;
}


#divSubNavigation ul ul li {
	list-style-position: outside;
	list-style-image: url(../images/subPageElements/redbullet.gif);
	margin-bottom: 0.5em;
}



/* Column 3 - Rightside Interest Bar */

#divCol03 {	
	font-size: 0.75em;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 0px;
	position: absolute;
	top: 0;
	right: 1px;
	width: 213px;
	border-left: 1px solid #6c92ed;
	background-color: #f3ebec;
}

#divCol03 p {
	margin: 8px 10px 12px 10px;
}

#divCol03 p a, #divCol03 p a:visited, #divCol03 p a:active {
	color: #000000;
	text-decoration: underline;
}
#divCol03 p a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

#divCol03 ul {
	padding: 6px;
	margin: -5px 3px 0px 0px;
}

#divCol03 li {
	margin: 0px 0px 1em 2em;
	padding-left: 0px;
	list-style-position: outside;
	list-style-image: url(../images/subPageElements/blueBullet.gif);
}

.linkDescript {
	font-size: 0.75em;
	margin-left: 10px;
}

#rightImage {
	position: relative;
	top: 0;
	left: 0;
	background-color: #FFFFFF;
	padding: 0px 0px 5px 0px;
}

#textBox {
	background-color: #FFFFFF;
	padding: 10px 0px 0px 0px;
}

#youMightAlsoLikeList {
	background-color: #fef7d5;
	padding: 0px 0px 25px 0px;
}

#libraryList {
	position: relative;
	top: -12px;
	left: 0px;
	padding: 0px 0px 10px 0px;
}

#tutorialList {
	padding: 0px 0 px 15px 0px;
}

#nedarcHelp {
	padding: 0px 0px 15px 0px;
}

#nedarcHelp p {
	margin: -35px 80px 10px 10px !important;
}

#extraContent {
	padding: 0px;
}

/* Bottom page Swoop */

#divPageEnd {
	position: relative;
	top: 0px;
	left: 0px;
	height: 97px;
	background-image:url(../images/subPageElements/subPageBottom.jpg)
}

/* Text for Right Hand Interest Box. Links to Additional Articles - all sub pages */
.additionalReading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-top: 10px;
}
.additionalReadingIndent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	margin-left: 10px;
}
.additionalReading p {
	margin-top: 0px;
	margin-bottom: 12px;
	margin-right: 10px;
	margin-left: 10px;
}
.additionalReading ul {
	padding: 6px;
	margin-top: -5px;
	margin-left: 0px;
	margin-right: 3px;
}
.additionalReading li {
	margin-left: 2em;
	margin-bottom: 1em;
	padding-left: 0px;
	list-style-position: outside;
	list-style-image: url(../images/subPageElements/blueBullet.gif);
}
.additionalReading p a, a:visited, a:active {
	color: #000000;
	text-decoration: underline;
}
.additionalReading p a:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}



/********************* Formatting Styles *******************************/

/* Main Page Header Style. For Page Name - all sub pages */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.7em;
	color: #325dba;
	margin-bottom: 12px;
}

/* Small Capital Header Style */
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 24px;
}

.pageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 1.2em;
	color: #c72127 !important;
	font-weight: bold !important;
	margin-top: 0px;
	margin-bottom: 0.5em;
}

/* Introductory Paragraph Style */
.pageParaIntro {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003366;
	font-style: italic;
	font-weight: bold;
	margin-left: 10px;
	margin-right: 10px;
}

/* Page Italic Style */
.pageParaItalic {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	letter-spacing: 0.05em;
}

/* Bold Effect for Main Page Content - all sub pages */
.pageTextBold {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #376ded;
}

/* Formatting for Inserting a Quote in Text */
.pullQuote{
	font-size: 1em;
	font-style: italic;
	color: #333366;
	padding: 3px;
	float: left;
	width: 30%;
	margin-right: 10px;
	border-top: 2px solid #333366;
	border-bottom: 2px solid #333366;
	text-align: center;
	margin-top: 7px;
	margin-bottom: 7px;
}

/* Formatting for Inserting a Quote in Text */
.indentQuote{
	font-size: 1em;
	font-style: italic;
	color: #333366;
	padding: 3px;
	width: 80%;
	margin-left: 40px;
	margin-right: 10px;
	text-align: left;
	margin-top: 7px;
	margin-bottom: 7px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

/* Footnote Style */
.footnote {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	padding-left: 20px;
}
.footnote a, .footnote a:visited, .footnote a:active {
	color: #000000;
	text-decoration:underline;
}
.footnote a:hover {
	color: #444444;
	text-decoration:underline;
}

/* Small Italic Footnote Style */
.footnoteItalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: italic;
	color: #333333;
}

/* Style for a Bolded Red Word */
.boldRed {
	font-weight: bold;
	color: #FF0000;
}

/* Larger Bold Red */
.boldRedCaps {
	font-weight: bold;
	color: #FF0000;
	font-size: 1.3em;
}

/* Symbol Font for displaying statistical symbols */
.symbolFont {
	font-family: Symbol;
}

/**************** Common Page Elements/Images **************************/

/* Banner Elements */

#nedarcLogo {
	position:absolute;
	left:0px;
	top: 0px;
	width: 296px;
}

#redline {
	position: absolute;
	left: 296px;
	top: 39px;
	width: 305px;
}

#ekg {
	position: absolute;
	left: 601px;
	top: 0px;
	width: 83px;
}

#emscBear {
	position: absolute;
	left: 684px;
	top: 0px;
	width: 62px;
}

#tagline {
	position: absolute;
	left: 296px;
	top: 45px;
	width: 305px;
}

/* Utility Elements */

#btnHome {
	position: absolute;
	top: 0px;
	left: 746px;
	width: 37px;
}

#btnEMSC {
	position: absolute;
	top: 0px;
	left: 783px;
	width: 37px;
}

#btnNews {
	position: absolute;
	top: 0px;
	left: 820px;
	width: 36px;
}

#btnContactUs {
	position: absolute;
	top: 0px;
	left: 856px;
	width: 72px;
}

#searchForm {
	position: absolute;
	top: 23px;
	left: 746px;
	width: 190px;
}

#searchBox {
	left: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

#searchNEDARC {
	position: relative;
	top: 0;
	left: 25px;
	width: 96px
}

#btnGo {
	position: relative;
	top: 4px;
	left: 0;
	width: 36px;
}

/* SubPage Images */

#chooseSelection {
	position: relative;
	top: 0px;
	left: 12px;
	width: 172px;
}

#sectionPicture {
	position: relative;
	top: 0px;
	left: 12px;
	width: 172px;
}
	
/* IF STATEMENTS */

[if lte IE 6]>

#wrapper{
width:expression(parseInt(this.currentStyle.marginLeft)+parseInt(this.currentStyle.marginRight)-document.body.clientWidth>=-928?"928px":"auto");}
#wrapper, #divMainContent, #divCol01, #divCol03 {height 100%; zoom: 100%;}
<![endif].indentQuote {

	font-size: 1em;
	font-style: italic;
	color: #333366;
	padding: 3px;
	float: left;
	width: 30%;
	margin-right: 10px;
	border-top: 2px solid #333366;
	border-bottom: 2px solid #333366;
	text-align: center;
	margin-top: 7px;
	margin-bottom: 7px;
}

/* NEW NEW MOVE!!! */

.imgBorder {
	border: 1px solid #376ded;
	margin: 20px;
}

#paraLink {
	margin-left: 30px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #CC0000;
}

#tableHeader {
	background-color: #f3f5fb;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #1b2f60;
	text-align: left;
	vertical-align: bottom !important;
	padding: 8px;
}
#tableLayout {
	border: 1px solid #d4ddfb;
	border-bottom: none;
	padding: 8px;
}
#tableLayout td {
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #d4ddfb;
}

/* Table Layout for Basic Statistics - Do Your Analysis */

#tableLayoutStats {
	border: 1px solid #d4ddfb;
	margin: 15px;
	padding: 8px;
}

.nextStep a:link, .nextStep a:visited, .nextStep a:active {
	font-size: 1.3em;
	font-style: italic;
	color: #C72127 !important; 
	margin-left: 10px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
.nextStep a:hover {
	color: #f42830 !important; 
}


/* Use small Logo for print */

#printLogo {
	display: none;
}


/* Survey Page Styles */

#surveyPage {
	width: 100%;
	padding: 5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.35;
	color: #000000;
}

#surveyPage p {
	margin-top: 0px;
	margin-bottom: 15px;
}
#surveyPage ul {
	padding: 6px;
	margin-top: -5px;
	margin-left: 0px;
	margin-right: 50px;
}

#surveyPage ul li {
	margin-left: 2em;
	margin-bottom: 1.2em;
	padding-left: 0px;
	list-style-position: outside;
	list-style-type: disc;
	list-style-image: url(../images/subPageElements/blueBullet.gif);
}

#surveyPage ol {
	padding: 6px;
	margin: -5px 50px 4px 10px;
}

#surveyPage ol li {
	margin-left: 2em;
	margin-bottom: 1em;
	padding-left: 0px;
	list-style-position: outside;
	list-style-type: decimal;
}

#surveyPage a, #surveyPage a:visited, #surveyPage a:active {
	color: #000066;
	text-decoration: underline;
}
#surveyPage a:hover {
	color: #305fea;
	text-decoration: underline;
}

/* Bottom page Swoop */

#divSurveyPageEnd {
	position: relative;
	top: 0px;
	left: 0px;
	height: 97px;
	background-image:url(../images/subPageElements/bottomSurveyPage.jpg)
}

