@charset "UTF-8";
/* CSS Document */


html, body {
	height: 100%;
    margin: 0;
    background-attachment: fixed;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#002874+1,fd7c00+33,edeb9a+100 */

	background-image: #edeb9a; /* Old browsers */
	background-image: -moz-linear-gradient(top,  #002874 1%, #fd7c00 33%, #edeb9a 100%); /* FF3.6-15 */
	background-image: -webkit-linear-gradient(top,  #002874 1%,#fd7c00 33%,#edeb9a 100%); /* Chrome10-25,Safari5.1-6 */
	background-image: linear-gradient(to bottom,  #002874 1%,#fd7c00 33%,#edeb9a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002874', endColorstr='#edeb9a',GradientType=0 ); /* IE6-9 */
	background-repeat: no-repeat; 
 }
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#002874+1,fd7c00+33,edeb9a+100 */

a { 
	color: #d35d04; 
	text-decoration: none;
	cursor: pointer;
}
a hover { 
}
h2      {
	font-size: 1.5em;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
 h3 	{
	font-size: 1em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
	font-style: italic;
	color: 000385;
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h5{
	font-size: 1.0em;
	margin-top: 1em;
	margin-bottom: 0.5em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
	font-style: normal;
	color: #000385;
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.wrapper {
	position: relative;
	width: 100%;
	min-height:100%;
	z-index: 1;
	overflow: visible;
	margin-left: auto;
	margin-right: auto;
	top: 10px;
}
.siteBlock {
	position: relative;
	width: 80%;
	height: auto;
	z-index: 1;
	margin: 0 auto;
	text-align: center;
	top: 10px;
	border-radius: 25px;
	-moz-box-shadow: 5px 5px 8px #922427;
	box-shadow: 4px 4px 6px #922427;
	background-color: rgba(252, 252, 252,.2);
	padding-top: 5px;
	padding-bottom: 20px;
}
.topBlock {
	position: relative;
	width: 80%;
	height: auto;
	z-index: 1;
	text-align: center;
	font-family:
	Arial,Helvetica,sans-serif;
	color: #000385;
	font-size: .85em;
	border-radius: 25px;
	-moz-box-shadow: 5px 5px 8px #922427;
	box-shadow: 4px 4px 6px #922427;
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(252, 252, 252,.2);
	padding: 5px 0px 10px 0px;	
}
.likeBlock {
	position: relative;
	width: 80%;
	height: 30px;
	margin-top: 5px;
	z-index: 1;
	text-align: right;
	border-radius: 25px;
	-moz-box-shadow: 5px 5px 8px #922427;
	box-shadow: 4px 4px 6px #922427;
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(252, 252, 252,.2);	
}
.logo	{
	position: relative;
	width: 100%;
	height: auto;
}               
.nav {
	position: relative;
	width: 90%;
	height: auto;
	top: 5px;
	z-index: 100;
	margin: 0 auto;
}
 .nav ul {
	 margin: 0 auto ;
	 width: 100%;
	 float: left;
	 border-radius: 25px;
	-moz-box-shadow: 5px 5px 8px #922427;
	box-shadow: 4px 4px 6px #922427;
	background-color: rgba(252, 252, 252,.2);
}
.nav ul a {
	color: #000385;
	text-decoration: none;
}
.nav li{
	display: inline-block;
	padding: 4px 8px 4px 4px;
	margin-bottom: 3px;
	cursor: pointer;
	border-radius: 10pt;
	font-family: Arial,Helvetica,sans-serif;
	color: #000385;
	font-size: .85em;
	text-decoration: none;
}

.nav li :hover {
	color: #ffffff;
}

/* Dropdown Buttons */

/* Style The Dropdown Button */
.dropbtn {
	font-size: 1em;
	cursor: pointer;
	font-family: Arial,Helvetica,sans-serif;
	color: #000385;
	padding: 4px 8px 0px 12px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
	top: 100%;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
   background-color: rgba(211, 93, 4, 1);
    min-width: 150px;
    box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.2);
	padding: 4px 0px 4px 0px;
	text-align: left;
	z-index: 99;
	margin: 0px;
}

/* Links inside the dropdown */
.dropdown-content a {
	display: block;
   
    padding: 2px 2px;
    text-decoration: none;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
	background-color: none;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
	color:#ffffff;
}
.descBlock {
	position: relative;
	width: 85%;
	height: auto;
	z-index: 1;
	margin: 0 auto;
	text-align: center;
	top:10px;
	color: #000385;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
	border-radius: 25px;
	background-color: rgba(252, 252, 252,.2);
	display: table;
}
.copy {
	position: relative;
	width: 75%;
	height: auto;
	z-index: 1;
	text-align: left;
	color: #000385;
	font-family: Arial,Helvetica,sans-serif;
	font-size:.90
		em;
	margin: 0 auto;
	font-style: normal;
	font-weight: lighter;
	padding-bottom: 10px;
}
.snap {
	position: relative;
	width: 65%;
	height: auto;
	z-index: 1;
	text-align: left;
	color: #000385;
	font-family: Arial,Helvetica,sans-serif;
	font-size:.75em;
	margin: 0 auto;
	font-style: normal;
	font-weight: lighter;
	padding: 10px 10px ;
	background-color: rgba(255, 255, 255, .50);
	border-radius: 25px;
}
.divRow {
	width: 98%;
	height: 35px;
	position: relative;
	font-size: 1em;
	font-style: normal;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	top: 15px;
	padding-bottom: 10px;
}
.divColumn		{
	position: relative;
	width: 80%;
	height: auto;
	z-index: 2;
	text-align: center;
	margin: 0 auto;
	font-family: Arial,Helvetica,sans-serif;
	color: #000385;
	font-size: 1em;
	border-radius: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: rgba(252, 252, 252,.2);
}
.divColumnAddress		{
	position: relative;
	width:45%;
	height: auto;
	z-index: 2;
	text-align: center;
	margin: 0 auto;
	font-family: Arial,Helvetica,sans-serif;
	color: #000385;
	font-size: 11pt;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
}
.divFormInfo		{
	position: relative;
	width:55%;
	height: auto;
	z-index: 1;
	text-align: left;
	margin: 0 auto;
	font-family: Arial,Helvetica,sans-serif;
	color: #000385;
	font-size: 11pt;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
}
.divFormTitle		{
	position: relative;
	width:30%;
	height: auto;
	z-index: 1;
	text-align: center;
	margin: 0 auto;
	font-family: Arial,Helvetica,sans-serif;
	color: #000385;
	font-size: 11pt;
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
}
.footer	{
	position: relative;
	height: 25px;
	width: 90%;
	text-align: left;
	font-family: Arial,Helvetica,sans-serif;
	z-index: 1;
	margin: 20px auto;
	color: #000385;
	font-size: 10pt;
	padding: 5px 0px 0px 0px;
}
.social-share  {
	position: relative;
	text-align: center;
	height: 25px;
}
.divTable	{
	position: relative;
	width: 100%;
	height: auto;
	z-index: 1;
	text-align: center;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 16pt;
	font-style: italic;
	float: left;
}
.img.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.imgFloat {
	float:left;
	margin: 8px;
}
.imgFloatRight {
	float:right;
	margin: 8px;
}
.facebook  {
	margin: 0px;
	position: absolute;
	float: right;
	top: 50%;
	transform: translate(0, -50%);
}
.clear-fix { clear: both; line-height: 1px;}