/*****
AUTHOR: Eric Winther
COMPANY: Imaker
CUSTOMER: Agility
CSS STRUCTUE:
Reset
Most Used
Layout
Painting
Typography
*************/
/******************************************************************************************************************
                                                    #RESET
*******************************************************************************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

body {
  line-height: 1;
  color: black;
  background: white;
}

ol, ul {
  list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

blockquote, q {
  quotes: "" "";
}

a {
  text-decoration: none;
}

/******************************************************************************************************************
                                                    #MOST USED 
*******************************************************************************************************************/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

/* End hide from IE-mac */
.hidden {
  visibility: hidden;
}

hr, .noDisplay {
  display: none;
}

/******************************************************************************************************************
                                                    #LAYOUT
*******************************************************************************************************************/
/*** 
Layout width: 15x60=900 plus padding 6 margins for wrapper and wrapperInner : 915px
vertical basic height: 18px
****/
body {
  text-align: center;
  min-width: 915px;
  line-height: 18px;
}

#wrapper {
  position: relative;
  width: 915px;
  padding: 2px;
  margin: 1em auto 0;
  text-align: left;
}

#wrapperInner {
  width: 903px;
  margin: 2px;
  padding: 2px 2px 20px 2px;
}

#header, #contentContainer {
  width: 900px;
}

#leftBar {
  width: 180px;
  /** 3x60px**/
}

#rightBar {
  width: 180px;
  overflow: hidden;
}

#middle {
  width: 540px;
  /** 9x60px**/
}

#header {
  position: relative;
  height: 80px;
}

#contentContainer {
  margin-top: 3px;
}

#leftBar {
  display: block;
  float: left;
}

#rightBar {
  display: block;
  float: right;
}

#middle {
  display: block;
  float: left;
  margin: 1em 0;
  /*** Next is min-height hack***/
  min-height: 600px;
  height: auto !important;
  height: 600px;
}

#middle table {
  width: 500px;
  float: left;
}

#middle table td.large {
  width: 250px;
  float: left;
}

#middle table td.thumbs {
  width: 250px;
  float: left;
}

#middle table td.thumbs img {
  margin: 0 2px 3px 0px}

#middle table td.large a {
  display: block;
  float: left;
}

#logo {
  width: 188px;
  height: 80px;
}

#topNav {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  float: right;
}

#topNav ul {
}

#topNav ul li {
  display: block;
  float: left;
  margin: 0 16px 0 5px;
}

#topNav ul li.spanish {
  margin-left: 16px;
}

#topNav ul li a {
  display: block;
  float: left;
  padding: 5px;
}

ul#navigation {
  width: 180px;
}

ul#navigation li {
  margin: .6em 0 1em 0;
  padding-left: 10px;
}

ul#navigation li a {
  padding-left: 10px;
}

ul#navigation li ul li {
  margin: 0;
  padding-left: 0px;
}

#middle .photos {
  display: block;
  text-align: center;
}

#content {
  padding: 30px 10px 10px;
}

#content h1.title, #content h2.subTitle {
  text-align: center;
}

#content h2.subTitle {
  margin-bottom: 3.5em;
  padding-bottom: 1.5em;
}

#content p {
  margin-bottom: 2em;
}

#leftBar .nkk {
  text-align: center;
}

#rightBar .annonse h3 {
  margin: 1em 0;
  padding-left: 1em;
}

#rightBar .annonse img, #rightBar .annonse a {
  display: block;
  width: 178px;
  margin-bottom: .5em;
}

/******************************************************************************************************************
                                                    #PAINTING
*******************************************************************************************************************/
#wrapper {
  border: 1px solid #EFB2B2;
  border-right-color: #710000;
}

#wrapperInner {
  border: 1px solid #ccc;
}

#header {
  background: url('/sfiles/4/4/picture/header.gif') no-repeat left top;
  border-bottom: 6px solid #cc3333;
}

#contentContainer {
  border-top: 2px solid #cc3333;
}

#leftBar {
}

#rightBar {
}

#middle {
  background: url('/sfiles/7/4/picture/middle.gif') repeat-y left top;
}

#topNav {
  background: url('/sfiles/8/4/picture/spacer.gif') no-repeat 95% .8em;
}

#topNav ul li a {
  color: #012B69;
  background: url('/sfiles/8/4/picture/spacer.gif') no-repeat left .8em;
}

ul#navigation {
  padding: 20px 0;
}

ul#navigation li a {
  color: #003366;
  border-left: 3px solid #CC0000;
}

ul#navigation li.signUp a {
  color: #CC0000;
}

ul#navigation li ul li a {
  color: #000;
  border-left: none;
}

#content h2 {
  color: #003366;
}

#content h1.title, #content h2.subTitle {
  color: #CC0000;
}

#content h2.subTitle {
  border-bottom: 3px solid #8D8D8D;
}

#rightBar .annonse h3 {
  color: #cc3333;
}

#rightBar .annonse img, #rightBar .annonse a img {
  border: 1px solid #333;
}

/******************************************************************************************************************
                                                    #TYPOGRAPHY
*******************************************************************************************************************/
body {
  font-size: 62.5%;
  font-family: verdana, arial, helvetica, sans-serif;
}

a.readMore {
  color: #0000EE;
}

h1, h2, h3, h4 {
  font-weight: bold;
}

#wrapper {
  font-size: 1.3em;
}

#topNav ul li a {
  font-size: .85em;
}

ul#navigation li {
  font-weight: bold;
}

ul#navigation li ul li {
  font-weight: normal;
}

#content h1.title {
  font-size: 1.3em;
  font-weight: 500;
}

#content h2.subTitle {
  font-size: 1em;
}

#rightBar .annonse h3 {
  font-size: .8em;
}

.iPhotographer {
  font-size: xx-small;
  float: left;
}

.iCaption {
  font-size: x-small;
}

.iLeft {
  float: left;
}

.iLeft img {
  float: left;
  margin-right: 10px;
}

.iIntro {
  font-weight: bold;
}

#content h1 {
  font-size: large;
  margin-bottom: 1em;
}

