@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: #183048;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-repeat: repeat-x;
	background-color: #5481c1;
	background-image: url(images-2009/lmi-bkgd.jpg);
}
#outercontainer {
	background-color: #FFF;
	width: 900px;
	text-align: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border: 6px solid #5481c1;
	padding: 0px;
}
#header {
	background: #fff;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
}
#header a:link {
	color: #5481c1;
	text-decoration: none;
}
#header a:visited {
	text-decoration: none;
	color: #5481c1;
}
#header a:hover {
	text-decoration: underline;
	color: #183048;
}
#header a:active {
	text-decoration: none;
	color: #5481c1;
}
.jp3Text a:link {
	color: #5481c1;
	text-decoration: none;
}
.jp3Text a:visited {
	text-decoration: none;
	color: #5481c1;
}
.jp3Text a:hover {
	text-decoration: underline;
	color: #183048;
}
.jp3Text a:active {
	text-decoration: none;
	color: #5481c1;
}
#header p {
	font-size: 9px;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #5481c1;
	text-align: center;
}
#navigation {
	margin: 0;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 398px;
	float: right;
	width: 470px;
}
#navigation a:link {
	color: #5481c1;
	text-decoration: none;
}
#navigation a:visited {
	text-decoration: none;
	color: #5481c1;
}
#navigation a:hover {
	text-decoration: none;
	color: #183048;
}
#navigation a:active {
	text-decoration: none;
	color: #5481c1;
}
#mainContent {
	background: #FFFFFF;
	margin: 0px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#mainContent a:link {
	color: #183048;
	text-decoration: none;
}
#mainContent a:visited {
	text-decoration: none;
	color: #183048;
}
#mainContent a:hover {
	text-decoration: underline;
	color: #183048;
}
#mainContent a:active {
	text-decoration: none;
	color: #183048;
}
#div-left {
	width: 425px;
	float: left;
	margin: 0;
	padding: 0;
}
#div-right {
	width: 425px;
	float: right;
	padding-top: 10px;
	margin: 0;
}
#homePhotos {
	margin: 0;
	padding-top: 10px;
}
#footer {
	background: #5481c1;
	margin: 0px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9px;
	color: #FFF;
	text-align: center;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#footer a:link {
	color: #fff;
	text-decoration: none;
}
#footer a:visited {
	text-decoration: none;
	color: #fff;
}
#footer a:hover {
	text-decoration: underline;
	color: #fff;
}
#footer a:active {
	text-decoration: none;
	color: #fff;
}
.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: 0px;
	padding: 0px;
}
.fltrtSWF { /* 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;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.fltrtSWFsmall { /* 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;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin: 0px;
	padding: 0px;
}
.clear { 
	clear: both;
}
.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 its child floats */
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0px;
}
.homeWelcome {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	color: #5481c1;
	font-style: italic;
}
.facilitiesHeader {
	font-size: 15px;
	font-weight: bold;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	color: #5481c1;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	color: #5481c1;
}
.facilitiesText {
	font-size: 11px;
	padding-right: 450px;
	margin: 0px;
	padding-bottom: 6px;
	padding-top: 0px;
	line-height: 17px;
}
.facilitiesIndent {
	font-size: 11px;
	padding-right: 450px;
	margin: 0px;
	padding-bottom: 6px;
	padding-top: 0px;
	line-height: 17px;
	padding-left: 12px;
}
.clientsText {
	font-size: 11px;
	padding-right: 450px;
	margin: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	line-height: 17px;
}
.clientsIndent {
	font-size: 11px;
	padding-right: 450px;
	margin: 0px;
	padding-bottom: 6px;
	padding-top: 0px;
	line-height: 17px;
	padding-left: 12px;
}
.homeText {
	font-size: 11px;
	padding-right: 520px;
	margin: 0px;
	padding-bottom: 6px;
	padding-top: 0px;
	line-height: 17px;
	font-weight: normal;
}
.historyText {
	font-size: 11px;
	padding-right: 450px;
	margin: 0px;
	padding-bottom: 6px;
	padding-top: 0px;
	line-height: 17px;
}
.historyIndent {
	font-size: 11px;
	padding-right: 450px;
	margin: 0px;
	padding-bottom: 6px;
	padding-top: 0px;
	line-height: 17px;
	padding-left: 12px;
}
.specs {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 17px;
	margin: 0;
	padding: 0;
}
.specsText {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 17px;
	margin: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 0;
}
.homeMember {
	font-size: 10px;
	padding-right: 515px;
	margin: 0px;
	padding-bottom: 6px;
	padding-top: 0px;
	line-height: 15px;
	font-style: italic;
}
.homePhotos {
	padding-right: 15px;
	margin: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.jp3Text {
	font-size: 11px;
	padding-right: 14px;
	margin: 0px;
	padding-bottom: 6px;
	padding-top: 0px;
	line-height: 17px;
	font-weight: normal;
}
.jp3Indent {
	font-size: 11px;
	padding-right: 14px;
	margin: 0px;
	padding-bottom: 6px;
	padding-top: 0px;
	line-height: 17px;
	padding-left: 12px;
}
#left {
	float: left; /* since this element is floated, a width must be given */
	width: 281px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* padding keeps the content of the div away from the edges */
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#right {
	float: right; /* since this element is floated, a width must be given */
	width: 281px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* padding keeps the content of the div away from the edges */
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 15px;
}
#center {
	margin-top: 0;
	margin-right: 296px;
	margin-bottom: 0;
	margin-left: 296px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.img {
	padding-top: 6px;
	padding-bottom: 6px;
}
.galleryTitle {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	line-height: 17px;
}
#strad	{
	margin: 0;
	padding: 0;
	float: left;
	width: 215px;
}
#skylark	{
	margin: 0;
	padding: 0;
	float: left;
	width: 215px;
}
#sallyjo	{
	margin: 0;
	padding: 0;
	float: left;
	width: 215px;
}
#nimbus	{
	margin: 0;
	padding: 0;
	float: left;
	width: 215px;
}

