body {
  margin: 0;
  padding: 0;
  text-align: center;
  min-width: 955px;
  height: 100%;
  background-color: #C0C0C0;
  color: white;
  #background-image: url(images/bg.png);
  #background-repeat: repeat-x;
  font: small Arial, Helvetica, Verdana, 'Open Sans', ‘Lucida Sans Unicode’,‘Lucida Grande’, sans-serif;
}

html {
	height: 100%;
}


#galleria{height:480px}
#wrapper {
  background-color: #fdf8f2;
  color: black;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 955px;
  min-height: 1400px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
/*
  margin-top: -5px;
*/
  margin-bottom: 5px;
  text-align: left;
}

#main {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 5px;
}

#subcontent {
  margin: 0 0 0 0;
  border: 1px solid #b9d2e3;
  background-color: white;
  color: black;
  min-height: 1400px;
}

#subcontent .inner {
  position: relative;
  margin: 10px 40px 10px 40px;
}

#subcontent .inner h2 {
  color: #245185;
  margin-top: 2.0em;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #b9d2e3;
  font-size: 150%;
}

#mainfeature {
  # image now specified in index.gsp
  //background-image: linear-gradient( to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4) );
  //background-size:578px 312px;
  //background-repeat: no-repeat;
  //background-color: #112236;
  //color: #f1f1f1;
  font-weight: normal;
  font-size: 100%; text-shadow: 0 1px 0 black; 
  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 168px;
  padding-left: 340px;
}

#mainfeature p {
  font-size: 110%;
}

#mainfeature p.more {
  margin-top: 0;
  text-align: left;
}

#mainfeature p.more a:link, #mainfeature p.more a:visited {
  color: white;
  //background-image: url(../images/more-bullet.gif);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 14px;
}

#youtube-video { 
	width: 100%; height: 100%; 
    border: 1px solid black;
    top: 0px;
  	left: 0px; 
    position:relative; 
}
        
/** #content starts **/
#content {
  margin: 0 375px 0 0;
  border: 1px solid #b9d2e3;
  background-color: white;
  color: black;
  min-height: 1400px;
}

#content .inner {
  margin: 10px 20px 10px 40px;
}

#content .inner h1{
  color: #245185;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  font-size: 140%;
  text-align: center;
}

#content .inner h2 {
  color: #245185;
  padding-left: 0.3em;
  border-bottom: 1px solid #b9d2e3;
  font-size: 150%;
  background: linear-gradient(to right, rgb(215,215,215), rgb(235,235,235));
}

#content .inner ul.news {
  margin: 0;
  padding: 0;
  list-style: none;
  font: bold 14px 'Open Sans', sans-serif;
}

#content .inner li.news {
  font: bold 14px 'Open Sans', sans-serif;
}

#content .inner p.news {
  font: bold 18px 'Open Sans', sans-serif;
}

#content .inner h2.news {
  font: normal  14px 'Open Sans', sans-serif;
}

#content .inner h3 {
  font-size: 130%;
}

#content .inner h3 a:link, #content .inner h3 a:visited {
  color: #245185;
}

#content .inner .tags {
    background: #5ba4e5;
    border-radius: 3px;
    margin: 0 3px 3px 0;
    padding: 1px 4px;
    color: #fff;
    cursor: pointer;    
	position: relative;
    padding-right: 20px!important;
}


#content .inner p {
  color: #555555;
  font-size: 0.9rem;
    line-height: 1.2em;
    //font-weight: 120;
    font-weight: normal;
  //font: normal 18px 'Open Sans', sans-serif;
}

#content .inner .articles p {
  color: #666666;
  font-size: 90%;
}

#content .inner .news li span {
  font-weight: Bold;
}

#content .inner p.more {
  margin-top: 0;
  text-align: right;
}

#content .inner p.more a:link, #content .inner p.more a:visited {
  //background-image: url(../images/more-bullet.gif);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 14px;
  font-size: 90%;
  color: #1e4c82;
}

#content .inner table thead tr {
  color: white;
  background: #025396;
}

#content .inner table {
  clear: right;
  /*
   table-layout: fixed;
   */
  line-height: 1.4em;
  border-collapse: collapse;
  border: 4px solid #adbbca;
  color: #4f6480;
  background: #f0f0f0;
}

#content .inner table caption {
  margin: 0;
  padding: 0;
  color: #032469;
  line-height: 2em;
  text-align: left;
  font-weight: bold;
}

#content .inner table thead tr th {
  padding: 0.4em 0.6em 0.4em 0.6em;
  border: 2px solid #adbbca;
}

#content .inner table tbody tr {
  border: 2px solid #adbbca;
}

#content .inner table tbody th {
  background: #DAEEFF;
  color: black;
  padding: 0.6em;
  border: 2px solid #adbbca;
}

#content .inner table tbody td {
  background: #DAEEFF;
  color: black;
  padding-left: 0.6em;
}

#content td.tags {
    background: #5ba4e5;
    border-radius: 3px;
}


/** #content ends **/

/** #articles starts **/
#articles {
  margin: 0 0 0 0;
  border: 1px solid #b9d2e3;
  background-color: white;
  color: black;
  min-height: 1400px;
}

#articles .inner {
  position: relative;
  margin: 10px 40px 10px 40px;
  overflow:hidden;
}

#articles .sliderContainer {
  position: relative;
  margin: 0 0 0 0;
  //border: 5px solid #b9d2e3;
  //background-color: black;
  color: black;
  min-height: 700px;
  overflow:hidden;
}

#articles .sliderContainer div:first-child {
	position:relative;
	width:100%;
	left:0%;
	top:0;
}

#articles .sliderContainer .photo-frame {
	position:absolute;
	width:100%;
	left:-100%;
	top:0;
}

#articles .sliderContainer .photo-caption {
  position: absolute;
  bottom: 8px;
  left: 16px;
  color: aliceblue;
  font-size: x-large;
}

#articles .sliderContainer .photo-frame img {
	width:100%;
	top:0;
}


#articles .inner ul.news li .nextCircle {
	position:absolute;
	top:20%;
	transform:translateY(-50%);
	left:85%;
	width:50px;
	height:50px;
	border-radius: 50%;
	opacity:0.5;
	background-color:black;
	z-index:19;
}

#articles .inner ul.news li .next {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	color:white;
	z-index:20;

}

#articles .inner ul.news li .nextCircle:hover{
	opacity:0.7;
	cursor: pointer;
}

#articles .inner ul.news li .fa.fa-arrow-right, .fa.fa-arrow-left {
	font-size:30px;
}

#articles .inner ul.news li .prevCircle {
	position:absolute;
	top:20%;
	transform:translateY(-50%);
	right:85%;
	width:50px;
	height:50px;
	border-radius: 50%;
	opacity:0.5;
	background-color:black;
	z-index:19;
}

#articles .inner ul.news li .previous {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	color:white;
	z-index:20;

}

#articles .inner ul.news li .prevCircle:hover {
	opacity: 0.7;
	cursor: pointer;
}

#articles .inner h1{
  color: #245185;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  font-size: 140%;
  text-align: center;
}

#articles .inner h2 {
  color: #245185;
  padding-left: 0.3em;
  border-bottom: 1px solid #b9d2e3;
  font-size: 150%;
  background: linear-gradient(to right, rgb(215,215,215), rgb(235,235,235));
}

#articles .inner ul.news {
  margin: 0;
  padding: 0;
  list-style: none;
}

#articles .inner h3 {
  font-size: 130%;
}

#articles .inner h3 a:link, #articles .inner h3 a:visited {
  color: #245185;
}

#articles .inner p {
  color: #666666;
  font-size: 90%;
}

#articles .inner .news li span {
  font-weight: Bold;
}

#articles .inner p.more {
  margin-top: 0;
  text-align: right;
}

#articles .inner p.more a:link, #articles .inner p.more a:visited {
  //background-image: url(../images/more-bullet.gif);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 14px;
  font-size: 90%;
  color: #1e4c82;
}

#articles .inner table thead tr {
  color: white;
  background: #025396;
}

#articles .inner table {
  clear: right;
  /*
   table-layout: fixed;
   */
  line-height: 1.4em;
  border-collapse: collapse;
  border: 4px solid #adbbca;
  color: #4f6480;
  background: #f0f0f0;
}

#articles .inner table caption {
  margin: 0;
  padding: 0;
  color: #032469;
  line-height: 2em;
  text-align: left;
  font-weight: bold;
}

#articles .inner table thead tr th {
  padding: 0.4em 0.6em 0.4em 0.6em;
  border: 2px solid #adbbca;
}

#articles .inner table tbody tr {
  border: 2px solid #adbbca;
}

#articles .inner table tbody th {
  background: #DAEEFF;
  color: black;
  padding: 0.6em;
  border: 2px solid #adbbca;
}

/** #articles ends **/

#articles .inner table tbody td {
  background: #DAEEFF;
  color: black;
  padding-left: 0.6em;
}


/** #subcontent style starts **/
#subcontent .inner h1{
  color: #245185;
  padding-top: 0.3em;
  padding-bottom: 0.3em;
  font-size: 140%;
  text-align: center;
}

#subcontent .inner table thead tr {
  color: white;
  background: #025396;
}

#subcontent .inner table {
  clear: right;
  /*
   table-layout: fixed;
   */
  line-height: 1.4em;
  border-collapse: collapse;
  border: 4px solid #adbbca;
  color: #4f6480;
  background: #f0f0f0;
}

#subcontent .inner table caption {
  margin: 0;
  padding: 0;
  color: #032469;
  line-height: 2em;
  text-align: left;
  font-weight: bold;
}

#subcontent .inner table thead tr th {
  padding: 0.4em 0.6em 0.4em 0.6em;
  border: 2px solid #adbbca;
}

#subcontent .inner table tbody tr {
  border: 2px solid #adbbca;
}

#subcontent .inner table tbody th {
  background: #DAEEFF;
  color: black;
  padding: 0.6em;
  border: 2px solid #adbbca;
}

#subcontent .inner table tbody td {
  background: #DAEEFF;
  color: black;
  padding-left: 0.6em;
}

#subcontent .albums a {
	text-decoration:none;
}

/** #subcontent style ends **/

#sidebar {
  position: absolute;
  top: 0;
  right: 0;
  width: 365px;
  #min-height: 2400px;
  height: 100%;
  background-color: #025396;
  color: white;
  margin: 0;
  padding: 0;
  font-weight: normal;
}

#sidebar h3 {
  font-size: 110%;
  background-image: url(images/sidebar-header-bg.jpg);
  background-repeat: no-repeat;
  margin: 0;
  padding: 0.2em 0 0.2em 10px;
  font-weight: normal;
}

#sidebar .inner {
  padding: 10px;
}

#sidebar ul {
  list-style-image: url(images/std-bullet.png);
  margin-left: 0;
  padding-left: 20px;
}

#sidebar p, #sidebar li {
  font-size: 100%;
  line-height: 1.2em;
}

#sidebar ul a:link, #sidebar ul a:visited {
 color: white;
}

#sidebar a:link, #sidebar a:visited {
  //background-image: url(../images/more-bullet.gif);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 14px;
  line-height: 1.4em;
  color: #DAEEFF;
}

#sidebar .date {
  font-weight: normal;
}

#searchform .text {
  width: 196px;
  border: 1px solid #45bac0;
}

#searchform .searchbutton {
  text-align: right;
  margin-top: 4px;
}

#searchform .btn {
  border: 1px solid #45bac0;
  background-color: #256290;
  color: white;
}

#sidebar .motm-image {
  float: right;
  margin: 0 30px 0 20px;
}

#sidebar p.more {
  clear: right;
  margin: 0 30px 0 0;
  text-align: right;
}

#sidebar p.more a:link, #sidebar p.more a:visited {
  color: white;
  //background-image: url(../images/more-bullet.gif);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 14px;
}

/* ================================================================
 This copyright notice must be untouched at all times.
 
 The original version of this stylesheet and the associated (x)html
 is available at http://www.cssplay.co.uk/menus/ul-multi-nine.html
 Copyright (c) 2005-2009 Stu Nicholls. All rights reserved.
 This stylesheet and the associated (x)html may be modified in any
 way to fit your requirements.
 =================================================================== */
/* calculate the overall width/height of the top level list items and center them */
.menu {
  width: 955px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2px;
  margin-bottom: 2px;
  padding: 0px;
}

/* set up defaults */
.nav, .nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav a {
  text-decoration: none;
}

.nav {
  width: 120px;
  float: left;
  margin-right: -1px;
}

/* set up the widths */
.nav .drop {
  width: 120px;
}

.nav a {
  width: 120px;
  margin-right: -119px;
  margin-bottom: -1px;
}

/* margin is 1px less than the width */
.nav ul li {
  max-width: 120px;
}

.extrawide, .extrawide a {
  width: 139px;
  margin-right: -138px;
}

/* style the links using the b elements */
.nav b {
  display: block;
  font: normal 11px 'Open Sans', sans-serif;
  padding: 6px 8px;
  border: 1px solid #b9d2e3;
  cursor: pointer;
}

.nav b.top {
  height: 26px;
  line-height: 26px;
}

/*.nav a.sub-link b {
  background: url(graphics/arrow.gif) no-repeat right bottom;
}
*/

/* style the list colors */
.nav a {
  color: #ffffff;
  background: #025396;
}

.nav ul a {
  background: #025396;
}

.nav ul ul a {
  background: #098ffe;
}

.nav ul ul ul a {
  background: #9299ac;
}

/* style the hover, active and focus colors */
.nav a:hover, .nav a:focus, .nav a:active {
  background: #098ffe;
  color: #fff;
}

/* style the path on hover in all browsers except IE5.5 and 6 */
.nav li:hover > a {
  background: 098ffe;
  color:
  #fff;
}

/* style the positions of the ul and also when the text spans two and three lines */
.nav {
  height: 40px;
}

.nav .drop {
  height: 40px;
}

.nav ul {
  position: relative;
  left: 0;
  top: 0;
  z-index: 100;
}

/* the dropdown */
.nav ul ul {
  left: 95px;
  top: -26px;
}

/* the right flyouts */
.nav ul ul.two {
  top: -39px;
}

.nav ul ul.three {
  top: -52px;
}

.nav li.left ul ul {
  left: auto;
  right: 95px;
}

/* and the left flyouts */
/* do not change anything below this line */
/* ------------------------------------------------------------ */
.nav li, .nav ul {
  float: left;
}

.nav ul li {
  clear: left;
}

.nav a {
  position: relative;
  display: block;
  z-index: 10;
}

.nav a.sub-link {
  float: left;
  margin-top: 10000px;
}

.nav .drop, .nav .fly {
  margin-top: -10000px;
}

.nav ul {
  margin-bottom: -5000px;
}

/* the bit that does all the work */
.nav a:hover, .nav a:focus, .nav a:active {
  margin-right: 0;
}

/*IE5-7 fixes*/
.nav .fly {
  width: 100%;
}

a:active {
}

/*OPERA fix*/
.nav ul:hover {
  clear: left;
}

.headerimg {
  width: 955;
  float: left;
  padding-right;
}

table.std {
  clear: right;
  /*
   table-layout: fixed;
   */
  line-height: 1.4em;
  border-collapse: collapse;
  border: 4px solid #adbbca;
  color: #4f6480;
  background: #f0f0f0;
}

table.std caption {
  margin: 0;
  padding: 0;
  color: #032469;
  line-height: 2em;
  text-align: left;
  font-weight: bold;
}

table.std thead tr {
  color: white;
  background: #025396;
}

table.std thead tr th {
  padding: 0.4em 0.6em 0.4em 0.6em;
  border: 2px solid #adbbca;
}

table.std thead tr th.fees1 {
  width: 100px;
}

table.std thead tr th.fees2 {
  width: 140px;
}

table.std thead tr th.fees3 {
  width: 140px;
}

table.std thead tr th.fees4 {
  width: 270px;
}

table.std thead tr th.committee1 {
  width: 150px;
}

table.std thead tr th.committee2 {
  width: 200px;
}

table.std tbody tr {
  border: 2px solid #adbbca;
}

table.std tbody th {
  background: #DAEEFF;
  color: black;
  padding: 0.6em;
  border: 2px solid #adbbca;
}

table.std tbody td {
  background: #DAEEFF;
  color: black;
  padding-left: 0.6em;
}

table.std tbody tr td.num {
  padding-right: 50px;
  text-align: right;
}

table.std tbody tr.odd td {
  background: #FFEFD8;
  color: black;
}

table.std tbody tr.odd th {
  background: #FFEFD8;
  color: black;
}

#newsarchivelink {
  position: absolute;
  top: 0;
  right: 0;
  color: white;
  //background-image: url(../images/more-bullet.gif);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 14px;
}

.generallink {
  color: white;
  //background-image: url(../images/more-bullet.gif);
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 14px;
}

.ListofLinks {
  line-height: 1.5em;
}

#map_canvas {
  width: 720px;
  height: 650px;
}

#forsaleemail {
  text-align: right;
  color: #666666;
  font-size: 90%;
}

