@charset "utf-8";
/* CSS Document */

/*Layout */
html, body { margin:0; padding:0; }
#page { width:790px; margin:0px auto; position:relative;}
#content { float:left; width:540px; margin:20px -540px 20px 26px; }
#sidebar { position:absolute; width:162px; right:26px; top:210px; }
#navigation { position:absolute; top:126px; left:-82px; width: 165px; }
#footer { clear:both; width:540px; margin:0 20px; }

/* html elements */
body {
	font:normal 13.65px/1.5em Arial,Helvetica,sans-serif;	
}
p, ul, ol, dl, pre, table, fieldset, blockquote {
margin:0 0 1.4em;
}
ul, ol {
margin-left:0;
padding-left:2em;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, serif; color:#6c217f; margin:0 0 .5em;
}
h1 { font-size:1.3em; padding-bottom:34px; margin-bottom:1em; background:url(../images/heading-bg.gif) bottom left no-repeat; }
h2 { font-size:1.2em; }
h3 { font-size:1.1em; }
h4,h5,h6 { font-size:1em; }
a { color:#6c217f; text-decoration:none; }
a:hover { text-decoration:underline; }
blockquote { font-style:italic; padding:0 30px; }
/* text classes */
.highlight1 { color:#2e726c; }
.highlight2 { color:#6c217f; }
.endorsement { padding-bottom:2em; background:url(../images/heading-bg.gif) bottom left no-repeat; margin-bottom:2em;}
.divider { padding-bottom:34px; margin-bottom:1.2em; background:url(../images/heading-bg.gif) bottom left no-repeat; }
/* backgrounds, colors */
body { background:#c6e8eb url(../images/bg.gif) top center repeat-y;}
#header { background-color:#fff; margin-left:1px; }
#content-inner { background-color:#fff; padding:40px 20px 20px 86px; position:relative;}
#sidebar-inner { background-color:#9ed6d1; padding:16px; }

/* header */
#header { height:105px; border-bottom:1px solid #bae2de;}
#NCS-masthead { position:absolute; top:66px; left:26px; }
#NCS-logo { position:absolute; right:26px; top:23px; }

/* navigation */
#navigation ul { list-style-type:none; text-align:right; margin:0; padding:0; font-size:1.05em;}
#navigation li { margin:0; }
#navigation li a { color:#fff; background-color:#6c207f; text-decoration:none; display:block; padding:3px 7px; border:1px solid #6c207f; margin:4px 0; }
#navigation li a:hover { color:#6c207f; background-color:#74c4bd; }

/* sidebar */
#sidebar { text-align:right; font-size:.9em; line-height:1.4em; }

/* footer */
#footer { font-size:.85em; text-align:center; padding-bottom:20px; }

/* pager */
#pager { position:absolute; top:40px; right:20px; font-weight:bold;}
#pager ul { margin:0; padding:0; list-style:none; }
#pager ul li { display:inline; padding:0 4px; }
#pager ul li a { color:#2e726c;  }
#prev-next { font-weight:bold; height:3em; position:relative; margin-bottom:.5em;}
#prev-next a { line-height:21px; }
#prev { position:absolute; bottom:0; left:0; padding-left:40px; background:url(../images/left-arrow.jpg) top left no-repeat; }
#next { position:absolute; bottom:0; right:0; float:right; padding-right:40px; background:url(../images/right-arrow.jpg) top right no-repeat; }
