body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

body {
/*	background-color: #e9e3d8; */
	background-image: url(../images/home_background.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body#about {
	background-image: url(../images/about_background.jpg);
}
body#portfolio {
	background-image: url(../images/portfolio_background.jpg);
}
body#news, body#designfaq {
	background-image: url(../images/news_background.jpg);
}
body#principles {
	background-image: url(../images/principles_background.jpg);
}
body#popup {
	background-image: none;
}

#home_info {
	background-color: #FFFFFF;
	border: 1px solid #2796C3;
	margin-left: 33px;
	margin-top: 6px;
}

td {
	vertical-align: top;
}

td.vmiddle {
	vertical-align: middle;
}

#home_info td {
	font-size: 12px;
}

.subnav {
	padding-top: 5px;
}

.subnav td {
	font-weight: bold;
	font-size: 12px;
	vertical-align: middle;
}

#topnav {
	margin-left: 33px;
}

#pagebody {
	margin-left: 27px;
	margin-top: 10px;
}

a:link, a:visited {
	color: black;
	text-decoration: none;
	font-weight: bold;
}

a:active {
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	color: #83514E;
	font-weight: bold;
}

img.sectional-cursive {
	margin-left: 24px;
}

#beckyberg, #news-page, #principles-page, #design-faq-page {
	background-color: #8ACDDE;
}
#design-faq-page {
	padding: 1em 1em;
}

#beckyberg2, #portfolio-page2, #news-page2, #principles-page2, #design-faq-page2 {
	margin: 20px;
}

ul {
	list-style: url(../images/navbullet.gif); 
}

#news-page ul, #principles-page ul, #base ul, #design-faq-page ul {
	list-style: url(../images/blue_bullet.gif);
}

/*
#news-page img {
	padding: 0px 7px 7px 0px;
}
*/
.clickable-thumbnail {
	border: 3px solid white;
	margin: 0px 10px;
	padding: 0px;
	cursor: pointer;
}

#portfolio-page {
	background-color: #C8BCA4;
}

td.vmiddle {
	vertical-align: middle;
}

/* .toplevel is the top-level <table>.  Its id indicates which template is in use (which site section the user is in) */
.toplevel div#About {
	visibility: hidden;
}

div.subnav {
	position:absolute; 
	width:170px; 
	z-index:1; 
	left: 0px; 
	top: 100px;
}

.toplevel#about div#About {
	visibility: visible;
}

.toplevel div#Principles {
	visibility: hidden;
}

.toplevel#principles div#Principles {
	visibility: visible;
}

.toplevel div#Portfolio {
	visibility: hidden;
}

.toplevel#portfolio div#Portfolio {
	visibility: visible;
}

.portfolio-tab {
	color: #733731;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 6px;
	font-weight: bold;
}

.portfolio-tab#selected {
	background-color: #937B4C;
}

.portfolio-tab a:link, .portfolio-tab a:visited{
	color: #733731;
}

.portfolio-tab#selected a:link, .portfolio-tab#selected a:visited{
	color: white;
}

.portfolio-details {
	background-color: #937B4C;
	padding: 4px;
}

.portfolio-details p {
	padding-left: 8px;
	padding-right: 8px;
}

.portfolio-details img {
	margin-left: 11px;
	margin-top: 14px;
	margin-bottom: 4px;
	border: 3px solid white;
	cursor: pointer;
}

.portfolio-details img.nopointer { cursor: auto; }

.centered {
	text-align: center;
	font-size: 13px;
}

#design-philosophy #design-philosophy a {
	color: #83514E;
}
#becky-berg #becky-berg a {
	color: #83514E;
}
#staff #staff a {
	color: #83514E;
}
#contact-us #contact-us a {
	color: #83514E;
}
#living-rooms #living-rooms a {
	color: #83514E;
}
#kitchens #kitchens a {
	color: #83514E;
}
#dining-rooms #dining-rooms a {
	color: #83514E;
}
#bathrooms #bathrooms a {
	color: #83514E;
}
#bedrooms #bedrooms a {
	color: #83514E;
}
#entries #entries a {
	color: #83514E;
}
#commercial #commercial a {
	color: #83514E;
}

.mainimage {
	position: absolute; 
	width:456px; 
	height:260px; 
	z-index:2;
	cursor: pointer;
}

.box, .insetbox, .boxleft, .boxright{
	width: 215px;
	padding: 7px;
	padding-left: 14px;
	padding-bottom: 10px;
	border: 1px;
	border-color:#000000;
	border-style:solid;
}
.insetbox {
	margin-left: 25px;
}
.boxleft {
	float: left;
}
.boxright {
	float: right;
}

.indent {
	margin-left: 20px;
}

.nextpage {
	text-align: right;
}

h4 {
	color: #000066;
}

strong {
	font-weight: bold;
	font-size: 101%;
}

h1 {
	font-size: 100%;
	padding: 0;
	margin: 0;
}
.imageright {
	padding: 5px 0 5px 5px;
	float: right;
}
.imageleft {
	padding: 5px 5px 5px 0px;
	float: left;
}
.bordered {
	border: 1px solid black;
}
.clear {
	clear: both;
}
th {
	text-align: right;
	vertical-align: top;
}
a.nonbold {
	font-weight: normal;
}
.pagebreak {
	page-break-before: always;
}

img.zoomable {
	border: 1px solid white;
	cursor: pointer;
}
