@charset "utf-8";

/*####################################
#  Reset                           
#####################################*/

* { margin:  0; padding: 0; } 

html { height: 100%; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  }

body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table {
  border-collapse: collapse;
  border-spacing: 0;
  }

img { border: 0; }
img { -ms-interpolation-mode: bicubic; }

ul, li { 
  list-style-type: none; 
  padding: 0;
  }

/*####################################
#  Global                          
#####################################*/

body {
  margin: 0;
  padding: 0;
  background-color: #1d1d1d;
  font-size: 100%;
  font-size-adjust: none;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  font-family: Lucida Grande, Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #fefefe;
  }

/*####################################
#  Fonts                        
#####################################*/

a, a:focus, a:active, input, select {
  outline: none;
  outline-color: -moz-use-text-color;
  outline-style: none;
  outline-width: medium;
  }

a {
  color: #b5c8a0;
  text-decoration: underline;
  } 
  a:hover { color: #cbdaba; } 
  a:visited { color: #9fb388; } 

h1, h2, h3 { 
  color: #fefefe;
  font-weight: bold; 
  font-family: Helvetica, Arial, san-serif; 
  }
  h1 {
	font-size: 25px;
	line-height: 29px;
	letter-spacing: -0.02em;
	color: #B5C8A0;
    }
  h2 {
    font-size: 17px;
    line-height: 21px;
    }
  h3 { 
    font-size: 11px;
    font-weight: normal;
    }

/*####################################
#  Site Structure                         
#####################################*/

#imageContainer { height: 360px; }
#imageContainer {
  position: relative;
  margin: auto;
  margin-left: -5px;
  width: 1123px;
}
#imageContainer img {
  display: none;
  position: absolute;
  left: 5px;
  top: 0;
}

p { 
  margin: 6px 0; 
  line-height: 18px;
  }

#wrapper {
  margin: auto; 
  width: 1143px;
  text-align: center; 
  }

#header {
  margin: auto;
  height: 120px;
  text-align: left;
  }
  #logo { margin: 78px 0 0 27px; }

#main_top {
  background-image: url(images/main_top.gif);
  height: 10px; 
  }

#main {
  margin: auto;
  float: left;
  width: 1123px;
  padding: 0 10px 0 10px;
  background-image: url(images/main_bg.gif);
  text-align: left;
  }
  #main_leftcol {
    float: left;
    width: 640px;
    }
  #main_rightcol {
    float: right;
    width: 458px;
    margin-right: 12px;
    }
  .next {
    padding: 20px;
    }

#main_bottom {
  background-image: url(images/main_bottom.gif);
  height: 10px; 
  }

#nav {
  margin: 15px 58px 0 0;
  text-align: right;
  }

//
