/* CSS Document */
body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-image: url(images/Bamboo3220.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFF;
}

#wrapper {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.borderLR {
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #432b47;
	border-left-color: #432b47;
}

.borderTB {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #432b47;
	border-bottom-color: #432b47;
	}

.borderLTR {
	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: #432b47;
	border-right-color: #432b47;
	border-left-color: #432b47;
}


#header {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 117px;
	background-image: url(images/bgOne15.gif);
	background-repeat: repeat;
}

/* changed background repeat to repeat from repeat x - need to test */


.headerOne {
	height: 117px;
	width: 1135px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#content {
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.contentTwo {
	padding: 0px;
	width: 1135px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#footer {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 115px;
	background-image: url(images/bgTwo15.gif);
	background-repeat: repeat-x;
}
.footerThree {
	margin: 0px auto;
	padding: 0px;
	height: 117px;
	width: 1135px;
}

	a:link {
	color: #7E432D; 
	border: 0 none;
	text-decoration: underline;
	font-weight: normal;
}
	a:visited {
	color: #7E432D;
	border: 0 none;
	text-decoration: underline;
	font-weight: normal;
}	
	a:hover {
	color: #432B47;
	border: 0 none;
	text-decoration: none;
	font-weight: normal;
}
	a:active {
	color: #7E432D;
	border: 0 none;
	text-decoration: underline;
	font-weight: normal;
}

table,tr,td {
	font-family: Verdana, Geneva, sans-serif;
	color: #000000;
	font-size: 1em;
}

.nav {
	font-family: Arial, sans-serif;
	font-size: .95em;
	font-weight: bold;
	}

/* purple is #432b47 and tan is f2ba8d */
.nav	a:link {
	color: #000000;
	border: 0 none;
	text-decoration: underline;
	font-weight: bold;
}
.nav	a:visited {
	color: #000000;
	border: 0 none;
	text-decoration: underline;
	font-weight: bold;
}	
.nav	a:hover {
	color: #432b47;
	border: 0 none;
	text-decoration: none;
	font-weight: bold;
}
.nav	a:active {
	color: #000000;
	border: 0 none;
	text-decoration: underline;
	font-weight: bold;
}

h1 {
	font-family: Arial, sans-serif;
	font-size: 1.25em;
	color: #f4cdad;
	padding: 3px;
	letter-spacing: 1px;
}
	
h2 {
	font-family: Arial, sans-serif;
	font-size: 1.4em;
	color: #000000;
}

h3 {
	font-size: 1em;
	font-family: Arial, sans-serif;
	color: #000000;
}

h4 {
	font-size: 1em;
	font-family: Arial, sans-serif;
}

h5 {
	font-size: 1.5em;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #600;
	}

.copy {
	font-size: 1em;
	font-weight: bold;
	color: #000000;
	font-family: Arial, sans-serif;
}

.none { border: 0; }

.one {
	margin-right: 3px;
	border: 1px solid #432b47;
}



.two {
	border: 2px solid #432b47;
}

.biggerB {
	border: 1px solid #161138;
	padding: 13px;
	float: left;
	margin-top: 25px;
	margin-left: 65px;
	background-attachment: scroll;
	background-image: url(materials/images/zoom.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-color: #FFF;
}

.biggerBNZ {
	border: 1px solid #161138;
	padding: 13px;
	float: left;
	margin-top: 25px;
	margin-left: 65px;
	background-color: #ffffff;
	
}


.haru {
	padding:10px;
	border: 1px solid #7E432D;
	margin: 2px;
}


.paperCopy {
	float: right;
	width: 465px;
	margin-top: 25px;
	margin-bottom: 5px;
	text-align: left;
	padding: 0px;
}


.paperCopyH {
	float: right;
	width: 325px;
	margin-top: 25px;
	margin-bottom: 5px;
	text-align: left;
	padding: 0px;
}


.center { text-align: center;} /* for text */
.right { text-align: right;} 

.describe {
	font-size: .85em;
}
.head {
	font-size: 1em;
	font-weight: bold;
}
.price {
	font-size: 1em;
	font-weight: bold;
	color: #7E432D;
	}

.price	a:link {
	color: #7E432D; 
	border: 0 none;
	text-decoration: underline;
	font-weight: bold;
}
.price	a:visited {
	color: #7E432D;
	border: 0 none;
	text-decoration: underline;
	font-weight: bold;
}	
.price	a:hover {
	color: #432B47;
	border: 0 none;
	text-decoration: none;
	font-weight: bold;
}
.price	a:active {
	color: #7E432D;
	border: 0 none;
	text-decoration: underline;
	font-weight: bold;
}

.furn_price {
	font-size: 1em;
	font-weight: bold;
	color: #432b47;
	line-height: 1.25em;
	}



#thankYou {
	text-align: center;
	float: right;
	width: 250px;
	clear: none;
	margin-top: 100px;
	margin-left: 10px;
	margin-right: 15px;
}

.kumikoDiv {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
}

#error {
	text-align: center;
	float: right;
	width: 250px;
	clear: none;
	margin-top: 50px;
	margin-left: 10px;
	margin-right: 10px;
}


ul {
	list-style: square;
	margin-left: 50px;
}

.link {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
}

.map {
	font-size: .9em;
	font-weight: normal;
	color: #432b47;
	}

.port_head {
	font-family: Arial, sans-serif;
	font-size: 1em;
	color: #f4cdad;
}
	
.port_head	a:link { color: #f4cdad; border: 0 none; text-decoration: underline; }
.port_head	a:visited { color: #f4cdad; border: 0 none; text-decoration: underline; }	
.port_head	a:hover { color: #432b47; border: 0 none; text-decoration: none; }
.port_head	a:active { color: #f4cdad; border: 0 none; text-decoration: underline; }



.tborder {
	border-top: 1px dotted #666699;
	border-bottom: 1px dotted #666699;
	}

.underline {
	color: #C00;
	text-decoration: underline;
}
.furn_head {
	font-size: 1em;
	font-weight: bold;
	color: #f4cdad;
	font-family: Verdana, Geneva, Arial, sans-serif;
}

.paper_head {
	font-size: 1em;
	font-weight: bold;
	color: #432b47;
	font-family: Verdana, Geneva, Arial, sans-serif;
}

.site_map {
	font-size: 1em;
	color: #000000;
	line-height: 18px;
}
.site_map a:link {
	color: #432b47;
	text-decoration: underline;
	}
	
.site_map a:visited {
	color: #432b47;
	text-decoration: underline;
	}
	
.site_map a:hover {
	color: #a2573e;
	}
	
.site_map a:active {
	color: #432b47;
	text-decoration: underline;
	}

.folioContent {
	margin: 10px;
	padding: 0px;
	width: 90%;
	font-weight: bold;
}
.clientlist {
	color: #000;
	list-style-type: square;
	list-style-position: outside;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-bottom: 15px;
	padding-left: 35px;
}

/* 2022 porfolio page update */

.portfolioJobTitle {
	font-size: 1.5em;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #600;
	line-height: 2em;
}

.portfolioJobCopy {
	font-size: 1em;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.4em;
	text-indent: .5em;
}



/* 2014 portfolio page */

.slide {
	padding: 0px;
	width: 80%;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 6px;
	margin-left: auto;
}

.tableBG {
	background-color: #432b47;
}

.tborderTop {
	border-top: 1px dotted #666699;
		}

/* 2014 warlon page */

.warlonFormat {
	width:950px;
	margin-right: auto;
	margin-left: auto;
}

/* 2016 testimonial page */

.testPageLgCopy{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.2em;
	color: #432b47;
	
}
.testHead {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 2em;
	font-style: normal;
	color: #600;
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}
