@charset "utf-8";
body  {
	margin: 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: #cfd5e5;
	background-image: url(images/body_bg.gif);
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
#container  {
	width: 950px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
} 
#map_container {
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
}

#header  {
	background-image: url(images/banner_bg.gif);
	background-repeat: no-repeat;
	height: 110px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
} 
#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	display: none;
}
#header h2 {
	display: none;
}
#header h3 {
	display: none;
}
#navBar {
	background-image: url(images/nav_bg.gif);
	background-repeat: repeat-x;
	height: 35px;
}
#JLT-100 {
	border: none;
	margin: 0;
	float: left;
}


#sidebar1  {
	float: left; /* since this element is floated, a width must be given */
	margin: 0px;
	position: relative;
	left: 0px;
	top: 0px;
	padding: 0px;
	width: 215px;
	background-color: #FFFFFF;
	background-image: url(images/JLT-100_margins02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#sidebarTxt  {
	color: #000000;
	width: 190px;
	margin-top: 360px;
	margin-bottom: 20px;
	margin-left: 5px;
}
#sidebarTxt ul {
	list-style-type: none;
}
#sidebarTxt li {
	text-indent: -20px;
	padding-bottom: 6px;
}
#mainContent  {
	margin: 0;
	margin-left: 190px;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
} 
#footer  {
	margin-left: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #021442;
} 
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
.noborder_fltLft {
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	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;
}
.JLT_name {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
}
.JLT_name-bold {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
}
#navBar ul {
	font-size: 90%;
	font-weight: bold;
	color: #FFFFFF;
	position: relative;
	top: 6px;
	list-style-type: none;
	margin-top: 0px;
	margin-left: 0px;
	left: 0px;
}
#navBar #current {
	color: #9FA7BA;
}
#navBar li {
	display: inline;
}
#navBar a {
	color: #FFFFFF;
	text-decoration: none;
}
#navBar a:hover {
	color: #F5EE36;
	text-decoration: underline;
}

.caption {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	text-align: center;
}
img {
	border: thin double #000000;
}
.bigfont {
	font-size: large;
}
.heading {
	font-family: "Cambria", "Times New Roman", serif;
	font-size: 26pt;
	background-color: #CFD5E5;
	font-style: italic;
	text-align: left;
	background-image: url(images/Heading_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #777F92;
	height: 45px;
	padding-left: 45px;
}
.heading-top {
	font-family: "Cambria", "Times New Roman", serif;
	font-size: 26pt;
	background-color: #CFD5E5;
	font-style: italic;
	text-align: left;
	background-image: url(images/Heading_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #777F92;
	height: 45px;
	padding-left: 55px;
}
#pageNav {
	list-style-type: none;
	margin-top: 5px;
	text-indent: -35px;
}
#pageNav li {
	display: inline;
	text-indent: -35px;
}
div.dt {
	padding-left: 20px;
	text-indent: 10px;
	font-size: 22;
	font-family: "Cambria", "Times New Roman", serif;
	background-color: #CFD5E5;
	border: 1px solid #777F92;
	text-align: left;
}
.contacts {
  font-family: "Cambria", "Times New Roman", serif;
  font-size: 16;
  color: 101010;
  text-align: left;
}
.spacer {
	width: 30px;
}
.townpix {
	margin-bottom: 20px;
	padding-bottom: 10px;
}
#linkCode {
	width: 350px;
	margin-right: auto;
	margin-left: auto;
}
#map {
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: center;
}

