@charset "utf-8";
@media screen and (min-width: 421px) {
body {
	margin:0px;
	padding:0px;
	background:#eee;
}
	
	.nameinput {
	  display:inline-block;
	}

header {
	background-color:#fff;
	padding:3px;
	color:#464646;
	/*height:85px;*/
	/*line-height:70px;*/
	font-size:24px;
	overflow:hidden;
}
/*
header img {
	display:inline-block;
	float:left;
	margin-top:-5px;
	padding:0px;
	padding-right:10px;
    width:500px;
	height:auto;
}
*/
.headtext {
	line-height:100%;
	font-size:52px;
	font-family:Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
}

.headtextb {
	font-size:16px;
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana," sans-serif";
	line-height:100%;
	font-style:italic;
}

.maintextcontain {
	margin:auto;
	width:1000px;
	line-height:90%;
	background:#fff;
	font-family:arial;
}

.maintextcontain p {
	font-size:14px;
}

h1 {
	font-size:24px;
}

h2 {
	font-size:21px;
	margin-bottom:-5px;
}

h3 {
	margin-bottom:-5px;
}

h4 {
	margin-bottom:-5px;
}

h5 {
	margin-left:5px;
	margin-bottom:-5px;
}

ul {
	font-size:14px;
}

.maintext {
	/*height:650px;*/
	padding:10px;
	margin-left:20px;
	font-size:14px;
	text-align:left;
	line-height:110%;
	overflow:auto;
	position:relative;
	width:580px;
	display:inline-block;
}

.maintextimg {
	margin-left:63px;
	margin-top:20px;
	background-repeat:no-repeat;
	overflow:hidden;
	float:left;
	position:relative;
	display:inline-block;
}
.maintextimgsize {
	width:300px;
	height:287px;
}
.maintext2 {
	font-family:arial;
	font-size:14px;
	padding:10px;
	text-align:left;
	line-height:100%;
	overflow:auto;
	width:980px;
	display:inline-block;
}
.contactHeader {
	font-family: "Lucida Grande","Lucida Sans Unicode", Tahoma, sans-serif;
	font-size: 95%;
    font-weight: bold;
    color: #222;
    line-height: 150%;
    margin: 0;
    padding: 0 0 3px 0;
    border: none;
    display: block;
    white-space: normal;
    width: 100%;
}
.contactDescriptor {
	font-family: "Lucida Grande","Lucida Sans Unicode", Tahoma, sans-serif;
    letter-spacing: .01em;	margin: 0;
    padding-top: 0px;
    clear: both;
    font-size: 85%;
    line-height: 100%;
    color: #444;
    display: block;
}
footer {
	background-color:#C2E1F6;
	border-top:6px solid #8fc8d1;
	padding:3px;
	text-align:center;
	color:#3C6F77;
	font-family:arial;
	font-size:10px;
	clear:both;
	bottom:0;
}

.links {
	margin-top:0px;
	word-spacing:10px;
	padding-top:0px;
	padding-left:5px;
	padding-bottom:0px;
	position:relative;
	text-align:left;
	background-color:#C2E1F6;
}

.links a {
	padding:4px;
	height:15px;
	min-width:30px;
	line-height:15px;
	font-family:arial;
	font-size:12px;
	text-transform:uppercase;
	color:#21237d;
	font-weight:bold;
	text-decoration:none;
}

.links a:hover {
	color:#6390A0;
	text-shadow:none;
}
.underlineBold {
	text-transform:uppercase;
	
}
#descrip {
	/*display:inline-block;
	margin-left:20px;*/
	width: 60%;
	margin:auto;
}

#contactus {
	/*display:inline-block;*/
	width: 60%;
	margin:auto;
}

#formstuff {
	max-width:1000px;
}

#contactushide {
	display:none;
	margin-left:20px;
}
.calltoactionmid{
	display:none;
}
.calltoactionbottom{
	display:block;
}
}

/*
*
*  Mobile Section
*
*/

/*@media only screen and (min-width:421px) and (max-width : 800px) {

.maintextcontain {
	margin-left:5px;
	width:650px;
	background:#fff;
}
	
	header img {
		width:800px;
		height:auto;
	}
	
.maintextimg {
	margin-top:10px;
	margin-left:0px;
}
.outertable {
	width:650px;
	border:1;
}
.maintextimgsize {
	width:150px;
	height:127px;
}	
.maintext {
	font-family:Georgia, Times New Roman, Helvetica, Arial," sans-serif";
	font-size:14px;
	padding:10px;
	text-align:justify;

}
.maintext2 {
	font-family:Georgia, Times New Roman, Helvetica, Arial," sans-serif";
	font-size:14px;
	padding:10px;
	text-align:justify;
	line-height:110%;
	overflow:auto;
}
.links {
	margin-top:0px;
	word-spacing:5px;
	padding-top:0px;
	padding-left:5px;
	padding-bottom:0px;
	position:relative;
	text-align:left;
	width:650px;
	background-color:#C2E1F6;
}
.links a {
	padding:2px;
	height:12px;
	min-width:10px;
	line-height:12px;
	font-family:arial;
	font-size:10px;
	text-transform:uppercase;
	color:#21237d;
	font-weight:bold;
	text-decoration:none;
}
.underlineBold {
	font-weight: bold;
	text-decoration: underline;
}
#descrip {
	display:inline-block;
	margin-left:20px;
	margin-top:20px;
}

#contactus {
	display:none;
	margin-left:20px;
}
	
#contactushide {
	display:inline-block;
}

#formstuff {
	max-width:420px;
	overflow:hidden;
}
.calltoactionmid{
	display:block;
}
.calltoactionbottom{
	display:none;
}
} */

@media only screen and (max-width : 420px) {
	
footer {
	background-color:#C2E1F6;
	border-top:6px solid #8fc8d1;
	padding:3px;
	text-align:center;
	color:#3C6F77;
	font-family:arial;
	font-size:10px;
	clear:both;
	bottom:0;
}

.links {
	margin-top:0px;
	word-spacing:10px;
	max-width:400px;
	overflow:hidden;
	padding-top:0px;
	padding-left:5px;
	padding-bottom:0px;
	position:relative;
	text-align:left;
	background-color:#C2E1F6;
}
	
	header img {
		width:400px;
		height:auto;
	}
	
.maintextcontain {
	/*margin:auto;*/
	margin-left:5px;
	width:350px;
	background:#fff;
	font-family:arial;
}
	
.maintextimg {
	/*display:inline-block;
	clear:right;*/
	margin-top:10px;
	margin-left:0px;
	width:400px;
	height:auto;
}
.outertable {
	width:350px;
	border:1;
}
.maintextimgsize {
	width:150px;
	height:127px;
}	
.maintext {
	font-family:arial;
	font-size:14px;
	/*height:330px;*/
	padding:10px;
	text-align:justify;
	/*line-height:110%;*/
	/*overflow:auto;
	/*width:400px;
	display:inline-block;*/
}
.maintext2 {
	font-family:Georgia, Times New Roman, Helvetica, Arial," sans-serif";
	font-size:14px;
	/*height:700px;*/
	padding:10px;
	text-align:justify;
	line-height:110%;
	overflow:auto;
	/*width:400px;
	display:inline-block;*/
}
.links {
	margin-top:0px;
	word-spacing:5px;
	padding-top:0px;
	padding-left:5px;
	padding-bottom:0px;
	position:relative;
	text-align:left;
	width:650px;
	background-color:#C2E1F6;
}
.links a {
	padding:2px;
	height:12px;
	min-width:10px;
	line-height:12px;
	font-family:arial;
	font-size:10px;
	text-transform:uppercase;
	color:#21237d;
	font-weight:bold;
	text-decoration:none;
}
.underlineBold {
	font-weight: bold;
	text-decoration: underline;
}
#descrip {
	/*display:inline-block;
	margin-left:20px;
	margin-top:20px;*/
	width: 60%;
	margin:auto;
}

#contactus {
	width: 60%;
	margin:auto;
}
	


#formstuff {
	max-width:420px;
	overflow:hidden;
}
.calltoactionmid{
	display:block;
}
.calltoactionbottom{
	display:none;
}
}


