@charset "utf-8";
html {font-size:100%;}
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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #3a2013;
	background: url(images/background.gif) repeat;
	font: 0.8em/1.5em verdana, arial, Helvetica, sans-serif;
}
#containerArea {
	width: 984px;
	margin: 0px auto;
	padding-bottom: 0px;
	background: #FFF;
	height: 100%;
}
#header  {
	width: 984px;
	margin: 0 auto; /* this overrides the text-align: center on the body element. */
	background: url(images/banner.jpg) no-repeat;
	height: 232px;
	z-index: 1;
}
#content{
	margin: 0px auto 0;
	background: #FFF;
	width: 944px;
	z-index: 10;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
#content2{
	margin: 20px auto 0;
	background: #FFF;
	width: 944px;
	z-index: 10;
	padding-bottom: 10px;
}

  #topnav {
	height: 29px;
	width: 650px;
	margin-top: 180px;
	float: left;
}
p {
	line-height: 1.5em;
	margin-right: 20px;
}

h1 {
	font: normal 170%/normal Verdana, Arial, Helvetica, sans-serif;
	color: #7f2a01;
	margin-bottom: -5px;
}


h2 {
	color: #17627f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 140%;
	font-weight: normal;
}
h3 {
	color: #0164a8;
	font: bold 110% Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
h4 {
	color: #000;
	font: bold 110% Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
}
h5 {font-size: 100%;	font-weight: bold;	color: #5d332a;	margin-bottom: 0px;	margin-top: 5px;}

.text-brown {
	color: #5f2e0d;
}
 a:link {
	color: #17627f;
}
 a:hover {
	color: #da931c;
}
 a:visited {color: #965c2c;}
#column1 {
	width:255px;
	float: left;
	padding-right: 20px;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 58px;
	background: url(images/box1.jpg) no-repeat;
	height: 250px;
}
#column1 h2 {
	font: 150% Arial, Helvetica, sans-serif;
	padding-top: 80px;
	color: #17627f;
	padding-left: 20px;
}
#column1 p {
	padding-left: 20px;
}
#column2 {
	padding-right: 20px;
	width:255px;
	float: left;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 58px;
	background: url(images/box2.jpg) no-repeat center bottom;
	height: 250px;
}
#column2 h2 {
	font: 150%/1.2em Arial, Helvetica, sans-serif;
	padding-top: 80px;
	color: #17627f;
	padding-left: 30px;
}
#column2 p {
	padding-left: 30px;
}
#column3 {
	padding-right: 20px;
	width:255px;
	float: left;
	margin-bottom: 20px;
	margin-top: 0px;
	background: url(images/box3.jpg) no-repeat right bottom;
	height: 250px;
}
#column3 h2 {
	font: 150%/1.2em Arial, Helvetica, sans-serif;
	padding-top: 80px;
	color: #17627f;
	padding-left: 40px;
}
#column3 p {
	padding-left: 40px;
}

#footer {
	font-size:85%;
	margin: 20px auto 0px;
	width: 984px;
	background: url(images/footer.gif) no-repeat bottom;
	padding-bottom: 10px;
} 
#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: 5px 0 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
}
.current {
	color: #000;
}
/* END CLA */



.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;
}
.photoR {
	border: 1px solid #965c2c;
	margin: 0px 20px 20px 30px;
	float: right;
}
.photoL {
	float:left;
	margin: 0px 30px 0px 0px;
}

#top {
	font-size: 85%;
	text-align: right;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.text-small {
	font-size: 80%;
}
.text_home {
	font-size: 120%;
	line-height: 1.75em;
}
.link {
	list-style-type: none;
	padding-left: 70px;
	list-style-position: inside;
}
.linkServices {
	list-style-type: decimal;
	margin-left: 70px;
	list-style-position: inside;
}


li {
	line-height: 1.75em;
}
