/*

  File Name:    /styles/screen.css
  Summary:      Master styles for on-screen

  Author:       Turner DeVaughn
  Last Edit:    Arshad Samplewala
  Revision:     2
  Created:      March 25, 2007
  Updated:      June 6, 2007

*/

/* body
---------------------------------------------------------- */
body {
  background: #F9F4EE url('/images/bg_top.gif') repeat-x 0 0;
  color: #383D44;
  font-family: Arial, sans-serif;
  font-size: small;
  margin: 0;
  padding: 0;
}
a:link, a:visited {
  color: #B98746;
  text-decoration: none;
}
a:hover {
  color: #775240;
  text-decoration: underline;
}
a img {
  border: none;
}
em {
  font-style: italic;
}
hr, .hide {
  display: none;
}
strong {
  font-weight: bold;
}

/* header
---------------------------------------------------------- */
#header {
  font-size: 95%;
  padding: 0;
}

/* logo */
#logo {
  width: 780px;
  margin: 0 auto;
  padding: 20px 0 0 0;
}
#logo span, #logo span a {
  background: url('/images/logo_screen.gif') no-repeat;
  float: left;
  height: 50px;
  padding: 0;
  width: 325px;
}
#logo img  {
  display: block;
  width: 0;
}
#logo span a:hover {
}
#logo p {
  float: right;
  text-align: right;
  padding-bottom: 2em;
}

/* navigation */
#nav {
  border-bottom: #50463C dotted 1px;
  clear: both;
  margin: 20px auto 0 auto;
  padding: 0 0 20px;
  width: 780px;
}
#nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#nav li {
  float: left;
  font-size: 80%;
  letter-spacing: 2px;
  margin-right: 10px;
  padding: 0;
  text-transform: uppercase;
}
#nav li a {
  border: #FFFFFF solid 1px;
  color: #231E1E;
  float: left;
  margin: 0 1px 0 0;
  padding: 10px 12px;
  text-decoration: none;
}
#nav li a:hover {
  border-color: #50463C;
  color: #50463C;
}
#nav li a.active {
  background: #231E1E url('/images/bg_nav-active.gif') repeat-x bottom left;
  border-color: #231E1E;
  color: #FFFFFF;
  font-weight: bold;
}

/* main-body
---------------------------------------------------------- */
#main-body {
  background: url('/images/bg_main.gif') repeat-y 520px top;
  font-size: 95%;
  line-height: 1.5em;
  margin: 30px auto;
  padding: 0;
  width: 780px;
}
#content {
  float: left;
  width: 500px;
}

/* content styles */
#content div {
  margin: 0 0 1.5em 0;
}
#content p {
  margin: 0 0 1em 0;
}
#content .error {
  border: #B98746 solid 2px;
  color: #B98746;
  padding: 1em;
}

/* visual-banner */
div.visual-banner {
  margin: 0;
  padding: 25px 175px 72px 25px;
}
div.visual-banner h2 {
  font-size: 150%;
  font-style: normal;
  font-weight: normal;
  line-height: 1.25em;
  margin: 0 1.25em 1em;
  text-indent: -1.25em;
  float: left;
}
div.visual-banner h2 span {
  display: inline;
}
#home div.visual-banner {
  background: #B98746 url('/images/gfxbanner_home.jpg') no-repeat right bottom;
  color: #FFFFFF;
  padding-right: 200px;
}
#webcast div.visual-banner {
  background: #CD5A28 url('/images/gfxbanner_webcast.jpg') no-repeat right bottom;
  color: #FFFFFF;
}
#award div.visual-banner {
  background: #E6E1DC url('/images/gfxbanner_award.jpg') no-repeat right bottom;
  padding-right: 250px;
}
#venue div.visual-banner {
  background: #BEB9B4 url('/images/gfxbanner_venue.jpg') no-repeat right bottom;
}
#contact div.visual-banner {
  background: #50463C url('/images/gfxbanner_contact.jpg') no-repeat right bottom;
  color: #FFFFFF;
  padding-right: 150px;
}

/* flash-banner */
#content div.flash-banner h2 {
  color: #775240;
  font-size: 160%;
  font-weight: normal;
}
#content div.flash-banner object {
  border: #50463C solid 1px;
  float: left;
  margin: 0;
  padding: 1px;
}
#content div.flash-banner span {
  float: right;
  margin: 0;
  padding: 0 0 0 20px;
  width: 240px;
}

/* image-banner */
#content div.image-banner h2 {
  color: #775240;
  font-size: 160%;
  font-weight: normal;
}
#content div.image-banner span.imagebox {
  float: left;
  margin: 0;
}
#content div.image-banner span.imagetext {
  float: right;
  margin: 0;
  padding: 20px;
  width: 200px;
}

/* paragraph */
#content div.paragraph {
  clear: both;
}
#content div.paragraph h2 {
  clear: both;
  color: #775240;
  font-size: 160%;
  font-weight: normal;
}
#content div.paragraph h3 {
  background: url('/images/h3_arrow.gif') no-repeat left 2px;
  font-size: 100%;
  font-weight: bold;
  margin: 0;
  padding: 0 0 0 14px;
}

/* form */
#content form p {
  margin: 0.5em 0;
}
#content form label {
  float: left;
  width: 10em;
}

/* image */
#content img {
}

/* table.video */
table.videoindex {
  border: none;
  padding: 0.75em 0 0;
}
table.videoindex td {
  border-top: #50463C dotted 1px;
  vertical-align: top;
  padding: 0.75em 0;
}
table.videoindex td p {
  padding-left: 14px;
}
table.videoindex td.thumbnail {
  width: 140px;
}
table.videoindex td.thumbnail a img {
  border: #50463C solid 1px;
  padding: 1px;
}

/* sidebar
---------------------------------------------------------- */
#sidebar {
  color: #50463C;
  float: right;
  font-size: 90%;
  line-height: 1.5em;
  margin-left: 40px;
  width: 240px;
}
#sidebar h3 {
  color: #CD5A28;
  border-bottom: #50463C dotted 1px;
  font-weight: bold;
  font-size: 95%;
  line-height: 1em;
  letter-spacing: 2px;
  margin: 40px 0 5px 0;
  padding: 0 0 5px 0;
  text-transform: uppercase;
}
#sidebar p {
  margin: 0;
  padding: 0;
}
#sidebar ul {
  line-height: 1.5em;
  list-style: none;
  margin: 0;
  padding: 0;
}
#sidebar li {
  background: url('/images/li_bullet.gif') no-repeat left 2px;
  margin: 0.25em 0;
  padding: 0 0 0 14px;
}

/* extra
---------------------------------------------------------- */
#extra {
  background: #50463C url('/images/bg_extra.gif') repeat-x top left;
  border-bottom: #7A7066 solid 1px;
  color: #B8A898;
  font-size: 90%;
  line-height: 1.5em;
  padding: 20px 0 15px;
}
#extra-inner {
  margin: 0 auto;
  padding: 0;
  width: 780px;
}
#extra div.extra {
  float: left;
  width: 33%;
}
#extra div.left h3,
#extra div.left p {
  margin-right: 30px;
}
#extra div.center h3,
#extra div.center p {
  margin-left: 15px;
  margin-right: 15px;
}
#extra div.right h3,
#extra div.right p {
  margin-left: 30px;
}
#extra h3 {
  color: #F9F4EE;
  font-weight: bold;
  font-size: 90%;
  letter-spacing: 2px;
  margin: 0 0 15px 0;
  padding: 0;
  text-transform: uppercase;
}
#extra strong {
  color: #E5DACE;
  font-weight: normal;
}

/* footer
---------------------------------------------------------- */
#footer {
  background: #3C3732;
  font-size: 85%;
  line-height: 1.5em;
  padding: 30px 0;
}
#footer-inner {
  background: url('/images/logo_footer.gif') no-repeat left center;
  margin: 0 auto;
  padding-left: 40px;
  width: 740px;
}
#footer a:hover {
  color: #BFAF9F;
}
#footer p {
  color: #B8A898;
  margin: 0;
  padding: 0;
}

/* miscellaneous
---------------------------------------------------------- */
.first,
#sidebar h3.first {
  margin-top: 0;
}
.last {
  margin-bottom: 0;
}

/* self-clearing floats */
#nav ul:after,
#main-body:after,
div.flash-banner:after,
div.visual-banner:after,
#extra:after,
#footer:after {
  clear: both; 
  content: '.'; 
  display: block; 
  height: 0; 
  visibility: hidden;
}

#fancy ul {
  margin: 0;
  padding: 0;
  line-height: 1.5em;
  list-style: none;
}
#fancy ul li {
  margin: 0.25em 0;
  padding: 0 0 0 14px;
  background: url('/images/li_bullet.gif') no-repeat left 2px;
}
#fancy ul li.last {
  margin-bottom: 0;
}

