/* Some global stuff */

* {
  margin: 0;
  padding: 0; }

/* Main elements */

html {
  background: #FFF url('/design/ic_base/images/back.png') fixed top left;
  color: #292929;
  font-size: 62.5%;
  font: 0.8em "Arial", "Helvetica", sans-serif;
  /* MSIE box model */
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

a {
  background: url('/design/ic_base/images/icon-link.gif') no-repeat 1px;
  color: #002C58;
  font-weight: bold;
  padding-left: 12px;
  text-decoration: none; }

a:visited {
  color: #400058; }

a:hover, a:focus {
  background: #FFECE4 url('/design/ic_base/images/icon-link.gif') no-repeat 1px;
  color: #004991;
  text-decoration: underline; }

p {
  margin-bottom: 0.5em; }

p.plain {
  margin: 0; }

h1, h2, h3, h4, h5 {
  color: #000;
}

h1 {
  border-bottom: 1px solid #000; 
  font: normal 1.8em "Trebuchet MS", "Helvetica", sans-serif;
  margin-bottom: 0.5em; 
  letter-spacing: -0.05em; }

h2 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0.2em; }

h3 {
  font-size: 1.2em;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 0.2em; }

h4 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 0.2em; }

h5 {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  margin-bottom: 0.2em; }

/* Content elements */

.content ul, .content ol {
  padding: 1em 1em 1em 2em; }

.content li {
  list-style-type: square; }

/* Mainpage content */

#intro {
  height: 100px;
  width: 737px;
}

.intro {
  float: left;
  margin: 0 20px 20px 0;
  width: 337px; }

.intro h1 {
  font-size: 1.3em; 
  margin-bottom: 0.2em; }

.intro p {
  margin-bottom: 0.2em;
  text-align: left; }

.list h2 {
  font-size: 1.2em;
  margin-bottom: 0.1em; }

.list p {
  margin-bottom: 0.7em; }

/* News and form */

#news {
  float: left;
  width: 455px; }

#form {
  float: left; }

/* Objects */

.object-right {
  margin: 10px;
  float: right; }

.object-left {
  margin: 10px;
  float: left; }

.object-center {
  margin: 10px;
  text-align: center; }

/* Google CSE Searchbox */

#gcse-searchbox {
  background: #FFF url('/design/ic_base/images/back-input.png') repeat-x;
  border: 1px solid #AFAFAF;
  font: bold 1em "Arial", "Helvetica", sans-serif;
  height: 24;
  padding: 4px; }

#gcse-button {
  border: 1px solid #AFAFAF;
  font: bold 10px "Arial", "Helvetica", sans-serif;
  height: 22px;
  padding: 2px; }

#gcse-results {
  background: #FFF url('/design/ic_base/images/back-gcse-results.png') repeat-y;
  padding: 10px;
  margin-left: 233px;
  width: 800px; }

.gcse-powered {
  font-size: 0.8em; }

/* Layout divs */

#left {
  height: 785px;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 236px; }

#right {
  background: transparent url('/design/ic_base/images/back-right.png') repeat-y;
  margin-left: 236px;
  width: 737px; }

#menu object, #menu embed, #banner object, #banner embed, #banner img, #logos embed {
  display: block; }

#banner {
  background: transparent url('/design/ic_base/images/back-banner.png') no-repeat;
  height: 90px;
  padding: 3px 0 0 3px;
  width: 737px; }

#banner a {
  background: none;
  margin: 0;
  padding: 0; }

#footer {
  background: transparent url('/design/ic_base/images/back-footer.png') no-repeat;
  background: solid #ffffff;
  padding: 0px;
  width: 737px; }

#gcse {
  padding: 6px;
  float: left; }

#logos {
  float: right;
  height: 50px;
  margin-right: 6px;
  width: 450px; }

/* Layout classes */

.content {
  background: transparent url('/design/ic_base/images/back-fade.png') no-repeat;
  max-width: 737px;
  padding: 20px; }

.connector {
  background: transparent url('/design/ic_base/images/back-connector.png') no-repeat;
  clear: both;  
  height: 8px;
  width: 737px; }

.clearer {
  clear: both; }

.finish {
  background: transparent url('/design/ic_base/images/back-finish.png') no-repeat;
  height: 5px;
  width: 737px; }

/* Request form */

form.request {
  background: #FFFCB9;
  color: #292929;
  display: block;
  font-size: 0.9em;
  margin-left: 20px;
  padding: 10px;
  width: 200px; }

form.request h1 {
  font-size: 1.5em; }

form.request label, form.request legend {
  font-weight: bold; }

form.request div {
  text-align: left; }

form.request fieldset {
  border: none;
  padding-bottom: 1em;
  padding-top: 0.5em; }

form.request p input {
  background: #FFF url('/design/ic_base/images/back-input.png') repeat-x;
  border: 1px solid #AFAFAF;
  font: bold 1em "Arial", "Helvetica", sans-serif;
  height: 24;
  padding: 4px;
  width: 190px; }

form.request p button {
  border: 1px solid #AFAFAF;
  font: bold 10px "Arial", "Helvetica", sans-serif;
  padding: 4px; }
