/* VIEWPORT < 768px */

@media only screen and (max-width: 768px){
#container {
	width: 524px;
}
	
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 16px 0 0 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #002a5c;
	background-image: url(/images/body-background.jpg);
	background-repeat: repeat-x;
	font-size: 14px;
	line-height: 130%;
}
.twoColFixLtHdr #container {
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: none;
	background-repeat: none;
	width:524px;
	background-color:#FFF;
	padding-top:250px;
} 
.twoColFixLtHdr #header {
	height: 544px;
	width:524px;
	display:none;
}
#logo {
	width: 500px;
	height: 260px;
	display: inline;
	position: absolute;
	margin-left: -250px;
	left: 50%;
	margin-top: -300px;
	text-align:center;
}
.twoColFixLtHdr #sidebar1 {
	float: none; /* since this element is floated, a width must be given */
	width: 489px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 470px 20px 15px 15px;
	color: #002a5c;
	font-size: 12px;
	line-height: 160%;
	background-color:#f0e49c;
	text-align:center;
	display:none;
}
#spacer {
	height:20px;
	width:100%;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-color: #FFF;
}

#footer {
	background:#002a5c;
	height: 250px;
	color: #FFF;
	font-size: 12px;
	width:424px;
	padding-top:50px;
}
#footer tr td {
    width: 500px;
    float: left;
	text-align:center;
	margin-bottom: 0px;
	padding:0px;
	border-right-color:none;
	border-right-style:none;
	border-right-width:none;
}
#footer tr {
    clear: left;
}



.twoColFixLtHdr #footer2 {
}

.twoColFixLtHdr #footer #footer-photo {
	float: left;
	height: 186px;
	width: 235px;
	display:none;
}
.twoColFixLtHdr #footer #footer-nav {
	font-size: 16px;
	color: #FFF;
	text-align: left;
	margin-top: 15px;
	float: none;
	line-height:150%;
	font-family: Arial, Helvetica, sans-serif;
	width:500px;
}
.twoColFixLtHdr #footer #footer-nav a:link {
	color: #FFF;
	text-decoration: none;
	line-height:250%;
}
.twoColFixLtHdr #footer #footer-nav a:visited {
	color: #FFF;
	text-decoration: none;
	line-height:250%;
}
.twoColFixLtHdr #footer #footer-nav a:hover {
	color: #FFF;
	text-decoration: underline;
	line-height:250%;
}
.twoColFixLtHdr #footer #footer-nav a:active {
	color: #FFF;
	text-decoration: none;
	line-height:250%;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;	
}
h1 {
	font-size: 18px;
	color: #002a5c;
	font-style: italic;
	text-decoration: underline;
	padding-top: 20px;
}
#nav {
	z-index: 20;
	color: #002a5c;
	font-size: 11px;
	width:320px;
	height: 30px;
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: 180px;
}
a:link {
	color: #9f741e;
}
a:visited {
	color: #9f741e;
}
a:hover {
	color: #002a5c;
}
a:active {
	color: #9f741e;
}
#head-image {
	height:544px;
	width:565px;
	float: right;
	position: relative;
	z-index: 10;
}
#header2 {
	height: 294px;
	width:768px;
	display:none;
}
h2 {
	font-size: 28px;
	color: #002a5c;
	font-style: italic;
	text-decoration: none;
	padding-top: 20px;
	line-height: -50%;
}
.photo-right {
	float: none;
	margin-left: 0px;
	border: medium solid #00285B;
	margin-bottom: 30px;
	margin-top: 30px;
}
.photo-left {
	float: none;
	margin-right: 0px;
	border: medium solid #00285B;
	margin-bottom: 30px;
	margin-top: 30px;
}
.photo {
	width:100%;
	height:100%;
}





ul.menu {
	list-style:none;
	margin:0;
	padding:0;
}
ul.menu * {margin:0; padding:0}
ul.menu a {
	display:block;
	color:#00688F;
	text-decoration:none
}
ul.menu li {
	position:relative;
	float:none;
}
ul.menu ul {
	position:absolute;
	top:55px;
	left:0;
	display:none;
	opacity:0;
	list-style:none;
	font-size: 13px;
	width: 100%;
}
ul.menu ul li {
	position:relative;
	border-top:none;
	margin:0;
	width: 100%;
}
ul.menu ul li a {
	display:block;
	padding:17px 0px 19px 17px;
	background-color:#CCC;
	color: #666;
	font-size: 13px;
	border-bottom-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	width:511px;
}
ul.menu ul li a:hover {
	background-color:#cfab7a;
	color: #002a5c;
}
ul.menu ul ul {
	left:260px;
	top:0px;
	background-color: #002a5c;
	
}
ul.menu .menulink {
	padding:17px 0px 19px 13px;
	font-size: 13pt;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	border-right-color: none;
	border-right-width: none;
	border-right-style: none;
	border-bottom-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-color:#002a5c;
	width:511px;
}
ul.menu .menulink2 {
	padding:17px 0px 19px 13px;
	font-size: 13pt;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	background-color:#002a5c;
	width:511px;
}

ul.menu .menulink:hover, ul.menu .menuhover {
	background-color: #cfab7a;
	color: #002a5c;
	border-top-color: #CCC;
}
ul.menu .menulink2:hover, ul.menu .menuhover {
	background-color: #cfab7a;
	color: #002a5c;
	border-top-color: #CCC;
}

ul.menu .sub {
	background:#CCC;
	color: #666;
}
ul.menu .topline {
	background-color: #002a5c;
}
ul.menu .topline a:link {
	background-color: #002a5c;
	color:#FFF;
}
ul.menu .topline a:hover {
	background-color: #cfab7a;
	color:#002a5c;
}



}