html {
    height: 100%;
    background: #22366c url(/img/site/body_bg.gif) repeat-x;
}
body {
    margin: 0;
    padding: 40px;
    color: white;
}
#body {
    margin: 0 auto;
    height: 540px;
    width: 900px;
    background-color: white;
    font-family: verdana, tahoma, arial, sans-serif;
}

#header {
    position: relative;
}
#header #wcaLogo {
    margin: 13px 0 5px 25px;
}
#header #search {
    position: absolute;
    top: 35px;
    right: 40px;
}
#header #search label {
    color: #6d7a79;
    margin-right: 10px;
    font-size: 108%;
    vertical-align: middle;
}
#header #search .inputText {
    width: 200px;
    border: solid 2px #c2c6c5;
    padding: 2px;
    color: #6d7a79;
}
#header #search .inputSubmit {
    display: none;
}
#header #nav {
    background: #6d7a79 url(/img/site/nav_bg.gif) repeat-x;
    margin: 0;
    padding: 0;
    height: 28px;
    border: solid 2px #b6bdbc;
}
#header #nav li {
    list-style-type: none;
    display: block;
    float: left;
    width: 132px;
    text-align: center;
    border-right: solid 2px #b6bdbc;
}
#header #nav li a {
    display: block;
    color: #d1d5d4;
    font-size: 85%;
    padding: 8px 0;
    text-decoration: none;
    vertical-align: middle;
}
#header #nav li a:hover, #header #nav li a.pageOn {
    color: white;
}


#mainArea #banner {
    height: 70px;
    background: #b6bdbc url(/img/site/banner_gray.gif) repeat-y;
    padding-left: 20px;
    color: #21356b;
}
#mainArea #banner.highlight {
	background: #cba741 url(/img/site/banner_yellow.gif) repeat-y;
	color: white;
}
#mainArea #banner h1 {
	margin: 0;
	font-weight: normal;
	line-height: 2.9;
	font-size: 180%
}
#mainArea #banner.hasnote h1 {
	float: left;
}
#mainArea #banner .note {
	font-size: 75%;
	margin: 10px;
	width: 630px;
	float: right;
}

#mainArea #content {
	height: 332px;
}
#body.home #content {
	background: transparent url(/img/site/background_home.jpg) no-repeat;
}
#body.capabilities #content, #body.about #content {
	background: transparent url(/img/site/background_capabilities.gif) no-repeat;
}
#body.contact #content {
	background: transparent url(/img/site/background_generic.gif) no-repeat;
}

#body.case_studies #designLink div {
 background: url(/img/case_studies/topnav.gif) no-repeat;
 float: left;
 width: 88px;
 height: 36px;
 cursor: pointer;
}
#body.case_studies #designLink:hover div:hover, #body.case_studies #designLink.selected div {
 background-position: 0 -37px;
}
#body.case_studies #masLink div {
 background: url(/img/case_studies/topnav.gif) no-repeat;
 background-position: -90px -37px;
 float: left;
 width: 218px;
 height: 36px;
 cursor: pointer;
}
#body.case_studies #masLink:hover div:hover, #body.case_studies #masLink.selected div {
 background-position: -90px 0;
}

#body.case_studies .leftNav div {
 width: 241px;
 height: 41px;
 background: url(/img/case_studies/leftnav.gif) no-repeat;
 cursor: pointer;
}
#body.case_studies #reefs div {
 background-position: 0 0;
}
#body.case_studies #reefs:hover div, #body.case_studies #reefs div.selected {
 background-position: -241px 0;
}
#body.case_studies #scripps div {
 background-position: 0 -41px;
}
#body.case_studies #scripps:hover div, #body.case_studies #scripps div.selected {
 background-position: -241px -41px;
}
#body.case_studies #coliseo div {
 background-position: 0 -82px;
}
#body.case_studies #coliseo:hover div, #body.case_studies #coliseo div.selected {
 background-position: -241px -82px;
}
#body.case_studies #maricopa div {
 background-position: 0 -123px;
}
#body.case_studies #maricopa:hover div, #body.case_studies #maricopa div.selected {
 background-position: -241px -123px;
}
#body.case_studies #coors div {
 background-position: 0 -164px;
}
#body.case_studies #coors:hover div, #body.case_studies #coors div.selected {
 background-position: -241px -164px;
}
#body.case_studies #liberty div {
 background-position: 0 -205px;
}
#body.case_studies #liberty:hover div, #body.case_studies #liberty div.selected {
 background-position: -241px -205px;
}
#body.case_studies #lsu div {
 background-position: 0 -246px;
}
#body.case_studies #lsu:hover div, #body.case_studies #lsu div.selected {
 background-position: -241px -246px;
}

#body.case_studies .leftNavMas div {
 width: 241px;
 height: 41px;
 background: url(/img/case_studies/leftnav_mas.gif) no-repeat;
 cursor: pointer;
}
#body.case_studies #isu div {
 background-position: 0 0;
}
#body.case_studies #isu:hover div, #body.case_studies #isu div.selected {
 background-position: -241px 0;
}
#body.case_studies #uofo div {
 background-position: 0 -41px;
}
#body.case_studies #uofo:hover div, #body.case_studies #uofo div.selected {
 background-position: -241px -41px;
}
#body.case_studies #dc div {
 background-position: 0 -82px;
}
#body.case_studies #dc:hover div, #body.case_studies #dc div.selected {
 background-position: -241px -82px;
}



#contactForm p {
	margin-bottom: 0.65em;
}
#contactForm label {
	width: 15%;
	float: left;
}
#contactForm label.alert {
	font-weight: bold;
	color: red;
}
#contactForm input.inputText {
	width: 400px;
}
#contactForm textarea {
	width: 400px;
	height: 100px;
}
#contactForm input.inputSubmit {
	background: transparent;
	border: solid 1px white;
	color: white;
	padding: 5px;
	font-weight: bold;
	cursor: pointer;
}


#capabilitiesNav h3 {
	color: #21356B;
	margin: 0;
	font-size: 90%;
}
#body.about #capabilitiesNav h3 {
	font-size: 120%;
}
#capabilitiesNav h3.selected {
	color: white;
}
#capabilitiesNav a {
	color: #21356B;
	text-decoration: none;
	font-size: 95%;
}
#capabilitiesNav a:hover, #capabilitiesNav a.selected {
	color: white;
}
#capabilitiesNav ul li {
	color: #21356B;
	line-height: 1.5;
	font-size: 95%;
}
#capabilitiesNav ul {
	margin: .5em .5em .5em 2em;
}


#footer {
    font-size: 77%;
    color: #6d7a79;
    text-align: right;
    padding-right: 20px;
    line-height: 2.5;
}


.spacer {
	clear: both;
}
#yui-history-iframe {
  position:absolute;
  top:0; left:0;
  width:1px; height:1px;
  visibility:hidden;
}
