body {
    background: #002A54 ;
}

/* remember to define focus styles! */
:focus { outline:0; }

#page-front {
	background: #002A54 url(../images/bg-front.gif) no-repeat scroll left top;
	margin-left: auto;
	margin-right: auto;
	width: 920px;
	padding: 8px 20px 6px 24px;
}

#header {
	height: 76px;
}

#header-links {
	color: #DCD0A5;
	float: right;
}

#header-links a:link, #header-links a:visited{
	color: #DCD0A5;
	text-decoration:none;
}

#logo-image a {
	background: transparent url(../images/gtri-logo.gif) no-repeat scroll left top;
	width: 200px;
	height: 64px;
	vertical-align: middle;
	position: absolute;
}

#main-top {
	background-image:url(../images/bg-front-top.gif);
	background-repeat:no-repeat;
	height:180px;
	margin-top:24px;
	padding:4px 4px 15px 3px;
	position:relative;
	width:913px;
	z-index:1;
}

#slideshow {
	float: left;
	padding-left: 3px;
	height: 150px;
    width: 150px;
}

#slide-img {
    height: 150px;
    width: 150px;
}

#main-title {
	text-align: center;
}

#navBar {
    clear: both;
}

#navBar a {
    background-repeat: no-repeat;
    height: 22px;
    width: 102px;
    position: absolute;
    background-position: 0px 0px;
}

#navBar a:hover  { background-position: 0px -22px; }
#navBar a:active { background-position: 0px -44px; }

#home-btn a     { background-image: url(../images/home-nav-btn.jpg); }
#about-btn a     { background-image: url(../images/about-nav-btn.jpg); }
#people-btn a    { background-image: url(../images/people-nav-btn.jpg); }
#research-btn a  { background-image: url(../images/research-nav-btn.jpg); }
#programs-btn a  { background-image: url(../images/programs-nav-btn.jpg); }
#workshops-btn a { background-image: url(../images/workshops-nav-btn.jpg); }
#news-btn a      { background-image: url(../images/news-nav-btn.jpg); }

#about-btn a.active, #home-btn a.active     { background-position: 0px -44px; }
#people-btn a.active    { background-position: 0px -44px; }
#research-btn a.active  { background-position: 0px -44px; }
#programs-btn a.active  { background-position: 0px -44px; }
#workshops-btn a.active { background-position: 0px -44px; }
#news-btn a.active      { background-position: 0px -44px; }

#about-btn a:active, #home-btn a.active     { background-position: 0px -44px; }
#people-btn a:active    { background-position: 0px -44px; }
#research-btn a:active  { background-position: 0px -44px; }
#programs-btn a:active  { background-position: 0px -44px; }
#workshops-btn a:active { background-position: 0px -44px; }
#news-btn a:active      { background-position: 0px -44px; }

.standout {
  font-weight: bold;
  color: #aa0000;
}

#main-bottom {
	background: #002952;
    min-height:450px;
	height:100%;
    padding:4px 4px 15px 3px;
    position:relative;
    width:913px;
    z-index:1;
    color: #FFFFFF;
}

#main-bottom a:link, #main-bottom a:visited{
    color: #DCD0A5;
}

#home-content {
	height: auto;
        min-height:450px;
}

#video1 {
    padding-left:10px;
    padding-top: 10px;
    display: inline-block;
}

#video2 {
    padding-top: 10px;
    display: inline-block;
}

#left-panel {
    color: #DCD0A5;
    float: left;
    width: 225px;
}

#left-panel a:link, #left-panel a:visited{
    text-decoration:none;
}

#left-panel a:hover {
    color: #DCD0A5;
    text-decoration: underline;
}

#left-panel a.active{
    text-decoration: underline;
}

#left-panel a:active{
    text-decoration: underline;
}

#center-panel {
	background-color: #F5F2E7;
	min-height:450px;
	height: 100%;
	width: auto;
	color: #000000;
	overflow: hidden;
}

#center-panel li {
    font-size: 12px;
}

#center-panel a:link, #center-panel a:visited{
    color: #867234;
}

.content {
	background-color: #F5F2E7;
	float: left;
	min-height:450px;
	heigth:100%;
	width: 470px;
	padding: 4px 4px 4px 4px;
}

.noImages {
    width: 670px;
}

.content-title {
	background:transparent url(../images/title-bg.gif) repeat-x;
    height:20px;
    padding: 2px 0px 0px 4px;
}

.images {
    background-color: #F5F2E7;
	float: right;
	width: 200px;
	padding: 20px 4px 4px 0px;
	display: block;

}

.hidden {
	display: none;
}

ol li {
	margin-bottom: 1em;
}
