/***********************
 **  Temporary Rules  **
 ***********************/

.tiger {
	position: absolute;
	left: 150px;
	border: none;
	outline: none;
}

/*******************
 **  Main Layout  **
 *******************/
 
body {
	font-size: 100%;
	margin: 0px; 
	padding: 0px;  
	font-family: Verdana, Geneva, sans-serif;
	background: url(_images/background.jpg);
	color: #666;
}
h1 {
	margin: 0px;
	font-size: 1.4em;
	font-weight: normal;
	color: #F06;
	padding-right: 20px;
	padding-left: 20px;
}	
h2 {
	font-size: .8em;
	font-weight: bold;
/*	color: #666; */
	padding-right: 20px;
	padding-left: 20px;
}
p {
	font-size: 1em;
	line-height: 1.4em;
/*	color: #666; */
	padding-right: 20px;
	padding-left: 40px;
}
p em { 
	color: #F06;
	font-style: italic;
}
a {
	color: #39F;
	text-decoration: none;
	outline: none;
}
a:hover, a:active {
	color: #F69;
}

#layoutWrap {
	background: #FFF;
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	height: 1050px;  
	position: relative;
}

/*****************************************************
 **  Image Navigation Class & Other Custom Classes  **
 *****************************************************/
 
.imageNav {
	display: block;
	float: left;
	background-position: left top;
}

.imageNav:hover, .imageNav:active {
/*	color: #F69;  */
	background-position: right top;
}

.center {
	text-align: center;
}

.row {
	width: 630px;
	padding-left: 20px;
	padding-bottom: 3px;
	font-size: 1em;
/*	color: #666; */
	text-align: left;
}

span.left {
	display: block;
	float: left;
}
span.mid {
	display: block;
	float: none;
	position: absolute;
	left: 150px;
}


/**************
 **  Header  **
 **************/

#header {
	background: url(_images/header.jpg);
	height: 100px; 
}
#header img {
	padding-top: 21px;
	padding-left: 10px;
	float: left;
	border: none;
}
#header ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#header li {
	font-size: 0.75em;
	color: #F00;
	float: right;
	padding: 25px 20px 0px 0px;
}
#header #search {
	padding: 0px;
	position: absolute;
	top: 45px;
	right: 15px;
	margin: 0px;
	height: 26px;
	width: 291px;
}
#header #search img {
	margin: 0px;
	padding: 0px;
}

/**************
 **  Footer  **
 **************/
 
#footer {
	background: url(_images/footer.jpg) no-repeat;
	height: 100px;
	position: absolute;
	width: 800px;
	bottom: 0px;
}

/***********************
 **  Main Navigation  **
 ***********************/

#mainNav {
	margin: 0px;
	padding: 0px;
	height: 140px;
	background-color: #FFF;
}
#mainNav .imageNav {
	height: 127px;
	width: 150px;
	margin-right: 10px;
}

/********************
 **  Main Content  **
 ********************/

.content {
	height: 710px;
	width: 650px;
	position: absolute; 
	top: 240px; 
	right: 0px;  
	overflow-y: auto;
	overflow-x: hidden;
}
.content a {
	font-size: .9em;
	line-height: 1.2em;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
.content a#backToTop {
	line-height: 0px;
	font-size: .6em;
	float: right;
	color: #39F;
	margin-top: 10px;
}
.content a#backToTop:hover, .content a#backToTop:active {
	color: #F69;
}
.content h1 {
	font-family: "Times New Roman", serif;
	font-style: italic;
	font-size: 1.6em;
}
.content a img {
	border-style: none;
}
.content #contactfield {
	display: block;
	width: 650px;
	float: none;
}
.content form div {
/*	color: #666; */
	font-size: .75em;
	font-weight: bold;
	padding: 0px;
	padding-bottom: 10px;
}

/* CONTACT SECTION */
#contactSection span.left {
	padding-right: 30px;
	font-size: .8em;
	font-weight: bold;
	text-align: right;
	width: 70px;
}
#contactSection .topLine {
	margin-bottom: 1em;
}

/* PRINT SECTION */
#printSection .row {
	font-size: .8em;
}
#printSection span.left {
	width: 300px;
}
#printSection .topLine{
	font-weight: bold;
}
#printSection {
	background: url(_images/printpage.jpg) top right no-repeat;
}
#printSection #p1 {
	width: 300px;
}
#printSection #p1 p {
	padding-left: 20px;
	font-size: .95em;
	line-height: 1.2em;
}
#printSection .absItem {
/*	color: #666;  */
	position: absolute;
	left: 20px;
}
#printSection #absTextLeft {
	width: 230px;
	font-size: 1.1em;
	top: 220px;
}
#printSection #absTextLeft:first-line {
	font-size: .8em;
}
#printSection #absTextRight {
	font-family: "Times New Roman", serif;
	font-size: 1.2em;
	top: 225px;
	left: 330px;
	width: 280px;
	font-style: italic;
	text-align: center;
	line-height: 1.5em;
}
#printSection #absTextBottom {
	top: 650px;
	width: 400px;
	font-size: .7em;
}

/* DESIGN SECTION */
#designSection #image1 {
	position: absolute;
	right: 0px;
	top: 45px;
}
#designSection #image2, #designSection #image3 {
	padding-bottom: 10px;
	padding-left: 20px;
}
#designSection #p1 p {
	padding-left: 20px;
	font-size: .8em;
	line-height: 1.2em;
	width: 285px;
}
#designSection #p2 p {
	padding: 0px;
	position: absolute;
	top: 300px;
	left: 335px;
	width: 315px;
	font-size: .95em; 
	line-height: 1.2em;
}
#designSection #p2 p#bottom {
	top: 475px;
}
#designSection #p2 span {
	font-family: "Times New Roman", serif;
	font-style: italic;
	font-size: 1.8em;
	line-height: 1em;
}
#designSection #p2 p:first-line {
	font-size: .8em;
	line-height: 1.3em;
}

/* Photo Section */
#photoSection #photoHeader {
	position: absolute;
	left: 0px;
	margin-top: -40px;
	color: #FFF;
}
#photoSection p, #photoSection h2 {
	margin: 0px;
	padding-left: 20px;
	width: 250px;
	font-size: .8em;
	line-height: 1.2em
}
#photoSection h2 {
	padding-top: 13px;
}
#photoSection #topParagraph {
	position: absolute;
	width: 400px;
	left: 150px;
	top: 200px;
}
#photoSection #photo1 {
	padding-left: 20px;
}
#photoSection #photo2, #photoSection #photo3, #photoSection #photo4 {
	position: absolute;
	left: 285px;
}
#photoSection #photo2 {
	top: 280px;
}
#photoSection #photo3 {
	top: 390px;
}
#photoSection #photo4 {
	top: 500px;
}


/* Services Section */
#servicesSection ul {
	margin: 0px;
	padding-left: 2.5em;
	list-style: disc;
}
#servicesSection li {
	padding: 20px 20px 20px 0px;
	float: left; 
	font-size: .905em;
	font-family: "Times New Roman", serif;
	font-style: italic;
	color: #666;
}
#servicesSection a {
	margin: 0px;
	padding: 0px;
	color: #666;
}
#servicesSection #leftCol, #rightCol {
	padding-left: 20px;
	top: 250px;
	width: 285px;
	position: absolute;
}
#servicesSection #rightCol {
/*	left: 325px;  */
	right: 0px;
}
#servicesSection div div {
	padding-bottom: 20px;
}
#servicesSection p {
	padding: 0px;
	margin: 0px;
	text-indent: 1.5em;
	line-height: 1.2em;
}

/* FAQ Section */
#faqSection ul, #faqSection li {
	padding: 0px;
	margin-left: 20px;
	list-style: decimal;
	font-size: .9em;
}
#faqSection .answer li {
	font-size: 1em;
	padding-bottom: 5px;
	list-style: disc;
}
#faqSection p {
	padding: 0px;
	margin: 0px;
}
#faqSection p + p {
	padding-top: 10px;
}
#faqSection em {
	font-style: normal;
}
#faqSection .qaPair {
	background: url(_images/Q.jpg) no-repeat top left;
	margin-top: 20px;
	margin-left: 20px;
	float: left;
	width: 575px;
}
#faqSection .qaPair .question, #faqSection .qaPair .answer {
	padding-left: 25px;
}
#faqSection .qaPair .question {
	font-weight: bold;
	font-size: .8em;
}

#faqSection .qaPair .answer {
	font-size: .8em;
	margin-top: 5px;
	background: url(_images/A.jpg) no-repeat top left;
}


/***************************
 **  Side Bar Navigation  **
 ***************************/
 

#leftSidebar {
	height: 795px; 
	width: 150px;
	position: absolute;
	left: 0px;
	top: 240px;
	background: #CCC;
	margin: 0px;
	color: #FFF;
}

#leftSidebar ul {
	margin: 0px;
	padding-left: 5px;
}
#leftSidebar li  {
	line-height: 1.1em;
	list-style: url(none) none;
	display: block;  
	padding: 0px;
	color: #FFF;
	margin: 0px;
	font-size: 0.83em;
}

#leftSidebar ul li h1 {
	font-size: 0.85em;
	margin: 0px;
	padding: 0px;
	padding-top: 7px;
	padding-bottom: 4px; 
	color: #666; 
	line-height: 0.85em;
	font-weight: bold;
}
#leftSidebar ul li ul li {
	padding: 0px;
	padding-bottom: 1px; 
	font-weight: bold;
	margin: 0px 0px 0px 10px; 
}
