/*--GENERAL STYLE--
----------------------------*/
body {
  font-family: Verdana, sans-serif;
  font-size: small;
  margin: 0;
  padding: 0;
  background: #869da9 url(../images/bkgrd.gif) repeat-x 0 165px;
}

#topBar {
  background: url(../images/top-bar-bkgrd.gif) 0 0 repeat-x;
  margin: 0;
  padding: 0;
  height: 30px;
  color: #ffffff;
}

#topBarInner {
  height: 30px;
  width: 960px;
  position: relative;
  margin: 0 auto;
}

#topBar p {
  float: left;
  margin: 0;
  padding: 5px 0 0 0;
}

img {
  border: none;
  margin: 0;
  padding: 0;
}

#searchTerm {
  background: url(../images/search-box.png) 0 0 no-repeat;
  position: absolute;
  top: 0;
  right: 55px; 
  height: 16px;
  width: 139px;
  border: 0;
  padding: 6px 10px;
  margin: 0;
}

#searchButton {
  position: absolute;
  top: 5px;
  right: 0;
  height: 18px;
  width: 52px;
  background: url(/layout/images/search-button.png) no-repeat 0 0;
  border: 0px solid #fff;
}

h1, h2, h3 {
   margin: 0;
   padding: 0;
}

th, td {
    vertical-align: top;
}
 
.clear {
  clear: both;
}
/*--HEADER STYLE--
----------------------------*/
#header {
  background: #869da9 url(../images/header-bkgrd.gif) 0 0 repeat-x;
}

#headerInner {
  width: 960px;
  margin: 0 auto;
  height: 200px;
}

#logo {
  float: left;
  padding: 0;
  margin: 20px 0 25px 0;
}

#loginBox {
  background: url(../images/login-box.png) 0 0 no-repeat;
  float: right;
  margin: 20px 0 25px 0;
  padding: 0;
  height: 162px;
  width: 262px;
  font-size: 80%;
  display: none;
}

#loginBoxInner {
  width: 237px;
  margin-left: 15px;
  margin-top: 10px;
}

#loginBoxInner input.loginText {
  margin-bottom: 5px;
  padding: 0;
  border: solid 1px #000000;
}

#loginBox h3 {
  color: #9d2d35;
  font-size: 160%;
  padding-bottom: 7px;
}

#loginSubmit {
  background: url(../images/login-button.gif) 0 0 no-repeat;
  width: 72px;
  height: 24px;
  border: none;
}

#loginSubmit:hover {
  background-position: 0 -24px;
}

form {
  margin: 0;
  padding: 0;
}
/*-- MAIN NAVIGATION STYLE--
----------------------------*/
#mainNav {
  height: 25px;
  margin: 0 auto;
  padding: 0;
  background-color: #676767;
  border-top: solid #FFFFFF 5px;
  border-bottom: solid #FFFFFF 5px; 
  line-height: 100%;
}

#mainNavInner {
  width: 960px;
  height: 25px;
  margin: 0 auto;
}

#mainNav ul {
  height: 25px;
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 100%;
  line-height: 100%;
}

#mainNav li {
  /*float: left;*/
  padding: 4px 15px 5px 15px;
  margin: 0;
  display: inline;
  list-style: none;
  position: relative;
  top: 5px;
  line-height: 100%;
  font-size: 100%;
  z-index: 2;
}

#mainNav a {
  font-size: 100%;
  line-height: 100%;
  margin: 0 0 0 0;
  position: relative;
  /*display: block;*/
  padding: 0;
  text-decoration: none;
  color: #FFFFFF;
}

#mainNav li ul {
	position: absolute;
	top: 25px;
	left: -9999px;
	width: auto;
	background-color: #CCCCCC;
    color: #000000;
	border: 2px #FFFFFF solid;
	border-top: none;
	display: block;
    z-index: 2;
	float: none;
	padding: 10px 0 15px 0;
    margin: 0;
	height: auto;
	font-size: 90%;
	width: 150px;
}

#mainNav li ul li {
  text-align: left;
  position: relative;
  float: left;
  clear: both;
  margin: 0 0 0 5px;
  padding: 7px 7px 7px 10px;
}

#mainNav li:hover ul {
	left: -2px;
}

#mainNav li ul a {
  display: block;
  margin: 0;
  padding: 0;
  color: #000000;
  font-weight: bold;
  height: auto;
  background-image: none;
}

#mainNav li ul li:hover a, #mainNav li.current:hover a, #mainNav li.currentParent:hover a, #mainNav li.current:hover ul li:hover a, #mainNav li.currentParent:hover ul li:hover a {
  color: #FFFFFF;
}

#mainNav li.current, #mainNav li.currentParent { 
  background-color: #FFFFFF;
}

#mainNav li.current a, #mainNav li.currentParent a {
  color: #8b2a31;
}

#mainNav li ul li.current {
  background-color: #CCCCCC;
}

#mainNav li:hover, #mainNav li.current:hover ul li a, #mainNav li.currentParent:hover ul li a {
  background-color: #cccccc;
  color: #000000;
}
/*--CONTENT STYLE--
----------------------------*/
#content {
  clear: both;
  margin: 35px 0 0 0;
  padding: 0;
}

#contentWrapper {
  width: 975px;
  position: relative;
  margin: 0 auto;
  padding: 0;
}

#content a {
  color: #9c2d35;
  text-decoration: none;
}

#content a:hover {
  color: #9c2d35;
  text-decoration: underline;
}
#contentClear {
  height: 20px;
}

#content .supplemental{
 font-size: 110%;
 padding: 20px;
 background-color: #F0E68C;
}
/*--ACCORDION STYLE--
----------------------------*/
#accordion {
  margin: 0 0 50px 0;
  width: 968px;
  height: 250px;
  overflow: hidden; 
}

#accordion ul{
  list-style: none;
  margin: 0;
  padding: 0 0 0 7px;
  float: left;
}

#accordion ul li{
  float: left;
  padding: 0;
  margin: 0;
  display: block;
  overflow: hidden;
  height: 250px;
  width: 57px;
  position: relative;
}

#accordion ul li.active {
  width: 733px;
}

#accordion ul li a {
  display: block;
  height: 250px;
  width: 57px;
  position: absolute;
  top: 0;
  left: 0;
  background-position: 0 0;
}

#accordion ul li.active a, #accordion ul li a:hover {
    background-position: 0 -250px;
}

div.accordion-content {
  position: absolute;
  top: 0;
  left: 57px;
  width: 676px;
}

#accordion ul li div.accordion-content a {
  position: static;
  width: auto;
  height: auto;
  display: inline;
/* Modified by Sid 6-4-09 */
  color: #F0E68C;
  font-weight: bold;
}

li.first div.accordion-content {
  display: block;
}

div.accordion-content img {
  border: #8b2a31 10px solid;
}

div.accordion-content div {
/*Modified by Sid 6-4-09 */
/*  background: url(../images/image-caption.png) 0 0 repeat-x;*/
  background: url(../images/image-caption.png) 0 0 repeat;
  color: #FFFFFF;
  position: absolute;
/*  top: 184px;*/
  bottom: 10px;
  padding: 10px;
  margin: 0;
  right: 10px;
  width: 465px;
  line-height: 150%;
/*  height: 36px;*/
}
/*--CONTENT LEFT STYLE--
----------------------------*/
#contentLeft {
  float: left;
  width: 654px;
  padding-top: 7px;
  background: url(../images/content-bkgrd-top.gif) 0 0 no-repeat;
}

#contentLeftInner {
  width: 600px;
  margin: 0;
  padding: 0 27px 20px 27px;
  background: #FFFFFF url(../images/content-bkgrd.gif) 0 0 repeat-y;
}

h1 {
  text-align: left;
  font-size: 170%;
  padding: 10px 10px 10px 0;
  font-weight: normal;
}

#contentLeft h2 {
  text-align: left;
  font-size: 140%;
  padding: 10px 0;
  font-weight: normal;
}

#contentLeft h3 {
  text-align: left;
  font-size: 130%;
  padding: 10px 0;
  font-weight: normal;
}

#contentLeft h4 {
  text-align: left;
  font-size: 120%;
  padding: 10px 0;
  font-weight: normal;
}

#contentLeft h5 {
  text-align: left;
  font-size: 110%;
  padding: 10px 0;
  font-weight: normal;
}

#contentLeft h6 {
  text-align: left;
  font-size: 100%;
  padding: 10px 0;
  font-weight: normal;
}

body#index #contentLeftInner h1 {
  font-size: 170%;
  text-align: center;
  font-weight: normal;
  padding: 15px 0 20px 0;
}

#contentLeftInner p {
  padding-bottom: 15px;
}

#contentLeftBottom {
  background: url(../images/content-bkgrd-bottom.gif) 0 0 no-repeat;
  width: 654px;
  height: 7px;
}

.alphaShadowLeft, .alphaShadowRight, .alphaShadow {

background: url(../images/dropshadow/shadow.png) no-repeat bottom right !important;
background: url(../images/dropshadow/shadow.gif) no-repeat bottom right;
margin: 10px 5px 5px 10px !important;
margin: 10px 5px 5px 10px;
}
.alphaShadowLeft {float: left;}
.alphaShadowRight {float: right;}

.alphaShadowLeft div, .alphaShadowRight div, .alphaShadow div {
background: url(../images/dropshadow/shadow2.png) no-repeat left top !important;
background: url(../images/dropshadow/shadow2.gif) no-repeat left top;
padding: 0px 5px 5px 0px;
}

.alphaShadowLeft img, .alphaShadowRight img, .alphaShadow img {
background-color: #fff;
border: 1px solid #a9a9a9;
padding: 4px;
}

/*--CONTENT RIGHT STYLE--
----------------------------*/

div#contentRight.subNav ul {
  margin: 10px 0 0 20px;
  padding: 0;
}

div#contentRight.subNav li {
  line-height: 150%;
}

div#contentRight.subNav #feature {
  border: solid #676767 2px;
}

div#contentRight.subNav a {
  margin: 15px auto 0 auto;
  padding: 0 0 15px 0;
  font-size: 140%;
  display: block;
  text-align: center;
}

.subNavContent {
    padding: 0 15px;
    color: #fff;
}

div#contentRight.subNav a:hover {
  background-color: transparent;
  color: #fff;
  text-decoration: underline;
}

/*--CONTENT INTERIOR STYLE--
----------------------------*/
body#interior h1 {
  text-align: left;
  font-size: 200%;
  padding-bottom: 10px;
}

#contentImageWrapper {
  float: right;
  padding: 10px;
}

#contentImage {
  height: 193px;
  width: 259px;
  border: none;
}

#content .subNav {
  border: 3px #FFFFFF solid;
  width: 274px;
  float: right;
  margin: 7px 7px 50px 0;
  background-color: #676767;
}

#content .subNav h2 {
  background: #8e2930 url(../images/sub-nav-header.gif) no-repeat 0 0 ;
  text-align: center;
  color: #FFFFFF;
  padding: 3px 0;
  font-size: 140%;
  font-weight: 100;
}

#content .subNav h2 a {
  padding: 0;
}

#content .subNav a:hover.no-hover {
  background-color: transparent;
  color: #FFFFFF;
}

#content .subNav ul {
  width: 274px;
  padding: 0;
  margin: 0;
  list-style: none;
}

#content .subNav li {
  font-weight: bold;
  margin: 0;
  padding: 0;
  height: 30px;
}

#content .subNav ul.detail {
  width: auto;
}

#content .subNav ul.detail li {
  height: auto;
  padding-right: 5px;
  font-weight: normal;
}

#content .subNav ul.detail li ul {
  width: auto;
}

#content .subNav a {
  text-decoration: none;
  color: #FFFFFF;
  display: block;
  margin: 0;
  padding: 0;
  padding: 7px 0 7px 35px;
}

#content .subNav a:hover {
  background-color: #CCCCCC;
  color: #333333;
  text-decoration: none;
}

#content .subNav a.current {
  background-color: #FFFFFF;
  color: #8b2a31;
}
/*--CONTENT GALLERY STYLE--
----------------------------*/
.projectHeading {
  font-weight: bold;
  line-height: 150%;
}
#galleryContent {
  width: 600px;
  height: 315px;
  background-color: #CCCCCC;
  margin: 20px 0 0 0;
  padding: 0;
}
/*
#galleryContentInner {
  height: 285px;
  width: 570px;
  position: absolute;
  top: 163px;
  left: 45px;
  margin: 0;
  padding: 0;
}
*/
#contentLeft table {
  /*width: 585px;*/
  margin: 10px auto;
  padding: 0;
}

#contentLeft table, #contentLeft td {
  border: none;
} 

td {
  padding: 5px;
  margin: 0;
}

td .noRight {
  margin: 0 0 0 0;
  padding: 0;
}

/*
#galleryContentInner td {
  padding: 0 15px 15px 0;
  margin: 0;
}

#galleryContentInner td .noRight {
  margin: 0 0 0 0;
  padding: 0;
}
*/

/*--FOOTER STYLE--
----------------------------*/
#footer {
  background: #FFFFFF url(../images/footer-bkgrd.gif) 0 0 repeat-x;
  padding: 0 0 15px 0;
  margin: 0;
}

#footerInner {
  width: 960px;
  margin: 0 auto;
  text-align: center;
}

#footerLogo {
 margin: 0 auto;
}

#footer img {
  margin: 20px 0 0 0;
}

#copyright {
  background-color: #FFFFFF;
  color: #676767;
  margin: 0;
  height: 20px;
  font-size: 80%;
}

#copyrightInner {
  width: 960px;
  background-color: #FFFFFF;
  margin: 0 auto;
  text-align: center;
}

#copyright p {
  margin: 0 0 0 20px;
  padding: 1px 0 0 0;
  height: 20px;
}

#copyright a {
  text-decoration: none;
  color: #676767;
  height: 20px;
}

#copyright a:hover {
  text-decoration: underline;
  color: #676767;
}

#copyright img {
  margin: 0;
  padding: 0;
  position: relative;
  top: 2px;
}