body {
outline: 0;
padding: 0;
margin: 20px 0 0 0;
border: 0;
}
.container {
	width: 760px;
    height: 900px;
	margin: 0 auto;
}

#navbar {
	position:relative;
	width:760px;
	margin:0;
	z-index:101;
	clear: both;
}

#logo  {
	position:relative;
	float:left;
	width:220px;
	height:192px;
	z-index:-1;
}

#people {
	float:left;
	width:307px;
	height:192px;
	background-image: url(../layout/people_panel_bkgrnd.jpg);
}

#staff {
	float:left;
	width:233px;
	height:192px;
}

#content {
	position: absolute;
	width:760px;
	min-height:300px;
	margin-top:56px;
	background:#d7d7d7 url(../layout/mid-grey_top.gif) no-repeat top;
	padding-bottom:80px;
}
* html #content {
	margin-top: 20px;
}



.notepad_container {
	position:absolute;
	top:10px;
	right:0px;
	width:260px;
}

.notepad
{
	
	margin:0;
	padding:0;
}


#copy_base 
{
	width: 455px;
	height:14px;
	position: relative;
	bottom:0px;
	background:#fbfbfb url(../layout/lt-gray_base_455.gif) no-repeat bottom;
}
#copy_base_712 
{
	width: 712px;
	height:14px;
	position: relative;
	bottom:0px;
	background:#fbfbfb url(../layout/lt-gray_base_712.gif) no-repeat bottom;
}

h1.copy 
{
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
line-height: 20px;
color: #999999;
text-decoration: none;
font-style: oblique;
margin: 20px 12px 5px 9px;
padding-top:15px;
}

h2
{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
color: #666;
text-decoration: none;
margin: 6px 12px 0px 16px;
}

h3
{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
color: purple;
text-decoration: none;
font-style: oblique;
margin: 6px 12px 0px 16px;
}

p, ul, .copy
{	
font-family: Verdana, Arial, Helvetica, sans-serif;	
font-size: 12px;	
line-height: 20px;	
color: #666666;	
text-decoration: none;	
margin: 0 12px 5px 16px;	
}

.question {
font-family: Verdana, Arial, Helvetica, sans-serif;	
font-size: 11px;	
line-height: 12px;	
color: #666666;	
text-align:right;
}

.answer {
font-family: Verdana, Arial, Helvetica, sans-serif;	
font-size: 11px;	
line-height: 12px;	
color: #666666;	
text-align:left;
}
#copy_panel 
{
	width: 455px;
	height:auto;
	position: relative;
	top:18px;
	left:24px;
	background:#fbfbfb url(../layout/lt-gray_top_455.gif) no-repeat top;
}
#calendar_panel 
{
	width: 712px;
	height:auto;
	position: relative;
	top:18px;
	left:24px;
	background:#fbfbfb url(../layout/lt-gray_top_712.gif) no-repeat top;
}
#copy_panel a{
	color:#36c;
	text-decoration: none;
}
#copy_panel a:hover {
	color:#f90;
}

ul.copyUL {
	margin: 0;
	padding: 0;
}
ul.copyUL li {
	list-style: none;
	padding: 0px 0 2px 40px;
}


ul.topnav {
	list-style: none;
	padding: 0 5px;	
	margin: 0;
	float: left;
	width: 750px;
	background: #222;
	font-size: 12px;
	background: url(../layout/topnav_bg.gif) repeat-x;
}
ul.topnav li {
	font: 12px normal Arial, Helvetica, sans-serif;
	float: left;
	margin: 0;	
	padding: 0 10px 0 0;
	position: relative; /*--Declare X and Y axis base--*/
}
ul.topnav li a{
	padding: 10px 5px;
	color: #fff;
	display: block;
	text-decoration: none;
	float: left;
}
ul.topnav li a:hover{
	background: url(../layout/topnav_hover.gif) no-repeat center top;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url(../layout/subnav_btn.gif) no-repeat center top;
}
ul.topnav li span.subhover {background-position: center bottom; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; top: 35px;
	background: #15638d;
	margin: 0; padding: 0;
	display: none;
	float: left;
	width: 170px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border: 1px solid #111;
	z-index:101;
}
ul.topnav li ul.subnav li{
	margin: 0; padding: 0;
	border-top: 1px solid #186995; /*--Create bevel effect--*/
	border-bottom: 1px solid #0e3b53; /*--Create bevel effect--*/
	clear: both;
	width: 170px;
}
html ul.topnav li ul.subnav li a {
	font: 12px normal Arial, Helvetica, sans-serif;
	float: left;
	width: 145px;
	background: #15638d url(../dropdown_linkbg.gif) no-repeat 10px center;
	padding-left: 20px;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #0f4765 url(../dropdown_linkbg.gif) no-repeat 10px center; 
}
.displace {
	position: absolute;
	left: -5000px;
}.map {
	width: 425px;
	margin-top: 6px;
	margin-right: auto;
	margin-left: auto;
}

