body{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: url(/template/images/background.jpg) top left repeat-x;
	background-color: #c3c09c;
	font-size: 10pt;
}


#t_container{
	margin: 50px auto;
	padding: 0;
	width: 998px;
	background: url(/template/images/rightshadow.gif) top right no-repeat;
}

#t_main{
	width: 993px;
	min-height: 651px;
	height: auto !important;
	height: 651px;
	border: 1px solid #7b7b7b;
	border-bottom: none;
	background: url(/template/images/mainbg.jpg) top left repeat-y;
	overflow: hidden;
}

* html #t_main{
	overflow: visible;
}

#t_sidecol{
	float: left;
	width: 224px;
}
	#t_sidecol div#quote{
		margin: 0;
		padding: 0 0 27px 0; /* reserved space for quote graphic */
		width: 224px;
		background: url(/template/images/quotebottom.jpg) bottom left no-repeat;
		color: #582e04;
	}
		#t_sidecol div#quote p{
			padding: 15px 15px 10px 8px; /* reserved space for quote graphic */
			background: url(/template/images/quotetop.jpg) top left no-repeat;
		}
			#t_sidecol div#quote p ul{
				margin: 0 0 0 0;
				padding: 0 0 0 0;
				list-style: none;
			}
				#t_sidecol div#quote ul li{
					padding-right: 20px;
					text-align: right;
				}

#t_content{
	margin: 0 0 0 226px;
	width: 765px;
	background-color: transparent;
}
* html #t_content{
	width: 762px !important;
	overflow: hidden;
}
	#t_content h1#banner{
		margin: 0;
		padding: 0;
		height: 90px;
		background: url(/template/images/mainbanner.jpg) top left no-repeat;
	}
		#t_content h1#banner a{
			display: block;
			height: 90px;
			text-decoration: none;
		}
			#t_content h1#banner a span{
				visibility: hidden;
			}

#t_subcontent{
	margin: 0 0 0 10px;
	padding: 10px;
	width: 735px;
        /* min height hack so content scales with layout */
        min-height: 551px;
        height: auto !important;
        height: 551px;
        background: url(/template/images/contentbg.jpg) bottom left repeat-x;
	background-color: #f8f7ed;
	overflow: hidden;
}

* html #t_subcontent{
        height: auto;
        overflow: visible;
}


	#t_subcontent img.right{
		margin: 0 0 0 10px;
		border: 1px solid #898989;
	}


#t_data{
	float: left;
	margin: 0;
	padding: 0 15px 0 5px;
	width: 465px;
	color: #444444;
}
	#t_data h2{
		margin: 0 0 5px 0;
		padding: 0;
		color: #626f6f;
	}
		#t_data  h2 a{
			text-decoration: none;
			color: #626f6f;
		}

	#t_data p{
		line-height: 20px;
		color: #444444;
	}

	#t_data ul{
		margin-left: 8px;
		list-style: disc;
		color: #444444;
	}
	#t_data ul ul{
		margin-left: 12px;
		list-style-type: circle;
	}

#t_sidebar{
	float: left;
	width: 248px;
}
	#t_sidebar div.block{
		margin: 0 0 4px 0;
		padding: 10px;
		min-height: 120px;
		height: auto !important;
		height: 120px;
		border: 1px solid #dcdf8a;
		border-right: 1px solid #c1c1c1;
		background-color: #eceebf;
	}
		#t_sidebar div.block h3{
			margin: 0;
			padding: 0;
			font-size: 1.1em;
			color: #75a3c8;
		}
			#t_sidebar div.block h3 a{
				text-decoration: none;
				color: #75a3c8;
			}

#t_footer{
	margin: 0;
	padding: 0 0 5px 0;
	height: 25px;
	background: url(/template/images/footerbg.jpg) top left no-repeat;
	font-size: .8em;
}
	#t_footer p.side{
		float: left;
		width: 224px;
		text-align: center;
		color: #6b441f;
	}
		#t_footer p.side a{
			text-decoration: none;
	                color: #6b441f;
		}
	#t_footer ul.info{
		float: left;
		margin: 0 0 0 5px;
		padding: 0;
		width: 760px;
	}
		#t_footer ul.info li{
			float: left;
			margin: 0 8px; 0 0;
			padding-top: 4px;
			color: #787c82;
		}

a#t_logo{
	display: block;
	width: 224px;
	height: 91px;
	background: url(/template/images/braverman_logo.gif) top left no-repeat;
}
	a#t_logo span{
		display: none;
	}

#_mainnav{
	margin: 0;
	padding: 0;
	width: 212px;
	list-style: none;
}
	#t_mainnav li.bttn{
		margin: 0;
		padding: 0px;
		width: 212px;
		background: url(/template/images/navbttnbg.jpg) top left repeat-y;
		border-bottom: 1px dotted #f3d4a7;
	}
        #t_mainnav li.selected{
		background-image: none;
		background-color: #ce5e1f;
         /*       background: url(/template/images/navbttnbg_over.jpg) top left repeat-y; */
        } 
	* html #t_mainnav li.bttn{
		border-bottom: 2px dotted #f3d4a7;
	}
	#t_mainnav li.bttn.item1{
		background-position: 0 0;
	}
        #t_mainnav li.bttn.item2{
                background-position: -212px 0;
        }
        #t_mainnav li.bttn.item3{
                background-position: -424px 0;
        }
        #t_mainnav li.bttn.item4{
                background-position: -636px 0;
        }
        #t_mainnav li.bttn.item5{
		background-position: -848px 0;
        }
	#t_mainnav li.bttn.item6{
		background-position: -1060px 0;
	}
		#t_mainnav li.bttn a{
			display: block;
			margin: 0;
			padding: 5px 10px;
			width: 192px;
			font-size: 1.2em;
			font-weight: bold;
			text-decoration: none;
			color: #ffffff;
		}
		#t_mainnav li.bttn a:hover{
			background-color: #ce5e1f;
		}
		#t_mainnav li.bttn a:hover span{
			color: #501806;
		}
	
		#t_mainnav li.bttn span{
			font-weight: normal;
			font-size: .8em;
			color: #663a03;
		}

		#t_mainnav li.bttn.selected span{
			color: #501806;
		}

        #t_mainnav li #t_subnav{
        }
		#t_mainnav li #t_subnav li{
			margin: 0;
			padding: 0;
			border-top: 1px solid #e09a58;
		}
		#t_mainnav li #t_subnav li.selected a{
			color: #ffffff;
			background-color: #ce5e1f;
		}

                #t_mainnav li #t_subnav li a{
			display: block;
			margin: 0 0 0 0;
			padding: 10px 0 0 25px;
                        width: 187px;
                        height: 20px;
			background-color: #de752f; /*#d36c27;*/
			font-size: .8em;
			font-weight: normal;
                        color: #501806;
                }
		#t_mainnav li #t_subnav li a:hover{
			background-color: #d06720; /* #ce5e1f*/;
		}

ul#t_crumbtrail{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

	ul#t_crumbtrail li{
		float: left;
		margin: 0;
		padding: 0 5px 0 0;
		font-size: .6em;
		font-weight: normal;
	}


ul#projects{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;	
}
	ul#projects li{
		margin: 0 0 0 0;
		padding: 0 0 15px 0;
		overflow: hidden;
		border-bottom: 1px dashed #cccccc;
	}
		ul#projects li a.thumb{
			float: right;
			display: block;
			margin: 0 0 0 10px;
			padding: 0 0 0 0;
			list-style: none;
			border: 1px solid #777777;
		}
			ul#projects li a.thumb img{
				display: block;
				border: none;
			}

		ul#projects li h4{
			margin: 0 0 0 0;
			padding: 0 0 5px 0;
			font-size: 1.1em;
		}
			ul#projects li h4 a{
				text-decoration: none;
			}

		ul#projects li p{
			padding: 0 0 0 0;
		}

ul#contact{
	margin: 0;
	padding: 0;
	list-style: none;
}
	ul#contact li{
		margin: 0;
		padding: 5px;
	}
		ul#contact li span{
			color: #686b1c;
		}
		
ul#categories{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}
	ul#categories li{
		float: left;
		margin: 0 10px 0 0;
		padding: 0;
	}
		ul#categories li a{
			margin: 0;
			padding: 0;
			text-decoration: none;
		}
form fieldset legend, form p.form_note, form h4{
	display: none;
}
form fieldset.bordered, form fieldset.controls{
	border: none;
}

form{
	margin: 0 0 0 0;
	padding: 5px 0 0 0;
}
	form fieldset{
		margin: 0;
		padding: 0 0 0 0;
	}

		form fieldset ul{
			margin: 0 0 0 0;
			padding: 0 0 0 0;
			list-style: none;
		}

			form fieldset ul li{
				margin: 0 0 0 0;
				padding: 5px 0 5px 0;
			}
				form fieldset ul li label{
					display: none;
					font-weight: bold;
				}

				form fieldset ul li input{
					margin: 0 0 0 0;
					padding: 0 0 0 0;
				}


