@charset "utf-8";
 
img, object, embed, video {
	max-width: 100%;
}
 
 
 
 
 
/* Mobile Layout: 480px and below. */
   @media only screen and (min-width:320px) and (max-width: 767px) {
/* page layout and formating */	   
.gridContainer {
	width: 100%;
	clear: none;
	float: none;
	 
	padding-top: 25px;
	padding-bottom: 25px;
}
 
#innerContainer {
	width: 90%;
	margin-left: auto;
	display: block;
	clear: both;
	margin-right: auto;
	border: thick solid #00FF66;
	-webkit-border-top-left-radius: 25px;
	-webkit-border-top-right-radius: 25px;
	-webkit-border-bottom-left-radius: 25px;
	-webkit-border-bottom-right-radius: 25px;
	-moz-border-radius-topleft: 25px;
	-moz-border-radius-topright: 25px;
	-moz-border-radius-bottomleft: 25px;
	-moz-border-radius-bottomright: 25px;
	border-radius: 25px;
	 	 
}
#header {
	width: 100%;
	margin-bottom: 0%;
    text-align: center; 
}
.infoRow {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
 
	height: 45px;
	margin-top: 15px;
	text-align: center;
}
a[href^="tel:"] {
	color: orange;
	text-decoration: none;
}
#mainContent {
	width: 96%;
	margin-left: auto;
	clear: none;
	margin-right: auto;
}

#lowerNav {
	width: 99%;
	margin-top: 5%;
	padding-top: .5%;
	background-color: #333;
	-webkit-border-bottom-left-radius: 25px;
	-webkit-border-bottom-right-radius: 25px;
	-moz-border-radius-bottomleft: 25px;
	-moz-border-radius-bottomright: 25px;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 25px;
	margin-right: .5%;
	margin-bottom: .5%;
	margin-left: .5%;
	display: none;
}
/* END page layout and formating */	

/* Page Content formating */
.Text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .9em;
	color: #FFF;
	text-align: left;
	font-weight: 700;
	padding-right: 1%
}
.tinyText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
	color: #FFF;
	text-align: left;
	margin-top: 0%;
	margin-right: 0%;
	margin-bottom: 15px;
	margin-left: 0%;
}
.Text img {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
a.textlink, a.textlink:visited {
	font-family: Tahoma;
	font-size: .9em;
	color: #FF9;
	font-weight: 700;
	text-decoration: none
}
a.textlink:hover {
	font-family: Tahoma;
	font-size: .9em;
	color: #FF9;
	font-weight: 700;
	text-decoration: none
}
.pageTitle {
	font-family: Calibri;
	font-size: 1em;
	color: #FF6;
	padding: 1%;
	text-align: center;
	font-style: italic;
	clear: both;
	border: thin dotted #FFF;
	text-shadow: 5px 5px 5px #03C;
}
.subTitle {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.6em;
	color: #FF6;
	padding-left: 3%;
	text-shadow: 5px 5px 5px #03C;
}
h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.2em;
	color: #FF6;
	padding-left: 3%;
	text-shadow: 5px 5px 5px #03C;
}
a.emailLink:visited, a.emailLink {
	font-family: "Times New Roman";
	font-size: .8em;
	font-weight: bold;
	letter-spacing: .1em;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	color: #0000CC;
}
a.emailLink:hover {
	font-family: "Times New Roman";
	font-size: .8em;
	font-weight: bold;
	letter-spacing: .1em;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	color: #F00;
}
.BRclear {
	clear: both;
}
.alignCenter {
	text-align: center;
}
.alignRight {
	text-align: right;
	float: right;
	margin: 1%;
}
.alignLeft {
	text-align: left;
	float: left;
	margin: 1%;
}
.button {
	-moz-box-shadow: 0 0 0 2px #9fb4f2;
	-webkit-box-shadow: 0 0 0 2px #9fb4f2;
	box-shadow: 0 0 0 2px #9fb4f2;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7892c2), color-stop(1, #476e9e));
	background: -moz-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background: -webkit-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background: -o-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background: -ms-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background: linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7892c2', endColorstr='#476e9e', GradientType=0);
	background-color: #7892c2;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 2px solid #4e6096;
	display: inline-block;
	cursor: pointer;
	color: #fff;
	font-family: Arial;
	font-size: 80%;
	text-decoration: none;
	text-shadow: 0 1px 0 #283966;
	width: auto;
	margin: 5px 15px;
	padding: 4px 20px
}
.button:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #476e9e), color-stop(1, #7892c2));
	background: -moz-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background: -webkit-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background: -o-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background: -ms-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background: linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#476e9e', endColorstr='#7892c2', GradientType=0);
	background-color: #476e9e
}
}
@media only screen and (min-width:768px) and (max-width: 1240px) {
.gridContainer {
	width: 100%;
	clear: none;
	float: none;
	 
	padding-top: 25px;
	padding-bottom: 25px;
}
 
#innerContainer {
	width: 90%;
	margin-left: auto;
	display: block;
	clear: both;
	margin-right: auto;
	border: thick solid #00FF66;
	-webkit-border-top-left-radius: 25px;
	-webkit-border-top-right-radius: 25px;
	-webkit-border-bottom-left-radius: 25px;
	-webkit-border-bottom-right-radius: 25px;
	-moz-border-radius-topleft: 25px;
	-moz-border-radius-topright: 25px;
	-moz-border-radius-bottomleft: 25px;
	-moz-border-radius-bottomright: 25px;
	border-radius: 25px;
	 	 
}
#header {
	width: 100%;
	margin-bottom: 0%;
    text-align: center; 
}
.infoRow {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
 
	height: 45px;
	margin-top: 15px;
	text-align: center;
}
a[href^="tel:"] {
	color: orange;
	text-decoration: none;
}
#mainContent {
	width: 90%;
	margin-left: auto;
	clear: none;
	margin-right: auto;
	text-align: center;
}
 

#bottomBanner {
	width: 98%;
	margin-right: 1%;
	margin-left: 1%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	clear: both;
	margin-top: 5%;
}
/* END page layout and formating */	

/* Page Content formating */
.Text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	line-height: 1.4;
	color: #FFF;
	text-align: left;
	letter-spacing: .2em;
	word-spacing: .2em;
	font-weight: 700;
	padding-right: 5%
}
.tinyText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
	color: #FFF;
	text-align: left;
	margin: 0%;
}
.Text img {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
a.textlink, a.textlink:visited {
	font-family: Tahoma;
	font-size: 90%;
	color: #FF9;
	font-weight: 700;
	text-decoration: none
}
a.textlink:hover {
	font-family: Tahoma;
	font-size: 90%;
	color: #FF9;
	font-weight: 700;
	text-decoration: none
}
.pageTitle {
	font-family: Calibri;
	font-size: 1.2em;
	color: #FF6;
	padding: 1%;
	text-align: center;
	font-style: italic;
	clear: both;
	border: thin dotted #FFF;
	text-shadow: 5px 5px 5px #03C;
}
.subTitle {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.6em;
	color: #FF6;
	padding-left: 3%;
	text-shadow: 5px 5px 5px #03C;
}
.faqtitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	color: #FF6;
	font-weight: bolder
}
.faqtext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 90%;
	color: #FFF
}
h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.5em;
	color: #FF6;
	padding-left: 3%;
	text-shadow: 5px 5px 5px #03C;
}
a.emailLink:visited, a.emailLink {
	font-family: "Times New Roman";
	font-size: .8em;
	font-weight: bold;
	letter-spacing: .1em;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	color: #0000CC;
}
a.emailLink:hover {
	font-family: "Times New Roman";
	font-size: .8em;
	font-weight: bold;
	letter-spacing: .1em;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	color: #F00;
}
.BRclear {
	clear: both;
}
.alignCenter {
	text-align: center;
}
.alignRight {
	text-align: right;
	float: right;
	margin: 1%;
}
.alignLeft {
	text-align: left;
	float: left;
	margin: 1%;
}
.button {
	-moz-box-shadow: 0 0 0 2px #9fb4f2;
	-webkit-box-shadow: 0 0 0 2px #9fb4f2;
	box-shadow: 0 0 0 2px #9fb4f2;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7892c2), color-stop(1, #476e9e));
	background: -moz-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background: -webkit-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background: -o-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background: -ms-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background: linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7892c2', endColorstr='#476e9e', GradientType=0);
	background-color: #7892c2;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 2px solid #4e6096;
	display: inline-block;
	cursor: pointer;
	color: #fff;
	font-family: Arial;
	font-size: 80%;
	text-decoration: none;
	text-shadow: 0 1px 0 #283966;
	width: auto;
	margin: 5px 15px;
	padding: 4px 20px
}
.button:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #476e9e), color-stop(1, #7892c2));
	background: -moz-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background: -webkit-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background: -o-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background: -ms-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background: linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#476e9e', endColorstr='#7892c2', GradientType=0);
	background-color: #476e9e
}
}
@media only screen and (min-width: 1240px) {
.gridContainer {
	width: 100%;
	clear: none;
	float: none;
	 
	padding-top: 25px;
	padding-bottom: 25px;
}
 
#innerContainer {
	width: 90%;
	margin-left: auto;
	display: block;
	clear: both;
	margin-right: auto;
	border: thick solid #00FF66;
	-webkit-border-top-left-radius: 25px;
	-webkit-border-top-right-radius: 25px;
	-webkit-border-bottom-left-radius: 25px;
	-webkit-border-bottom-right-radius: 25px;
	-moz-border-radius-topleft: 25px;
	-moz-border-radius-topright: 25px;
	-moz-border-radius-bottomleft: 25px;
	-moz-border-radius-bottomright: 25px;
	border-radius: 25px;
	 	 
}
#header {
	width: 100%;
	margin-bottom: 0%;
	text-align: center;
	margin-top: -21px;
}
.infoRow {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
 
	margin-top: 15px;
	text-align: center;
}

a[href^="tel:"] {
	color: orange;
	text-decoration: none;
}
#mainContent {
	width: 90%;
	margin-left: auto;
	clear: none;
	margin-right: auto;
	padding-left: 10px;
	padding-right: 5px;
}
#nav {
	width: 100%;
	margin-bottom: 0.5%;
	margin-left: auto;
	padding-bottom: 2px;
	margin-right: auto;
	 
	clear: both;
	text-align: center;
	background-color: #006;
	line-height: 100px !important;
	   
}
 

#bottomBanner {
	width: 98%;
	margin-right: 1%;
	margin-left: 1%;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	clear: both;
	padding-top: 25px;
}
#lowerNav {
	width: 99%;
	margin-top: 5%;
	padding-top: 0.5%;
	margin-right: 0.5%;
	margin-bottom: 25px;
	margin-left: 0.5%;
	text-align: center;
	padding-bottom: 50px;
}
.lowernavTitle {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.6em;
	color: #FF6;
	padding-left: 3%;
	text-shadow: 5px 5px 5px #03C;
	font-style: italic;
	margin-bottom: 25px;
	padding-bottom: 25px;
}
a.lowernavLink:visited, a.lowernavLink {
	font-family: "Times New Roman";
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: left;
	color: #FFFFFF;
	line-height: 1.5em;
	text-decoration: none;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 5px;
}
a.lowernavLink:hover {
	font-family: "Times New Roman";
	font-size: 1em;
	font-weight: bold;
	letter-spacing: .1em;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	color: #F00;
}
#leftCopyright {
	width: 40%;
	float: left;
	margin-left: 2%;
}
#rightCopyright {
	width: 40%;
	float: right;
	margin-right: 2%;
}
.copyright {
	color: #FFFFFF;
	font-family: "Times New Roman";
	font-size: 0.7em;
}
a.copyrightlink, a.copyrightlink:visited {
	color: #FFFFFF;
	font-family: "Times New Roman";
	font-size: 1em;
	vertical-align: bottom;
}
a.copyrightlink:hover {
	font-size: 1em;
	color: #FF6;
	font-family: "Times New Roman";
}
/* END page layout and formating */	

/* Page Content formating */
.Text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	line-height: 1.4;
	color: #FFF;
	text-align: left;
	letter-spacing: .2em;
	word-spacing: .2em;
	font-weight: 700;
	padding-right: 5%
}
.tinyText {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
	color: #FFF;
	text-align: left;
	margin: 0%;
}
.Text img {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
a.textlink, a.textlink:visited {
	font-family: Tahoma;
	font-size: 90%;
	color: #FF9;
	font-weight: 700;
	text-decoration: none
}
a.textlink:hover {
	font-family: Tahoma;
	font-size: 90%;
	color: #FF9;
	font-weight: 700;
	text-decoration: none
}
.pageTitle {
	font-family: Calibri;
	font-size: 1.5em;
	color: #FF6;
	padding: 1%;
	text-align: center;
	font-style: italic;
	clear: both;
	border: thin dotted #FFF;
	text-shadow: 5px 5px 5px #03C;
}
.subTitle {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 2em;
	color: #FF0;
	padding-left: 3%;
	text-shadow: 5px 5px 5px #03C;
	display:inline-block;
	vertical-align:middle;
 
}
h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 2em;
	color: #FF6;
	padding-left: 3%;
	text-shadow: 5px 5px 5px #03C;
}
a.emailLink:visited, a.emailLink {
	font-family: "Times New Roman";
	font-size: 1em;
	font-weight: bold;
	letter-spacing: .1em;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	color: #FFFF00;
}
a.emailLink:hover {
	font-family: "Times New Roman";
	font-size: 1em;
	font-weight: bold;
	letter-spacing: .1em;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	color: #FFFFFF;
}
.BRclear {
	clear: both;
}
.alignCenter {
	text-align: center;
}
.alignRight {
	text-align: right;
	float: right;
	margin: 1%;
}
.alignLeft {
	text-align: left;
	float: left;
	margin: 1%;
}
.button {
	-moz-box-shadow: 0 0 0 2px #9fb4f2;
	-webkit-box-shadow: 0 0 0 2px #9fb4f2;
	box-shadow: 0 0 0 2px #9fb4f2;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #7892c2), color-stop(1, #476e9e));
	background: -moz-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background: -webkit-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background: -o-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background: -ms-linear-gradient(top, #7892c2 5%, #476e9e 100%);
	background: linear-gradient(to bottom, #7892c2 5%, #476e9e 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#7892c2', endColorstr='#476e9e', GradientType=0);
	background-color: #7892c2;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 2px solid #4e6096;
	display: inline-block;
	cursor: pointer;
	color: #fff;
	font-family: Arial;
	font-size: 80%;
	text-decoration: none;
	text-shadow: 0 1px 0 #283966;
	width: auto;
	margin: 5px 15px;
	padding: 4px 20px
}
.button:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #476e9e), color-stop(1, #7892c2));
	background: -moz-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background: -webkit-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background: -o-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background: -ms-linear-gradient(top, #476e9e 5%, #7892c2 100%);
	background: linear-gradient(to bottom, #476e9e 5%, #7892c2 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#476e9e', endColorstr='#7892c2', GradientType=0);
	background-color: #476e9e
}
.button:active {
	position: relative;
	top: 1px
}
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #000;
	text-align: center;
	text-shadow: 2px 2px 2px #FF6;
}
