html
{
	height: 100%;
}

body 
{
	background-color: #fcfde7;
	
	margin:0px; 
	padding:0px;

	font-family: arial, helvetica, verdana, sans-serif; 
	color: #463e14;
	font-size: 12px; 
	line-height: 1.5em;
	text-align: center;
	
	
}

.navLink
{
	font-size: 12px;
    font-weight: bold;
	line-height: 1.4em;
}

a.navLink:link      { text-decoration:none;  color:#463e14;}
a.navLink:visited   { text-decoration:none; color:#463e14; }
a.navLink:hover     { text-decoration:none; color:#339898; }
a.navLink:active    { text-decoration:none; color:#463e14;}

.pageLink
{
	font-size: 12px;
    font-weight: bold;
	line-height: 1.4em;
}

a.pageLink:link      { text-decoration:underline;  color:#339898;}
a.pageLink:visited   { text-decoration:underline; color:#339898; }
a.pageLink:hover     { text-decoration:underline; color:#463e14; }
a.pageLink:active    { text-decoration:underline; color:#339898;}

a.inLink:link      { text-decoration:none;  color:#463e14;}
a.inLink:visited   { text-decoration:none; color:#463e14; }
a.inLink:hover     { text-decoration:none; color:#463e14; }
a.inLink:active    { text-decoration:none; color:#463e14;}

a:link      { text-decoration:underline;  color:#144f8c;}
a:visited   { text-decoration:underline; color:#144f8c; }
a:hover     { text-decoration:underline; color:#144f8c; }
a:active    { text-decoration:underline; color:#144f8c;}

.interiorLink
{
	font-size: 15px;
    font-weight: bold;
	line-height: 1.8em;
}

a.interiorLink:link      { text-decoration:underline;  color:#144f8c;}
a.interiorLink:visited   { text-decoration:underline; color:#144f8c; }
a.interiorLink:hover     { text-decoration:underline; color:#144f8c; }
a.interiorLink:active    { text-decoration:underline; color:#144f8c;}

.bioLink
{
	font-size: 11px;
      	font-weight: bold;
	line-height: 1.1em;
}

a.bioLink:link      { text-decoration:underline;  color:#144f8c;}
a.bioLink:visited   { text-decoration:underline; color:#144f8c; }
a.bioLink:hover     { text-decoration:underline; color:#144f8c; }
a.bioLink:active    { text-decoration:underline; color:#144f8c;}

#menuAdjust
{
	text-align: right;
	padding-right: 10px;
}

#logoLink
{
	 position: relative
	 left: -15px;
	 top: 0px;
}

#logoLinkHome
{
	 position: relative
	 left: -5px;
	 top: 0px;
}

#mainBody
{
	 width:880px;
	margin:0px auto;
	text-align:left;

}

#footerBG
{
	background-image: url(images/borderBottom.jpg);
	background-repeat: no-repeat;
	width: 880px;
	height: 28px;
	
}

#footerText
{
	padding-top: 15px;
	color: #463e14;
	font-size: 10px; 
	line-height: 1.5em;
	text-align: center;
}

.floatLeft { float: left; }

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */



#homeBG
{
	
	position:relative;
	
	margin: 0 auto 0 auto;
	background-image: url(images/homeBG.jpg);
	background-repeat: no-repeat;
	width: 880px;
	height: 405px;
	
}

#interiorBG
{
	
	position:relative;
	
	margin: 0 auto 0 auto;
	
	width: 880px;
	height: 405px;
	
}

#homeText
{
	
	font-size: 12px;
	font-weight: regular;
	line-height: 1.2em;
	width: 210px;
	
}

.homeTextBig
{
	
	font-size: 15px;
	font-weight: bold;
	line-height: 1.2em;
	
}

#mainHeader {
		
	width: 880px;
	height: 125px;
	
	margin: 0 auto 0 auto;
}

#mainHeaderBG {
		
	width: 880px;
	height: 20px;
	background-image: url(images/borderTop.jpg);
	background-repeat: no-repeat;
	margin: 0 auto 0 auto;
}

#headerContact
{
	color: #333333;
	font-size: 11px; 
	line-height: 1.3em;
	text-align: center;
	vertical-align: top;
	position:absolute;
	top: -133px;
	left: 670px;
	display:block;
}

#headerContactHome
{
	color: #333333;
	font-size: 12px; 
	line-height: 1.3em;
	text-align: center;
	position:absolute;
	top: -123px;
	left: 610px;
	display:block;
}

#carousel 
{
	width: 944px;
	height: 475px;
	position: relative;
	top: -14px;
}

#textAbout
{
	width: 335px;
	padding-right: 30px;
	padding-left: 30px;
}

#textServices
{
	width: 635px;
	padding-right: 30px;
	padding-left: 30px;
}

.pageContent
{	
	position: absolute;
	 left: 155px;
	 top: 27px;
}

.pageContentInterior
{	
	
	position: relative;
	left: 35px;
	top: 10px;
}

.leftRepeat
{
	width:880px;
	margin-left:0%;
	background: #FFFFFF url(images/borderLeft.jpg) repeat-y left top;
	padding-left:0px;
}

.rightRepeat
{
	background:  url(images/borderRight.jpg) repeat-y right top;
	padding:0 0 0 0;
}

/* mac hide \*/
* html .rightRepeat{height:1%}
/* force "layout" in IE */
.leftRepeat p
{
	padding:0 10px;
	margin:0 0 1em 0
}


.pageHeader
{
	font-size: 16px;
	font-weight: bold;
	color: #463e14;
	
}



