/* Stylesheet: Layout: Top menu + 2 columns Modified On 2014-01-16 20:32:24 */
/***** MAIN INITIALS *****/
* {
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
}
body {
  height: 100%;
  text-align: left;
  font-family: Helvetica, Arial, Geneva, Verdana;
  font-size: 75.01%;
  line-height: 1em;
}
div {
  font-size: 1em;
}
img {
  border: 0;
}

/***** LINKS *****/
a, a:link a:active {
  text-decoration: underline;
  background-color: inherit;
  color: #18507C;
}
a:visited {
  text-decoration: underline;
  background-color: inherit;
  color: #18507C;
}
a:hover {
  text-decoration: none;
  background-color: inherit;
  color: #385C72;
}

/***** BACKGROUND *****/
img.bg
{
  min-height: 100%;
  min-width: 950px;
  width: 100%;
  height: auto;
  position: fixed;
  bottom: 0;
  left: 0;
}

/***** PAGE LAYOUT *****/
body {
  margin: 0;
  padding: 0;
  color: #333;
  background: #fff;
  overflow: hidden;
}
div#pagewrapper {
  position: relative;
  min-height: 100%;
  width: 950px;
  margin: 0 auto;
  background: url(/uploads/site-visuals/page-background.png) no-repeat 0px -180px;
}


div#tag-closed {
  position: absolute;
  left: 950px;
  top: 125px;
  border: 2px dotted #369;
  border-left: none;
  background: #eee url(/uploads/site-visuals/logo-xxs-vertical.png) no-repeat center center;
  padding: 5px;
  width: 18px;
  height: 109px;
  cursor: pointer;
}
div#tag-open {
  position: absolute;
  left: 950px;
  top: 125px;
  border: 2px dotted #369;
  border-left: none;
  background: #fff;
  cursor: pointer;
}
div#tag-open .logo {
  background: #eee url(/uploads/site-visuals/logo-xxs.png) no-repeat center center;
  padding: 5px 5px 8px 5px;
  width: 109px;
  height: 18px;
}
div#tag-open .text {
  width: 104px;
  font-family: helvetica;
  font-weight: normal;
  font-style: italic;
  line-height: 1.3em;
  font-size: 1.1em;
  color: steelblue;
  letter-spacing: 2px;
  padding: 5px 5px 5px 10px;
  background: #fff;
}
div#tag-open .text u {
  color: black;
  text-decoration: none;
  font-style: normal;
}


div#content {
  position: absolute;
  width: 700px;
  height: 470px;
  left: 120px;
  top: 220px;
  padding: 0 20px 0 0;
  font-family: calibri;
  font-size: 16px;
  letter-spacing: 1px;
  color: #112147;
  text-align: justify;
  overflow: auto;
}
div#content table {
  line-height: 1.5em;
}


div#footer {
  position: absolute;
  top: 760px;
  padding: 0 0 0 40px;
  color: #fff;
  font-family: calibri, arial;
  font-size: 14px;
  font-style: italic;
}

/* as we hid all hr for accessibility we create new hr with div class="hr" element */
div.hr {
  height: 1px;
  padding: 1em;
  border-bottom: 1px dotted black;
  margin: 1em;
}
/* relational links under content */
div.left49 {
/* combined percentages of left+right equaling 100%  might lead to rounding error on some browser */
  width: 70%;
}
div.right49 {
  float: right;
  width: 29%;
/* set right to keep text on right */
  text-align: right;
}
/********************CONTENT STYLING*********************/
/* HEADINGS */
div#content h1 {
/* font size for h1 */
  font-size: 2em;
  line-height: 1em;
  margin: 0;
}
div#content h2 {
  font-family: "NavigationMatura";
  font-size: 25px;
  color: #294B5F;
  text-align: left;
  line-height: 1.5em;
  margin: 0 0 0.5em 0;
}
div#content h3 {
  color: #294B5F;
  font-size: 1.3em;
  line-height: 1.3em;
  margin: 0 0 0.5em 0;
}
div#content h4 {
  color: #294B5F;
  font-size: 1.2em;
  line-height: 1.3em;
  margin: 0 0 0.25em 0;
}
div#content h5 {
  color: #294B5F;
  font-size: 1.1em;
  line-height: 1.3em;
  margin: 0 0 0.25em 0;
}
h6 {
  color: #294B5F;
  font-size: 1em;
  line-height: 1.3em;
  margin: 0 0 0.25em 0;
}
/* END HEADINGS */
/* TEXT */
p {
/* default p font size, this is set different in some other divs */
  font-size: 1em;
/* some air around p elements */
  margin: 0 0 1.5em 0;
  line-height: 1.4em;
  padding: 0;
}
blockquote {
  border-left: 10px solid #ddd;
  margin-left: 10px;
}
strong, b {
/* explicit setting for these */
  font-weight: bold;
}
em, i {
/* explicit setting for these */
  font-style: italic;
}
/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
/* css-3 */
  white-space: pre-wrap;
/* Mozilla, since 1999 */
  white-space: -moz-pre-wrap;
/* Opera 4-6 */
  white-space: -pre-wrap;
/* Opera 7 */
  white-space: -o-pre-wrap;
/* Internet Explorer 5.5+ */
  word-wrap: break-word;
  font-family: "Courier New", Courier, monospace;
  font-size: 1em;
}
pre {
/* black border for pre blocks */
  border: 1px solid #000;
/* set different from surroundings to stand out */
  background-color: #ddd;
  margin: 0 1em 1em 1em;
  padding: 0.5em;
  line-height: 1.5em;
  font-size: 90%;
}
/* Separating the divs on the template explanation page */
div.templatecode {
  margin: 0 0 2.5em;
}
/* END TEXT */
/* LISTS */
/* lists in content need some margins to look nice */
div#content ul,
div#content ol,
div#content dl {
  font-size: 1.0em;
  line-height: 1.4em;
  margin: 0 0 1.5em 0;
}
div#content ul li,
div#content ol li {
  margin: 0 0 0.25em 3em;
}
/* definition lists topics on bold */
div#content dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}
div#content dl dt {
  font-weight: bold;
  margin: 0 0 0 1em;
}
div#main dl dd {
  margin: 0 0 1em 1em;
}
/* END LISTS */
/* Stylesheet: Navigation: ShadowMenu - Horizontal Modified On 2012-03-06 01:33:01 */
/***** FONTS *****/
@font-face {
  font-family: "NavigationBroadway";
  src: url(/uploads/site-visuals/BROADW.EOT); /* IE */
  src: local("Broadway"), url(/uploads/site-visuals/BROADW.TTF) format("truetype"); /* non-IE */
}

#menu_vert {
  margin: 0;
  padding: 0;
  position: absolute;
  left: 30px;
  top: 44px;
}
.clearb {
  clear: both;
}
#menuwrapper {
  margin: 0;
  padding: 0;
}
ul#primary-nav {
  list-style-type: none;
  margin: 0px;
}
#primary-nav li {
  margin-left: 12px;
  float: left;
}
ul#primary-nav li a {
  font-family: "NavigationBroadway";
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  height: 45px;
  padding: 0px 11px 0px 0px;
  display: block;
  text-decoration: none;
}
ul#primary-nav li a span {
  height: 13px;
  padding: 20px 10px 12px 21px;
  display: block;
}
ul#primary-nav li a:hover {
  background-color: transparent;
}
ul#primary-nav li {
  background:  url(/uploads/site-visuals/navtab-right.png) no-repeat right 0px;
}
ul#primary-nav li span {
  background:  url(/uploads/site-visuals/navtab-left.png) repeat-x left 0px;
  color: #fff;
  font-weight: normal;
}
ul#primary-nav li:hover,
ul#primary-nav li.menuh,
ul#primary-nav li.menuparenth {
  background: url(/uploads/site-visuals/navtab-right.png) no-repeat right -45px;
}
ul#primary-nav li:hover span,
ul#primary-nav li.menuh span,
ul#primary-nav li.menuparenth span {
  background:  url(/uploads/site-visuals/navtab-left.png) repeat-x left -45px;
  color: #fff;
  font-weight: normal;
}
ul#primary-nav li.menuactive a {
  background:  url(/uploads/site-visuals/navtab-right.png) no-repeat right -45px;
}
ul#primary-nav li a.menuactive span {
  background:  url(/uploads/site-visuals/navtab-left.png) repeat-x left -45px;
  color: #fff;
}
/* Stylesheet: Accessibility and cross-browser tools Modified On 2009-05-13 10:42:54 */
/* accessibility */
/* menu links accesskeys */
span.accesskey {
	text-decoration: none;
}
/* accessibility divs are hidden by default, text, screenreaders and such will show these */
.accessibility, hr {
/* position set so the rest can be set out side of visual browser viewport */
	position: absolute;
/* takes it out top side */
	top: -999em;
/* takes it out left side */
	left: -999em;
}
/* definition tags are also hidden, these are also used for accessibility menu links */
dfn {
	position: absolute;
	left: -1000px;
	top: -1000px;
	width: 0;
	height: 0;
	overflow: hidden;
	display: inline;
}
/* end accessibility */
/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
	position: absolute;
	left: -5000px;
	width: 4000px;
}
a.external {
/* make some room for the image, css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
	padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
	color: #18507C;
/* background image for the link to show wiki style arrow */
	background: url(/uploads/NCleanBlue/external.gif) no-repeat 100% -100px;
}
a.external:visited {
	color: #18507C;
/* a different color can be used for visited external links */
/* Set the last 0 to -100px to use that part of the external.gif image for different color for active links external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.*/
	background: url(/uploads/NCleanBlue/external.gif) no-repeat 100% -100px;
}
a.external:hover {
	color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
	background: url(/uploads/NCleanBlue/external.gif) no-repeat 100% 0;
	background-color: inherit;
}
/* end wiki style external links */
/* clearing */
/* clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item. We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience. Do not edit if you dont know what you are doing*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear {
	height: 0;
	clear: both;
	width: 90%;
	visibility: hidden;
}
#main .clear {
	height: 0;
	clear: right;
	width: 90%;
	visibility: hidden;
}
* html>body .clearfix {
	display: inline-block;
	width: 100%;
}
* html .clear {
/* Hides from IE-mac \*/
	height: 1%;
	clear: right;
	width: 90%;
/* End hide from IE-mac */
}
/* end clearing */