/* Jetts Murals and More CSS Information */
* {
	margin: 0;
	padding: 0;
}
body {
	background-color: #fff;
	color: #333;
	text-align: center;
	font: 12px Arial, Helvetica, sans-serif;
}
h1 {
	background-color: transparent;
	color: #333;
	font: 24px Palatino Linotype, Book Antiqua, Palatino, serif;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 0.5px;
	margin: 15px 0 0 26px;
}
h2 {
	font: 18px Palatino Linotype, Book Antiqua, Palatino, serif;
	margin: 15px 5px 5px 26px;
	color: #900;
	font-style: italic;
	font-weight: normal;
}
h3, h4, h5 {
	font-weight: normal;
	font-size: 14px;
}
#main {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 710px;
	text-align: left;
}
#header {
	position: relative;
	background-color: transparent;
	background-image: url(images/topBar.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 710px;
	height: 103px;
	clear: both;
}
#content {
	position: relative;
	width: 710px;
/*	min-height: 30px; */
	background-color: #c4ceba;
	border-top: 1px solid #3b5b38;
	border-bottom: 1px solid #3b5b38;
}
#content p {
	margin: 15px 325px 0 26px;
}
#content a {
	color: #900;
}
#footer {
	position: relative;
	width: 710px;
	height: 29px;
	background-image: url(images/bottomBar.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: transparent;
}
#footer h1 {
	font: 10px Arial, Helvetica, sans-serif;
	text-align: right;
	font-style: normal;
	padding-top: 7px;
	margin: 0 18px 0 0;
}
#footer a {
	color: #333;
}
.emphasis {
	font-weight: bold;
}
/* ----------------- navigation information ---------------- */
ul#nav {
	list-style: none;
	position: absolute;
	bottom: 3px;
	right: 0;
	font: 16px Palatino Linotype, Book Antiqua, Palatino, serif;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 0.5px;
}
#nav li {
	display: inline;
	margin-right: 20px;
}
#nav a:link, #nav a:visited {
	color: #900;
	text-decoration: none;
}
#nav a:hover, #nav a:active {
	color: #900;
	text-decoration: none;
}
/* ---------------- index information ----------------- */
body#index #content {
	height: 400px;
}
html>body#index #content { /* box model hack - see http://tantek.com/CSS/Examples/boxmodelhack.html */
	height: inherit;
	min-height: 400px;
}
body#index #content h1 {
	font: 16px Arial, Helvetica, sans-serif;
	margin-top: 35px;
}
body#index #content p {
	margin-bottom: 210px;
	font-size: 14px;
}
img#treeSquirrel {
	position: absolute;
	right: 0;
	bottom: 0;
}
img#bunnyFlowers {
	clear: both;
	position: absolute;
	left: 26px;
	bottom: 0;
}
/* ---------------- portfolio information --------------- */
body#portfolio #content {
	height: 400px;
}
#portfolioLayer {
	position: absolute;
	left: 0;
	top: 60px;
	background-image: url(images/portfolioSquare.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	width: 710px;
	height: 345px;
}
#portfolioLayer img {
	border: none;
}
body#portfolio.thumbnails #portfolioLayer img {
	width: 94px;
	height: 93px;
}
#portfolioLayer ul {
	margin: 20px 0 0 45px; /* margin: 80px 0 0 45px; */
	list-style: none;
}
#portfolioLayer li {
	/*display: inline;*/
	float: left;
	margin: 0 10px 9px 0;
}
body#portfolio.largeMural #portfolioLayer {
	top: 45px;
	background-image: none;
}
body#portfolio.largeMural #portfolioLayer {
	text-align: center;
}
/* body#portfolio.largeMural #portfolioLayer img {
	width: auto;
	height: auto;
} */
#pageNums {
	position: absolute;
	right: 50px;
	bottom: 100px;
	font: 14px Palatino Linotype, Book Antiqua, Palatino, serif;
}
#pageNums a {
	color: #333;
}
#pageNums.largeMural {
	position: relative;
	right: auto;
	bottom: auto;
	font: 15px Palatino Linotype, Book Antiqua, Palatino, serif;
	font-style: italic;
}
#pageNums.largeMural a.pageLinks {
	vertical-align: top;
}
/* ---------------- services information ---------------- */
img#servicesLionLamb {
	float: right;
	margin: -10px 25px 10px 30px;
}
body#services #content p {
	margin: 0 100px 10px 26px; /* margin-right was 150px */
}
#bottomPar {
	padding-bottom: 10px;
}
body#services #content a {
	font-style: italic;
}
/* ------------------ contact information --------------- */
body#contact #content {
	height: 400px;
}
html>body#contact #content {
	height: inherit;
	min-height: 400px;
}
body#contact h1 {
	z-index: 10;
}
body#contact #content h2 {
	font: 16px Arial, Helvetica, sans-serif;
	margin: 0 40px 0 440px;
	color: #333;
}
body#contact #content h2#contactIntro {
	margin: 20px 40px 35px 440px;
	font-size: 14px;
}
body#contact h3, body#contact h4, body#contact h5 {
	margin: 0 40px 0 440px;
}
img#contactGiraffe {
	position: absolute;
	bottom: 0;
	left: -22px;
}
.contactType {
	font-style: italic;
}
