﻿/* Smartphones (landscape[smaller and larger phones] and portrait[larger phones]) ----------- */
@media only screen and (min-device-width : 321px) and (max-device-width : 767px) {
body {
	margin: 0 1em;
	text-align: center;
	font-size: 1em;
}
#page_content, #shadow, #container, #name {
	width: 100%;
}
#content {
	width: 100%;
	text-align: center;
	height: auto;
}
#mastheadShadow {
	width: 100%;
}
#bshadow, #search {
	display: none;
}
#navigation {
	margin: 0;
	height: auto !important;
	text-align: center;
	width: 100%;
}
#navigation ul {
	margin: 0;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	-webkit-padding-start: 0;
}
#navigation li {
	float: left;
	margin: .5em 2%;
	display: table;
	table-layout: fixed;
	width: 45%;
}
#navigation li:first-child {
	display: none;
}
#navigation li a {
	height: 2.5em;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	border-radius: 1em;
	background-size: auto 100%;
}
#spacers {
	display: none;
}
.logo {
	background-size: cover;
	background-position: center center;
}
#name {
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
#masthead {
	width: 100%;
	height: auto;
	background-color: #fff;
}
#footer {
	width: 100%;
/*	background-color: #fff; */
	text-align: center;
	font-size: 1em !important;
}
#footer a {
	font-size: 1em !important;
	color: #000;
	white-space: nowrap;
}
#tblMain {
	margin: 0;
	padding: 0;
	border: none;
	width: 100% !important;
}
#tblNew, #tblNew tr, #tblNew td {
	margin: 0;
	padding: 0;
	border: none;
	width: 100% !important;
}
#tdLeft {
	border: none !important;
	margin: 0;
	padding: 0;
	width: 100%;
}
#tdCenter {
	display: none;
}
#tdRight2 {
	padding: 0;
	margin: 0;
}
#tdLeft2 {
	padding: 0;
	margin: 0;
}

#divNew {
	border-radius: 1em;
	background-color: #e3ebd9;
	padding: .1em;
}
#tdRight {
	border: none !important;
	margin: 0;
	padding: 0;
	width: 100%;
}
#tdRight p:first-child {
	margin: 0 0 0 1em !important;
	text-align: left;
}
#tdRight p {
	margin: .5em auto !important;
	padding: 0px;
	float: none;
	margin: .5em auto;
	display: table;
	table-layout: fixed;
	width: 90%;
	text-align: center;
}
#tdRight a {
	display: block;
	width: 100%; /*white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;*/;
	text-decoration: none;
	color: #fff8dc;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #708090;
	background-color: #8fbc8f;
	background-repeat: repeat-x;
	background-size: auto 100%;
	background-image: url('../images/button.png');
	height: 2.5em;
	display: table-cell;
	vertical-align: middle;
	border-radius: 1em;
}
#tdRight a:hover {
	text-decoration: none;
	color: #261;
	background-color: #ccc;
}
#tdRight hr {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	background-position: 0% 0%;
	margin: 0 auto;
	padding: 0;
	width: 90%;
	color: Black;
	height: 1px;
	background-image: -ms-linear-gradient(left, #ccc, #000, #ccc);
	background-color: #000;
	background-repeat: repeat;
	background-attachment: scroll;
}
#tdLeft p:first-child {
	margin: 0 0 0 1em !important;
	text-align: left;
}
#tdLeft p {
	margin: .5em auto !important;
	padding: 0px;
	float: none;
	margin: .5em auto;
	display: table;
	table-layout: fixed;
	width: 90%;
	text-align: center;
}
#tdLeft a {
	display: block;
	width: 100%; /*white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;*/;
	text-decoration: none;
	color: #fff8dc;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #708090;
	background-color: #8fbc8f;
	background-repeat: repeat-x;
	background-size: auto 100%;
	background-image: url('../images/button.png');
	height: 2.5em;
	display: table-cell;
	vertical-align: middle;
	border-radius: 1em;
}
#tdLeft a:hover {
	text-decoration: none;
	color: #261;
	background-color: #ccc;
}
#tdLeft hr {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	background-position: 0% 0%;
	margin: 0 auto;
	padding: 0;
	width: 90%;
	color: Black;
	height: 1px;
	background-image: -ms-linear-gradient(left, #ccc, #000, #ccc);
	background-color: #000;
	background-repeat: repeat;
	background-attachment: scroll;
}

#divStatehouse {
	display: none;
}
#h5Welcome {
	margin: .5em;
	font-size: 1em;
	text-align: justify;
	text-justify: inter-word;
}
.showMobile {
	display: inline;
}
}
/* Smartphones (portrait[smaller phones]) ----------- */
@media only screen and (max-device-width : 320px) {
body {
	margin: 0 1em;
	text-align: center;
	font-size: 1em;
}
#page_content, #shadow, #container, #name {
	width: 100%;
}
#content {
	width: 100%;
	text-align: center;
	height: auto;
}
#mastheadShadow {
	width: 100%;
}
#bshadow, #search {
	display: none;
}
#navigation {
	margin: 0;
	height: auto !important;
	text-align: center;
	width: 100%;
}
#navigation ul {
	margin: 0 auto;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	-webkit-padding-start: 0;
}
#navigation li {
	float: none;
	margin: .5em auto;
	display: table;
	table-layout: fixed;
	width: 90%;
}
#navigation li:first-child {
	display: none;
}
#navigation li a {
	height: 2.5em;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	border-radius: 1em;
	background-size: auto 100%;
}
#spacers {
	display: none;
}
.logo {
	background-size: cover;
	background-position: center center;
}
#name {
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
#masthead {
	width: 100%;
	height: auto;
	background-color: #fff;
}
#footer {
	width: 100%;
	background-color: #fff;
	text-align: center;
	font-size: 1em !important;
}
#footer a {
	font-size: 1em;
	color: #000;
	white-space: nowrap;
	display: inline-block;
	margin: 1em 0 0 0;
}
#tblMain {
	margin: 0;
	padding: 0;
	border: none;
	width: 100% !important;
}
#tblNew, #tblNew tr, #tblNew td {
	margin: 0;
	padding: 0;
	border: none;
	width: 100% !important;
}
#tdLeft {
	border: none !important;
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #ceddbd;
}
#tdCenter {
	display: none;
}
#tdRight2 {
	padding: 0;
	margin: 0;
}
#tdLeft2 {
	padding: 0;
	margin: 0;
}

#divNew {
	border-radius: 1em;
	background-color: #e3ebd9;
}
#tdRight {
	border: none !important;
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #ceddbd;
}
#tdRight p:first-child {
	margin: 0 0 0 1em !important;
	text-align: left;
}
#tdRight p {
	margin: .5em auto !important;
	padding: 0px;
	float: none;
	margin: .5em auto;
	display: table;
	table-layout: fixed;
	width: 90%;
	text-align: center;
}
#tdRight a {
	display: block;
	width: 100%; /*white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;*/;
	text-decoration: none;
	color: #fff8dc;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #708090;
	background-color: #8fbc8f;
	background-repeat: repeat-x;
	background-image: url('../images/button.png');
	height: 2.5em;
	display: table-cell;
	vertical-align: middle;
	border-radius: 1em;
	background-size: auto 100%;
}
#tdRight a:hover {
	text-decoration: none;
	color: #261;
	background-color: #ccc;
}
#tdRight hr {
	background-position: 0% 0%;
	margin: 0 auto;
	padding: 0;
	width: 90%;
	height: 1px;
	background-image: -ms-linear-gradient(left, #ccc, #000, #ccc);
	background-color: #000;
	background-repeat: repeat;
	background-attachment: scroll;
}
#tdLeft p:first-child {
	margin: 0 0 0 1em !important;
	text-align: left;
}
#tdLeft p {
	margin: .5em auto !important;
	padding: 0px;
	float: none;
	margin: .5em auto;
	display: table;
	table-layout: fixed;
	width: 90%;
	text-align: center;
}
#tdLeft a {
	display: block;
	width: 100%; /*white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;*/;
	text-decoration: none;
	color: #fff8dc;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #708090;
	background-color: #8fbc8f;
	background-repeat: repeat-x;
	background-image: url('../images/button.png');
	height: 2.5em;
	display: table-cell;
	vertical-align: middle;
	border-radius: 1em;
	background-size: auto 100%;
}
#tdLeft a:hover {
	text-decoration: none;
	color: #261;
	background-color: #ccc;
}
#tdLeft hr {
	background-position: 0% 0%;
	margin: 0 auto;
	padding: 0;
	width: 90%;
	height: 1px;
	background-image: -ms-linear-gradient(left, #ccc, #000, #ccc);
	background-color: #000;
	background-repeat: repeat;
	background-attachment: scroll;
}

#divStatehouse {
	display: none;
}
#h5Welcome {
	margin: .5em;
	font-size: 1em;
}
.showMobile
{
	display:inline;
}
}
/* iPads (landscape) ----------- */
@media all and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:landscape) {
/* Styles */
/*body {
	margin: 0 1em;
	text-align: center;
	font-size: 1em;
}
#page_content, #shadow, #container, #name {
	width: 100%;
}
#content {
	width: 100%;
	text-align: center;
	height: auto;
}
#mastheadShadow {
	width: 100%;
}
#bshadow {
	display: none;
}
#navigation {
	margin: 0 auto !important;
	height: auto !important;
	text-align: center;
	width: 100%;
	border: 1px solid red;
}
#navigation ul {
	margin: 0;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	-webkit-padding-start: 0;
	border: 1px solid blue;
}
#navigation li {
	float: none;
	margin: .5em;
	display: inline-table;
	table-layout: fixed;
	width: 22%;
	border: 1px solid green;
}
#navigation li:first-child {
	display: none;
}
#navigation li a {
	height: 2.5em;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	border-radius: 1em;
	background-size: auto 100%;
}
#spacers {
	display: none;
}
.logo {
	background-size: cover;
	background-position: center center;
}
#name {
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
#masthead {
	width: 100%;
	height: auto;
	background-color: #fff;
}
#footer {
	width: 100%;
	background-color: #fff;
	text-align: center;
	font-size: 1em !important;
}
#footer a {
	font-size: 1em !important;
	color: #000;
	white-space: nowrap;
}
#tblMain {
	margin: 0;
	padding: 0;
	border: none;
	width: 100% !important;
}
#tblNew, #tblNew tr, #tblNew td {
	margin: 0;
	padding: 0;
	border: none;
	width: 100% !important;
}
#tdLeft {
	display: none;
}
#tdCenter {
	display: none;
}
#tdRight2 {
	padding: 0;
	margin: 0;
}
#divNew {
	border-radius: 1em;
	background-color: #e3ebd9;
	padding: .1em;
}
#tdRight {
	border: none !important;
	margin: 0;
	padding: 0;
	width: 100%;
}
#tdRight p:first-child {
	margin: 0 0 0 1em !important;
	text-align: left;
}
#tdRight p {
	margin: .5em auto !important;
	padding: 0px;
	float: none;
	margin: .5em auto;
	display: table;
	table-layout: fixed;
	width: 90%;
	text-align: center;
}
#tdRight a {
	display: block;
	width: 100%;*/
/*white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;*/
;
/*	text-decoration: none;
	color: #fff8dc;
	margin: 0 1px;
	padding: 5px;
	border: 1px solid #708090;
	background-color: #8fbc8f;
	background-repeat: repeat-x;
	background-size: auto 100%;
	background-image: url('../images/button.png');
	height: 2.5em;
	display: table-cell;
	vertical-align: middle;
	border-radius: 1em;
}
#tdRight a:hover {
	text-decoration: none;
	color: #261;
	background-color: #ccc;
}
#tdRight hr {
	border-style: none;
	border-color: inherit;
	border-width: 0;
	background-position: 0% 0%;
	margin: 0 auto;
	padding: 0;
	width: 90%;
	color: Black;
	height: 1px;
	background-image: -ms-linear-gradient(left, #ccc, #000, #ccc);
	background-color: #000;
	background-repeat: repeat;
	background-attachment: scroll;
}
#divStatehouse {
	display: none;
}
#h5Welcome {
	margin: .5em;
	font-size: 1em;
	text-align: justify;
	text-justify: inter-word;
}*/
}
/* iPads (portrait) ----------- */
@media all and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
/*@media only screen and (min--moz-device-pixel-ratio: 1.5) and (orientation:portrait),
       only screen and (-o-min-device-pixel-ratio: 3/2) and (orientation:portrait),
       only screen and (-webkit-min-device-pixel-ratio: 1.5) and (orientation:portrait),
       only screen and (min-device-pixel-ratio: 1.5) and (orientation:portrait),
       only screen and (min-resolution: 144dpi) and (orientation:portrait),
       only screen and (min-resolution: 1.5dppx) and (orientation:portrait) {*/
	
/* Styles */
body {
	margin: 0 1em;
	text-align: center;
	font-size: 1em;
}
#page_content, #shadow, #container, #name {
	width: 100%;
}
#content {
	width: 100%;
	text-align: center;
	height: auto;
}
#mastheadShadow {
	width: 100%;
}
#bshadow {
	display: none;
}
#navigation {
	margin: 0 auto;
	height: auto !important;
	text-align: center;
	width: 100%;
}
#navigation ul {
	margin: 0;
	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;
	-webkit-padding-start: 0;
}
#navigation li {
	float: none;
	margin: .1em;
	display: inline-table;
	table-layout: fixed;
	vertical-align: top;
}
/*#navigation li:first-child {
	display: none;
}*/
#navigation li a {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	background-size: auto 100%;
}
/*#spacers {
	display: none;
}*/
.logo {
	background-size: cover;
	background-position: center center;
}
#name {
	background-size: contain;
	background-position: left center;
	background-repeat: no-repeat;
}
#masthead {
	width: 100%;
	height: auto;
	background-color: #fff;
}
#footer {
	width: 100%;
	background-color: #fff;
	text-align: center;
	font-size: 1em !important;
}
#footer a {
	font-size: 1em !important;
	color: #000;
	white-space: nowrap;
}
#tblMain {
	margin: 0;
	padding: 0;
	border: none;
	width: 100% !important;
}
#tdLeft {
	width: 33% !important;
}
#tdCenter {
	width: 34% !important;
	vertical-align:middle !important;
}
#tdRight {
	width: 33% !important;
}
#divCenterLarge {
	display: none;
}
#divCenterSmall {
	display: inline-block;
}
#divStatehouse {
	display: none;
}
#h5Welcome {
	margin: .5em;
	font-size: 1em;
	text-align: justify;
	text-justify: inter-word;
}
#tdLeftLinks
{
	display:none;
}
.showiPad
{
	display:inline;
}
}
/* Desktops and laptops ----------- */
@media only screen and (min-device-width : 1025px) {
/* Styles */
