/*  HTML5 ✰ Boilerplate  */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 sans-serif; *font-size:small; }
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }

sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; }
.ie6 legend, .ie7 legend { margin-left: -7px; }
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }

::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #FF5E99; }

button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea {  color: #444; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }

/* SIZE AND LAYOUT OF THE PAGE */

html,body { min-height:100%; }
div#wrapper { position:relative; width:960px; margin:0 auto; }
div#top { position:absolute; right:0; padding:5px; z-index:10 }
div#top ul { float:right; list-style-type:none; margin-left:0; }
div#top ul li { float:left;  margin:0 5px; }
div#header { padding-top:100px; position:relative; }
div#header a.logotype { position:absolute; top: 10px; left:20px; }
div#header a.logotype img { height:80px; }
div#nav {}
div#nav ul { list-style-type:none; padding:0; margin:0; margin-bottom:1px; }
div#nav a { text-decoration:none; }
div#nav a:hover { text-decoration:underline; }
div#nav li a.trail { font-weight:bold; }
div#nav li a.current { font-weight:bold; color:#000; }
div#nav ul li { float:left; }
div#nav ul li a { display:block; padding:10px 20px; }
div#page { }
div#main { }
div#content { margin: 0 20px 0 20px; padding:20px 0 20px 0; }
.columns {}
.columns .column { margin:0; float:left; }
div#aside { width:300px; float:right; }
div#aside .part { margin-top:20px; }
div#footer { padding:20px; }

/* layout parts */
#content .part { margin-bottom:20px; }
.columns .column { width:50%; margin-left:20px; width:450px; float:left; }
.columns .column .part { margin-left:0; margin-right:0; }

/* forms, buttons and widgets */

.updated { color:#999; }
.author { color:#666; font-style:italic; margin-right:1em; }
.tags { margin-right:1em; }
.tags label { color:#aaa; }
.tags #tags { color:#666; font-style:italic; }

a.opener { text-decoration:none }
a.opener span { background: transparent url("/N2/Resources/icons/bullet_arrow_down.png") no-repeat 0 1px; display:inline-block; height:16px; width:16px; }
a.open span { background-image: url("/N2/Resources/icons/bullet_arrow_up.png"); }

.dropmenu { min-width:200px; min-height:2em; background-color:#fff; margin-top:.5em; padding:1em 2em 2em 0; z-index:100;
-webkit-box-shadow: 0 2px 2px #999;
box-shadow: 0 2px 2px #999;
}
.dropmenu .closer { text-decoration:none; position:absolute; right:8px; width:16px; height:16px; display:block; background:transparent url("/n2/resources/icons/cross.png") no-repeat 50% 50%; }
.dropmenu ul { list-style-type:none; padding:0 1em; margin:0; }

.separator { border-top:solid 1px #eee; padding-top:20px; }

.list-item { padding-bottom:10px; border-bottom:solid 1px #eee; margin-bottom:10px; }
.list-item:last-child { border-bottom:none; }

.pager { text-align:center; border-top: solid 1px #eee; padding-top:10px; margin-top:10px; }
.pager .previous { float:left; }
.pager .next { float:right; }

.part { margin-bottom:20px; }

.highlight { background:yellow; }

form fieldset { border:solid 1px silver; padding:19px; }
form fieldset legend { background-color:#fff; font-style:italic; }
form .editor-label { float:left; clear:left; min-width:150px; margin-bottom:1em; }
form .editor-field { float:left; margin-bottom:5px; }
form p { clear:both; }

/* styles specific to features */

#searchform {}
#searchform input { display:inline-block; width:100px; height:16px; border:none; vertical-align:middle; color:#999; border:solid 1px #eee; }
#searchform input:focus { color:#333; border-color:#ccc; }
#searchform button { cursor:pointer; display:inline-block; width:20px; height:20px; padding:0; right:0; background:transparent url("/N2/Resources/icons/zoom.png") no-repeat 50% 50%; border:none; vertical-align:middle; }

div.contentlink a { text-decoration:none; color:#666 }
div.contentlink a:hover { text-decoration:none; }
div.contentlink.thumbSize a.img,
div.contentlink.cubeSize a.img  { float:left; margin-right:10px; }
div.contentlink h3 { display:inline; margin-right:10px; }
div.contentlink:hover { background-color:#F0F8FF; outline: solid 1px #09F; }

/*
AnythingSlider v1.4.1+ Default (base) theme

By Chris Coyier: http://css-tricks.com
with major improvements by Doug Neiner: http://pixelgraphics.us/
based on work by Remy Sharp: http://jqueryfordesigners.com/
*/

/* Content within anythingSlider */
div.contentSlider div.textual img[style='float: left;'] { margin:0 20px 20px 0; }
div.contentSlider div.textual img[style='float: right;'] { margin:0 0 20px 20px; }
div.contentSlider div.textual-inner { padding:20px; }

/* Parts within anythingSlider */
div.partSlider div.part { margin:0 }
div.partSlider div.halfSize { margin:20px 20px 35px 20px; }
div.partSlider div.halfSize a.img { float:left; margin-right:20px; }
div.partSlider div.listing { background:#333; height:100%; }
div.partSlider div.listing div.contentlink:hover { background:#363639; height:100%; }
div.partSlider div.listing a { color:#fff; }
div.partSlider div.listing .list-item { padding:20px 20px 0 20px; margin:0; }
div.partSlider div.listing .list-item div.halfSize { margin:0; }
div.partSlider div.wideSize { position:relative; }
div.partSlider div.wideSize div.content { position:absolute; padding:20px 20px 50px 20px; bottom:0; left:0; right:0; background:transparent url("/N2/Resources/img/bg_00050.png"); }
div.partSlider div.wideSize div.content a { color:#fff; }

/* anythingSlider viewport window */
div.anythingSlider { width: 960px; height: 480px; border-bottom:solid 1px #eee; overflow: hidden; /* needed for Opera and Safari */ position: relative; }
div.anythingSlider .anythingWindow { overflow: hidden; position: relative; width: 100%; height: 100%; }
/* anythingSlider base UL */
ul.anythingBase { background: transparent; list-style: none; position: absolute; top: 0; left: 0; margin: 0; padding: 0; }
ul.anythingBase li.panel { background: transparent; display: block; overflow: hidden; float: left; padding: 0; margin: 0; }

/* Navigation Links */
div.anythingSlider .thumbNav a.cur, div.anythingSlider .thumbNav a { background: #fff; color: #000; }
div.anythingSlider .thumbNav a.cur, div.anythingSlider .thumbNav a:hover { box-shadow: #ced 0 0 10px 0; }
div.anythingSlider .thumbNav a.cur { background:#222; color:#ddd; }

div.anythingSlider .anythingControls { outline: 0; position:absolute; width:100%; bottom:0; }
div.anythingSlider .thumbNav { margin:10px 20px; padding:0; }
div.anythingSlider .thumbNav li { display: inline; }
div.anythingSlider .thumbNav a { display: inline-block; text-decoration: none; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background-repeat: repeat-x; text-align: center; outline: 0; border-radius:2px; }

/* Autoplay Start/Stop button */
div.anythingSlider .start-stop { width: 22px; height: 22px; overflow:hidden; text-align: center; text-decoration: none; float: right; z-index: 100; outline: 0; background:#222 url("/N2/Resources/Icons/control_play.png") no-repeat 50% 50%; text-indent:-9999px; margin:10px; border-radius:2px; }
div.anythingSlider .start-stop.playing { background-image:url("/N2/Resources/Icons/control_stop.png"); }
div.anythingSlider .start-stop:hover, div.anythingSlider .start-stop.hover { }

div.anythingSlider, div.anythingSlider .anythingWindow, div.anythingSlider .thumbNav a, div.anythingSlider .arrow a, div.anythingSlider .start-stop { transition-duration: 0; -o-transition-duration: 0; -moz-transition-duration: 0; -webkit-transition-duration: 0; }


div.gmap > div
{
height:450px;
text-align:center;
}
div.column1 div.gmap > div,
div.column2 div.gmap > div
{
height:300px;
}

/* APPEARANCE, COLORS AND FONTS */

html { background:#5c87b2; }
body { background:transparent; }
#content h1 { color: #46351C; }
div#top { background-color:#fff; }
div#nav .submenu { background-color:#fff; }
div#nav .topmenu { font-size:1.48em; }
div#nav ul.menu li a { background-color:#fff; }
div#main { background-color:#fff; }
div#aside {}
div#aside .part {}
div#footer { margin-top:1px; background-color:#4c77a2; color:#fff; }
div#footer a, div#footer a:visited { color:#fff; }

#content h1 { font-size:2.2em; margin-bottom:.25em; }
#content h2 { font-size:1.8em; margin-bottom:.25em; }
#content h3 { font-size:1.4em; margin-bottom:.25em; }
#content h4 { font-size:1.2em; margin-bottom:.25em; }
#content ul { margin-bottom:1em; }
#content table { margin-bottom:1em; }
#content p { margin-bottom:1em; }

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {

/* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


@media print {
* { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
-ms-filter: none !important; }
a, a:visited { color: #444 !important; text-decoration: underline; }
a[href]:after { content: " (" attr(href) ")"; }
abbr[title]:after { content: " (" attr(title) ")"; }
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
thead { display: table-header-group; }
tr, img { page-break-inside: avoid; }
@page { margin: 0.5cm; }
p, h2, h3 { orphans: 3; widows: 3; }
h2, h3{ page-break-after: avoid; }
}

