@charset "utf-8";

/*  Main Stylesheet for Default17  */

/*  COLORS    

Blue:  #1e70b9;
Green:  #76b347;
Red:   #9D0400;
Gray:  #85949c;

*/

/* ----------------------------------------------------------------
	Typography
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Positioning
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Images
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Graphical Elements
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Buttons
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Lists -- OL, UL, DL
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Blockquotes and Testimonials
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Text Boxes
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Information Boxes
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Alerts
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
	Tables
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
	Home Page
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
	Privacy
-----------------------------------------------------------------*/


@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Regular.woff') format('woff'),
         url('../fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Raleway';
    src: url('../fonts/raleway-Regular.woff2') format('woff2'),
		 url('../fonts/raleway-Regular.woff') format('woff'),
         url('../fonts/raleway-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}

* {	margin: 0; 	padding: 0; }

body {
    /* background-image: url("../images/43250929.jpg"); */
    background-position: center top;
    background-repeat: no-repeat; 
	background-size: cover;
	/* background: linear-gradient(black, white);   Gradient Only  */
    clear: none;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 16px;
	color: #2d3b46;
	background-color: #205405;
}

.page {
	background-color:#ffffff;
    margin: 0 auto;
    max-width: 1160px;
    position: relative;
	padding: .5em 1em 1em 1em;
}


/* Typography------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 1em;
	color: #3f811b;
	font-family: Raleway,Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-style: normal;
}

h1 {
    font-size: 1.75em;
}

h1.title {
    font-size: 1.5em;
    margin-top: 1.25em;
	margin-bottom: 1em;
    font-weight: bold;
    font-style: italic;
    letter-spacing: .25px;
    line-height: 1.5em;
    text-align: center;
}

h2 {
	font-family: "Open Sans", Arial, "sans-serif";
	font-size: 1.6em;
	font-weight: 400;
}

h3 {
	font-family: Raleway, Arial, sans-serif;
	font-size: 1.5em;	
	/* color: #1e70b9; */
	/* color: #254c80; */
	color: #254c80;
	font-weight: bold;
	font-style: italic;
}

h4 {
	font-size:1.4em;
}

h5 {
	font-size: 1.25em;
}

h6 {
	font-size: 1em;
	color: #009933;
}

p {
	font-size:1em;
	line-height:1.5em;
	margin-bottom:1.5em;
}

p.blue {
	color: #254c80;
	background-color:transparent;
}

a {
	/* color: #1e70b9; */
	color: #254c80;
	text-decoration: none;
}

a:hover {
	color:#339900;
	text-decoration: underline;
}

.intro {
	font-size:1.1em;
	line-height:1.75em;
}

.declare {
    font-size: 1.2em;
    text-align: center;
    color: #254c80;
    font-weight: bold;
    font-style: italic;
    line-height: 1.75em;
}

.quote {
	color: #0bb023;
	font-style: italic;
	font-weight:bold;
}

.small {
	font-size: 75%;
}

.big {
	font-size: 125%;
}


.cta {
	font-style:italic;
	font-weight:bold;
	color:#1E70B9;
	font-size:1.25em;
	line-height:1.75em;
	text-align:center;	
}

#monument {
	margin-top: 25px;
}

#ducks {
	display: block;
	margin: 1em auto;
}

#intersection {
	margin-top: 1.75em;
	margin-bottom: 2em;
	text-align: center;
}

#map {
	text-align: center;
}

#map iframe {
	max-width: 325px;
}

.spacer {
	height: 2em;
}

.spacer3 {
	height: 2.9em;
}




/* Positioning------------------------------------------------------*/


.clear {
	clear:both;
}

.tright {
  text-align: right !important;
}
.tleft {
  text-align: left !important;
}

.center {
	text-align:center;
	margin-left: auto;
	margin-right: auto;
}

.right {
	float:none;
	display:block;
}

.left {
	float:none;
	display:block;
}

.flex {
	display: block;
}



/* Images----------------------------------------------------------*/

img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

.frame {
	padding: 5px; 
	border:1px solid #cccccc;
}

img.right, img.left {
	float: none;
	display: block;
	width: 90%;
	min-width: 100px;
	margin:1em auto 1.5em;
}

.bg-image {
	background-color:#555;
	background-image: url("../images/planet-bg600.jpg");
    background-repeat: no-repeat;
	background-position: center;
    background-size: contain ;
	width: 100%;
    height: 0;
    padding-top: 59.09%; /* (img-height / img-width  */
	position:relative;
}

.overlay {
	position: absolute;
	top:15%;
	left:10%;
	width: 80%;	
}


.overlay p {
	color:#fff;
	text-shadow: 1px 1px #555;
	font-size:.8em;
}

.pdf {
	float: left;
	margin: -.5em .5em 0 0;
}

#content #faq, #content #newsletter {
		margin-left: 1em;
		margin-top: 2.5em;
	}

#alter {
    display: block;
	margin: 0 auto 1.5em;
}



/* Graphical Elements------------------------------------------------------*/


hr {
    background: #839c7f none repeat scroll 0 0;
    border: none;
    height: 2px;
    padding: 0;
    width: 100%;
	margin:1em auto 1.5em;
	clear:both;
}

footer hr {
	
}

hr.gray {
    background: #ccc none repeat scroll 0 0;
	width: 25%;
	margin-left:0;
}

i.fa, .icon {
	margin-right:0;
}


.icon {
	margin-right:8px;
}

.dotted-border {
	background-image: url(../images/icons/dotted.png);
	background-repeat: repeat-x;
	background-position: left center;
	margin-top:3em;
	margin-bottom: 2.5em;
	position: relative;
}

.dotted-border h3 {
	position: relative;
	display: inline-block;
	background-color: #FFF;
	padding-right: 15px;
	margin-bottom: 0;
	color:#555;
	font-size: 2em;
}


/* Buttons-----------------------------------------*/


.btn {
    background-color: #03609F;
    border: 1px solid #17026B;
    border-radius: 5px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.35) inset;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 1em;
    font-weight: normal;
    height: 2em;
    letter-spacing: 1px;
    outline: 0 none;
    overflow-wrap: normal;
    padding: 0 1em;
    vertical-align: middle;
    white-space: nowrap;
	line-height: 2em;
}

.btn:hover {
	color:#ccc;
}

#mapbtn {
    float: none;
    margin: 12px 0;
    text-align: center;
}

/* Go To Top Button  */

.btntop {
	position:absolute;
	bottom: 10px;
    	right: 20px;
}


#bottom, #top {
	background: #669E62 none repeat scroll 0 0;
	border-radius: 5px;
	color: #ffffff;
	font-size: 28px;
	padding: 0 8px 4px;
	opacity:.8;
}

/* End of Go To Top Button  */



/* OL, UL, DL Lists-------------------------------------------------*/


#content ul, ol {
	margin-left: 1.5em;
	margin-bottom: 1em;
}

#content ul li {
	list-style-type: disc;
}

#content .alpha li  {
	list-style-type: lower-alpha;
}

#content li {
	font-size: 1em;
	line-height: 1.5em;	
	margin-bottom: .5em;
}

#content ol li {
	list-style-type:lower-alpha;
}

#content ol li li {
	list-style-type: lower-roman;
}


#content li ul li {
	font-size: inherit;
}

#content #faq, #content #newsletter {
		margin-left: 0;
}

#content .links {
	margin-left: 3em;
}



#content #faq li {
	list-style-type: none;
	margin-bottom: 3em;
	font-size: .95em;
}

#content #newsletter li, #content .links li {
	margin-bottom: 1.25em;
}

#newsletter li a, .links li a, #suggestion a {
	color: #3f811b;
}


#suggestion a {
	text-decoration: underline;
}

#faq li a {
	color: #254c80;
}

#faq li a:hover {
	color: #3f811b;
}



#content #newsletter {
	margin-top: 1.5em;
	margin-left: 2em;
}

.indent h3 {
	margin-top: .5em;
}

#content .links {
	margin-bottom:  3em;
}

.flex21 p.moveleft {
	text-align: center;
}

.col2 {
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}

.col3 {
	columns: 3;
	-webkit-columns: 3;
	-moz-columns: 3;
}

#img015 {
   margin-bottom: 0em;
   text-align: center;
   max-width: 100%;
   margin-left: auto;
   margin-right: auto;
}

#img015 img {
   max-width: 75%;
}


#content #documents ul li {
	list-style-type: disc;
	margin-bottom: 1.5em;
}

#content #documents ul li li {
	margin-bottom: .5em;
}


/* Lists with Image Bullets------------------------*/

#content ul.imgbull {
  list-style-type: none;
}

#content ul.imgbull li {
	list-style-type: none;
  background-image: url(../images/icons/checkmark.png);
  background-repeat: no-repeat;
  background-position: 0 .3em;  /* horizontal, then vertical */
  padding-left: 1.3em;
}

/* Definition Lists--------------------------------*/

dt {
	font-size:1em;
	line-height:1.5em;
	font-weight: bold;
}

dd {
	margin-bottom: 1.5em;
	font-size:.85em;
	line-height: 1.4em;
}


/* Lists with Pseudo Elements------------------------*/

.pseudo li:last-child {
    color: orange;
	margin-bottom:30px;
}

ul.pseudo2 :last-of-type {
    color: orange;
}

.pseudo3 li:not(:last-child) {
    color: purple;
}

#content .after li { display: inline; margin-left:5px; font-size: 1em;}
.after li:not(:last-child):after { content: "  |  "; margin-left: 5px;}


/* Blockquotes-----------------------------------------*/


blockquote{
  display:block;
  background: #f5f5f5;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 1em;
  line-height: 1.3;
  color: #666;
  text-align: justify;
  font-style: italic;
  
  /*Borders - (Optional)*/
  border-left: .8em solid #c76c0c;
  border-right: 2px solid #c76c0c;
  
  /*Box Shadow - (Optional)*/
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}

blockquote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  
  /*Font*/
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #999;
  
  /*Positioning*/
  position: absolute;
  left: 8px;
  top:-5px;
}

blockquote::after{
  /*Reset to make sure*/
  content: "";
}

/* Testimonials 
====================================*/

.testimonials {
	background: #fff;
	border: 1px solid #ddd;
	padding: 20px;
	line-height: 21px;
	-webkit-box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
	box-shadow:  0px 1px 1px 0px rgba(180, 180, 180, 0.1);
}

.testimonials-bg {
	background: url(../images/testimonials-bg.png) no-repeat;
	margin-top: -1px;
	display: block;
	width: 200px;
	height: 30px;
}	

.testimonials-author {
	color: #5ca20d;
	float: right;
	display: block;
	margin-top: -23px;
	margin-bottom: 20px;
}

.testimonials-author span {
	color:#a0a0a0
}



/*  Textboxes----------------------------------------------*/

.textbox {
	padding:10px;
	margin:10px;
}

.textbox p:last-of-type { margin-bottom:0; } 

.notice {
    background-color: #E9F7FE;
    color: #5091b2;
    border: 1px solid #b6d7e8;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}

.error {
    background-color: #ffe9e9;
    color: #de5959;
    border: 1px solid #fbc4c4;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.warning {
	background-color: #FBFADD;
	color: #8f872e;
	border: 1px solid #ded58a;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}

.success {
	background-color: #EBF6E0;
	color: #5f9025;
	border: 1px solid #b3dc82;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}

.info {
	background-color: #F4F4F4;
	color: #555;
	border: 1px solid #A0A0A0;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}



/* *********************************************************************************** 
	INFORMATION BOXES - Modified from Perspective Theme
 *********************************************************************************** */
/*default styles*/
.infobox ,.infobox.ib_white{
display: block;
width: auto;
padding: 10px;
margin-bottom: 20px;
border: 1px solid #D8D8D8;
border-top: 0;
background: #fff;
color: #555;
font-size:.75em;
line-height:1.6em;
text-shadow: 0 1px 1px #fff;
-webkit-border-radius: 0 0 3px 3px; 
-moz-border-radius: 0 0 3px 3px;
border-radius: 0 0 3px 3px;
-webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
-moz-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
}

/* Reset */
.infobox pre, .info_box p {
margin-top: 10px;
margin-bottom: 10px;
}

.infobox blockquote {
margin: 5px 0;
padding: 0px;
background: none;
}


.infobox_head,.infobox_head.ib_white {
color: #555;
text-shadow: 0 1px 1px #fff;
text-transform: uppercase;
font-size: 12px;
display: block;
width: auto;
padding: 9px 10px;
margin-top: 10px;
border: 1px solid #D8D8D8;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
background: linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
-webkit-border-radius: 3px 3px 0 0; 
-moz-border-radius: 3px 3px 0 0;
border-radius: 3px 3px 0 0;
-webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
-moz-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.3);
}

/* blue */
.infobox_head.ib_blue {
color: #2B6AA9;
text-shadow: 0 1px 1px #93C9FE;
background: #7abcff; /* Old browsers */
background: -moz-linear-gradient(top, #7abcff 0%, #60abf8 44%, #4096ee 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7abcff), color-stop(44%,#60abf8), color-stop(100%,#4096ee)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* IE10+ */
background: linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 ); /* IE6-9 */
}
.infobox_head.ib_blue,.infobox.ib_blue {
border-color: #2B7CCD;
}


/* green */
.infobox_head.ib_green {
color: #476B2C;
text-shadow: 0 1px 1px #DAF2C3;
background: #b4e587; /* Old browsers */
background: -moz-linear-gradient(top, #b4e587 1%, #90bc6b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#b4e587), color-stop(100%,#90bc6b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #b4e587 1%,#90bc6b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #b4e587 1%,#90bc6b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #b4e587 1%,#90bc6b 100%); /* IE10+ */
background: linear-gradient(top, #b4e587 1%,#90bc6b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4e587', endColorstr='#90bc6b',GradientType=0 ); /* IE6-9 */
}
.infobox_head.ib_green,.infobox.ib_green {
border-color: #759A58;
}

/* orange */
.infobox_head.ib_orange {
color: #9A5700;
text-shadow: 0 1px 1px #FBCD92;
background: #ffc578; /* Old browsers */
background: -moz-linear-gradient(top,  #ffc578 0%, #fb9d23 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc578), color-stop(100%,#fb9d23)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffc578 0%,#fb9d23 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffc578 0%,#fb9d23 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffc578 0%,#fb9d23 100%); /* IE10+ */
background: linear-gradient(top,  #ffc578 0%,#fb9d23 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc578', endColorstr='#fb9d23',GradientType=0 ); /* IE6-9 */
}
.infobox_head.ib_orange,.infobox.ib_orange {
border-color: #D37800;
}

/* red */
.infobox_head.ib_red {
color: #8B0707;
text-shadow: 0 1px 1px #FC8F8F;
background: #fc7e7e; /* Old browsers */
background: -moz-linear-gradient(top,  #fc7e7e 0%, #fc6c6c 46%, #ff4949 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fc7e7e), color-stop(46%,#fc6c6c), color-stop(100%,#ff4949)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fc7e7e 0%,#fc6c6c 46%,#ff4949 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fc7e7e 0%,#fc6c6c 46%,#ff4949 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fc7e7e 0%,#fc6c6c 46%,#ff4949 100%); /* IE10+ */
background: linear-gradient(top,  #fc7e7e 0%,#fc6c6c 46%,#ff4949 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc7e7e', endColorstr='#ff4949',GradientType=0 ); /* IE6-9 */
}
.infobox_head.ib_red,.infobox.ib_red {
border-color: #C73A3A;
}


/* *********************************************************************************** 
	ALERTS
 *********************************************************************************** */
.alert, .fixed_alert {
	position: relative;
	padding:15px 10px;
	margin:12px 0 20px;
	width: auto;
	padding-left:55px;
	font-style:normal;
	font-family:Helvetica, Arial, "Times New Roman", Times, serif;
	font-size:12px;
	background:#eee;
	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;

	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.2);
	-moz-box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.2);
	box-shadow: 0 1px 0 rgba(0,0,0,.1), inset 0 1px 0 rgba(255,255,255,.5), inset 0 -1px 0 rgba(255,255,255,.2);
}

.alert_close {
    background:url(../images/cross.png) center 0;
    width:14px;
    height:14px;
    position: absolute;
    top:0;
    right:0;
	cursor: pointer;
}

.alert_close:hover {
    background-position: center -33px;
}

.notice_msg{
	background: url(../images/icons32/info_button_32.png) no-repeat 8px 8px #c7e3f9;
	background: url(../images/icons32/info_button_32.png) no-repeat 8px 8px, -moz-linear-gradient(top,  #c7e3f9 0%, #aecee8 100%);
	background: url(../images/icons32/info_button_32.png) no-repeat 8px 8px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c7e3f9), color-stop(100%,#aecee8));
	background: url(../images/icons32/info_button_32.png) no-repeat 8px 8px, -webkit-linear-gradient(top,  #c7e3f9 0%,#aecee8 100%);
	background: url(../images/icons32/info_button_32.png) no-repeat 8px 8px, -o-linear-gradient(top,  #c7e3f9 0%,#aecee8 100%);
	background: url(../images/icons32/info_button_32.png) no-repeat 8px 8px, -ms-linear-gradient(top,  #c7e3f9 0%,#aecee8 100%);
	background: url(../images/icons32/info_button_32.png) no-repeat 8px 8px, linear-gradient(top,  #c7e3f9 0%,#aecee8 100%);

	border:1px solid #70A2C9;
	border-color:#70A2C9 #5F9BC9;
	color:#2e6093;
	text-shadow: 1px 1px 1px #E2F6FA;
}

.error_msg {
	background: url(../images/icons32/close_32.png) no-repeat 8px 8px #ffc8d1; /* Old browsers */
	background: url(../images/icons32/close_32.png) no-repeat 8px 8px, -moz-linear-gradient(top,  #ffc8d1 0%, #ff93a3 100%); /* FF3.6+ */
	background: url(../images/icons32/close_32.png) no-repeat 8px 8px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc8d1), color-stop(100%,#ff93a3));
	background: url(../images/icons32/close_32.png) no-repeat 8px 8px, -webkit-linear-gradient(top,  #ffc8d1 0%,#ff93a3 100%); /* Chrome10+,Safari5.1+ */
	background: url(../images/icons32/close_32.png) no-repeat 8px 8px, -o-linear-gradient(top,  #ffc8d1 0%,#ff93a3 100%); /* Opera 11.10+ */
	background: url(../images/icons32/close_32.png) no-repeat 8px 8px, -ms-linear-gradient(top,  #ffc8d1 0%,#ff93a3 100%); /* IE10+ */
	background: url(../images/icons32/close_32.png) no-repeat 8px 8px, linear-gradient(top,  #ffc8d1 0%,#ff93a3 100%); /* W3C */
	
	border:1px solid #D96E66;
	color:#cd0a0a;
	text-shadow: 1px 1px 1px #FFAEBC;
}

.info_msg {
	background: url(../images/icons32/save_32.png) no-repeat 8px 8px #f4f4f4;
	background: url(../images/icons32/save_32.png) no-repeat 8px 8px, -moz-linear-gradient(top,  #f4f4f4 0%, #e5e5e5 100%);
	background: url(../images/icons32/save_32.png) no-repeat 8px 8px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#e5e5e5));
	background: url(../images/icons32/save_32.png) no-repeat 8px 8px, -webkit-linear-gradient(top,  #f4f4f4 0%,#e5e5e5 100%);
	background: url(../images/icons32/save_32.png) no-repeat 8px 8px, -o-linear-gradient(top,  #f4f4f4 0%,#e5e5e5 100%);
	background: url(../images/icons32/save_32.png) no-repeat 8px 8px, -ms-linear-gradient(top,  #f4f4f4 0%,#e5e5e5 100%);
	background: url(../images/icons32/save_32.png) no-repeat 8px 8px, linear-gradient(top,  #f4f4f4 0%,#e5e5e5 100%);

	border:1px solid #A0A0A0;
	color:#555;
	text-shadow: 0 1px 0 rgba(255,255,255,.7);
}

.success_msg {
	background: url(../images/icons32/tick.png) no-repeat 8px 9px #cdeb8e;
	background: url(../images/icons32/tick.png) no-repeat 8px 9px, -moz-linear-gradient(top,  #cdeb8e 0%, #a5c956 100%);
	background: url(../images/icons32/tick.png) no-repeat 8px 9px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cdeb8e), color-stop(100%,#a5c956));
	background: url(../images/icons32/tick.png) no-repeat 8px 9px, -webkit-linear-gradient(top,  #cdeb8e 0%,#a5c956 100%);
	background: url(../images/icons32/tick.png) no-repeat 8px 9px, -o-linear-gradient(top,  #cdeb8e 0%,#a5c956 100%);
	background: url(../images/icons32/tick.png) no-repeat 8px 9px, -ms-linear-gradient(top,  #cdeb8e 0%,#a5c956 100%);
	background: url(../images/icons32/tick.png) no-repeat 8px 9px, linear-gradient(top,  #cdeb8e 0%,#a5c956 100%);

	border:1px solid #87AE33;
	color:#3F4B25;
	text-shadow: 1px 1px 1px #D5EAA8;
}


.warning_msg {
	background: url(../images/icons32/warning_32.png) no-repeat 8px 8px #ffedc1;
	background: url(../images/icons32/warning_32.png) no-repeat 8px 8px, -moz-linear-gradient(top,  #ffedc1 0%, #fcde8d 100%);
	background: url(../images/icons32/warning_32.png) no-repeat 8px 8px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffedc1), color-stop(100%,#fcde8d));
	background: url(../images/icons32/warning_32.png) no-repeat 8px 8px, -webkit-linear-gradient(top,  #ffedc1 0%,#fcde8d 100%);
	background: url(../images/icons32/warning_32.png) no-repeat 8px 8px, -o-linear-gradient(top,  #ffedc1 0%,#fcde8d 100%);
	background: url(../images/icons32/warning_32.png) no-repeat 8px 8px, -ms-linear-gradient(top,  #ffedc1 0%,#fcde8d 100%);
	background: url(../images/icons32/warning_32.png) no-repeat 8px 8px, linear-gradient(top,  #ffedc1 0%,#fcde8d 100%);

	border:1px solid #EA9936;
	color:#FF4500;
	text-shadow: 1px 1px 1px #ffedc1;
}


/* -- TABLES  */

table {
	margin-left: 0em;
}

th {
	text-align: left;
	padding-bottom: .3em;
}


td {
	font-size: 1em;
	line-height: 1.5em;
}


#director {
	margin-bottom: 4em;
	width:340px;
}

#director table td {
	padding: 5px;
	border: 1px solid #ccc;
	border-collapse: collapse;
}

#residents {
	width: 95%;
	margin: 2.5em auto 0;
}

#residents td {
	font-size: .9em !important;
	line-height: 1.25em !important;
}

#residents td, #residents th {
	border: 1px solid #ccc;
	padding: 5px;
}

#residents th {
	/* background-color: #eee; */
	background-color: #d3ecc6;
	border: 1px solid #91ab91;
}







/* -- HOME PAGE  */


#content-home {
	display:flex;
	display: -webkit-flex;
    display: -ms-flexbox;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin-top:1em;	
}


/* -- CONTACT PAGE  */

#fullmap {
	margin-top: 2em;
	margin-bottom: 2em;
}



/* -- PRIVACY  */


#privacy h2 {
	font-size: 1.5em;
	margin-bottom:.5em;
	margin-top:1.2em;
}

#privacy h4 {
	font-size: 1.25em;
	margin-bottom: .75em;
	margin-top: 1.5em;
}


