@charset "utf-8";
.container-fluid {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
body {
  margin: 0 0 0 0;
}
#topheader {
	width: 96%;
	height: auto;
	background-color: #FFF;
	margin-left:2%;
	margin-right:2%;
}

.topgeagertext p {
  font-family:"Times New Roman";
  font-size: 4.0em;
  color: #000000;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 15px;
  margin-right: 15px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 5px;
}

#topslogan {
	width: 96%;
	height: auto;
	background-color: #FFF;
	margin-left:2%;
	margin-right:2%;
}

.topslogan p {
  font-family:"Times New Roman";
  font-size: 1.4em;
  color: #000000;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 15px;
  margin-right: 15px;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 5px;
}






/* Wapper and Menu Placement */
.wrappernav {
  
  background-color: #000;
  background-position: left;
  background-size: cover;
  border-top-color: #FFF;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #FFF;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  height: 55px;
  margin: 0 auto;
  padding-top: 5px;
}
/* END Wapper and Menu Placement */


#maintitle {
	width: 100%;
	height: auto;
	background-color: #D7D7D7;
}

.titleandsponsorleft {
	width: 50%;
	height: 60px;
	float:left;
	margin-top:0px;
	margin-bottom:0px;	
	clear: both;
	background-color: #D7D7D7;
}
.titleandsponsorleft h1 {
	font-family:"Times New Roman";
    font-size: 1.5em;
    color: #000000;
    margin-left: 25px;
    margin-right: 15px;
    text-align: left;
	margin-top:15px;
}
.titleandsponsorright {
	width: 50%;
	height: 60px;
	float:right;
	margin-top:0px;
	margin-bottom:0px;
	background-color: #D7D7D7;
}
.titleandsponsorright h2 {
	font-family:"Times New Roman";
    font-size: 1.5em;
    color: #000000;
    margin-left: 15px;
    margin-right: 25px;
    text-align: right;	
	margin-top:15px;
}
.titleandsponsorright a:link {
  color: #000;
  text-decoration: none;
}
.titleandsponsorright a:visited {
  color: #000;
  text-decoration: none;
}
.titleandsponsorright a:active {
  color: #000;
  text-decoration: none;
}
.titleandsponsorright a:hover {
  color: #000;
  text-decoration: underline;
}
.titleandsponsorright a:focus {
  color: #000;
  text-decoration: underline;
}

#homearticlesection {
	width: 96%;
	margin-left:2%;
	margin-right:2%;
	height: auto;
}
.leftsectionwrapper {
	width: 70%;
	height: auto;
	margin: 0 auto;
	float:left;
}
.rightsectionwrapper {
	width: 30%;
	height: auto;
	margin: 0 auto;
	float:right;
}
.homehalfleft {
	width: 98%;
	height: auto;
	margin-left:1%;
	margin-right:1%;
	float:left;
	margin-top:30px;
	margin-bottom:30px;
	border-color: #C9C9C9;
	border-style: solid;
	border-width: 1px;
	clear: both;
}
.homehalfleft h3 {
	font-family:"Times New Roman";
    font-size: 1.5em;
    color: #000000;
    margin-left: 15px;
    margin-right: 15px;
    text-align: left;
}
.homehalfleft p {
	font-family:"Times New Roman";
    font-size: 1.3em;
    color: #000000;
    margin-left: 15px;
    margin-right: 15px;
    text-align: left;
}
.homehalfright {
	width: 95%;
	height: auto;
	margin-left:2%;
	margin-right:1%;
	float:right;
	margin-top:30px;
	margin-bottom:30px;
	border-color: #C9C9C9;
	border-style: solid;
	border-width: 1px;
	background-color: #F5F5F5;
	display:block;
}
.homehalfright p {
	font-family:"Times New Roman";
    font-size: 1.2em;
    color: #000000;
    margin-left: 15px;
    margin-right: 15px;
    text-align: left;
}
.homehalfright h3 {
	font-family:"Times New Roman";
    font-size: 1.5em;
    color: #000000;
    margin-left: 15px;
    margin-right: 15px;
    text-align: left;
}
.AAfullwidth {
	width:100%;
	height: auto;
}



.althomehalfright {
	width: 97%;
	height: auto;
	margin-left:1%;
	margin-right:1%;
	float:right;
	margin-top:0px;
	margin-bottom:0px;
	border-color: #C9C9C9;
	border-style: solid;
	border-width: 1px;
	display:none;
}




#footer {
  width: 100%;
  height: 300px;
  background-color: #e3b86f;
  border-top-color: #FCE69C;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-color: #FCE69C;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  clear: both;
  display: block;
  margin-bottom: 0px;
  magin-top: 0px;
  padding-bottom: 15px;
}
.Afooterimage {
  width: 200px;
  height: auto;
}
#footer p {
  color: #000;
  font-size: 1.2em;
  line-height: 150%;
}
#footer a:link {
  color: #000;
  text-decoration: underline;
  text-decoration-color: #F5D67E;
}
#footer a:visited {
  color: #000;
  text-decoration: underline;
  text-decoration-color: #F5D67E;
}
#footer a:active {
  color: #000;
  text-decoration: underline;
  text-decoration-color: #F5D67E;
}
#footer a:hover {
  color: #000;
  text-decoration: none;
}
#footer a:focus {
  color: #000;
  text-decoration: underline;
}
.footertextbox {
  width: 90%;
  height: auto;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 30px;
  display: block;
}
.footer-left {
  width: 32%;
  height: auto;
  float: left;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}
.footer-left p {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}
.footer-second {
  width: 32%;
  height: auto;
  float: left;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}
.footer-second p {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}
.footer-middle {
  width: 32%;
  height: auto;
  float: left;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}
.footer-middle p {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}
.footer-middle a:link {
  color: #FFFFFF;
  text-decoration: underline;
}
.footer-right {
  width: 25%;
  height: auto;
  float: left;
  padding-top: 10px;
  padding-bottom: 10px;
}
.footer-right p {
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}
.Afootercity {
  font-size: 1.6em;
}
/* Topfooter Section Placement */
#topfooter {
  clear: both;
  text-align: center;
  background-color: #000;
  border-top-color: #FFF;
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-color: #FFF;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin-top: 0;
}
#topfooter p {
  color: #E3B86F;
  padding-left: 50px;
  padding-right: 50px;
  text-align: center;
  line-height: 150%;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 1.1em
}
#topfooter a:link {
  color: #FFF;
  text-decoration: underline
}
#topfooter a:visited {
  color: #FFF;
  text-decoration: underline
}
#topfooter a:active {
  color: #FFF;
  text-decoration: underline
}
#topfooter a:hover {
  color: #FFF7C4;
  text-decoration: underline
}
#topfooter a:focus {
  color: #FFF7C4;
  text-decoration: underline
}
#geoareas {
  width: 100%;
  height: auto;
  background-color: #171717;
  padding-top: 30px;
  padding-bottom: 30px;
}
#geoareas p {
  color: #FFF;
  padding-left: 50px;
  padding-right: 50px;
  text-align: center;
  line-height: 150%;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 1.1em;
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}
/* END Topfooter Section Placement */
/* H1-6, P, il, ol Primary */
h1 {
  font-size: 2.3em;
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
  color: #000000;
  font-weight: 700;
  padding-left: 0;
  padding-right: 0;
  margin-top: 0px;
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 40px
}
h2 {
  font-size: 1.4em;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  line-height: 125%;
  color: #5E5E5E;
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-weight: normal;
}
h3 {
  font-size: 1.8em;
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
  color: #00274C;
  font-weight: 700;
  text-align: left;
  line-height: 135%;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0
}
h4 {
  font-size: 1.6em;
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
  color: #000000;
  font-weight: 700;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0;
  margin-bottom: 15px;
}
h5 {
  font-size: 2.0em;
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
  line-height: 125%;
  color: #3e3e3e;
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}
h6 {
  font-size: 1.8em;
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
  line-height: 125%;
  color: #3e3e3e;
  padding-left: 0;
  padding-right: 0;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}
p {
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
}
ul {
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
  line-height: 100%;
  color: #fff
}
ol {
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
  line-height: 175%;
  color: #fff
}
/* END H1-6, P, il, ol Primary */
/* Images Primary */
.Aimage {
  margin-left: 0;
  margin-right: 20px;
  margin-top: 35px;
  margin-bottom: 20px;
  width: 350px;
  height: auto;
  float: left
}
.Aimage3 {
  width: 100%;
  height: auto;
}
.Aimage4 {
  margin-left: 30px;
  margin-right: 50px;
  margin-top: 30px;
  margin-bottom: 10px;
  width: 500px;
  height: auto;
  float: right;
}
.Aimageright1 {
  float: right;
  display: block;
  margin-right: 15px;
  margin-left: 20px;
  margin-top: 15px;
  margin-bottom: 20px;
  height: 300px;
  width: auto
}
.Aimageright2 {
  float: right;
  display: block;
  margin-right: 15px;
  margin-left: 20px;
  margin-top: 25px;
  margin-bottom: 20px;
  height: 400px;
  width: auto
}
.Aimageright3 {
  float: right;
  display: block;
  margin-right: 15px;
  margin-left: 20px;
  margin-top: 25px;
  margin-bottom: 20px;
  height: auto;
  width: 45%;
}
.Aseparationbar {
  width: 100%;
  height: 1px
}
/* END Images Primary */
/* END content3 Section */
.row {
  margin: 0
}
@media only screen and (max-width:1200px) {

  #topheader {
	width: 96%;
	height: auto;
	background-color: #FFF;
	margin-left:2%;
	margin-right:2%;
}

.topgeagertext p {
  font-family:"Times New Roman";
  font-size: 4.0em;
  color: #000000;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 15px;
  margin-right: 15px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 5px;
}

#topslogan {
	width: 96%;
	height: auto;
	background-color: #FFF;
	margin-left:2%;
	margin-right:2%;
}

.topslogan p {
  font-family:"Times New Roman";
  font-size: 1.4em;
  color: #000000;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 15px;
  margin-right: 15px;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 5px;
}
	
	
	
/* Wapper and Menu Placement */
  .wrappernav {
    
    background-color: #000;
    background-position: left;
    background-size: cover;
    border-top-color: #FFF;
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-color: #FFF;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    height: 55px;
    margin: 0 auto;
    padding-top: 5px
  }
  /* END Wapper and Menu Placement */

#maintitle {
	width: 100%;
	height: auto;
	background-color: #D7D7D7;
}

.titleandsponsorleft {
	width: 50%;
	height: 60px;
	float:left;
	margin-top:0px;
	margin-bottom:0px;	
	clear: both;
	background-color: #D7D7D7;
}
.titleandsponsorleft h1 {
	font-family:"Times New Roman";
    font-size: 1.5em;
    color: #000000;
    margin-left: 25px;
    margin-right: 15px;
    text-align: left;
	margin-top:15px;
}
.titleandsponsorright {
	width: 50%;
	height: 60px;
	float:right;
	margin-top:0px;
	margin-bottom:0px;
	background-color: #D7D7D7;
}
.titleandsponsorright h2 {
	font-family:"Times New Roman";
    font-size: 1.5em;
    color: #000000;
    margin-left: 15px;
    margin-right: 25px;
    text-align: right;	
	margin-top:15px;
}
.titleandsponsorright a:link {
  color: #000;
  text-decoration: none;
}
.titleandsponsorright a:visited {
  color: #000;
  text-decoration: none;
}
.titleandsponsorright a:active {
  color: #000;
  text-decoration: none;
}
.titleandsponsorright a:hover {
  color: #000;
  text-decoration: underline;
}
.titleandsponsorright a:focus {
  color: #000;
  text-decoration: underline;
}	
 
#homearticlesection {
	width: 96%;
	margin-left:2%;
	margin-right:2%;
	height: auto;
}
.leftsectionwrapper {
	width: 70%;
	height: auto;
	margin: 0 auto;
	float:left;
}
.rightsectionwrapper {
	width: 30%;
	height: auto;
	margin: 0 auto;
	float:right;
}
.homehalfleft {
	width: 98%;
	height: auto;
	margin-left:1%;
	margin-right:1%;
	float:left;
	margin-top:30px;
	margin-bottom:30px;
	border-color: #C9C9C9;
	border-style: solid;
	border-width: 1px;
	clear: both;
}
.homehalfleft h3 {
	font-family:"Times New Roman";
    font-size: 1.5em;
    color: #000000;
    margin-left: 15px;
    margin-right: 15px;
    text-align: left;
}
.homehalfleft p {
	font-family:"Times New Roman";
    font-size: 1.3em;
    color: #000000;
    margin-left: 15px;
    margin-right: 15px;
    text-align: left;
}
.homehalfright {
	width: 95%;
	height: auto;
	margin-left:1%;
	margin-right:1%;
	float:right;
	margin-top:30px;
	margin-bottom:30px;
	border-color: #C9C9C9;
	border-style: solid;
	border-width: 1px;
}
.homehalfright p {
	font-family:"Times New Roman";
    font-size: 1.2em;
    color: #000000;
    margin-left: 15px;
    margin-right: 15px;
    text-align: left;
}
.homehalfright h3 {
	font-family:"Times New Roman";
    font-size: 1.5em;
    color: #000000;
    margin-left: 15px;
    margin-right: 15px;
    text-align: left;
}
.AAfullwidth {
	width:100%;
	height: auto;
}	

	


  /* END AltFelx Sections Placement */
  #footer {
    width: 100%;
    height: 300px;
    clear: both;
    display: block;
    margin-bottom: 0;
  }
  .Afooterimage {
    width: 200px;
    height: auto;
  }
  #footer p {
    font-size: 1.2em;
    line-height: 150%;
  }
  .footertextbox {
    width: 90%;
    height: auto;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 30px;
    display: block;
  }
  .footer-left {
    width: 32%;
    height: auto;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }
  .footer-left p {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
  }
  .footer-second {
    width: 32%;
    height: auto;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }
  .footer-second p {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
  }
  .footer-middle {
    width: 32%;
    height: auto;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }
  .footer-middle p {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
  }
  .footer-middle a:link {
    color: #FFFFFF;
    text-decoration: underline;
  }
  .footer-right {
    width: 25%;
    height: auto;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .footer-right p {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
  }
  .Afootercity {
    font-size: 1.6em;
  }
  /* Topfooter Section Placement */
  #topfooter {
    clear: both;
    text-align: center;
  }
  #topfooter p {
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
    line-height: 150%;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 1.1em
  }
  /* END Topfooter Section Placement */
  /* H1-6, P, il, ol Primary */
  h1 {
    font-size: 2.3em;
    font-weight: 700;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0px;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 20px
  }
  h2 {
    font-size: 1.4em;
    line-height: 125%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 20px
  }
  h3 {
    font-size: 1.7em;
    font-weight: 700;
    text-align: left;
    line-height: 135%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0
  }
  h4 {
    font-size: 1.6em;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    color: #000000;
    font-weight: 700;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0;
    margin-bottom: 15px;
  }
  h5 {
    font-size: 1.8em;
    line-height: 125%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
  }
  h6 {
    font-size: 1.8em;
    line-height: 125%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
  }
  p {
    font-size: 1.15em
  }
  ul {
    font-size: 1.15em
  }
  ol {
    font-size: 1.15em
  }
  /* END H1-6, P, il, ol Primary */
  /* Images Primary */
  .Aimage {
    margin-left: 0;
    margin-right: 20px;
    margin-top: 35px;
    margin-bottom: 20px;
    width: 350px;
    height: auto;
    float: left
  }
  .Aimage2 {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 15px;
    margin-bottom: 10px;
    width: auto;
    height: 100px
  }
  .Aimage3 {
    width: 100%;
    height: auto;
  }
  .Aimage4 {
    margin-left: 30px;
    margin-right: 50px;
    margin-top: 30px;
    margin-bottom: 10px;
    width: 425px;
    height: auto;
    float: right;
  }
  .Aimageright1 {
    float: right;
    display: block;
    margin-right: 15px;
    margin-left: 20px;
    margin-top: 15px;
    margin-bottom: 20px;
    height: 300px;
    width: auto
  }
  .Aimageright2 {
    float: right;
    display: block;
    margin-right: 15px;
    margin-left: 20px;
    margin-top: 25px;
    margin-bottom: 20px;
    height: 400px;
    width: auto
  }
  .Aimageright3 {
    float: right;
    display: block;
    margin-right: 15px;
    margin-left: 20px;
    margin-top: 25px;
    margin-bottom: 20px;
    height: auto;
    width: 40%;
  }
}
@media only screen and (max-width:992px) {
  
	#topheader {
	width: 96%;
	height: auto;
	background-color: #FFF;
	margin-left:2%;
	margin-right:2%;
}

.topgeagertext p {
  font-family:"Times New Roman";
  font-size: 4.0em;
  color: #000000;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 15px;
  margin-right: 15px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 5px;
}

#topslogan {
	width: 96%;
	height: auto;
	background-color: #FFF;
	margin-left:2%;
	margin-right:2%;
}

.topslogan p {
  font-family:"Times New Roman";
  font-size: 1.4em;
  color: #000000;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 15px;
  margin-right: 15px;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 5px;
}
	
	
	
	/* Wapper and Menu Placement */
  .wrappernav {
    
    z-index: 999;
    background-color: #000;
    background-position: left;
    background-size: cover;
    border-top-color: #FFF;
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-color: #FFF;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    height: 55px;
    margin: 0 auto;
    padding-top: 0px
  }
  /* END Wapper and Menu Placement */

#maintitle {
	width: 100%;
	height: auto;
	background-color: #D7D7D7;
}

.titleandsponsorleft {
	width: 50%;
	height: 60px;
	float:left;
	margin-top:0px;
	margin-bottom:0px;	
	clear: both;
	background-color: #D7D7D7;
}
.titleandsponsorleft h1 {
	font-family:"Times New Roman";
    font-size: 1.3em;
    color: #000000;
    margin-left: 25px;
    margin-right: 15px;
    text-align: left;
	margin-top:15px;
}
.titleandsponsorright {
	width: 50%;
	height: 60px;
	float:right;
	margin-top:0px;
	margin-bottom:0px;
	background-color: #D7D7D7;
}
.titleandsponsorright h2 {
	font-family:"Times New Roman";
    font-size: 1.3em;
    color: #000000;
    margin-left: 15px;
    margin-right: 25px;
    text-align: right;	
	margin-top:15px;
}
.titleandsponsorright a:link {
  color: #000;
  text-decoration: none;
}
.titleandsponsorright a:visited {
  color: #000;
  text-decoration: none;
}
.titleandsponsorright a:active {
  color: #000;
  text-decoration: none;
}
.titleandsponsorright a:hover {
  color: #000;
  text-decoration: underline;
}
.titleandsponsorright a:focus {
  color: #000;
  text-decoration: underline;
}	
	
#homearticlesection {
	width: 96%;
	margin-left:2%;
	margin-right:2%;
	height: auto;
}
.leftsectionwrapper {
	width: 65%;
	height: auto;
	margin: 0 auto;
	float:left;
}
.rightsectionwrapper {
	width: 35%;
	height: auto;
	margin: 0 auto;
	float:right;
}
.homehalfleft {
	width: 98%;
	height: auto;
	margin-left:1%;
	margin-right:1%;
	float:left;
	margin-top:30px;
	margin-bottom:30px;
	border-color: #C9C9C9;
	border-style: solid;
	border-width: 1px;
	clear: both;
}
.homehalfleft h3 {
	font-family:"Times New Roman";
    font-size: 1.3em;
    color: #000000;
    margin-left: 15px;
    margin-right: 15px;
    text-align: left;
}
.homehalfleft p {
	font-family:"Times New Roman";
    font-size: 1.2em;
    color: #000000;
    margin-left: 15px;
    margin-right: 15px;
    text-align: left;
}
.homehalfright {
	width: 95%;
	height: auto;
	margin-left:1%;
	margin-right:1%;
	float:right;
	margin-top:30px;
	margin-bottom:30px;
	border-color: #C9C9C9;
	border-style: solid;
	border-width: 1px;
}
.homehalfright p {
	font-family:"Times New Roman";
    font-size: 1.1em;
    color: #000000;
    margin-left: 15px;
    margin-right: 15px;
    text-align: left;
}
.homehalfright h3 {
	font-family:"Times New Roman";
    font-size: 1.5em;
    color: #000000;
    margin-left: 15px;
    margin-right: 15px;
    text-align: left;
}
.AAfullwidth {
	width:100%;
	height: auto;
}	
	
	
	

	
	
	
	
	
	
  

  #footer {
    width: 100%;
    height: 300px;
    clear: both;
    display: block;
    margin-bottom: 0;
  }
  .Afooterimage {
    width: 200px;
    height: auto;
  }
  #footer p {
    font-size: 1.2em;
    line-height: 150%;
  }
  .footertextbox {
    width: 90%;
    height: auto;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 30px;
    display: block;
  }
  .footer-left {
    width: 33%;
    height: auto;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }
  .footer-left p {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
  }
  .footer-second {
    width: 34%;
    height: auto;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }
  .footer-second p {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
  }
  .footer-middle {
    width: 33%;
    height: auto;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }
  .footer-middle p {
    text-align: right;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
  }
  .footer-middle a:link {
    color: #FFFFFF;
    text-decoration: underline;
  }
  .footer-right {
    width: 25%;
    height: auto;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .footer-right p {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
  }
  .Afootercity {
    font-size: 1.6em;
  }
  /* Topfooter Section Placement */
  #topfooter {
    clear: both;
    text-align: center;
    border-top-color: #FFF;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-color: #FFF;
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
  #topfooter p {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    line-height: 150%;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 1em
  }
  /* END Topfooter Section Placement */
  /* H1-6, P, il, ol Primary */
  h1 {
    font-size: 2.0em;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    font-weight: 700;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0px;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 20px
  }
  h2 {
    font-size: 1.3em;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    line-height: 125%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 20px
  }
  h3 {
    font-size: 1.7em;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    font-weight: 700;
    text-align: left;
    line-height: 135%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0
  }
  h4 {
    font-size: 1.4em;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    color: #000000;
    font-weight: 700;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0;
    margin-bottom: 15px;
  }
  h5 {
    font-size: 1.7em;
    line-height: 125%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
  }
  h6 {
    font-size: 1.6em;
    line-height: 125%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
  }
  p {
    font-size: 1.15em;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    color: #FFF
  }
  ul {
    font-size: 1.15em;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    line-height: 100%;
    color: #fff
  }
  ol {
    font-size: 1.15em;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    line-height: 175%;
    color: #fff
  }
  /* END H1-6, P, il, ol Primary */
  /* Images Primary */
  .Aimage {
    margin-left: 0;
    margin-right: 20px;
    margin-top: 35px;
    margin-bottom: 20px;
    width: 350px;
    height: auto;
    float: left
  }
  .Aimage2 {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 22px;
    margin-bottom: 10px;
    width: auto;
    height: 70px
  }
  .Aimage3 {
    width: 100%;
    height: auto;
  }
  .Aimage4 {
    margin-left: 30px;
    margin-right: 50px;
    margin-top: 30px;
    margin-bottom: 10px;
    width: 375px;
    height: auto;
    float: right;
  }
  .Aimageright1 {
    float: right;
    display: block;
    margin-right: 15px;
    margin-left: 20px;
    margin-top: 15px;
    margin-bottom: 20px;
    height: 300px;
    width: auto
  }
  .Aimageright2 {
    float: right;
    display: block;
    margin-right: 15px;
    margin-left: 20px;
    margin-top: 25px;
    margin-bottom: 20px;
    height: 400px;
    width: auto
  }
  .Aimageright3 {
    float: right;
    display: block;
    margin-right: 15px;
    margin-left: 20px;
    margin-top: 25px;
    margin-bottom: 20px;
    height: auto;
    width: 45%;
  }
  /* END Images Primary */
  /* END content3 Section */
}
@media only screen and (max-width:768px) {
  
	
	#topheader {
	width: 96%;
	height: auto;
	background-color: #FFF;
	margin-left:2%;
	margin-right:2%;
}

.topgeagertext p {
  font-family:"Times New Roman";
  font-size: 3.5em;
  color: #000000;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 15px;
  margin-right: 15px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 5px;
}

#topslogan {
	width: 96%;
	height: auto;
	background-color: #FFF;
	margin-left:2%;
	margin-right:2%;
}

.topslogan p {
  font-family:"Times New Roman";
  font-size: 1.3em;
  color: #000000;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 15px;
  margin-right: 15px;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 5px;
}
	
	
	
	/* Wapper and Menu Placement */
  .wrappernav {
    
    z-index: 999;
    background-color: #000;
    background-position: left;
    background-size: cover;
    border-top-color: #FFF;
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-color: #FFF;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    height: 55px;
    margin: 0 auto;
    padding-top: 0px
  }
  /* END Wapper and Menu Placement */

#maintitle {
	width: 100%;
	height: auto;
	background-color: #D7D7D7;
}

.titleandsponsorleft {
	width: 100%;
	height: 50px;
	float:left;
	margin-top:0px;
	margin-bottom:0px;	
	clear: both;
	background-color: #D7D7D7;
}
.titleandsponsorleft h1 {
	font-family:"Times New Roman";
    font-size: 1.3em;
    color: #000000;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
	margin-top:10px;
}
.titleandsponsorright {
	width: 100%;
	height: 50px;
	float:right;
	margin-top:0px;
	margin-bottom:0px;
	background-color: #E8E8E8;
}
.titleandsponsorright h2 {
	font-family:"Times New Roman";
    font-size: 1.3em;
    color: #000000;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;	
	margin-top:10px;
}
.titleandsponsorright a:link {
  color: #000;
  text-decoration: none;
}
.titleandsponsorright a:visited {
  color: #000;
  text-decoration: none;
}
.titleandsponsorright a:active {
  color: #000;
  text-decoration: none;
}
.titleandsponsorright a:hover {
  color: #000;
  text-decoration: underline;
}
.titleandsponsorright a:focus {
  color: #000;
  text-decoration: underline;
}	
	
	
#homearticlesection {
	width: 98%;
	margin-left:1%;
	margin-right:1%;
	height: auto;
}
.leftsectionwrapper {
	width: 100%;
	height: auto;
	margin: 0 auto;
	float:left;
}
.rightsectionwrapper {
	width: 100%;
	height: auto;
	margin: 0 auto;
	float:left;
}
.homehalfleft {
	width: 98%;
	height: auto;
	margin-left:1%;
	margin-right:1%;
	float:left;
	margin-top:30px;
	margin-bottom:30px;
	border-color: #C9C9C9;
	border-style: solid;
	border-width: 1px;
	clear: both;
}
.homehalfleft h3 {
	font-family:"Times New Roman";
    font-size: 1.3em;
    color: #000000;
    margin-left: 15px;
    margin-right: 15px;
    text-align: left;
}
.homehalfleft p {
	font-family:"Times New Roman";
    font-size: 1.2em;
    color: #000000;
    margin-left: 15px;
    margin-right: 15px;
    text-align: left;
}
.homehalfright {
	width: 98%;
	height: auto;
	margin-left:1%;
	margin-right:1%;
	float:right;
	margin-top:30px;
	margin-bottom:30px;
	border-color: #C9C9C9;
	border-style: solid;
	border-width: 1px;
	display:none;
}
.homehalfright p {
	font-family:"Times New Roman";
    font-size: 1.2em;
    color: #000000;
    margin-left: 15px;
    margin-right: 15px;
    text-align: left;
}
.homehalfright h3 {
	font-family:"Times New Roman";
    font-size: 1.5em;
    color: #000000;
    margin-left: 15px;
    margin-right: 15px;
    text-align: left;
}
.AAfullwidth {
	width:100%;
	height: auto;
}	
	
	
.althomehalfright {
	width: 98%;
	height: auto;
	margin-left:1%;
	margin-right:1%;
	float:right;
	margin-top:0px;
	margin-bottom:0px;
	border-color: #C9C9C9;
	border-style: solid;
	border-width: 1px;
	display:block;
	background-color: #F5F5F5;
}
.althomehalfright p {
	font-family:"Times New Roman";
    font-size: 1.2em;
    color: #000000;
    margin-left: 15px;
    margin-right: 15px;
    text-align: left;
}
.althomehalfright h3 {
	font-family:"Times New Roman";
    font-size: 1.5em;
    color: #000000;
    margin-left: 15px;
    margin-right: 15px;
    text-align: left;
}	
	

	
	
	

  #footer {
    width: 100%;
    height: 275px;
    clear: both;
    display: block;
    margin-bottom: 0;
  }
  .Afooterimage {
    width: 150px;
    height: auto;
  }
  #footer p {
    font-size: 1.0em;
    line-height: 150%;
  }
  .footertextbox {
    width: 98%;
    height: auto;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 30px;
    display: block;
  }
  .footer-left {
    width: 33%;
    height: auto;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }
  .footer-left p {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
  }
  .footer-second {
    width: 34%;
    height: auto;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }
  .footer-second p {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
  }
  .footer-middle {
    width: 33%;
    height: auto;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }
  .footer-middle p {
    text-align: right;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
  }
  .footer-middle a:link {
    color: #FFFFFF;
    text-decoration: underline;
  }
  .footer-right {
    width: 25%;
    height: auto;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .footer-right p {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
  }
  .Afootercity {
    font-size: 1.3em;
  }
  /* Topfooter Section Placement */
  #topfooter {
    clear: both;
    text-align: center;
    border-top-color: #FFF;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-color: #FFF;
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
  #topfooter p {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    line-height: 150%;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 1em
  }
  /* END Topfooter Section Placement */
  /* H1-6, P, il, ol Primary */
  h1 {
    font-size: 1.6em;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    font-weight: 700;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0px;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 20px
  }
  h2 {
    font-size: 1.2em;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    line-height: 125%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 20px
  }
  h3 {
    font-size: 1.5em;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    font-weight: 700;
    text-align: left;
    line-height: 135%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0
  }
  h4 {
    font-size: 1.4em;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    color: #000000;
    font-weight: 700;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0;
    margin-bottom: 15px;
  }
  h5 {
    font-size: 1.7em;
    line-height: 125%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
  }
  h6 {
    font-size: 1.5em;
    line-height: 125%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
  }
  p {
    font-size: 1.15em;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    color: #FFF
  }
  ul {
    font-size: 1.15em;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    line-height: 100%;
    color: #fff
  }
  ol {
    font-size: 1.15em;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    line-height: 175%;
    color: #fff
  }
  /* END H1-6, P, il, ol Primary */
  /* Images Primary */
  .Aimage {
    margin-left: 0;
    margin-right: 20px;
    margin-top: 35px;
    margin-bottom: 20px;
    width: 350px;
    height: auto;
    float: left
  }
  .Aimage2 {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 15px;
    margin-bottom: 10px;
    width: auto;
    height: 85px
  }
  .Aimage3 {
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .Aimage4 {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 10px;
    width: 94%;
    height: auto;
    float: none;
  }
  .Aimageright1 {
    float: right;
    display: block;
    margin-right: 15px;
    margin-left: 20px;
    margin-top: 15px;
    margin-bottom: 20px;
    height: auto;
    width: 50%;
  }
  .Aimageright2 {
    float: right;
    display: block;
    margin-right: 15px;
    margin-left: 20px;
    margin-top: 25px;
    margin-bottom: 20px;
    height: 400px;
    width: auto;
  }
  /* END Images Primary */
}
@media only screen and (max-width:561px) {
  
	
	#topheader {
	width: 96%;
	height: auto;
	background-color: #FFF;
	margin-left:2%;
	margin-right:2%;
}

.topgeagertext p {
  font-family:"Times New Roman";
  font-size: 2.5em;
  color: #000000;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 15px;
  margin-right: 15px;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 5px;
}

#topslogan {
	width: 96%;
	height: auto;
	background-color: #FFF;
	margin-left:2%;
	margin-right:2%;
}

.topslogan p {
  font-family:"Times New Roman";
  font-size: 1.2em;
  color: #000000;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 15px;
  margin-right: 15px;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 5px;
}
	
	
	/* Wapper and Menu Placement */
  .wrappernav {
    
    z-index: 999;
    background-color: #000;
    background-position: left;
    background-size: cover;
    border-top-color: #FFF;
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-color: #FFF;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    height: 55px;
    margin: 0 auto;
    padding-top: 0px;
  }
  /* END Wapper and Menu Placement */

#maintitle {
	width: 100%;
	height: auto;
	background-color: #D7D7D7;
}

.titleandsponsorleft {
	width: 100%;
	height: 45px;
	float:left;
	margin-top:0px;
	margin-bottom:0px;	
	clear: both;
	background-color: #D7D7D7;
}
.titleandsponsorleft h1 {
	font-family:"Times New Roman";
    font-size: 1.2em;
    color: #000000;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
	margin-top:10px;
}
.titleandsponsorright {
	width: 100%;
	height: 45px;
	float:right;
	margin-top:0px;
	margin-bottom:0px;
	background-color: #E8E8E8;
}
.titleandsponsorright h2 {
	font-family:"Times New Roman";
    font-size: 1.2em;
    color: #000000;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;	
	margin-top:10px;
}
.titleandsponsorright a:link {
  color: #000;
  text-decoration: none;
}
.titleandsponsorright a:visited {
  color: #000;
  text-decoration: none;
}
.titleandsponsorright a:active {
  color: #000;
  text-decoration: none;
}
.titleandsponsorright a:hover {
  color: #000;
  text-decoration: underline;
}
.titleandsponsorright a:focus {
  color: #000;
  text-decoration: underline;
}	
	
#homearticlesection {
	width: 98%;
	margin-left:1%;
	margin-right:1%;
	height: auto;
}
.leftsectionwrapper {
	width: 100%;
	height: auto;
	margin: 0 auto;
	float:left;
}
.rightsectionwrapper {
	width: 100%;
	height: auto;
	margin: 0 auto;
	float:left;
}
.homehalfleft {
	width: 98%;
	height: auto;
	margin-left:1%;
	margin-right:1%;
	float:left;
	margin-top:30px;
	margin-bottom:30px;
	border-color: #C9C9C9;
	border-style: solid;
	border-width: 1px;
	clear: both;
}
.homehalfleft h3 {
	font-family:"Times New Roman";
    font-size: 1.3em;
    color: #000000;
    margin-left: 15px;
    margin-right: 15px;
    text-align: left;
}
.homehalfleft p {
	font-family:"Times New Roman";
    font-size: 1.2em;
    color: #000000;
    margin-left: 15px;
    margin-right: 15px;
    text-align: left;
}
.homehalfright {
	width: 97%;
	height: auto;
	margin-left:1%;
	margin-right:1%;
	float:right;
	margin-top:30px;
	margin-bottom:30px;
	border-color: #C9C9C9;
	border-style: solid;
	border-width: 1px;
}
.homehalfright p {
	font-family:"Times New Roman";
    font-size: 1.2em;
    color: #000000;
    margin-left: 15px;
    margin-right: 15px;
    text-align: left;
}
.homehalfright h3 {
	font-family:"Times New Roman";
    font-size: 1.3em;
    color: #000000;
    margin-left: 15px;
    margin-right: 15px;
    text-align: left;
}
.AAfullwidth {
	width:100%;
	height: auto;
}	
	
	
	
.althomehalfright {
	width: 97%;
	height: auto;
	margin-left:1%;
	margin-right:1%;
	float:right;
	margin-top:0px;
	margin-bottom:0px;
	border-color: #C9C9C9;
	border-style: solid;
	border-width: 1px;
	display:block;
}
.althomehalfright p {
	font-family:"Times New Roman";
    font-size: 1.2em;
    color: #000000;
    margin-left: 15px;
    margin-right: 15px;
    text-align: left;
}
.althomehalfright h3 {
	font-family:"Times New Roman";
    font-size: 1.3em;
    color: #000000;
    margin-left: 15px;
    margin-right: 15px;
    text-align: left;
}	

	
	
	
	

  #footer {
    width: 100%;
    height: auto;
    clear: both;
    display: block;
    margin-bottom: 0;
  }
  .Afooterimage {
    width: 200px;
    height: auto;
  }
  #footer p {
    font-size: 1.1em;
    line-height: 150%;
  }
  .footertextbox {
    width: 98%;
    height: auto;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 30px;
    display: block;
  }
  .footer-left {
    width: 100%;
    height: auto;
    float: none;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    border-bottom-color: #FFF;
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }
  .footer-left p {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
  }
  .footer-second {
    width: 100%;
    height: auto;
    float: none;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    border-bottom-color: #FFF;
    border-bottom-style: solid;
    border-bottom-width: 1px;
  }
  .footer-second p {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
  }
  .footer-middle {
    width: 100%;
    height: auto;
    float: none;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    margin-top: 15px;
  }
  .footer-middle p {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
  }
  .footer-middle a:link {
    color: #FFFFFF;
    text-decoration: underline;
  }
  .footer-right {
    width: 25%;
    height: auto;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .footer-right p {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
  }
  .Afootercity {
    font-size: 1.5em;
  }
  /* Topfooter Section Placement */
  #topfooter {
    clear: both;
    text-align: center;
    border-top-color: #FFF;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-color: #FFF;
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }
  #topfooter p {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    line-height: 150%;
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 1em
  }
  /* END Topfooter Section Placement */
  /* H1-6, P, il, ol Primary */
  h1 {
    font-size: 1.6em;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    font-weight: 700;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0px;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 20px
  }
  h2 {
    font-size: 1.2em;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    line-height: 125%;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 20px
  }
  h3 {
    font-size: 1.5em;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    font-weight: 700;
    text-align: left;
    line-height: 135%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0
  }
  h4 {
    font-size: 1.3em;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    color: #000000;
    font-weight: 700;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0;
    margin-bottom: 15px;
  }
  h5 {
    font-size: 1.5em;
    line-height: 125%;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
  }
  h6 {
    font-size: 1.4em;
    line-height: 125%;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
  }
  p {
    font-size: 1.15em;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    color: #FFF
  }
  ul {
    font-size: 1.15em;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    line-height: 100%;
    color: #fff
  }
  ol {
    font-size: 1.15em;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    line-height: 175%;
    color: #fff
  }
  /* END H1-6, P, il, ol Primary */
  /* Images Primary */
  .Aimage {
    margin-left: 0;
    margin-right: 20px;
    margin-top: 35px;
    margin-bottom: 20px;
    width: 350px;
    height: auto;
    float: left
  }
  .Aimage2 {
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 85%;
    height: auto
  }
  .Aimage3 {
    width: 100%;
    height: auto;
  }
  .Aimageright1 {
    float: none;
    display: block;
    margin-right: 1%;
    margin-left: 1%;
    margin-top: 15px;
    margin-bottom: 20px;
    height: auto;
    width: 98%;
  }
  .Aimageright2 {
    float: right;
    display: block;
    margin-right: 15px;
    margin-left: 20px;
    margin-top: 25px;
    margin-bottom: 20px;
    height: 400px;
    width: auto
  }
  .Aimageright3 {
    float: none;
    display: block;
    margin-right: 10px;
    margin-left: 5px;
    margin-top: 25px;
    margin-bottom: 20px;
    height: auto;
    width: 275px;
  }
  /* END Images Primary */
}