@charset "UTF-8";
@import url("reset.css");
/* CSS Document */

/* SETUP */

address, article, aside, canvas,
figcaption, figure, footer, header,
hgroup, nav, section, summary {
display: block;
}



@font-face
{
font-family: Graublaureg;
src: url('../fonts/GraublauWeb.eot'); /* IE9 Compat Modes */
src: url('../fonts/GraublauWeb.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	 url('../fonts/graublauweb-webfont.woff') format('woff'),/* Modern Browsers */
	 url('../fonts/GraublauWeb.ttf') format('truetype'), /* Safari, Android, iOS */
	 url('../fonts/GraublauWeb.otf') format('opentype'), 
	 url('../fonts/GraublauWeb.svg#Graublaureg') format('svg');/* Legacy iOS */ 
	 font-weight: normal;
	 font-style:normal;}
	 
@font-face
{
font-family: Graublaubold;
src: url('../fonts/GraublauWebBold.eot');
src: url('../fonts/GraublauWebBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	 url('../fonts/graublauwebbold-webfont.woff') format('woff'),
	 url('../fonts/GraublauWebBold.ttf') format('truetype'), 
	 url('../fonts/GraublauWebBold.otf') format('opentype'), 
	 url('../fonts/GraublauWebBold.svg#Graublaureg') format('svg');/* Legacy iOS */ 
	 font-weight: normal;
	 font-style:normal;}


html, body {
    height: 100%; font-family:Tahoma, Verdina, sans-serif; font-size:100%;
}


/*********** Structure ***************/

body {background:#bcd5f7 url(/images/scrubbackground.jpg) repeat-x fixed bottom center; margin: 0; /* bottom = footer height */}

#wrapper {position:relative; width: 960px; min-height:700px; margin:35px auto -20px; padding:0; background: #fff url(../images/pagebackground.jpg) repeat;   -webkit-box-shadow: 3px 0px 13px rgba(50, 50, 50, 0.55);
-moz-box-shadow:    3px 0px 13px rgba(50, 50, 50, 0.55);
box-shadow:         3px 0px 13px rgba(50, 50, 50, 0.55); }


aside {
	position:absolute;
	left:0;
	bottom:0px;
	top:0;
	width: 230px;
	padding: 30px 15px;
	background: transparent url(../images/sidebar.jpg) repeat-x right bottom;
	-webkit-box-shadow:inset -4px 0px 9px rgba(50, 50, 50, 0.15);
	-moz-box-shadow: inset   -4px 0px 9px rgba(50, 50, 50, 0.15);
	box-shadow:       inset  -4px 0px 9px rgba(50, 50, 50, 0.15);
}


.flex-container {
  display: flex;
  flex-wrap: wrap;
  background-color: #ffffff;
}

.flex-container > div {
  /**background-color: #f1f1f1;**/
  width: 190px;
  margin: 10px;
  text-align: center;
  line-height: 75px;
  font-size: 30px;
}

/******LISTS*************/

ol li {font-size:0.875em; 
	font-family:Tahoma, Verdina, sans-serif; 
	margin-bottom:.8em; 
	line-height:1.6; 
	color:#7d7d7d;
}

.bullets li {font-size:0.875em; 
	font-family:Tahoma, Verdina, sans-serif; 
	margin-bottom:.4em; margin-left:1em;padding-left:0;
	line-height:1.6; 
	color:#7d7d7d;
	list-style-position:outside; list-style-type:disc;}
	
hr.dashing {
    border: 0;
    border-bottom: 1px dashed #f6fafd;
    background: #f6fafd;
}	


/*********** NAVIGATION ***************/

nav {background-color:#3e6fa0; 
    position: absolute; z-index:1000;
    left: 0;
    top: 0;
    height: 36px;
    width: 100%;
}

 #main-navigation {width:960px; margin:0 auto;}
 
 #main-navigation ul,
    #main-navigation li,
    #main-navigation span,
    #main-navigation a {
      margin: 0;
      padding: 0;
      position: relative;
    }
    #main-navigation:after,
    #main-navigation ul:after {
      content: '';
      display: block;
      clear: both;
    }
    #main-navigation a {
      color: #ffffff;
      display: inline-block;
      font-family: Graublaureg, Arial, Helvetica, sans-serif;
      font-size: 14px;
      /*min-width: 35px;*/
      text-align: center;
      text-decoration: none;
	  letter-spacing:normal;
      text-shadow: 0 -1px 0 #333333;
    }
    #main-navigation ul {
      list-style: none;
    }
    #main-navigation > ul > li {
      float: left; list-style: none;
    }
    #main-navigation > ul > li.active a {
      /***background: #3e6fa0 url(images/grad_dark.png) repeat-x left bottom; ***/
      background: -moz-linear-gradient(top, #646464 0%, #4a4a4a 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #646464), color-stop(100%, #4a4a4a));
      background: -webkit-linear-gradient(top, #646464 0%, #4a4a4a 100%);
      background: -o-linear-gradient(top, #646464 0%, #4a4a4a 100%);
      background: -ms-linear-gradient(top, #646464 0%, #4a4a4a 100%);
      background: linear-gradient(to bottom, #646464 0%, #4a4a4a 100%);
      filter: progid:dximagetransform.microsoft.gradient(startColorstr='#646464', endColorstr='#4a4a4a', GradientType=0);
      filter: none;
    }
    #main-navigation > ul > li.active a:hover {
      background: -moz-linear-gradient(top, #646464 0%, #4a4a4a 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #646464), color-stop(100%, #4a4a4a));
      background: -webkit-linear-gradient(top, #646464 0%, #4a4a4a 100%);
      background: -o-linear-gradient(top, #646464 0%, #4a4a4a 100%);
      background: -ms-linear-gradient(top, #646464 0%, #4a4a4a 100%);
      background: linear-gradient(to bottom, #646464 0%, #4a4a4a 100%);
      filter: progid:dximagetransform.microsoft.gradient(startColorstr='#646464', endColorstr='#4a4a4a', GradientType=0);
      filter: none;
    }
	
	/*********** BORDERS ARE HERE and Background to dropdowns***************/
    #main-navigation > ul > li a {
     box-shadow: inset 0 0 0 1px #387da2;
      -moz-box-shadow: inset 0 0 0 1px #387da2;
      -webkit-box-shadow: inset 0 0 0 1px #387da2;
     background-color: #3e6fa0; 
      border-bottom: 1px solid #3e6fa0;
      border-top: 1px solid #3e6fa0;
      line-height: 34px;
      padding: 0 35px;
      filter: none;
    }
    #main-navigation > ul > li a:hover {
      /***background: #3e6fa0 url(images/grad_dark.png) repeat-x left bottom; ***/
      background: -moz-linear-gradient(top, #646464 0%, #4a4a4a 50%, #3b3b3b 51%, #525252 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #646464), color-stop(50%, #4a4a4a), color-stop(51%, #3b3b3b), color-stop(100%, #525252));
      background: -webkit-linear-gradient(top, #646464 0%, #4a4a4a 50%, #3b3b3b 51%, #525252 100%);
      background: -o-linear-gradient(top, #646464 0%, #4a4a4a 50%, #3b3b3b 51%, #525252 100%);
      background: -ms-linear-gradient(top, #646464 0%, #4a4a4a 50%, #3b3b3b 51%, #525252 100%);
      background: linear-gradient(to bottom, #646464 0%, #4a4a4a 50%, #3b3b3b 51%, #525252 100%);
      filter: progid:dximagetransform.microsoft.gradient(startColorstr='#8a8a8a', endColorstr='#787878', GradientType=0);
      filter: none;
    }
	
	
	/*********** BORDERS RADIUS FOR FIRST BUTTON HERE ***************/
    #main-navigation > ul > li:first-child a {
  /*** border-radius: 5px 0 0 5px;
      -moz-border-radius: 5px 0 0 5px;
      -webkit-border-radius: 5px 0 0 5px;**/
      border-left: 1px solid #5d5d5d;
    }
    #main-navigation > ul > li:last-child a {
     /*** border-radius: 0 5px 5px 0;
      -moz-border-radius: 0 5px 5px 0;
      -webkit-border-radius: 0 5px 5px 0;**/
    }
    #main-navigation li:hover ul {
      display: block;
    }
    #main-navigation li ul {
      display: none;
      position: absolute;
      top: 36px;
      left: -1px;
      min-width: 100%;
      text-align: center;
      /* IE7 */    
      *width: 100%;
    }
    #main-navigation li ul li {
      text-align: center;
    }
    #main-navigation li ul li a {
      border-top: 0 none;
      border-left: 1px solid #5d5d5d;
      display: block;
      line-height: 120%;
      padding: 9px 5px;
      text-align: center;
    }

#header {margin-bottom:10px; }

#main { width: 650px; margin-left: 250px; padding:20px 30px;}

.clear {clear:both;}

/*********** Default Fonts and Special Font Treatments ***************/


body {font-size:100%;}
h1 {
	font-size:3em; 
	font-family: Graublaubold, Arial, Helvetica, sans-serif; 
	text-transform:uppercase; 
	color:#637281;  font-weight:normal;
}
h2 {
	
	font-size:1.875em; 
	font-family:Cambria, Georga, "Palatino Linotype", "Book Antiqua", Palatino, serif; 
	color:#637281; 
	font-weight:bold;
	margin-bottom:14px;
	}
h3 {
	font-size: 1.4em; 
	font-family:Graublaubold, Arial, Helvetica, sans-serif; 
	color:#496996;
	margin-bottom:14px;
	font-weight:normal;
	}
h3.news {
	color:#7d7d7d; 
	font-size: 1em; 
	font-family:Tahoma, Verdina, sans-serif;
	font-weight:bold; 
	margin-top:1em; 
	margin-bottom:.5em; line-height:1.3;
	}
	
.news-grey {color: #adadad;}	
h4 {
	color:#7d7d7d; 
	font-size: 1em; 
	font-family:Tahoma, Verdina, sans-serif;
	font-weight:bold; margin-top:1em; 
	margin-bottom:.5em;
	line-height:1.4; }

h1 span.colorbar {
	color: #9bb7d3;
	font-family: "Arial Black", Impact, Gadget, sans-serif;
	font-size: 0.8em;
	font-stretch: ultra-expanded wider;
	vertical-align:20%;
}
h1 span.subtext {
	font-size:.8em;
	font-family: Graublaubold, Arial, Helvetica, sans-serif; }

.colorbar {color: #9bb7d3;}

p {font-size:0.875em; 
	font-family:Tahoma, Verdina, sans-serif; 
	margin-bottom:1em; 
	line-height:1.6; 
	color:#7d7d7d;
}
ul.newsitem li {font-size:0.875em; 
	font-family:Tahoma, Verdina, sans-serif; 
	margin-bottom:1em; margin-left: 15px;
	line-height:1.2; 
	color:#7d7d7d;
  list-style: disc; 
}

sup {
	font-size:.65em; margin-left:.2em;
	vertical-align:50%; 
	color:#387da0;
	}

.caption {
	font-size:0.875em; 
	font-family: Cambria, Georga, "Palatino Linotype", "Book Antiqua", Palatino, serif; 
	line-height:1.6; 
	color:#7d7d7d; 
	font-style:italic; 
	margin: 10px 0 15px;
	}
.breadcrumbs {
	font-size:0.8em; 
	font-family:Tahoma, Verdina, sans-serif; 
	margin-bottom:1em; 
	line-height:1.6; 
	color:#adadad; 
	}
blockquote p{
	font-size:1.2em; 
	line-height:1.3; 
	font-family: Cambria, Georga, "Palatino Linotype", "Book Antiqua", Palatino, serif; 
	color:#387da0;  
	font-style:italic; 
	margin:15px 0;}

blockquote p span {
	font-size:.8em; 
	color:#888; 
	font-style:normal; 
	margin-top:15px; 
	text-align:right;}
	
.leadin {
	font-size:1.2em; 
	line-height:1.2; 
	font-family: Cambria, Georga, "Palatino Linotype", "Book Antiqua", Palatino, serif; 
	color:#387da0;}
.alertbox {
	font-size:11px; 
	font-stretch:extra-condensed; 
	font-weight:bold; 
	line-height:1; 
	text-align:right; 
	color:#496996;
	}
.board p {margin:0; font-size:.9em; line-height:1.4;}

small {font-size:12px;}

#main-navigation {font-family: Graublaureg, Arial, Helvetica, sans-serif; text-transform:uppercase;}

.listing {font-size:12px !important; line-height:1.4;}
.links p {font-size:.8em !important; line-height:1.4; margin:.5em 0;}
.sponsors p {font-size:.8em !important; line-height:1.4; margin:.5em 0;}

a:link, a:visited, a:hover, a:active {text-decoration:underline;}
a:link, a:visited, a:active {color:#496996;}
a:hover {color:#637281;}


/*********** Image Treaments ***************/
.photowrapper-right {float:right; margin: 10px 0 0 15px; }
.photowrapper-left {float:left; margin: 0 25px 0 0; }
img.photoframe {padding: 10px; border: #999999 1px solid; background-color:#FFF;  -moz-box-shadow: 0px 4px 10px #666; /* FF3.5+ */
  -webkit-box-shadow: 0px 4px 10px #666; /* Saf3.0+, Chrome */
          box-shadow: 0px 4px 10px #666; /* Opera 10.5, IE9, Chrome 10+ */ }
		  
		  
/*********** PROPERTIES MAP ***************/			  
	
div.mappin a:link img{ visibility: visible;}
div.mappin a:hover img { visibility: hidden;}
div.mappin {width:16px; height:16px; background-image:url(../images/greenball.png); }
.preserve {font-size:1.3em; 
	font-family:Cambria, Georga, "Palatino Linotype", "Book Antiqua", Palatino, serif; 
	color:#637281; 
	font-weight:bold;
	margin-bottom:14px;}	  

/*********** BUTTONS ***************/		  
		  
a.button {color: #fff !important;  text-decoration: none;}
	  
.button {
   border-top: 1px solid #a4bfd9;
   background: #1b3e67;
   background: -webkit-gradient(linear, left top, left bottom, from(#387da2), to(#3e6fa0));
   background: -webkit-linear-gradient(top, #387da2, #3e6fa0);
   background: -moz-linear-gradient(top, #387da2, #3e6fa0);
   background: -ms-linear-gradient(top, #387da2, #3e6fa0);
   background: -o-linear-gradient(top, #387da2, #3e6fa0);
   padding: 7.5px 25px;
   -webkit-border-radius: 7px;
   -moz-border-radius: 7px;
   border-radius: 7px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #fff !important;
   font-size: 17px;
   font-family: Graublaubold, Arial, Helvetica, sans-serif;
   text-decoration: none;
   vertical-align: middle;
   }
   
.button:hover {
   border-top-color: #1b3e67;
   background: #1b3e67;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 17px;
   font-family: Graublaubold, Arial, Helvetica, sans-serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:active {
   border-top-color: #1b3e67;
   background: #1b3e67;
   }
/*********** Footer - this comes last ***************/
footer {background-color:#476D9E; 
    height: auto;
    width: 100%; z-index:220;margin-top:20px;
}

.footertext {color: #fff; width:960px; margin: 0 auto;padding: 20px 0 0 0; text-align:center; font-size:12px;}

p.footertext a:link {color:#fff !important;}
p.footertext a:hover {color:#aeebf9 !important;}
