* {
	margin: 0; padding: 0;
}

body {
	background: #474A37 url(../img/body-bg.jpg) 0 -1px repeat-x;
	font: small "Lucida Grande", "Lucida Sans Unicode","Trebuchet MS", Verdana, sans-serif; 
}
p {
	padding: 10px 0;
}
a img {
	border: 1px solid #000;
}
a.esta img {
	float: left;
	padding: 5px;
	margin: 0 5px 0 0;
	background: #fff url(../img/header-bg.jpg) repeat-x 50%;
	border: 1px solid #cccccc;
}

.ddindent {
	margin-left: 25px;
}

#container {
	width: 95%;
}
html>body #container {
	min-width: 968px;
}
#header {
	background: #fff url(../img/header-bg.jpg) repeat-x bottom;
	position: relative;
	height: 151px;
}
	#header img {
		display: block;
	}
	
#logo {
	position: absolute;
	top: 10px;
	left: 160px;
}
#contact-info {
	color: #474A37;
	font-size: 130%;
	font-weight: bold;
	line-height: 130%;
	text-align: right;
	position: absolute;
	right: 10px;
	top: 30px;
}
#location-info{
	color: #c00101;
	font-size: 100%;
	font-weight: bold;
	line-height: 130%;
	text-align: left;
	position: absolute;
	right: 260px;
	top: 30px;
	padding: 0 10px 0 0;
	border-right: 1px dashed #000;
}
#navigation {
	position: absolute;
	bottom: 1px;
	left: 160px;
}	
	#navigation dl {
		background: #4B4D3F;
	}
	#navigation dt {
		float: left;
		background: #4B4D3F url(../img/nav-tab-bg.jpg) repeat-x;
		margin-right: 1px;
	}
	#navigation a {
		float: left;
		text-decoration: none;
		color: #fff;
		padding: 5px 10px;
	}
	#navigation a:hover {
		background: #474A37;
	}
	
#subcontainer {
	background: url(../img/subnav-bg.gif);
}

#subnav {
	position:  relative;
	background: #474A37;
	width: 151px;
	height:  500px;
	float: left;
	padding-top: 20px;
}
	#subnav dt {
		background: url(../img/subnav-sep.gif) bottom center no-repeat;
		padding: 3px;
		
	}
	#subnav a {
		padding: 3px;
		display: block;
		text-decoration: none;
		color: #fff;
	}
	#subnav a:hover {
		background: #787D5C;
	}
	#subnav #gobos {
		position:  absolute;
		bottom: 5px;
		left:  5px;
	}
	#subnav #rosco {
		position:  absolute;
		bottom: 100px;
		left:  5px;
	}
	#subnav #xproj {
		position:  absolute;
		bottom: 195px;
		left:  5px;
	}

#content-container {
	background: #fff url(../img/content-bg.jpg) repeat-x top;
	margin-left: 151px;
}

#content {
	width: 49%;
	float: left;
	padding: 10px;
	line-height: 160%;
}
	#content h2 {
		font-size: 140%;
		margin: 5px 0 10px;
	}
	#content h3 {
		font-size: 130%;
		margin: 10px 0 5px;
	}
	#content h4 {
		font-size: 120%;
		margin: 10px 0 5px;
	}
	#content h5 {
		font-size: 120%;
		margin: 10px 0 20px;
	}
	#content #staffgal dl {
		clear: both;
		margin: 0 0 20px 0;
	}
	#content #staffgal dt {
		float: left;
	}
	/*#content #staffgal dd {
		margin-left: 155px;
	}*/
	#content li {
		margin-left: 20px;
	}
	#content dt {
		margin: 15px 0 0;
	}

	
#content-wide {
	width: 90%;
	float: left;
	padding: 10px;
	line-height: 160%;
}
	#content-wide h2 {
		font-size: 140%;
		margin: 5px 0 10px;
	}
	#content-wide h3 {
		font-size: 130%;
		margin: 20px 0 5px;
	}
	#content-wide h4 {
		font-size: 120%;
		margin: 10px 0 5px;
	}
	#content-wide #staffgal dl {
		clear: both;
		margin: 0 0 20px 0;
	}
	#content-wide #staffgal dt {
		float: left;
		margin: 0 10px 0 0;
	}
	#container #subcontainer #content-container #content-wide #staffgal dl dt img {
		border: 1px solid #000;
	}		
	/*#content-wide #staffgal dd {
		margin-left: 155px;
	}*/
	#content-wide li {
		margin-left: 20px;
	}
	#content-wide .alignleft {
		float: left;
		margin: 0 10px 0 0;
	}
	#content-wide .alignright {
		float: right;
		margin: 0 0 0 10px;
	}
	#content-wide .makeroom {
		clear: both;
		margin: 100px 0 0;
	}

#feature {
	width: 40%;
	float: right;
	margin: 25px 0 0 0;
	padding: 10px;
	border-left: 1px solid #ccc;
	line-height: 150%;
}
	#feature h3 {
		font-size: 100%;
		margin: 0 0 10px;
	}
	#feature img {
		padding: 2px;
		margin:  10px 0 0;
		border: 1px solid #999;
	}
	#feature p {
		font-size: 90%;
	}
	
	#feature h3 a span {
		line-height: 120%;
		font-size:  140%;
		background: #f00;
		padding:  10px;
		letter-spacing:  -1px;
	}
	
	#feature h3 a {
		color: #fff;				
	}
	
#footer-cap {
	clear: left;
	height: 24px;
	background: url(../img/footer-cap-bg.jpg) repeat-x;
}

#footer {
	position: relative;
	color: #fff;
	height: 50px;
}
#footer .left {
	position: absolute;
	top: 3px; left: 3px;
}
#footer .right {
	position: absolute;
	top: 3px; right: 3px;
}
#footer .center {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
}

