@charset "UTF-8";

html { height: 101%; }

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: #666666;
	font-family: "Trebuchet MS", Georgia, Arial, sans-serif;
	background-color: #E4E4E4;
	background-image: url(../images/manzanita-background.jpg);
	background-repeat: repeat-x;
}
p {
	line-height: 1.5em;
	font-size: 1em;
}
.indentquote {
	padding-left: 17px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #C06330;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
}
h1 {
	color: #BF683A;
	font-size: 1.4em;
	font-style: normal;
	font-weight: bold;
}

h1 a{
	color: #BF683A;
	text-decoration: none;	
}

h1 a:hover {
	color: #FFFFFF;
	background-color: #A1BC42;
	text-decoration: none;
}

.bodytext {
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-left: 17px;
}
.bodytext-sub {
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-left: 39px;
}

.portfoliodescrip p {
	margin-top: -10px;
}
.bodytext img {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #8d0203;
	border-right-color: #8d0203;
	border-bottom-color: #8d0203;
	border-left-color: #8d0203;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
.portfoliodescrip {
	background-color: #f9faeb;
	width: 696px;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 12px;
	padding-bottom: 12px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #8d0203;
	border-right-color: #8d0203;
	border-bottom-color: #8d0203;
	border-left-color: #8d0203;
}

h2 {
	color: #333333;
	font-size: 1.2em;
	font-style: normal;
	font-weight: normal;
}

h2 a {
	color: #e67a39;
	text-decoration: none;
}

h2 a:hover {
	text-decoration: underline;
}

h3 {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	color: #983700;
}

.header {
	padding-left: 50px;
	height: 255px;
	font-size: 1em;
}
.header a {
	color: #999999;
	text-decoration: none;
	padding-top: 15px;
	padding-right: 2px;
	padding-bottom: 15px;
	padding-left: 2px;	
}
.header a:hover {
	color: #333333;
	text-decoration: none;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
.headercurrentpage  {
	color: #e67a39;
	text-decoration: none;
	border-top-width: 20px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	text-decoration: none;
	padding-top: 15px;
	padding-right: 2px;
	padding-bottom: 15px;
	padding-left: 2px;
}

.header img {
	float: left;
	padding-left: 20px;
	clear: none;
}
.nav {
	padding-top: 23px;
	float: left;
	padding-left: 80px;
	font-size: 1.4em;
}
.oneColFixCtr #container {
	width: 800px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 0px;
}
.oneColFixCtr #mainContent {
	margin-top: 0px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
	background-image: url(../images/whitebkndthingreenborder.jpg);
	background-repeat: repeat-y;
	height: auto;
}
.maincontentimage    {
	float: left;
	padding-left: 10px;
	clear: none;
	padding-right: 30px;
}

p a {
	color: #BE5F2A;
	text-decoration: none;
}
p a:hover {
	text-decoration: underline;
}
.righttextbox {
	float: right;
	width: 250px;
	clear: both;
}
.leftimage {
	float: left;
}
.test {
	clear: left;
	float: left;
}
.lefttextbox {
	float: left;
	width: 370px;
	clear: left;
}
.testimonialbox {
	float: left;
	width: 415px;
	clear: left;
}
.rightimage {
	float: right;
	width: 410px;
	clear: right;
	text-align: right;
}

.bottom {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #FFFFFF;
	clear: both;
	font-size: 1em;
	background-color: #BE5F2A;
}
.bottom a {
	color: #FFFFFF;
	text-decoration: none;
}
.bottom a:hover {
	text-decoration: none;
	background-color: #A1BC42;
}
.bottomcurrent {
	text-decoration: none;
	color: #CCCCCC;
}
