@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	text-align: left;
	background: #dbdecb url(images/bg.jpg) repeat-x left top;
}

#container {
	width: 888px;
	margin: 0 auto;
	border:none, #F69;
}

/*-------HEADER------*/
#header a {
	display: block;
	background: url(images/tracyschlosslogo.jpg) no-repeat left top;
	width: 353px;
	height: 100px;
	outline: none;
}


/*-------NAVIGATION------*/
#menu {
	float: left;
	width: 225px;
	margin: 60px 50px 0 0px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
}

#menu li {
	list-style-type: none;
	border-top: 1px solid #939485;
}

#menu li.last {
	border-bottom: 1px solid #939485;	
}

#menu li a {
	display: block;
	color: #24201e;
	text-decoration: none;
	outline: none;
	font-size: 0.75em;
	padding-left: 20px;
	padding-top: .9em;
	height: 2.5em;
}

#menu li a:hover, #menu li a:active, #menu li a.current, .contact #menu li.last a{
	color: #fff;
	background-color: #b1ba42;
}

#menu #subnav {
	border-top: 1px solid #939485;	
}

#subnav li {
	border-style: none;
	margin: 0 0 3px 0;
}

#subnav li.last {
	margin-bottom: 15px;
	border-style: none;
}

#subnav li a {
	display: block;
	padding-left: 35px;
	background-color: #eaecde;
	padding-top: .4em;
	height: 1.9em;
}

#subnav li a:hover, #subnav li a.selected {
	color: #24201e;
	background-color: #fff;
}


.index-image {
	background: url(images/index-image.jpg) no-repeat center top;
	height: 331px;
	width: 888px;
	margin-top: 10px;
}

#main {
	float: right;
	margin-top: 56px;
	width: 540px;
	/*padding-right:30px;
	padding-left:20px;*/
	
	
}

/*-------FOOTER------*/
#footer {
	font-size: 0.75em;
	margin-top: 40px;
	margin-bottom: 60px;
	color: #939485;
}

#footer p {
	font-size: 1em;
}

#footer a {
	color: #939485;
	text-decoration: none;
}

#footer a:hover {
	color: #b1ba42;
}

#bottom_bar {
	clear: both;
	width: 100%;
	height: 52px;
	background-color: #24201e;
}



h2 {
	font-size: 1.125em;
	font-weight: bold;
	color: #2e2c26;
	font-family: Arial, arial, verdana, sans-serif;
}

h3 {
	font-size: 0.9375em;
	font-weight: bold;
	letter-spacing: -0.025em;
	color: #2e2c26;
	font-family: Arial, arial, verdana, sans-serif;
}

h6 {
	font-size: 0.75em;
	margin-bottom: 0;
	color: #2e2c26;
	font-family: Arial, arial, verdana, sans-serif;
}

p {
	font-size: 0.875em;
}

/*-------INTERIOR------*/
#interior {
	background: #dbdecb url(images/interior_bg.jpg) repeat-x left top;
}

#interior .hero_index {
	background: url(images/inside-header.jpg) no-repeat center top;
	height: 232px;
	width: 888px;
	margin-top: 10px;
}

.whatwedo h3 {
	margin-bottom: 3px;
}

.bios h3 {
	margin-bottom: 3px;
}

.ceo-summit a {
	text-decoration: none;
	color: #b1ba42;
}

.ceo-summit a:hover {
	text-decoration: none;
	color: #3c3930;
}

