body {margin: 0px;
	padding: 0px;
	background: #333333;
	background-image:url('images/blue-wave.jpg');
	background-size: cover;
	font-family: arial;
	font-size: 15px;}
.wrapper {width: 960px;
margin: 0 auto;}

span.mob {display:none;}

#header {position:relative;
	top:0px;
	margin:auto;
	z-index:100000;
	width:100%;
	height:auto;
	background-image:url('#');
	background-repeat:repeat-x;
	}
#header-mob {
  display: none;
}
#menu {position: relative;
width: 100%;
	background-color: blue;}
#menu {color: white;
	font-weight: normal;
	text-align: left;
	}

#menu #innerwrap{position:relative;
	top:5px;}
ul#mainmenu {
  width: 100%;
  list-style: none;
  margin:0px;
  padding:0px;
  display: table;}	
ul#mainmenu li{
  height:35px;
  padding:5px;
  border-bottom: 1px solid #eeeeee;
  
  background: #2224ce; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#2224ce, #00029f); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#2224ce, #00029f); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#2224ce, #00029f); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#2224ce, #00029f); /* Standard syntax */}

ul#mainmenu li:hover {
 background: #000233;}

#menu a {text-decoration: none;
	color: white;
	position:relative;
	top: 0px;}
#menu a:hover {text-decoration: none;}

#contentwrapper {position: relative;
	top: 0px;}


#content {background:white;
	border-style:solid;
	border-width:1%;
	border-color: #0843f5;}
	
h1 { font-size: 20px;}
h1#pagetitle {font-size: 24px;
  text-align: center;}	
#columnleft{ float: left;
	width: 18%;

	margin: 0%;
	color: black;
	padding:0px;}
	
div.bio {float: left;
text-align: center;
padding-right: 10px;}

img.thumb { float:left;
  width: 20%;}

img.thumb2 { float:right;
  width: 20%;}

img.thumb3 { float:left;
  width: 30%;}


li.position {font-weight: bold;
  font-size: 17px;}
li.officer {margin-bottom: 15px;
  list-style:none;}

#columnright{ float: right;
  width: 80%;
  margin-top: 16px;}

div.newsbox {float:right;
  width: 27%;
  border: solid;
  border-width: 1%;
  margin: 1%;
  margin-top: 0;
  padding:2%;
  background: #2224ce; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(white, #8587e4, #2224ce); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(white, #8587e4, #2224ce); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(white, #8587e4, #2224ce); /* For Firefox 3.6 to 15 */
  background: linear-gradient(white, #8587e4, #2224ce); /* Standard syntax */;
  font-size: 12px;
  text-align: center;}
  
div.newsbox a{text-decoration: none;
color:black;}
div.newsbox div.story {background:white;
  border: solid;
  border-width: 2px;
  margin-bottom:2%;}
div.newsbox div#contact {background:white;
  border: solid;
  border-width: 2px;
  margin-bottom:2%;
  margin-top: 8%;}
div.newsbox h1{ font-size: 15px;}
div.newsbox h2{ font-size: 13px;}

div#quicklinks {margin: 1%;
  text-align: center;}
div#quicklinks a img{ width:29%;
  margin:1%;
  margin-bottom: 20px;}

	
div#innerwrap br {
  display: none;
} 
form table {color: black;}

.sub {
	margin-left:15px;}

hr {margin:0px;
  margin-bottom: 15px;
  width: 245px;
  position: relative;
  left: -8px;}

td {padding: 0px 5px 0px 5px;}
.footer {font-weight: bold;}
.footer br {line-height:11px;}

.clear {clear: both;}

.disc {font-size:10px; font-weight:light;}
img.left {float:left;
margin-right:10px;}
img.right {float: right;
margin-left:10px;}
div#header {}
div.article { border-bottom:none;}

#mainfoot {padding:10px;
	text-align: center;
		border-top:solid;
	border-width:1%;
	border-color: #0843f5;
	
	 background: #2224ce; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(white, #8587e4, #2224ce); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(white, #8587e4, #2224ce); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(white, #8587e4, #2224ce); /* For Firefox 3.6 to 15 */
  background: linear-gradient(white, #8587e4, #2224ce); /* Standard syntax */}
  
	
input[type=radio] {
  margin-left:10px;
  margin-right:4px;
}

input[type=checkbox] {
   position: absolute;
   top: -9999px;
   left: -9999px;
}
label { 
  -webkit-appearance: push-button;
  -moz-appearance: button; 
  display: none;
  margin: 10px;
  cursor: pointer;
  color:black;
}
#foot-mob { 
display:none;
}
iframe {
	width: 550px;
	height: 350px;
}


/*MEDIA QUERY*/
/*MOBLIE VERSION*/
@media only screen and  (max-width : 414px) {
body { 	background-color: #502323;
  
}
/* Toggled State */
div#innerwrap {
	display:none;
}
input#toggle-1:checked ~ div#innerwrap {
   display: inline;
}
form#subform {
	display:none;
}
input#toggle-2:checked ~ form#subform {
   display: inline;
}
label { 
  display: inline;
}
.wrapper {
  width: 100%;
  margin: 0 auto;
}
#header {
	display:none;
}
div#header-mob {

  width: 100%;
  height: auto;
  display:inline;
  position:relative;
  z-index:2000;
}
div#header-mob img {width:100%;}
#foot-mob {
	display:inline-block;
	background-color: #993366;
	width: 100%;
	color: white;
	text-align: center;
}

#menu {
  position: relative;
  z-index: 1000;;
  height: auto;
  width: 100%;
  background-color: #blue;
  margin-top:0px;
  -webkit-box-shadow: 0px 4px 5px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    0px 4px 5px rgba(50, 50, 50, 0.75);
  box-shadow:         0px 4px 5px rgba(50, 50, 50, 0.75);
}
#nav-wrapper {
	padding-bottom: 10px;
}
.menutext {
	margin: 0px;
}
.menutext br {
  display:inline;
}
div#innerwrap br {
  display: inline;
}
span.dt {
	display: none;
}
span.mob {display: inline;}

#columnleft{
  float: none;
  width: 100%;
  background-image:url('images/columngrad.jpg');
  background-size: cover;
  border:none;
  border-style:none;
  margin: 0px 0px 0px 0px;
  padding:0px;
}
#columnright {
  width:100%;
  margin: 0%;
}
#columnright img {
	width: 98%;
	margin:1%;
}

img#title {
  float: none;
  position:static;
  width: 95%;
  top: 0px;
  height: auto;
}
#innerwrap a{
display: block;
}
img#phone {
  display: none;
  float: none;
	position:static;
	top: 0px;
}
#contentwrapper {
	position: relative;
}
#content {border: none;}


iframe {
	width: 100%;
	height: 50%;
}


hr {
	margin:0px;
  margin-bottom: 15px;
  width: 80%;
  position: relative;
  left: 0px;
}
div.fb-like-box {
	display: none;
}
.footer {
	display: none;
}
#contentwrapper .wrapper  #tri{
  background-image:url('');
  background-repeat:no-repeat;
  margin-left: 0px;
  padding-left: 0px;
  margin-right: 0px;
  padding-right: 0px;
  margin-bottom: 0px;
}
div.tel {
  display: block;
}
div.article {margin:10px;
  border-bottom: solid;
  border-width: 1%;}
div.newsbox {float:none;
  width: 100%;
  border: none;
  border-bottom: solid;
  border-width: 1%;
  margin: 0%;
  margin-top: 0;
  padding:0%;
  background: #2224ce; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(white, #8587e4, #2224ce); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(white, #8587e4, #2224ce); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(white, #8587e4, #2224ce); /* For Firefox 3.6 to 15 */
  background: linear-gradient(white, #8587e4, #2224ce); /* Standard syntax */;
  font-size: 12px;
  text-align: center;}
div.newsbox a{text-decoration: none;
color:black;}
div.newsbox div.story {width:97%;
  margin:auto;
  background:white;
  border: solid;
  border-width: 2px;
  margin-bottom:2%;}
div.newsbox div#contact {background:white;
  border: solid;
  border-width: 2px;
  margin-bottom:2%;
  margin-top: 8%;}
div.newsbox h1{ font-size: 15px;}
div.newsbox h2{ font-size: 13px;}
} /* end media query */