body{
	background-image: url(../_images/page_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	color: #444;
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	margin:0 auto;
	width:960px;
}

body {
	behavior:url("http://www.kidderwachter.com/_css/csshover.htc");
}
img, div {
	behavior:url("http://www.kidderwachter.com/_css/iepngfix.htc");
}

#page{
	margin:0 auto;
	width:960px;
}
					a, a:visited {
						color:#444444;
						text-decoration:none;
					}
					a:hover {
						color:#832625;

						text-decoration:none;
					}
#header{
	position:relative;
	height: 115px;
}
	#header_logo{
		position:absolute;
		top:45px;
	}	
#menu{
	position:absolute;
	right:0;
	top:50px;
}
	#menu ul{
		float:left;
		margin:0;
	}
		#menu ul li{
			float:left;
			list-style:none outside none;
			margin-left:15px;
		}
			#menu ul li a{
				color:#FFFFFF;
				font-size:14px;
				text-decoration:none;
			}
			#menu ul li a:hover{
				color:#eaeaea;
			}

#content{	
	position:relative;
	float: left;
	width:100%;
}
	#content h1{	
		font-size: 18px;
		color: #8c2a29;
		margin:0 0 10px;
	}
	
	#content_left{
		float: left;
		width: 192px;	
	}
		#content_left_menu{
		}
			#content_left_menu ul{
				margin: 0;
			}
				#content_left_menu ul li{
					list-style:none outside none;
					padding-bottom:10px;
				}
					#content_left_menu ul li a{
						color:#444444;
						font-size:12px;
						text-decoration:none;
					}
					#content_left_menu ul li.selected a,
					#content_left_menu ul li a:hover{
						color: #832625;
						font-weight: bold;
					}
			
	#content_right{	
		float: left;
		width: 768px;	
	}
		#content_right h1{	
			font-size: 18px;
			color: #8c2a29;
			margin:0 0 10px;
		}
		#content_right h2{	
			font-size: 14px;
			color: #3f3f3f;
			margin:0 0 10px;
		}
		#content_right p{
			font-size: 12px;
			color: #7d7d7d;
			margin:0 0 10px;	
		}
		
	.content_3_column{
		width: 320px;
		float: left;
	}
	
	#project_left{
		float:left;
		height:479px;
		overflow:hidden;
		width:96px;
		position: relative;
	}
		#project_left ul{
			float:left;
			margin: 0;
			position: absolute;
		}
			#project_left ul li{
				list-style: none;
				float: left;
				margin-bottom:6px;
			}
				#project_left ul li a{
					float: left;
				}
				#project_left ul li a:hover{
				}
			
	#project_right{	
		width: 858px;
		float: left;
		margin-left: 6px;
	}
		#breadcrumbs{	
			position:absolute;
			right:0;
			top:-23px;
			color: #666666;
		}
			#breadcrumbs a{	
				text-decoration: none;
				color: #999999;
			}
			#breadcrumbs a:hover{
				color: #8c2a29;	
			}
	#project_details{
		float:left;
		margin-left:10px;
		margin-top:10px;
	}
		#project_details h1{
			color:#999999;
			font-size:105%;
			font-weight:normal;
			margin:0;
		}
		#project_details h2{
			color:#999999;
			font-size:90%;
			font-weight:normal;
			margin:0;
		}
		#project_details p{
			color:#999999;
		}
	#project_left_arrows{
		float: left;
		width: 90px;
	}
		#project_down{
			background: url(../_images/arrowdown.png) no-repeat center;
			width: 45px;
			height: 40px;
			float: left;
			cursor: pointer;
		}
		#project_up{
			background: url(../_images/arrowup.png) no-repeat center;
			width: 45px;
			height: 40px;
			float: left;
			cursor: pointer;
		}
.cat_image{
	float:left;
	height:186px;
	margin-bottom:6px;
	padding-left: 6px;
	position:relative;
	width:186px;
}
a.cat_mouse_trigger{
	height:186px;
	position:absolute;
	width:186px;
}
.cat_overlay{
	background:none repeat scroll 0 0 #FFFFFF;
	height:186px;
	position:absolute;
	width:186px;
	z-index:1;	
}
.cat_image .text{
	bottom:0;
	color:#000000;
	padding-top:0;
	position:absolute;
	width:176px;
	z-index:1;
	padding: 5px;
	font-weight: bold;
}
