@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/

img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}
 
 
 

/* Larger than mobile */
 @media only screen and (min-width:320px) and (max-width: 767px) {
.gridContainer {
	width: 100%;
	clear: none;
	float: none;
	text-align: center;
}
#bottomContainer {
	width: 98%;
	display: block;
	clear: both;
	padding-bottom: 2%;
	background-color: #4256CD;
	border: 2px solid #FFFFFF;
	-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-top: 0%;
	margin-right: 1%;
	margin-bottom: 0%;
	margin-left: 1%;
}
#header {
	width: 98%;
	margin-right: 1%;
	margin-left: 1%;
}
#columnHeader {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 110%;
	color: #000;
	background-color: #FFF;
	width: 100%;
	visibility: hidden;
}
.contactInfo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 70%;
	font-weight: bold;
	text-align: center;
	color: #FFF;
}
.pageTitle {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 150%;
	font-style: italic;
	color: #FFFF00;
}
.pageSubtitle {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 125%;
	color: #FFFF00;
	text-align: center;
}
.seperatorBar {
	height: auto;
	width: 70%;
	margin-right: 15%;
	margin-left: 15%;
}
.row {
	width: 94%;
	margin-right: 3%;
	margin-left: 3%;
	display: table;
	clear: both;
}
.col {
	width: 100%;
	padding-top: 1.5%;
	padding-bottom: 1%;
	text-align: center;
}
#nav {
	height: 115px;
	width: 98%;
	margin-right: 1%;
	margin-left: 1%;
	text-align: center;
	background-color: #4256CD;
	border: 2px solid #FFFFFF;
	-webkit-border-top-left-radius: 25px;
	-webkit-border-top-right-radius: 25px;
	-moz-border-radius-topleft: 25px;
	-moz-border-radius-topright: 25px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10%;
	padding-left: 0px;
}
.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: justify;
	padding-right: 5px;
	padding-left: 5px;
	color: #FFF;
}
hr {
	clear: both;
}
.textCentered {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
	color: #FFF;
}
a.textlink, a.textlink:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 125%;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-right: 5px;
	padding-left: 5px;
	color: #FC0;
	text-decoration: none;
}
a.textlink:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 125%;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-right: 5px;
	padding-left: 5px;
	color: #F00;
}
.requiredIndicator {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 70%;
	color: #F00;
}
#lowerNav {
	width: 90%;
	margin-bottom: 1%;
	margin-top: 2%;
	margin-right: 5%;
	margin-left: 5%;
	visibility: hidden;
	clear: both;
	display: block;
	padding-top: 5%;
	text-align: center;
	padding-bottom: 5%;
}
a.lowernavlink, a.lowernavlink:visited {
	font-size: 80%;
	color: #000;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
a.lowernavlink:hover {
	font-size: 80%;
	color: #FF0;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#footer {
	width: 90%;
	margin-right: 5%;
	margin-left: 2%;
	text-align: center;
	margin-bottom: 2%;
	visibility: hidden;
}
.copyright {
	COLOR: #000;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.7em;
	vertical-align: bottom;
	display: block;
	font-weight: bold;
}
a.copyrightlink, a.copyrightlink:visited {
	font-size: 1em;
	color: #000;
	margin: 0px;
	padding: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: none;
	font-style: normal;
}
a.copyrightlink:hover {
	font-size: 1em;
	color: #FF0;
	margin: 0px;
	padding: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: none;
	font-style: normal;
}
a[href^="tel:"] {
	color: #FC0;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	text-shadow: 4px 4px 2px #333;
}
#leftCopyright {
	height: 25px;
	width: 40%;
	text-align: left;
}
#rightCopyright {
	height: 25px;
	width: 40%;
	float: right;
	padding-right: 5px;
	text-align: left;
}
a.emaillink, a.emaillink:visited {
	font-size: 100%;
	color: #FF0;
	margin: 0px;
	padding: 15px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	letter-spacing: .2em;
	text-decoration: none;
}
a.emaillink:hover {
	font-size: 100%;
	color: #F00;
	margin: 0px;
	padding: 15px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	letter-spacing: .2em;
	text-decoration: none;
}
.tableSpecs {
	text-align: left;
	width: 100%;
	color: #FF0;
	margin: 0%;
	background-color: #4256CD;
}
.tableHeader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	color: #000;
	text-align: center;
	font-weight: bold;
}
.tableSize {
	border: thin solid black;
	width: 98%;
	margin-right: 1%;
	margin-left: 1%;
}
.emptyCartlink {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	color: #009;
}
.emptyCart {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	color: #000;
}
a.tablelink, a.tablelink:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-right: 5px;
	padding-left: 5px;
	color: #03C;
	text-decoration: none;
}
a.tablelink:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-right: 5px;
	padding-left: 5px;
	color: #F00;
}
.textBox {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	color: #000;
	width: 80%;
	padding-right: 2%;
	height: 35px;
}
.recordCount {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #03C;
	text-align: center;
	margin-right: 25px;
}
.alignCenter {
	text-align: center;
}
.alignRight {
	text-align: right;
	float: right;
	margin: 1%;
}
.alignLeft {
	text-align: left;
	float: left;
	margin: 1%;
}
.col.col-med-one-half ul li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	list-style-image: url(../images/cross.gif);
	line-height: 1.3%;
}
.btn {
	-moz-box-shadow: 0px 0px 0px 2px #9fb4f2;
	-webkit-box-shadow: 0px 0px 0px 2px #9fb4f2;
	box-shadow: 0px 0px 0px 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: #ffffff;
	font-family: Arial;
	font-size: 90%;
	text-decoration: none;
	text-shadow: 0px 1px 0px #283966;
	padding-top: 4px;
	padding-right: 25px;
	padding-bottom: 4px;
	padding-left: 25px;
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.btn: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;
}
.btn:active {
	position: relative;
	top: 1px;
}
form.Basic_3dcontact div.fullColumnGroup {
	width: 98%;
	padding-bottom: 15px;
	padding-top: 7px;
	display: inline;
	float: left;
	margin-right: auto;
	margin-left: auto;
}
form.Basic_3dcontact label.sublabel {
	font-weight: normal;
	text-align: right;
	width: 15%;
	float: left;
	display: block;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	padding-right: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #000;
}
}



/* For devices larger than 765px */
@media only screen and (min-width:768px) and (max-width: 1240px) {
.gridContainer {
	width: 100%;
	clear: none;
	float: none;
	text-align: center;
	margin-top: 2%;
}
#bottomContainer {
	width: 100%;
	display: block;
	clear: both;
	padding-bottom: 2%;
	background-color: #4256CD;
	border: 2px solid #FFFFFF;
	-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-top: 0%;
	margin-right: 5%;
	margin-bottom: 0%;
	margin-left: 5%;
}
#header {
	width: 100%;
	margin-right: 5%;
	margin-left: 5%;
	text-align: center;
}
#columnHeader {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 110%;
	color: #000;
	background-color: #FFF;
	width: 100%;
	visibility: visible;
}
.contactInfo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	color: #FFF;
}
.pageTitle {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 150%;
	font-style: italic;
	color: #FFFF00;
}
.pageSubtitle {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 125%;
	color: #FFFF00;
	text-align: center;
}
.seperatorBar {
	height: auto;
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
}
.row {
	width: 98%;
	margin-right: 1%;
	margin-left: 1%;
	display: table;
	clear: both;
}
.col {
	float: left;
	padding-right: 0.5%;
	padding-left: 0.5%;
	width: 100%;
}
.col-med-one-fourth {
	width: 22%;
 alignment-adjust:auto padding: 2px;
}
.col-med-one-third {
	width: 31%;
 alignment-adjust:auto padding: 2px;
}
.col-med-one-half {
	width: 45%;
	padding: 1%;
	margin-top: 1%;
}
#nav {
	width: 90%;
	text-align: center;
	background-color: #4256CD;
	border: 2px solid #FFFFFF;
	-webkit-border-top-left-radius: 25px;
	-webkit-border-top-right-radius: 25px;
	-moz-border-radius-topleft: 25px;
	-moz-border-radius-topright: 25px;
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	margin-top: 2%;
	margin-right: 5%;
	margin-bottom: 0px;
	margin-left: 5%;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10%;
	padding-left: 0px;
}
hr {
	clear: both;
}
.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: justify;
	padding-right: 15px;
	padding-left: 15px;
	color: #FFF;
	line-height: 2em;
}
.textCentered {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
	color: #FFF;
}
a.textlink, a.textlink:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 125%;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-right: 5px;
	padding-left: 5px;
	color: #FC0;
	text-decoration: none;
}
a.textlink:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 125%;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-right: 5px;
	padding-left: 5px;
	color: #F00;
}
a.emaillink, a.emaillink:visited {
	font-size: 100%;
	color: #FF0;
	margin: 0px;
	padding: 15px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	letter-spacing: .2em;
	text-decoration: none;
}
a.emaillink:hover {
	font-size: 100%;
	color: #F00;
	margin: 0px;
	padding: 15px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	letter-spacing: .2em;
	text-decoration: none;
}
.tableSpecs {
	text-align: left;
	width: 100%;
	color: #FF0;
	margin: 0%;
	background-color: #4256CD;
}
.tableHeader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	color: #000;
	text-align: center;
	font-weight: bold;
}
.tableSize {
	border: thin solid black;
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
}
a.tablelink, a.tablelink:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-right: 5px;
	padding-left: 5px;
	color: #03C;
	text-decoration: none;
}
a.tablelink:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-right: 5px;
	padding-left: 5px;
	color: #F00;
}
.emptyCartlink {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	color: #009;
}
.emptyCart {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	color: #000;
}
.requiredIndicator {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	color: #F00;
}
#lowerNav {
	width: 98%;
	margin-right: 1%;
	margin-left: 1%;
	visibility: visible;
	text-align: center;
	margin-bottom: 5%;
	margin-top: 5%;
}
a.lowernavlink, a.lowernavlink:visited {
	font-size: 80%;
	color: #000;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
a.lowernavlink:hover {
	font-size: 80%;
	color: #FF0;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
a[href^="tel:"] {
	color: #FC0;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	text-shadow: 4px 4px 2px #000;
}
#footer {
	width: 90%;
	margin-right: 5%;
	margin-left: 2%;
	text-align: center;
	margin-bottom: 2%;
	visibility: visible;
	margin-top: 10%;
}
.copyright {
	COLOR: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 70%;
	vertical-align: bottom;
	display: block;
	font-weight: bold;
}
a.copyrightlink, a.copyrightlink:visited {
	font-size: 90%;
	color: #FFF;
	margin: 0px;
	padding: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: none;
	font-style: normal;
}
a.copyrightlink:hover {
	font-size: 90%;
	color: #FF0;
	margin: 0px;
	padding: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: none;
	font-style: normal;
}
#leftCopyright {
	height: 25px;
	width: 48%;
	text-align: left;
}
#rightCopyright {
	height: 25px;
	width: 45%;
	float: right;
	padding-right: 5px;
	text-align: left;
}
.alignCenter {
	text-align: center;
}
.alignRight {
	text-align: right;
	float: right;
	margin: 1%;
}
.alignLeft {
	text-align: left;
	float: left;
	margin: 1%;
}
.col.col-med-one-half ul li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 90%;
	font-weight: bold;
	color: #FFF;
	text-align: left;
	list-style-image: url(../images/cross.gif);
	line-height: 1.3%;
}
.btn {
	-moz-box-shadow: 0px 0px 0px 2px #9fb4f2;
	-webkit-box-shadow: 0px 0px 0px 2px #9fb4f2;
	box-shadow: 0px 0px 0px 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: #ffffff;
	font-family: Arial;
	font-size: 90%;
	text-decoration: none;
	text-shadow: 0px 1px 0px #283966;
	padding-top: 4px;
	padding-right: 25px;
	padding-bottom: 4px;
	padding-left: 25px;
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.btn: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;
}
.btn:active {
	position: relative;
	top: 1px;
}
form.Basic_3dcontact div.fullColumnGroup {
	width: 98%;
	padding-bottom: 15px;
	padding-top: 7px;
	display: inline;
	float: left;
	margin-right: auto;
	margin-left: auto;
}
form.Basic_3dcontact label.sublabel {
	font-weight: normal;
	text-align: right;
	width: 25%;
	float: left;
	display: block;
	margin-top: 5px;
	margin-right: 20px;
	margin-bottom: 5px;
	padding-right: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	color: #000;
}
}
 

 
/* For devices larger than 1200px */
@media only screen and (min-width: 1240px) {
.gridContainer {
	width: 98%;
	clear: none;
	float: none;
	text-align: center;
	margin: auto;
	background-repeat: repeat;
	background-color: #CCC;
}
#bottomContainer {
	width: 98%;
	display: block;
	clear: both;
	 
}
#header {
	width: 98%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 25px;
	clear: both;
	padding-top: 25px;	
}
.PageTitleContainer {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #03C;
	-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;
	padding-left: 35px;
}
.pageSubtitle {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 125%;
	color: #FC0;
	text-align: center;
	text-shadow: 2px 2px 2px #333;
}
h2 {
	color: #e7c629;
	font-size: 24px;
	text-shadow: 2px 2px 2px #000;
}
H3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	color: #000;
	text-align: left;
}

#columnHeader {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 110%;
	color: #FFF;
	background-color: #000;
	width: 94%;
	visibility: visible;
	margin-right: 3px;
	margin-left: 3px;
	padding: 0%;
}
#nav {
	width: 80%;
	text-align: center;
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
.contactInfo {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
	color: #000;
	clear: both;
	margin-top: 25px;
}
 .logoBar {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	top: -25px;	 
}
.text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: left;
	padding-right: 15px;
	padding-left: 15px;
	color: #000000;
	line-height: 2em;
}
.textCentered {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: centered;
	padding-right: 15px;
	padding-left: 15px;
	color: #FFF;
}
a.textlink, a.textlink:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 125%;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-right: 5px;
	padding-left: 5px;
	color: #FC0;
	text-decoration: none;
}
a.textlink:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 125%;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding-right: 5px;
	padding-left: 5px;
	color: #F00;
}
a[href^="tel:"] {
	color: #FC0;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	text-shadow: 2px 2px 2px #333;
}
.seperatorBar {
	height: 30px;
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
}
 .brclear {
	clear: both;
	float: none;
}
.alignCenter {
	text-align: center;
}
.alignRight {
	text-align: right;
	float: right;
	margin: 1%;
}
.alignLeft {
	text-align: left;
	float: left;
	margin: 1%;
}
 
/* Begin Lower container settings larger than 1200px */
 
 


hr {
	clear: both;
}



a.emaillink, a.emaillink:visited {
color: #FC0;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	text-shadow: 2px 2px 2px #333;
}
a.emaillink:hover {
	color: #F00;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	text-shadow: 2px 2px 2px #333;
.info {
	COLOR: #e6c52a;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 100%;
	display: block;
	font-weight: bold;
	text-align: center;
	padding-right: 2%;
	padding-left: 2%;
	text-shadow: -2px -2px #000;
}
  
 
 
#lowerNav {
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	visibility: visible;
	clear: both;
	display: block;
	text-align: center;
	padding-bottom: 5%;
	padding-left: 10%;
	padding-top: 2%;
}
a.lowernavlink, a.lowernavlink:visited {
	font-size: 80%;
	color: #000;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
a.lowernavlink:hover {
	font-size: 80%;
	color: #FF0;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
}

#footer {
	width: 90%;
	margin-right: 5%;
	margin-left: 2%;
	text-align: center;
	margin-bottom: 3%;
	visibility: visible;
}
.copyright {
	COLOR: #FFF;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 70%;
	vertical-align: bottom;
	display: block;
	font-weight: bold;
}
a.copyrightlink, a.copyrightlink:visited {
	font-size: 100%;
	color: #FFF;
	margin: 0px;
	padding: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: none;
	font-style: normal;
}
a.copyrightlink:hover {
	font-size: 100%;
	color: #FF0;
	margin: 0px;
	padding: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	text-decoration: none;
	font-style: normal;
}
#leftCopyright {
	height: 25px;
	width: 40%;
	text-align: left;
}
#rightCopyright {
	height: 25px;
	width: 40%;
	float: right;
	padding-right: 5px;
	text-align: left;
}

 
.btn {
	-moz-box-shadow: 0px 0px 0px 2px #9fb4f2;
	-webkit-box-shadow: 0px 0px 0px 2px #9fb4f2;
	box-shadow: 0px 0px 0px 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: #ffffff;
	font-family: Arial;
	font-size: 90%;
	text-decoration: none;
	text-shadow: 0px 1px 0px #283966;
	padding-top: 4px;
	padding-right: 25px;
	padding-bottom: 4px;
	padding-left: 25px;
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.btn: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;
}
.btn:active {
	position: relative;
	top: 1px;
}
 
 
}





