/* CSS 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;
}
:focus {
  outline: 0;
}
body {
  line-height: 1;
  color: black;
  background: white;
}
ol, ul {
  list-style: none;
}
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: "" "";
}

div {
  zoom: 1;
}

/* Our CSS */

body {
  background: #f6f6f6;
  text-align: center;
  margin: 30px 0 0 0;
  font-family: verdana;
}

#wrapper {
  text-align: left;
  margin: 0 auto;
  width: 907px;
  overflow: hidden;
  position: relative;
}

#logo_and_address {
  width: 184px;
  float: left;
}

#contentwrapper {
  float: left;
  width: 711px; /* 723 - 5 */
  background-image: url('/files/looks/41/content_wrapper_bg.png');
  padding: 173px 7px 0 5px;
  background-repeat: repeat-y;
  margin: 55px 0 0 0;
  overflow: hidden;
}

#logo {
  background-image: url('/files/looks/41/logo.png');
  display: block;
  height: 237px;
  width: 184px;
  text-indent: -9000px;
}

#address {
  font-family: verdana;
  font-size: 11px;
  line-height: 12px;
  color: #666;
  text-align: center;
  width: 150px;
}

  #address p {
    margin: 1em 0;
  }

#decoration {
  background-image: url('http://s3.amazonaws.com/standoutcms/pictures/1871/content/startsidaNY.png');
  width: 711px;
  height: 228px;
  position: absolute;
  top: 0;
  right: 7px;
  z-index: 9000;
}


#mainmenu {
float: left;
}

#foretag a {
  text-decoration: none;
}

#foretag a:hover {
  text-decoration: underline;
}

#mainmenu ul {
  height: 25px;
  line-height: 25px;
  margin: 0;
  padding: 0;
}

#home {
  width: 14px;
  height: 25px;
  margin: 5px 20px 0 30px;
  float: left;
}

#flag {
width: 16px;
height: 11px;
left: 50%;
margin-left: 400px;
top: 237px;
position: absolute;
}


#flag2 {
width: 16px;
height: 11px;
left: 50%;
margin-left: 420px;
top: 237px;
position: absolute;
}

#mainmenu ul li {
    display: inline;
    line-height: 25px;
  }
  
  
#mainmenu ul li a {
  color: #4A4A4A;
  font-size: 13px;
  font-family: "Trebuchet MS";
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  padding-right: 30px;
  }
  
#mainmenu ul li a:hover {
  color: #838383;
}


#mainmenu ul li.selected a {
  color: #BAC08D;
}
#submenu {
  background-image: url('/files/looks/41/submenu_selected.png');
  /* background-image: url('/files/looks/41/submenu_unselected.png'); need to fix CMS */
  height: 26px;
  clear: both;
}

#submenu ul {
margin-left: 64px;
}

#submenu ul li {
  display: inline;
}

#submenu ul li a {
  color: #333;
  text-decoration: none;
  font-family: "trebuchet ms", verdana;
  font-size: 11px;
  line-height: 26px;
  font-weight: bold;
  padding: 2px 10px 2px 0;
  }

    
a {
  color: #333;
}
  
#news {
  width: 165px; /* 245 - padding */
  height: 337px;
  background-image: url('news.png');
  background-repeat: no-repeat;
  float: left;
  font-family: verdana;
  font-size: 11px;
  line-height: 15px;
  color: #333;
  padding: 10px 50px 10px 30px;
}

  div.newsitem {
    font-family: verdana;
    overflow: hidden;
    margin: 5px 0 20px 0;
  }

  div.newsitem em {
    text-align: right;
    display: block;
    font-style: italic;
    font-size: 10px;
  }
  
  div.newsitem strong {
    font-weight: bold;
  }
  
  div.newsitem a {
    float: right;
    color: #333;
  }

#content {
  width: 342px;
  float: left;
  margin-left: 50px;
  overflow: hidden;
}

  #content h1, #content h2 {
    width: 342px;
  }
  #content h2 span, #content h1 span {
    padding: 0; margin: 0;
  }

  #content, #content p {
    font-family: verdana;
    font-size: 11px;
    line-height: 15px;
    font-weight: normal;
    color: #333;
    text-align: left;
  }
  
  #content p {
    padding: 1em 0;
    width: auto;
  }

#textcontentwrapper {
  overflow: hidden;
  margin-top: 32px;
  zoom: 1;
}

#content h1, #content h2, #content h3 {
 font-weight: bold;
 font-family: trebuchet ms, georgia, times;
 font-size: 24px;
 line-height: 30px;
 color: #b2ba2b;
 text-align: left;
}

#content h2 {
 font-size: 20px;
 line-height: 26px;
}

#content h3 {
 font-size: 16px;
 line-height: 20px;
}

#content strong {
  font-family: georgia;
  font-size: 13px;
  line-height: 18px;
  font-weight: bold;
  color: #333;
}

#bottom {
  width: 722px;
  height: 43px;
  background-image: url('bottom.jpg');
  margin-bottom: 30px;
  margin-right: 2px;
  float: right;
}

