/* VIEWPORT < 960px */

@media only screen and (max-width: 960px){
#container, #header, #footer, #footer2, #header2 { 
	width: 768px; 
}

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: url(/images/container-background.jpg);
	background-repeat: repeat-y;
	width:768px;
} 
.twoColFixLtHdr #header {
	height: 544px;
	width:768px;
	display:none;
}
#logo {
	width: 200px;
	height: 260px;
	display: inline;
	position: absolute;
	margin-left: -369px;
	left: 50%;
	margin-top: 10px;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 280px 20px 15px 15px;
	color: #002a5c;
	font-size: 12px;
	line-height: 160%;
}
.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px; /* 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;
} 
.twoColFixLtHdr #footer {
	background:#002a5c;
	height: 220px;
	color: #FFF;
	font-size: 12px;
	width:768px;
} 
.twoColFixLtHdr #footer2 {
}

.twoColFixLtHdr #footer #footer-photo {
	float: left;
	height: 186px;
	width: 235px;
	display:none;
}
.twoColFixLtHdr #footer #footer-nav {
	font-size: 9px;
	color: #FFF;
	text-align: left;
	margin-top: 15px;
	float: right;
	line-height:150%;
	font-family: Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #footer #footer-nav a:link {
	color: #FFF;
	text-decoration: none;
	line-height:150%;
}
.twoColFixLtHdr #footer #footer-nav a:visited {
	color: #FFF;
	text-decoration: none;
	line-height:150%;
}.twoColFixLtHdr #footer #footer-nav a:hover {
	color: #FFF;
	text-decoration: underline;
	line-height:150%;
}.twoColFixLtHdr #footer #footer-nav a:active {
	color: #FFF;
	text-decoration: none;
	line-height:150%;
}.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:left;
}
ul.menu ul {
	position:absolute;
	top:55px;
	left:0;
	display:none;
	opacity:0;
	list-style:none;
	font-size: 10px;
	width: 250px;
}
ul.menu ul li {
	position:relative;
	border-top:none;
	margin:0;
	width: 250px;
}
ul.menu ul li a {
	display:block;
	padding:4px 7px 4px 17px;
	background-color:#CCC;
	color: #666;
}
ul.menu ul li a:hover {
	background-color:#cfab7a;
	color: #002a5c;
}
ul.menu ul ul {
	left:250px;
	top:0px
}
ul.menu .menulink {
	padding:17px 13px 19px 13px;
	font-size: 8pt;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	border-right-color: #FFF;
	border-right-width: 1px;
	border-right-style: solid;
}
ul.menu .menulink2 {
	padding:17px 13px 19px 13px;
	font-size: 8pt;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}

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 {

}




}