/* GENERIC */

* {
  padding: 0;
  margin: 0;
}

body {
  font: 10pt "Lucida Grande", Tahoma, Helvetica, Arial, sans-serif;
  background: #101010 url("images/bg.jpg") top center no-repeat;
  padding-bottom: 50px;
  color: #303030;  
}

p {
  margin-bottom: 2em;
  line-height: 1.5em;
}

.center {
  text-align: center
}

.large {
  font-size: 16pt;
}

.floatright {
  float: right;
}

.floatleft {
  float: left;
}

.nomargin {
  margin-bottom: 0;
}

.halfmargin {
  margin-bottom: 0.5em;
}


/* IMAGES */

img.speech {
  vertical-align: top;
  margin-left: 3px;
}


/* LINKS */

a {
  text-decoration: none;
  font-weight: bold;
}

a img {
  border: 0;
}

a:link, a:visited {
  color: #cb140b;
}

a:hover, a:focus {
  color: #cbae0b;    
}

a:link.rightcol, a:visited.rightcol {
  color: #9ccc0a;
}

a:hover.rightcol, a:focus.rightcol {
  color: #cbae0b; 
}

a:link.nodec, a:visited.nodec {
  color: #303030;
  text-decoration: none;
  font-weight: normal;
}


/* HEADERS */

h1 {
  margin-bottom: 0;;  
}

h1 img {
  display: block; 
}

h2 {
  font-size: 13pt;
  font-weight: bold;
  margin-bottom: 1.5em;
}

h3 {
  font-size: 11pt;
  font-weight: bold;
  margin-bottom: 1em;
}


/* NAVIGATION BAR */

#navwrapper {
  height: 32px;
  text-align: center;
}

#nav {
  list-style-type: none;
}

#nav ul {
  text-align: center;
}

#nav li {
  float: left;
}

#nav a, #nav li.current {
  padding: 8px 18px 0;
  height: 24px;
  text-decoration: none;
  margin-right: 12px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #cb140b /* #d0180a */;
  display: block;
}

#nav li.current {
  background: #a5cb0b;
  color: #fff;
  font-weight: bold;
}

#nav a:link, #nav a:visited {
  color: #fff;
}

#nav a:hover, #nav a:focus {
  background: #cbae0b;
}


/* DIVS */

#wrapper {
  margin: 0 auto;
  width: 960px;
  position: relative;
}

#topper {
  width: 960px;
  margin-bottom: 40px;
  overflow: hidden;  
}

#topperleft {
  float: left;
  width: 760px;
  height: 90px;
  margin-top: 50px;
}

#topperleft img#logo {
  display: block;
  margin-bottom: 22px;
}

#topperright {
  float: right;
  width: 184px;
  height: 104px;
  padding: 28px 8px 8px 8px;
  background: #cb140b;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;  
}

#topphoto {
  width: 950px;
  height: 280px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 5px solid #fff;
}

#topphoto img#photo {
  display: block;
}

#topphoto img#overlay {
  position: relative;
  top: -280px;
  display: block;   
}

#main {
  width: 960px;
  margin-top: 40px;
}

#rightcol {
  float: right;
  padding: 20px;
  width: 160px;
  background: #cb140b;
  font-size: 9pt;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  color: #fff;
  margin-bottom: 40px;
  margin-top: 71px;
}

.page {
  width: 670px;
  margin: 40px 0;
  padding: 30px;
  background: #fff;
  color: #303030;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.event {
  width: 622px;
  border: 5px solid #c0c0c0;
  padding: 20px;
  margin-bottom: 2em;
  background: #efefef;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;   
}

#footer {
  font-size: 9pt;
  color: #fff;
  clear: both;
}


/* BOXES */

.tworow {
  width: 960px;
  height: 97px;
  margin: 40px 0 30px;
}

.twobox {
  float: left;
  width: 435px;
  height: 67px;
  padding: 15px;
  background: #fff;
  margin-right: 30px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  display: block;
}

.twotext {
  width: 353px;
  font-size: 9pt;
}

.threerow {
  width: 960px;
  height: 97px;
  margin-bottom: 40px; 
}

.threebox {
  float: left;
  width: 270px;
  height: 67px;
  padding: 15px;
  background: #fff;
  margin-right: 30px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  display: block;
}

.threetext {
  width: 155px;
  font-size: 9pt;
}

a:hover.threetext {
  background: #c0c0c0;
}

.fourwrapper {
  width: 670px;
  height: 470px;
}

.fourbox {
  float: left;
  width: 150px;
  height: 220px;
  background: #fff;
  margin: 0 23px 30px 0;
  font-size: 9pt;
  text-align: center;
}

.fourbox img.committee {
  border: 5px solid #c0c0c0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-bottom: 10px;  
}

.last {
  margin-right: 0;
}



/* LISTS */

ul.list {
  line-height: 2em;
  margin-bottom: 2em;
  margin-left: 1em;
  padding-left: 1em;  
}