@charset "UTF-8";
body  {
	font: 100% Baskerville, "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background: #fff6df url(../images/bg.jpg) top repeat-x;
	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: #3E3938;
}
#upbg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 275px;
	background: #fff url(../images/bg7.jpg) repeat-x;
}
.twoColFixLtHdr #container {
	position: relative;
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 40px auto; /* the auto margins (in conjunction with a width) center the page */
	border: thin solid #ccc;
	background: #e9f2eb;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	height: 85px;
	margin: 0 30px;
	border-bottom: thin solid #ccc;
} 
#header .logo {
	position: absolute;
	margin-top: 53px;
}
#header .phone {
	float: right;
	margin-top: 69px;
}
#header img {
	border: none;
}
.twoColFixLtHdr #sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 170px; /* 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 */
	padding: 15px 10px 15px 30px;
	margin-top:42px;
}
.twoColFixLtHdr #maincontent { 
	margin: 0 0 0 228px;
	padding: 40px 30px 10px 0px;
	min-height: 500px;
}
#maincontent2 {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	min-height: 500px;
}
#maincontent h1 {
	font-size: 30px;
	font-family: Papyrus, "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: normal;
}
#maincontent .marginbottom {
	margin-bottom: 0px;
	padding-bottom:0px;
}
#maincontent h2 {
	font-size: 20px;
	margin-top: 40px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	font-family: Papyrus, "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-weight: normal;
}
#maincontent .margintop {
	margin-top: 20px;
}
#maincontent p {
	font-size: 16px;
	line-height: 1.5;
	margin-right: 220px;
}
#maincontent a {
	color: #3E3938;
}
#maincontent a:hover {
	text-decoration: none;
}
#maincontent ul li {
}
#maincontent2 .hometext {
	text-align: center;
	font-size: 13px;
	margin: 515px 0 5px 0;
	padding: 0px;
}
#resources a {
	text-decoration: none;
}
#resources a:hover {
	text-decoration: underline;
}
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px;
	text-align: center;
	font-size: 13px;
	border-top: thin solid #ccc;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 0px;
	padding-top: 0px;
} 
.twoColFixLtHdr #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 */
}
#footer a {
	color: #3E3938;
}
#footer a:hover {
	text-decoration: none;
}
.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: 20px;
	margin-top: -80px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 20px;
}
.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;
}
#images {
	margin: 50px 0px 20px 137px;
	list-style:none;
}
#images2 {
	margin: 50px 0px 20px 0px;
}
#images3 {
	margin: 50px 0px 0px 0px;
}
#images4 {
	margin: 50px 0px 0px 0px;
}
#images img {
	border: none;
	margin-bottom: 20px;
	margin-right: 25px;
	margin-left: 25px;
}
#images2 img {
	border: none;
	margin-bottom: 20px;
	margin-right: 25px;
	margin-left: 25px;
}
#images3 img {
	border: none;
	margin-bottom: 20px;
	margin-right: 8px;
	margin-left: 0px;
}
#images4 img {
	border: none;
	margin-bottom: 20px;
	margin-right: 50px;
	margin-left: 0px;
}
#form {
	width: 270px;
	padding: 20px;
	border: thin dashed #ccc;
}
#map {
	float: right;
}
.underline {
	text-decoration: underline;
}
#hoverimages {
	display: none;
}

#homeimages {
	margin: 50px 0px 20px 0px;
	width:960px;
	display: block;
	position:relative;
}

#homeimages a {
	background: url(../images/homeicons.jpg) no-repeat;
	width: 175px;
	height: 175px;
	display: block;
}
#homeimages a.item1 {
	background-position:0px 0px;
	position: absolute;
	left: 168px;
	top: 0px;
}
#homeimages a:hover.item1 {
	background-position:0px -175px;	
}
#homeimages a.item2 {
	background-position:0px -350px;
	position: absolute;
	left: 393px;
	top: 0px;
}
#homeimages a:hover.item2 {
	background-position:0px -525px;
}
#homeimages a.item3 {
	background-position:0px -700px;
	position: absolute;
	left: 618px;
	top: 0px;
}
#homeimages a:hover.item3 {
	background-position:0px -875px;
}
#homeimages a.item4 {
	background-position:0px -1050px;
	position: absolute;
	left: 168px;
	top: 200px;
}
#homeimages a:hover.item4 {
	background-position:0px -1225px;
}
#homeimages a.item5 {
	background-position:0px -1400px;
	position: absolute;
	left: 393px;
	top: 200px;
}
#homeimages a:hover.item5 {
	background-position:0px -1575px;
}
#homeimages a.item6 {
	background-position:0px -1750px;
	position: absolute;
	left: 618px;
	top: 200px;
}
#homeimages a:hover.item6 {
	background-position:0px -1925px;
}


#aboutimages {
	margin: 50px 0px 20px 0px;
	width:500px;
	display: block;
	position:relative;
}

#aboutimages a {
	background: url(../images/abouticons.jpg) no-repeat;
	width: 175px;
	height: 175px;
	display: block;
}
#aboutimages a.item1 {
	background-position:0px 0px;
	position: absolute;
	left: 0px;
	top: 0px;
}
#aboutimages a:hover.item1 {
	background-position:0px -175px;	
}
#aboutimages a.item2 {
	background-position:0px -350px;
	position: absolute;
	left: 225px;
	top: 0px;
}
#aboutimages a:hover.item2 {
	background-position:0px -525px;
}

