@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	15;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
}

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

.header {
	margin:0;
    padding:0;   
	background-image: url(../Images/template%20images/barbuda-beach.jpg);
	background-repeat: no-repeat;
	background-position: right;
	height: 150px;
	float: none;
}

.headertext {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 2.5em;
	font-weight: bolder;
	color: rgba(255,0,0,1);
	text-align: left;
	vertical-align: middle;
	margin-top: 50px;
	width: 90%;
	float: right;
	text-shadow: 5px 10px 8px #333333;	
}
.headertext1 {
	font-size: 0.75em;
	font-style: italic;
	color: #FFFFFF;
}



/* ---- Nav information for all screen sizes -----*/
/* -----------------------------------------------*/

.navdiv{
	margin:0;
    padding:0;
	width: 100%;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0
}

#cssmenu #head-mobile {
  display: none
}

#cssmenu {
	font-family: sans-serif;
	background-color: #37A8AE;
}

#cssmenu > ul > li {
  float: left
}

#cssmenu > ul > li > a {
	font-size: 12px;
	letter-spacing: 1px;
	text-decoration: none;
	color: #ddd;
	font-weight: 700;
	padding: 17px;
}

#cssmenu > ul > li:hover > a,
#cssmenu ul li.active a {
  color: #fff
}

#cssmenu > ul > li:hover,
#cssmenu ul li.active:hover,
/*
#cssmenu ul li.active,
*/
#cssmenu ul li.has-sub.active:hover {
	-webkit-transition: background .3s ease;
	-ms-transition: background .3s ease;
	transition: background .3s ease;
	background-color: #B6A89F;
}

#cssmenu > ul > li.has-sub > a {
  padding-right: 30px
}

#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 22px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #ddd;
  content: ''
}

#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 19px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #ddd;
  content: '';
  -webkit-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease
}

#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0
}

#cssmenu ul ul {
  position: absolute;
  left: -9999px
}

#cssmenu ul ul li {
	height: 0;
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease;
	background-color: #37A8AE;
}

#cssmenu ul ul li:hover {
	background-color: #BBAAA0;
}

#cssmenu li:hover > ul {
  left: auto
}

#cssmenu li:hover > ul > li {
  height: 35px
}

#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0
}

#cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 170px;
  font-size: 12px;
  text-decoration: none;
  color: #ddd;
  font-weight: 400;
}

#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #fff
}

#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #ddd;
  content: ''
}

#cssmenu ul ul li.has-sub > a:before {
	position: absolute;
	top: 13px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	content: '';
	-webkit-transition: all .25s ease;
	-ms-transition: all .25s ease;
	transition: all .25s ease;
	background-color: #ddd;
}

#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0
}

/* ------ An issue with color ------*/

#cssmenu ul ul li.has-sub:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
	background-color: #B4A69D;
}

#cssmenu ul ul ul li.active a {
  border-left: 1px solid #BBAAA0
}

#cssmenu > ul > li.has-sub > ul > li.active > a,
#cssmenu > ul ul > li.has-sub > ul > li.active> a {
  border-top: 1px solid #BBAAA0
}
/* ----- End of ----------------------------------*/
/* ---- Nav information for all screen sizes -----*/
/* -----------------------------------------------*/

.col0 {
width: 100%;
clear: both;
margin-left: 0;
}

.col0 div{
	float:right;
	max-width: 250px;
	padding-left: 20px;
}

.col0 h2 {
	font-size: 90%;
	font-weight: bolder;
	margin-top: 0px;
	margin-bottom: 15px;
	color: #499ED7;
	text-align: center;
	font-style: italic;
}

.col0 p  {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 75%;
	line-height: 2em;
	margin: 10px 10px 10px 10px;
}

.fluid.col0 section ul {
	margin-left: 35px;
	padding-left: 20px;
}
.fluid.col0 section ul li {
	font-size: 80%;
}

/* Formating for Tables */

.fluid.col0 section table {
	font-size: 70%;
	margin-left: 0px;
	border-collapse: collapse;
}

.fluid.col0 section table td, .fluid.col2 section table th {
	text-align: left;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	height: 40px;
	border-top-color: #06F;
}

.fluid.col0 section table th {
	color: rgba(255,255,255,1);
	background-color: rgba(116,176,212,1);
}

.fluid.col0 section .w100   {
	width: 12%;
}

.fluid.col0 section .w110   {
	width: 16%;
}

.fluid.col0 section .w80   {
	width: 8%;
}

.ham {
	font-weight: normal;
	color: #F00;
}

.west-ch {
	font-weight: normal;
	background-color: rgba(255,255,153,1)
}


/* Mobile Layout: 480px and below. */
@media only screen and (max-width: 480px) {
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 94.8043%;
	padding-left: 1.5978%;
	padding-right: 1.5978%;
	clear: none;
	float: none;
}
.header {
}

.headertext {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	font-weight: bolder;
	color: rgba(255,0,0,1);
	text-align: left;
	vertical-align: middle;
	margin-top: 50px;
	width: 90%;
	float: right;
	text-shadow: 5px 10px 8px #333333;	
}
.headertext1 {
	font-size: 0.75em;
	font-style: italic;
	color: #FFFFFF;
}

/* -------- Begining of Nav section for screen less than 480 px ------*/

 
  .logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 46px;
    text-align: center;
    padding: 10px 0 0 0;
    float: none;
  }
  .logo2 {
    display: none
   }
   
  #cssmenu {
	width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid #444
  }
  #cssmenu ul li:hover {
    background: #BBAAA0;
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0
  }
  #cssmenu > ul > li {
    float: none
  }
  #cssmenu ul ul li a {
    padding-left: 25px
  }
  
  /* ---- changed this from #BBAAA0 (sand color) to #37A8AE (blue) ----*/
  #cssmenu ul ul li {
    background: #37A8AE!important;
  }
  #cssmenu ul ul li:hover {
    background: #BBAAA0!important
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px
  }
  #cssmenu ul ul li a {
    color: #ddd;
    background: none
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #fff
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none
  }
  #cssmenu #head-mobile {
    display: block;
    padding: 23px;
    color: #ddd;
    font-size: 12px;
    font-weight: 700
  }
  .button {
    width: 55px;
    height: 46px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 12399994;
  }
  .button:after {
    position: absolute;
    top: 22px;
    right: 20px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    content: ''
  }
  .button:before {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 16px;
    right: 20px;
    display: block;
    height: 2px;
    width: 20px;
    background: #ddd;
    content: ''
  }
  .button.menu-opened:after {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    top: 23px;
    border: 0;
    height: 2px;
    width: 19px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  .button.menu-opened:before {
    top: 23px;
    background: #fff;
    width: 19px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid #444;
    height: 46px;
    width: 46px;
    cursor: pointer
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #262626
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: ''
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #fff
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: ''
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none
  }
  #cssmenu ul ul ul li.active a {
    border-left: none

  }
  #cssmenu > ul > li.has-sub > ul > li.active > a,

  #cssmenu > ul ul > li.has-sub > ul > li.active > a {
    border-top: none
  }
 
/* ---------------- End of Section - Nav --------------- */


.content {
	display: -webkit-flex;
 	display: -ms-flexbox;
  	display: flex;
  	overflow: hidden;
	background-image: url(../Images/template%20images/lgrey016.jpg);
	background-repeat: repeat;
}

.content h1{
	font-size: 175%;
	font-weight: bolder;
	margin-top: 10px;
	margin-bottom: 0px;
	color: #499ED7;
	text-align: center;
}

.col1 {
width: 100%;
display: none;
}

.col2 {
width: 100%;
clear: both;
margin-left: 0;
}

.col2 section {
	width: 100%;
	clear: both;
	margin-left: 0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E2D2C5;
	overflow: auto;
}

.col2 h2 {
	font-size: 90%;
	font-weight: bolder;
	margin-top: 0px;
	margin-bottom: 15px;
	color: #499ED7;
	text-align: center;
	font-style: italic;
}

.col2 h3 {
	font-size: 90%;
	text-indent: 10px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #3AB6FF;
	margin-left: 15px;
	margin-bottom: 15px;
	color: rgba(0,129,255,1);
	text-decoration: none;
	font-weight: bold;
}
.col2 h3 a {
	color: rgba(0,102,255,1);
	font-weight: bold;
}

.col2 h4 {
	font-size: 80%;
	font-weight: bold;
	color: #C03;
	text-indent: 20px;
}

.col2 h4 a{
	text-decoration:underline;
	color:#000;
}

.col2 p  {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 75%;
	line-height: 2em;
	margin: 10px 10px 10px 10px;
}

#pnote {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 75%;
	font-style: italic;
	font-weight: bold;
	background-color: rgba(0,153,204,1);
	line-height: normal;
	color: rgba(255,255,255,1);
	min-width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	margin: 0;
}


.col2 div{
	width: 100%
}

.col2 img{
	display: block;
	min-width: 100%;
}
	
figcaption{
	font-size: 70%;
	font-style: italic;
	background-color: rgba(204,204,204,1);
	text-align: center;
	display: block;
	margin: 0px;
}

.quote {
	color: #993366;
	font-size: 100%;
	font-style: normal;
}
.reference {
	font-size: 100%;
	font-style: italic;
	text-decoration: underline;
}

.flt_rgt {
	float: right;
	margin-left: 10px;
	vertical-align: bottom;
}
.flt_lft {
	float: left;
	vertical-align: bottom;
	margin-right: 10px;
}


.col2 p  {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 70%;
	line-height: 2em;
	margin: 15px 15px 15px 15px;
}

footer {
	padding: 10px 0;
	background-color: #68A8D2;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	font-size: 90%;
	color: #ffc;
	background-image: url(../Images/template%20images/background.png);
	background-repeat: repeat-x;
}

footer p {
	margin-left: 20px;
}


.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}

/* Formating for Tables */
/* remark out col2 tables

.fluid.col2 section table {
	font-size: 60%;
	margin-left: 0px;
	border-collapse: collapse;
	width: 450px;
}

.fluid.col2 section table td, .fluid.col2 section table th {
	text-align: left;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	height: 30px;
	border-top-color: #06F;
}

.fluid.col2 section table th {
	color: rgba(255,255,255,1);
	background-color: rgba(116,176,212,1);
}

.fluid.col2 section table tr th {
}
.fluid.col2 section .w70   {
	width: 60px;
}
.fluid.col2 section .w100   {
	width: 100px;
}
.fluid.col2 section .w110   {
	width: 110px;
}

*/

.fluid.col0 section .w100   {
	width: 80px;
}

.fluid.col0 section table {
	font-size: 65%;
}

/* Formating for unordered lists */

.fluid.col2 section ul {
	margin-left: 35px;
	padding-left: 20px;
}
.fluid.col2 section ul li {
	font-size: 80%;
}


}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) and (max-width: 768px) {

.gridContainer {
	width: 91.4836%;
	padding-left: 0.7581%;
	padding-right: 0.7581%;
	clear: none;
	float: none;
	margin-left: auto;
}
.header {
}

.headertext {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.75em;
	font-weight: bolder;
	color: rgba(255,0,0,1);
	text-align: left;
	vertical-align: middle;
	margin-top: 50px;
	width: 90%;
	float: right;
	text-shadow: 5px 10px 8px #333333;	
}
.headertext1 {
	font-size: 0.75em;
	font-style: italic;
	color: color: #FFFFFF;
}

/* -------- Begining of Nav section for screen more than 481 and less than 769 px ------*/
   

  .logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 46px;
    text-align: center;
    padding: 10px 0 0 0;
    float: none;
  }
  .logo2 {
    display: none
   }
   
  #cssmenu {
	width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid #444
  }
  #cssmenu ul li:hover {
    background: #BBAAA0;
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0
  }
  #cssmenu > ul > li {
    float: none
  }
  #cssmenu ul ul li a {
    padding-left: 25px
  }
  
  /* ---- changed this from #BBAAA0 (sand color) to #37A8AE (blue) ----*/
  #cssmenu ul ul li {
    background: #37A8AE!important;
  }
  #cssmenu ul ul li:hover {
    background: #BBAAA0!important
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px
  }
  #cssmenu ul ul li a {
    color: #ddd;
    background: none
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #fff
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none
  }
  #cssmenu #head-mobile {
    display: block;
    padding: 23px;
    color: #ddd;
    font-size: 12px;
    font-weight: 700
  }
  .button {
    width: 55px;
    height: 46px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 12399994;
  }
  .button:after {
    position: absolute;
    top: 22px;
    right: 20px;
    display: block;
    height: 4px;
    width: 20px;
    border-top: 2px solid #dddddd;
    border-bottom: 2px solid #dddddd;
    content: ''
  }
  .button:before {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 16px;
    right: 20px;
    display: block;
    height: 2px;
    width: 20px;
    background: #ddd;
    content: ''
  }
  .button.menu-opened:after {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    top: 23px;
    border: 0;
    height: 2px;
    width: 19px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
  }
  .button.menu-opened:before {
    top: 23px;
    background: #fff;
    width: 19px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid #444;
    height: 46px;
    width: 46px;
    cursor: pointer
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #262626
  }
  #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: ''
  }
  #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #fff
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: ''
  }
  #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none
  }
  #cssmenu ul ul ul li.active a {
    border-left: none
  }
  #cssmenu > ul > li.has-sub > ul > li.active > a,

  #cssmenu > ul ul > li.has-sub > ul > li.active > a {
    border-top: none
  }
  
  
/* ---------------- End of Section - Nav --------------- */



.content {
	display: -webkit-flex;
 	display: -ms-flexbox;
  	display: flex;
  	overflow: hidden;
	background-image: url(../Images/template%20images/lgrey016.jpg);
	background-repeat: repeat;
}

.content h1{
	font-size: 175%;
	font-weight: bolder;
	margin-top: 10px;
	margin-bottom: 0px;
	color: #499ED7;
	text-align: center;
}

.col1 {
width: 100%;
display: none;
}


.col2 {
width: 100%;
clear: both;
margin-left: 0;
}

.col2 div{
	float:right;
	max-width: 250px;
	padding-left: 20px;
}

.col2 h2 {
	font-size: 90%;
	font-weight: bolder;
	margin-top: 0px;
	margin-bottom: 15px;
	color: #499ED7;
	text-align: center;
	font-style: italic;
}

.col2 h3 {
	font-size: 90%;
	text-indent: 10px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #3AB6FF;
	margin-left: 15px;
	color: rgba(0,129,255,1);
	text-decoration: none;
	font-weight: bold;
}
.col2 h3 a {
	color: rgba(0,102,255,1);
	font-weight: bold;
}

.col2 h4 {
	font-size: 80%;
	font-weight: bold;
	color: #C03;
	text-indent: 20px;
}

.col2 h4 a{
	text-decoration:underline;
	color:#000;
}

.col2 p  {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 75%;
	line-height: 2em;
	margin: 10px 10px 10px 10px;
}

#pnote {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 75%;
	font-style: italic;
	font-weight: bold;
	background-color: rgba(0,153,204,1);
	line-height: normal;
	color: rgba(255,255,255,1);
	min-width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	margin: 0;
}

.col2 section {
	width: 100%;
	clear: both;
	margin-left: 0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E2D2C5;
	overflow: auto;
}

.col2 figure {
	width: 100%;
/*	float: right;  */
	margin: 0;
}

figcaption{
	font-size: 70%;
	font-style: italic;
	background-color: rgba(204,204,204,1);
	text-align: center;
	display: block;
	margin: 0px;
}

.quote {
	color: #993366;
	font-size: 95%;
	font-style: normal;
}

.reference {
	font-size: 80%;
	font-style: italic;
	text-decoration: underline;
}

.flt_rgt {
	float: right;
	margin-left: 10px;
	vertical-align: bottom;
}
.flt_lft {
	float: left;
	vertical-align: bottom;
	margin-right: 10px;
}

footer {
	padding: 10px 0;
	background-color: #68A8D2;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	font-size: 90%;
	color: #ffc;
	background-image: url(../Images/template%20images/background.png);
	background-repeat: repeat-x;
}

footer p {
	margin-left: 20px;
}



.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}

/* Formating for Tables */
/* hid formating for col2 tables

.fluid.col2 section table {
	font-size: 70%;
	margin-left: 0px;
	border-collapse: collapse;
	width: 700px;
}

.fluid.col2 section table td, .fluid.col2 section table th {
	text-align: left;
	padding: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	height: 30px;
	border-top-color: #06F;
}

.fluid.col2 section table th {
	color: rgba(255,255,255,1);
	background-color: rgba(116,176,212,1);
}

.fluid.col2 section table tr th {
}
.fluid.col2 section .w70   {
	width: 65px;
}
.fluid.col2 section .w100   {
	width: 100px;
}
.fluid.col2 section .w110   {
	width: 110px;
}

*/


/* Formating for unordered lists */

.fluid.col2 section ul {
	margin-left: 35px;
	padding-left: 20px;
}
.fluid.col2 section ul li {
	font-size: 80%;
}


}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 89.0217%;
	max-width: 1232px;
	padding-left: 0.4891%;
	padding-right: 0.4891%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
.header {
}

.headertext {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 2.0em;
	font-weight: bolder;
	color: rgba(255,0,0,1);
	text-align: left;
	vertical-align: middle;
	margin-top: 50px;
	width: 90%;
	float: right;
	text-shadow: 5px 10px 8px #333333;	
}
.headertext1 {
	font-size: 0.75em;
	font-style: italic;
	color: #FFFFFF;
}

/* ---- Begining of NAV for screens bigger than 769px -----------*/

.navdiv{
	margin:0;
    padding:0;
	width: 100%;
}

.logo {
	position: relative;
	z-index: 123;
	padding: 10px;
	font: 16px verdana;
	color: #6DDB07;
	float: left;
	width: 8%;
	vertical-align: middle;
	margin-top: 5px;
}

.logo a {
	color: #FFFFFF;
}


/* ------- End of NAV section -------------------*/

.content {
	display: -webkit-flex;
 	display: -ms-flexbox;
  	display: flex;
  	overflow: hidden;
	background-image: url(../Images/template%20images/lgrey016.jpg);
	background-repeat: repeat;
}

.content h1{
	font-size: 175%;
	font-weight: bolder;
	margin-top: 10px;
	margin-bottom: 0px;
	color: #499ED7;
	text-align: center;
}

.col1 {
	display: block;
	width: 24.1758%;
	background-color: #E0D8CB;
	/*
	background-image: url(../Images/template%20images/divider.png);
	background-repeat: repeat-y;
	*/
}
.col1 div{
	padding-top: 25px;
	clear:both;
}

.col1 h2{
	font-size: 90%;
	margin-left: 20px;
}

.col1 p{
	margin: 20px;
	font-size: 70%;
}

.col1 ul{
	margin: 5px;
	font-size: 70%;
}

.col2 {
	width: 74.7252%;
	margin-left: 1.0989%;
	clear: none;
}

.col2 div{
	float:right;
	max-width: 300px;
	padding-left: 20px;
}

.col2 h2 {
	font-size: 90%;
	font-weight: bolder;
	margin-top: 0px;
	margin-bottom: 15px;
	color: #499ED7;
	text-align: center;
	font-style: italic;
}


.col2 h3 {
	font-size: 90%;
	text-indent: 10px;
	border-left-width: 10px;
	border-left-style: solid;
	border-left-color: #3AB6FF;
	margin-left: 15px;
	color: rgba(0,129,255,1);
	text-decoration: none;
	font-weight: bold;
}
.col2 h3 a {
	color: rgba(0,102,255,1);
	font-weight: bold;
}

.col2 h4 {
	font-size: 80%;
	font-weight: bold;
	color: #C03;
	text-indent: 20px;
	
}

.col2 h4 a{
	text-decoration:underline;
	color:#000;
}

.col2 p  {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 75%;
	line-height: 2em;
	margin: 10px 10px 10px 10px;
}

#pnote {
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 75%;
	font-style: italic;
	font-weight: bold;
	background-color: rgba(0,153,204,1);
	line-height: normal;
	color: rgba(255,255,255,1);
	min-width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	margin: 0;
}

.col2 section {
	width: 100%;
	clear: both;
	margin-left: 0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E2D2C5;
	overflow: auto;
}

.col2 figure {
	width: 100%;
/*	float: right;  */
	margin: 0;
}

.col1 figure{
	padding-left: 0;
}

figcaption{
	font-size: 80%;
	font-style: italic;
	background-color: rgba(204,204,204,1);
	text-align: center;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0;
}

.quote {
	color: #993366;
	font-size: 95%;
	font-style: normal;
}
.reference {
	font-size: 80%;
	font-style: italic;
	text-decoration: underline;
}

.flt_rgt {
	float: right;
	margin-left: 10px;
	vertical-align: bottom;
}
.flt_lft {
	float: left;
	vertical-align: bottom;
	margin-right: 10px;
}

footer {
	padding: 10px 0;
	background-color: #68A8D2;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
	font-size: 90%;
	color: #ffc;
	background-image: url(../Images/template%20images/background.png);
	background-repeat: repeat-x;
}

footer p {
	margin-left: 20px;
}



.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}

/* Formating for Tables */
/* hide formating for col2 tables

.fluid.col2 section table {
	font-size: 70%;
	margin-left: 0px;
	border-collapse: collapse;
	width: 900px;
}

.fluid.col2 section table td, .fluid.col2 section table th {
	text-align: left;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	height: 40px;
	border-top-color: #06F;
}

.fluid.col2 section table th {
	color: rgba(255,255,255,1);
	background-color: rgba(116,176,212,1);
}

.fluid.col2 section table tr th {
}
.fluid.col2 section .w70   {
	width: 65px;
}
.fluid.col2 section .w100   {
	width: 100px;
}
.fluid.col2 section .w110   {
	width: 110px;
}
.fluid.col2 section .w180 {
	width: 180px;
}

*/


/* Formating for unordered lists */

.fluid.col2 section ul {
	margin-left: 35px;
	padding-left: 20px;
}
.fluid.col2 section ul li {
	font-size: 80%;
}

.fluid.col0 section table {
	font-size: 80%;
}

.fluid.col0 section .w110   {
	width: 140px;
}

}

/* END OF MEDIA QUERYS */


.red {
	font-weight: normal;
	color: #F00;
}
.H2_small {
	font-size: medium;
}
