@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 screen and (min-width: 320px) and (max-width:767px) {
.gridContainer {
	width: 98%;
	clear: none;
	float: none;
	text-align: center;
	margin-right: 1%;
	margin-left: 1%;
}
#topContainer {
	width: 100%;
}
#infobar {
	width: 98%;
	margin-right: 1%;
	margin-left: 1%;
	text-align: center;
	margin-top: .5%;
}
.contactInfo {
	color: #FFFFFF;
	font-family: "Goudy Old Style";
	font-size: 1em;
	font-weight: bold;
	text-shadow: 3px 3px 3px #000;
	-moz-text-shadow: 3px 3px 3px #000;
	-webkit-text-shadow: 3px 3px 3px #000;
	padding-top: -45px;
	padding-bottom: -45px;
}
#nav {
	width: 90%;
	text-align: center;
	clear: both;
	margin-top: 5px;
	height: 35px;
	padding-top: 0px;
	margin-right: 5%;
	margin-left: 5%;
	margin-bottom: 5px;
}
.bottomContainer {
	border: medium solid #6295b2;
	-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;
	width: 98%;
	background-color: #093145;
}
.pageTitle {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.2em;
	color: #FFDB79;
	font-variant: small-caps;
	text-shadow: 4px 3px 2px #000;
}
.pageSubtitle {
	color: #F90;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	text-shadow: 3px 3px 3px #000;
	-moz-text-shadow: 3px 3px 3px #000;
	-webkit-text-shadow: 3px 3px 3px #000;
	font-variant: small-caps;
}
.ClearDivs {
	text-align: left;
	clear: both;
	float: left;
	width: 100%;
	margin-left: 2px;
}
/* Index Form styling */
.DivIndexContainer {
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	margin-top: 25px;
	border: thin solid #F90;
	vertical-align: top;
}
.DivIndexCell {
	padding-bottom: 20px;
}
.DivIndexHeader {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #F90;
	text-align: center;
}
.DivIndexInstructions {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #F90;
	text-align: center;
}
.DivIndexLeftColumn {
	float: left;
	width: 48%;
	text-align: right;
	margin-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.DivIndexRightColumn {
	float: left;
	width: 48%;
	padding: 5px;
	text-align: left;
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.DivList {
	width: 96%;
	margin-right: 1%;
	margin-left: 1%;
	border: 5px solid #F90;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	border-radius: 15px;
}
.DivSearchContainer {
	width: 98%;
	margin-right: 1%;
	margin-left: 1%;
	margin-top: 15px;
	border: thin solid #F90;
	vertical-align: top;
}
/* END Index Form styling */
.bottomContainer .left .DivList ul {
	text-align: left;
	padding-left: 15px;
}
.bottomContainer .DivList ul li {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	color: #FFF;
	text-align: left;
}
.text {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	color: #FFDB79;
	line-height: 1.2em;
	margin-left: 10px;
	padding-right: 1%;
	padding-left: 1%;
}
.text img {
	margin: 10px;
}
.img {
	height: auto;
	width: 80%;
}
a.textLink, a.textLink:visited {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.9em;
	color: #000;
	line-height: 1.4em;
	text-decoration: none;
}
a.textLink:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.9em;
	color: #000;
	line-height: 1.4em;
	text-decoration: none;
}
#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%;
}
#footer {
	width: 90%;
	margin-right: 5%;
	margin-left: 2%;
	text-align: center;
	margin-bottom: 2%;
	visibility: hidden;
	display: none;
}
.copyright {
	color: #FFDB79;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	vertical-align: bottom;
	display: block;
	font-weight: bold;
}
a.copyrightlink, a.copyrightlink:visited {
	font-size: 1em;
	color: #FFDB79;
	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;
}
#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: .9em;
	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: .9em;
	color: #F00;
	margin: 0px;
	padding: 15px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	letter-spacing: .2em;
	text-decoration: none;
}
.alignCenter {
	text-align: center;
}
.alignRight {
	text-align: right;
	float: right;
	margin: 1%;
}
.alignLeft {
	text-align: left;
	float: left;
	margin: 1%;
}
a.IndexpdfLink, a.IndexpdfLink:visited {
	font-size: .8em;
	color: #FF0;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-style: normal;
	letter-spacing: .1em;
}
a.IndexpdfLink:hover {
	font-size: .8em;
	color: #F00;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-style: normal;
	letter-spacing: .1em;
}
.NewItem {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #F00;
}
/* Search Form styling */
form.lineGroup {
	float: left;
	width: 45%;
	padding: 5px;
}
.FormInputContainer {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 65%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	height: 1.5em;
	color: #000;
	margin-left: 5px;
	font-weight: bold;
	padding-left: 5px;
}
.fullColumnGroup {
	content: "";
	display: table;
	clear: both;
	width: 98%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.fullColumn_Left_Group {
	float: left;
	width: 45%;
	padding: 5px;
	text-align: right;
}
.fullColumn_Right_Group {
	float: left;
	padding: 5px;
	margin-left: 45px;
	text-align: left;
	border: thin solid #FFF;
}
.DivSearchContainertable {
	text-align: center;
	width: 96%;
	border: thin solid #F60;
	max-width: 50em;
	background-color: #FFF;
	position: relative;
	margin-top: 5px;
	display: inline-table;
	margin-right: 2%;
	margin-left: 2%;
}
.hide-row tr th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
	font-weight: bold;
	color: #000;
	margin-top: 10px;
	margin-bottom: 25px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-bottom: 10px;
}
/* Basic Form Styling for Contac Us Page */
form.Basic_chadwick label.sublabel {
	color: #FFFFFF;
	font-weight: bold;
	font-size: .9em;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: right;
	width: 35%;
	float: left;
	display: block;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-right: 5px;
}
form.Basic_chadwick input.formTextfield_Medium {
	background-color: #FFF;
	width: 45%;
	margin-left: 2px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 15px;
}
form.Basic_chadwick input.formTextfield_Large {
	background-color: #FFF;
	width: 45%;
	margin-left: 2px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
}
form.Basic_chadwick div.fullColumnGroup {
	width: 90%;
	padding-bottom: 15px;
	padding-top: 7px;
	display: inline;
	float: left;
}
form.Basic_chadwick div.lineGroup {
	clear: left;
	display: block;
	width: 100%;
}
form.Basic_chadwick textarea.formTextarea_Small {
	background-color: #FFF;
	padding: 5px;
	width: 45%;
	height: 100px;
	white-space: pre;
	overflow: auto;
	margin-left: 20px;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}
form.Basic_chadwick label.radioSublabel_Wide {
	padding: 2px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: .9em;
	font-family: Tahoma, Geneva, sans-serif;
	width: auto;
	float: left;
	display: block;
	text-align: left;
	margin-left: 20px;
}
a[href^=tel] {
	color: #FF0;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
}
.brClear {
	clear: both;
}
.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;
	color: #000000;
	font-family: Arial;
	font-size: .9em;
	text-decoration: none;
	text-shadow: 0px 1px 0px #283966;
	font-weight: bold;
}
.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;
	color: #FFF;
}
}



/* For devices between 768px and 1240px */
@media only screen and (min-width:768px) and (max-width: 1240px) {
.gridContainer {
	width: 100%;
	clear: none;
	float: none;
	text-align: center;
}
#topContainer {
	width: 100%;
}
#infobar {
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
	text-align: center;
	margin-top: 2%;
}
.contactInfo {
	color: #FFFFFF;
	font-family: "Goudy Old Style";
	font-size: 1.2em;
	font-weight: bold;
	text-shadow: 3px 3px 3px #000;
	-moz-text-shadow: 3px 3px 3px #000;
	-webkit-text-shadow: 3px 3px 3px #000;
	padding-top: 15px;
}
#nav {
	width: 90%;
	text-align: center;
	clear: both;
	margin-top: 15px;
	height: 25px;
	padding-top: 0px;
	margin-right: 5%;
	margin-left: 5%;
	margin-bottom: 5px;
}
.bottomContainer {
	border: medium solid #6295b2;
	-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;
	width: 98%;
	background-color: #093145;
	padding-bottom: 55px;
}
.pageTitle {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.5em;
	color: #FFDB79;
	font-variant: small-caps;
	text-shadow: 4px 3px 2px #000;
}
.pageSubtitle {
	color: #F90;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: bold;
	text-shadow: 3px 3px 3px #000;
	-moz-text-shadow: 3px 3px 3px #000;
	-webkit-text-shadow: 3px 3px 3px #000;
	font-variant: small-caps;
}
.ClearDivs {
	text-align: left;
	clear: both;
	float: left;
	width: 100%;
	margin-left: 2px;
}
/* Index Form styling */
.DivIndexContainer {
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	margin-top: 25px;
	border: thin solid #F90;
	vertical-align: top;
}
.DivIndexCell {
	padding-bottom: 20px;
}
.DivIndexHeader {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #F90;
	text-align: center;
}
.DivIndexInstructions {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #F90;
	text-align: center;
}
.DivIndexLeftColumn {
	float: left;
	width: 48%;
	text-align: right;
	margin-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.DivIndexRightColumn {
	float: left;
	width: 48%;
	padding: 5px;
	text-align: left;
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.DivList {
	width: 70%;
	margin-right: 15%;
	margin-left: 15%;
	border: 5px solid #F90;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	border-radius: 15px;
}
.DivSearchContainer {
	width: 94%;
	margin-right: 3%;
	margin-left: 3%;
	margin-top: 15px;
	border: thin solid #F90;
	vertical-align: top;
}
.ClearDivs {
	text-align: left;
	clear: both;
	float: left;
	width: 100%;
	margin-left: 2px;
}
.bottomContainer .left .DivList ul {
	text-align: left;
	padding-left: 15px;
}
.bottomContainer .DivList ul li {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #FFF;
	text-align: left;
}
.text {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
	color: #FFDB79;
	line-height: 1.4em;
	margin-left: 15px;
	padding-right: 4%;
	padding-left: 4%;
}
.text img {
	margin: 15px;
}
a.textLink, a.textLink:visited {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #000;
	line-height: 1.4em;
	text-decoration: none;
}
a.textLink:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #000;
	line-height: 1.4em;
	text-decoration: none;
}
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;
}
#lowerNav {
	width: 98%;
	margin-right: 1%;
	margin-left: 1%;
	visibility: visible;
	text-align: center;
	margin-bottom: 5%;
	margin-top: 5%;
}
#footer {
	width: 90%;
	margin-right: 5%;
	margin-left: 2%;
	text-align: center;
	margin-bottom: 3%;
	visibility: visible;
	margin-top: 105px;
}
.copyright {
	color: #FFDB79;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	vertical-align: bottom;
	display: block;
	font-weight: bold;
}
a.copyrightlink, a.copyrightlink:visited {
	font-size: 1em;
	color: #FFDB79;
	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;
}
#leftCopyright {
	height: 25px;
	width: 40%;
	text-align: left;
}
#rightCopyright {
	height: 25px;
	width: 40%;
	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%;
}
/* Search Form styling */
form.lineGroup {
	float: left;
	width: 45%;
	padding: 5px;
}
.FormInputContainer {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 25%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	height: 1.5em;
	color: #000;
	margin-left: 25px;
	font-weight: bold;
	padding-left: 25px;
}
.fullColumnGroup {
	content: "";
	display: table;
	clear: both;
	width: 98%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.fullColumn_Left_Group {
	float: left;
	width: 45%;
	padding: 5px;
	text-align: right;
}
.fullColumn_Right_Group {
	float: left;
	padding: 5px;
	margin-left: 45px;
	text-align: left;
	border: thin solid #FFF;
}
.DivSearchContainertable {
	text-align: center;
	width: 90%;
	border: thin solid #F60;
	max-width: 50em;
	background-color: #FFF;
	position: relative;
	margin-top: 5px;
	display: inline-table;
}
.hide-row tr th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #000;
	margin-top: 10px;
	margin-bottom: 25px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-bottom: 10px;
}
.tdSize {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .7em;
	color: #000;
	width: 13.5%;
	margin-right: .2%;
}
a.IndexpdfLink, a.IndexpdfLink:visited {
	font-size: 1em;
	color: #FF0;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-style: normal;
	letter-spacing: .1em;
}
a.IndexpdfLink:hover {
	font-size: 1em;
	color: #F00;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-style: normal;
	letter-spacing: .1em;
}
.NewItem {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #F00;
}
/* Basic Form Styling for Contac Us Page */
form.Basic_chadwick label.sublabel {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.2em;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: right;
	width: 35%;
	float: left;
	display: block;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-right: 5px;
}
form.Basic_chadwick input.formTextfield_Medium {
	background-color: #FFF;
	padding: 5px;
	width: 45%;
	margin-left: 20px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	float: left;
}
form.Basic_chadwick input.formTextfield_Large {
	background-color: #FFF;
	padding: 5px;
	width: 45%;
	margin-left: 20px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	float: left;
}
form.Basic_chadwick div.fullColumnGroup {
	width: 90%;
	padding-bottom: 15px;
	padding-top: 7px;
	display: inline;
	float: left;
}
form.Basic_chadwick div.lineGroup {
	clear: left;
	display: block;
	width: 90%;
}
form.Basic_chadwick textarea.formTextarea_Small {
	background-color: #FFF;
	padding: 5px;
	width: 45%;
	height: 100px;
	white-space: pre;
	overflow: auto;
	margin-left: 20px;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}
form.Basic_chadwick label.radioSublabel_Wide {
	padding: 2px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.2em;
	font-family: Tahoma, Geneva, sans-serif;
	width: 100px;
	float: left;
	display: block;
	text-align: left;
	margin-left: 10px;
}
a[href^=tel] {
	color: #FF0;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
}
.brClear {
	clear: both;
}
.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;
	color: #000000;
	font-family: Arial;
	font-size: 100%;
	text-decoration: none;
	text-shadow: 0px 1px 0px #283966;
	font-weight: bold;
	max-width: 50%;
	min-width: 20em;
}
.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;
	color: #FFF;
}
}
 

 
/* For devices larger than 1240px */
@media only screen and (min-width: 1240px) {
.gridContainer {
	width: 100%;
	clear: none;
	float: none;
	text-align: center;
	margin-top: 10px;
}
#topContainer {
	height: auto;
	width: 100%;
}
#infobar {
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
	text-align: center;
	margin-top: 1%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#nav {
	width: 90%;
	text-align: center;
	margin-top: 2px;
	padding-top: 15px;
	margin-bottom: 5px;
	clear: both;
	padding-bottom: 5px;
}
.bottomContainer {
	border: medium solid #6295b2;
	-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;
	width: 98%;
	background-color: #093145;
}
.group:after {
	content: "";
	display: table;
	clear: both;
	background-color: #FFF;
	border: thin solid #6C8241;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}
img {
	max-width: 100%;
	height: auto;
}
.left {
	float: left;
	width: 75%;
	margin-right: 1%;
}
.right {
	float: right;
	width: 21%;
	height: auto;
	background-color: #6d7993;
	margin: 5px;
	text-align: center;
	padding-top: 5px;
	border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	-webkit-border-top-right-radius: 15px;
}
.contactInfo {
	color: #FFFFFF;
	font-family: "Goudy Old Style";
	font-size: 1.8em;
	font-weight: bold;
	text-shadow: 3px 3px 3px #000;
	-moz-text-shadow: 3px 3px 3px #000;
	-webkit-text-shadow: 3px 3px 3px #000;
	padding-top: 15px;
}
.pageTitle {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 2em;
	color: #FFDB79;
	font-variant: small-caps;
	text-shadow: 4px 3px 2px #000;
}
.pageSubtitle {
	color: #F90;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.8em;
	font-weight: bold;
	text-shadow: 3px 3px 3px #000;
	-moz-text-shadow: 3px 3px 3px #000;
	-webkit-text-shadow: 3px 3px 3px #000;
	font-variant: small-caps;
}
.ClearDivs {
	text-align: left;
	clear: both;
	float: left;
	width: 100%;
	margin-left: 2px;
}
.DivList {
	width: 70%;
	margin-right: 15%;
	margin-left: 15%;
	border: 5px solid #F90;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
	-moz-border-radius-bottomleft: 15px;
	-moz-border-radius-bottomright: 15px;
	border-radius: 15px;
}
.DivSearchContainer {
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
	margin-top: 15px;
	border: thin solid #F90;
	vertical-align: top;
}
/* Index Form styling */
.DivIndexContainer {
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	margin-top: 25px;
	border: thin solid #F90;
	vertical-align: top;
}
.DivIndexCell {
	padding-bottom: 20px;
}
.DivIndexHeader {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #F90;
	text-align: center;
}
.DivIndexInstructions {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.1em;
	color: #F90;
	text-align: center;
}
.DivIndexLeftColumn {
	float: left;
	width: 48%;
	text-align: right;
	margin-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.DivIndexRightColumn {
	float: left;
	width: 48%;
	padding: 5px;
	text-align: left;
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
a.IndexpdfLink, a.IndexpdfLink:visited {
	font-size: 1em;
	color: #FF0;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	font-style: normal;
	letter-spacing: .1em;
}
a.IndexpdfLink:hover {
	font-size: 1em;
	color: #F00;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-style: normal;
	letter-spacing: .1em;
}
.NewItem {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #F00;
}
/* Basic Form Styling for Contac Us Page */
form.Basic_chadwick label.sublabel {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.2em;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: right;
	width: 35%;
	float: left;
	display: block;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-right: 5px;
}
form.Basic_chadwick input.formTextfield_Medium {
	background-color: #FFF;
	padding: 5px;
	width: 35%;
	margin-left: 20px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	float: left;
}
form.Basic_chadwick input.formTextfield_Large {
	background-color: #FFF;
	padding: 5px;
	width: 45%;
	margin-left: 20px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	float: left;
}
form.Basic_chadwick div.fullColumnGroup {
	width: 90%;
	padding-bottom: 15px;
	padding-top: 7px;
	display: inline;
	float: left;
	color: #FFF;
}
form.Basic_chadwick div.lineGroup {
	clear: left;
	display: block;
	width: 90%;
}
form.Basic_chadwick textarea.formTextarea_Small {
	background-color: #FFF;
	padding: 5px;
	width: 45%;
	height: 100px;
	white-space: pre;
	overflow: auto;
	margin-left: 20px;
	float: left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}
form.Basic_chadwick label.radioSublabel_Wide {
	padding: 2px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.2em;
	font-family: Tahoma, Geneva, sans-serif;
	width: 100px;
	float: left;
	display: block;
	text-align: left;
	margin-left: 10px;
}
/* END Contact Us Form styling */
.bottomContainer .left .DivList ul {
	text-align: left;
	padding-left: 15px;
}
.bottomContainer .DivList ul li {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	color: #FFF;
	text-align: left;
}
.text {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: bold;
	text-align: left;
	color: #FFDB79;
	margin-left: 15px;
	padding-right: 4%;
	padding-left: 4%;
}
.text img {
	margin: 15px;
}
a.textLink, a.textLink:visited {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #F90;
	line-height: 1.4em;
}
a.textLink:hover {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #000;
	line-height: 1.4em;
}
a.emaillink, a.emaillink:visited {
	font-size: 90%;
	color: #FC0;
	margin: 0px;
	padding: 15px;
	font-family: "Goudy Old Style";
	letter-spacing: .2em;
	text-decoration: none;
}
a.emaillink:hover {
	font-size: 90%;
	color: #F00;
	margin: 0px;
	padding: 15px;
	font-family: "Goudy Old Style";
	letter-spacing: .2em;
	text-decoration: none;
}
#lowerNav {
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	visibility: visible;
	clear: both;
	text-align: center;
	padding-bottom: 5%;
	padding-left: 10%;
	padding-top: 2%;
}
#footer {
	width: 90%;
	margin-right: 5%;
	margin-left: 2%;
	text-align: center;
	margin-bottom: 3%;
	visibility: visible;
	margin-top: 5px;
	clear: both;
}
.copyright {
	color: #FFDB79;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	vertical-align: bottom;
	display: block;
	font-weight: bold;
}
a.copyrightlink, a.copyrightlink:visited {
	font-size: 1em;
	color: #FFDB79;
	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;
}
#leftCopyright {
	height: 25px;
	width: 40%;
	text-align: left;
}
#rightCopyright {
	height: 25px;
	width: 40%;
	float: right;
	padding-right: 5px;
	text-align: left;
}
.alignCenter {
	text-align: center;
	vertical-align: top;
}
.alignRight {
	text-align: right;
	float: right;
	margin: 1%;
}
.alignLeft {
	text-align: left;
	float: left;
	margin: 1%;
}
/* Search Form styling */
form.lineGroup {
	float: left;
	width: 45%;
	padding: 5px;
}
.FormInputContainer {
	margin-top: 10px;
	margin-bottom: 10px;
	width: 25%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	height: 1.5em;
	color: #000;
	margin-left: 25px;
	font-weight: bold;
	padding-left: 25px;
}
.fullColumnGroup {
	content: "";
	display: table;
	clear: both;
	width: 98%;
	padding-top: 10px;
	padding-bottom: 10px;
}
.fullColumn_Left_Group {
	float: left;
	width: 45%;
	padding: 5px;
	text-align: right;
}
.fullColumn_Right_Group {
	float: left;
	padding: 5px;
	margin-left: 45px;
	text-align: left;
	border: thin solid #FFF;
}
.DivSearchContainertable {
	text-align: center;
	width: 94%;
	border: thin solid #F60;
	max-width: 60em;
	background-color: #FFF;
	position: relative;
	margin-top: 5px;
	display: inline-table;
}
.tdSize {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
	color: #000;
	width: 13.5%;
	margin-right: .2%;
}
.hide-row tr th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #000;
	margin-top: 10px;
	margin-bottom: 25px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-bottom: 10px;
}
.brClear {
	clear: both;
}
.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;
	color: #000000;
	font-family: Arial;
	font-size: 100%;
	text-decoration: none;
	text-shadow: 0px 1px 0px #283966;
	font-weight: bold;
	max-width: 50%;
	min-width: 20em;
}
.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;
	color: #FFF;
}
}
