/*-------------------------------------------
Layout styles
---------------------------------------------

Two column layout with 1-3 ordering. First column is hidden if
exists in source.

------------------------------------------*/

body {
  min-width: 580px;
  max-width: 1200px;
}
#main-content { 
  width: 74%;
  _width: 73%;
  float: left;
  margin-left: 0%;
}

#sub-content-a {
 display: none;
}

#sub-content-b {
  width: 26%;
  float: right;
  margin-left: 0;
}

div.figure {
  width: 200px;
  float: left;
  margin: 0 1em 0.5em 0;
}

#main-content .figure img {
  float: none;
  margin: 0;
}

.figure p {
  color: white;
  background: #3a95e3;
  padding: 0.3em 0.6em;
  margin: 0;
}

div#map {
  background: #abcfad;
  float: left;
  width: 414px;
  padding: 0 1em 0.5em;
  margin: 0 0 0.5em;
}

#map h2 {
  font-size: 1.2em;
  color: #005da4;
}

#quicklinks {
  clear: both;
}

#quicklinks div#ql-1,
#quicklinks div#ql-2,
#quicklinks div#ql-3,
#quicklinks div#ql-4 {
  width: 24%;
  max-width: 200px;
  min-width: 12em;
  float: left;
  margin-right: 0.5em;
}

#quicklinks h2 {
  color: white;
  font-style: italic;
  font-size: 1em;
  font-weight: bold;
  height: 2.4em;
  background: #999;
  padding: 0.4em 20px 0.4em 0.5em;
  margin: 0;
}

#quicklinks div.pic {
  height: 150px;
}

#ql-1 h2 { 
  background: #00B6A5 url(../file/image/home/bg-quicklinks-corner-1.png) right top no-repeat;
}
#ql-2 h2 { 
  background: #FF900F url(../file/image/home/bg-quicklinks-corner-2.png) right top no-repeat;
}
#ql-3 h2 { 
  background: #9753C1 url(../file/image/home/bg-quicklinks-corner-3.png) right top no-repeat;
}
#ql-4 h2 { 
  background: #3a95e3 url(../file/image/home/bg-quicklinks-corner-4.png) right top no-repeat;
}


#ql-1 div.pic { 
  background: url(../file/image/home/bg-quicklinks-1.jpg) left top no-repeat 
}
#ql-2 div.pic {
  background: url(../file/image/home/bg-quicklinks-2.jpg) left top no-repeat
}
#ql-3 div.pic { 
  background: url(../file/image/home/bg-quicklinks-3.jpg) left top no-repeat
}
#ql-4 div.pic {
  background: url(../file/image/home/bg-quicklinks-4.jpg) left top no-repeat
}

#quicklinks ul.v-menu {
  min-height: 10.5em;
  _height: 10.5em;
  background: #abcfad;
  overflow: auto;
  border-top: 1px solid white;
}

#quicklinks .v-menu li {
  margin: 0;
}

#quicklinks .v-menu li a {
  color: #363E35;
  background: #abcfad;
  border: none;
  border-bottom: 1px solid white;
  padding: 0.5em 0.5em;
}
