/* VIEWPORT < 768px */
@media only screen and (max-width: 524px){
#container {
	width: 300px;
}
	
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:300px;
	background-color:#FFF;
	padding-top:250px;
} 
.twoColFixLtHdr #header {
	height: 544px;
	width:300px;
	display:none;
}
#logo {
	width: 200px;
	height: 260px;
	display: inline;
	position: absolute;
	margin-left: -100px;
	left: 50%;
	margin-top: -300px;
}
.twoColFixLtHdr #sidebar1 {
	float: none; /* since this element is floated, a width must be given */
	width: 265px; /* 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;
}
.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;
}
	
#mainContent  {

	padding: 0px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 14px;

	color: #000000;

	background-color: #FFF;

}
#mainContent tr td {
    width: 240px;
    float: left;
	margin-bottom: 10px;
	padding:0px;
}
#mainContent tr {
    clear: left;
}

#mainContent-inside {

	padding: 0px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 14px;

	color: #000000;

	background-color: #FFFFFF;

	background-repeat: repeat-y;

}



#mainContent-inside tr td {

    width: 240px;

    float: left;

	padding: 0px;

	margin-bottom:10px;

}



#mainContent-inside tr {

    clear: left;

}



#mainContent p {

	line-height: 140%;

}
	
#forms  {

	padding: 0px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 14px;

	color: #000000;

	background-color: #FFF;

}
	
#forms tr td {
    width: 240px;
    float: left;
	margin-bottom: 10px;
	padding:0px;
}
#forms tr {
    clear: left;
}

#forms-inside {

	padding: 0px;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size: 14px;

	color: #000000;

	background-color: #FFFFFF;

	background-repeat: repeat-y;

}



#forms-inside tr td {

    width: 240px;

    float: left;

	padding: 0px;

	margin-bottom:10px;

}



#forms-inside tr {

    clear: left;

}



#forms p {

	line-height: 140%;

}

#footer {
	background:#002a5c;
	height: 500px;
	color: #FFF;
	font-size: 12px;
	width:300px;
	padding-top:50px;
}
#footer tr td {
    width: 280px;
    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:300px;
}
.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;
	line-height: 150%;
}
#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: 18px;
	color: #002a5c;
	font-style: italic;
	text-decoration: none;
	padding-top: 20px;
	line-height: 150%;
}
.photo-right {
	float: none;
	margin-left: 0px;
	border: medium solid #00285B;
	margin-bottom: 30px;
	margin-top: 30px;
	width:100%;
	height:100%;
}
.photo-left {
	float: none;
	margin-right: 0px;
	border: medium solid #00285B;
	margin-bottom: 30px;
	margin-top: 30px;
	width:100%;
	height:100%;
}
.photo {
	width:100%;
	height:100%;
}





ul.menu {list-style:none; margin:0; padding:0; z-index: 100;}



ul.menu * {margin:0; padding:0}



ul.menu a {

	display:block;

	text-decoration:none;

}



ul.menu li {

	position:relative;

	float:none;

	margin-right:0px

}



ul.menu ul {

	position:relative;

	top:0px;

	left:0;

	display:none;

	opacity:0;

	list-style:none;

}



ul.menu ul li {

	position:relative;

	border-top:none;

	margin:0;
	
	font-size: 15px;
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	
	width: 280px;

}



ul.menu ul li a {

	display:block;

	padding:10px 10px 10px 10px;

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

	font-size: 15px;

	font-weight: normal;

	width: 280px;

	text-align: left;

	margin-top: 0px;

	border-bottom-width: 1px;

	border-bottom-style: solid;

	border-bottom-color: #B2A075;

	background-color: #002a5c;

	color: #FFF;

}



ul.menu ul li a:hover {

	color: #FFF;

	background-color: #d3c08e;

}



ul.menu ul ul {

	left:120px;

	top:0px;

	background: #d3c08e;

}



ul.menu .menulink {

	font-weight:normal;

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

	font-size: 14px;

	font-weight: bold;

	border-right-width: none;

	border-right-style: none;

	border-right-color: none;

	padding-top: 13px;

	padding-right: 0px;

	padding-bottom: 13px;

	padding-left: 0px;

	color: #003468;

	border-bottom-width: 1px;

	border-bottom-style: solid;

	border-bottom-color: #B2A075;

	background: #d3c08e;

}



ul.menu .menulink:hover, ul.menu .menuhover {

	text-decoration: none;

	color: #002a5c;

}



ul.menu .menulinkb {

	font-weight:normal;

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

	font-size: 14px;

	padding-top: 13px;

	padding-right: 0px;

	padding-bottom: 13px;

	padding-left: 0px;

	color: #003468;

	background: #d3c08e;

}



ul.menu .menulinkb:hover, ul.menu .menuhover {

	text-decoration: none;

	color: #002a5c;

}



ul.menu .sub {

	color:#FFF;

	background-color: #002a5c;
		
	width: 280px;

}



ul.menu .sub a:hover {

	color:#FFF;

	background-color: #d3c08e

}



ul.menu .topline {

	background: #d3c08e;
	
	width: 280px;
	
	position:relative;
	
	margin-left:0px;
	
	top:0px;
	
	text-align:left;

}

ul.menu li.topline{
	float: left;
}




}