/*@import url('/stylesheets/refinery/application.css');*/

/* Some sane start points and reset values */
* {
  padding:0;
  margin:0;
}

div { 
  position: relative;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address { margin:1em 0; padding-left:12pt; }

.hide { display:none }
.left { float: left  }
.right { float: right  }
.clear { clear:both; height: 1px; font-size: 1px; line-height: 1px; }
a img { border:none }
label { min-width: 120px; }
body {
  background: black;
  font-size: 1em;
  font-family: "Lucinda Grande", "Lucinda Sans Unicode", "Lucinda Sans", Verdana, Arial, sans-serif;
  margin: 0px;
  padding: 0px;
}

h1 {
  font-size: 1.5em;
  font-weight: normal;
}

h2 {
  font-size: 1.2em;
  font-weight: normal;
}

p {
  line-height: 1.66em;
  font-size: .66em;
}

/* Layout related */

#page {
  margin-left: auto;
  margin-right: auto;
  padding-top: 	  10px;
  padding-bottom: 0px;
  width: 	  1040px;
  padding-left:   10px;
  padding-right:  10px;
  background: 	  white;
}

#header { 
  width: 100%;
}

#banner {
  height: 80px;
  padding-top:40px;
  background-color: #4c4ca7;
}

#banner h2 {
  color: white;
  font-size: 48pt;
  margin: 0px;
}

#banner h2 a {
  color: white;
  text-decoration: none;
  margin: 0px;
}

#logo {
  z-index: 10;
  float: right;
  background: url('/theme/images/aa-logo.png') no-repeat;
  width: 220px;
  height: 220px;
} 

#menubar {
  height: 46px;
/*  background: url('/theme/images/menu-bg.png') repeat-x;*/
  background: black; 

  padding-top: 12px;
  padding-left:12px;
}

#menubar ul, #submenubar ul  {
  margin: 0px;
}

#menubar ul#menu li {
  display: inline; 
  font-size: 18px;
}


#menubar ul#menu li a {
  color: white;
  text-decoration: none;
  margin-right: 12px;
}

#submenubar {
  height: 22px;
  background: black;
  border-bottom: solid grey thin;
  padding-left:12px;
}

#submenubar ul li {
  display:inline;
  font-size: 14px;
  margin-right:12px;
}

#submenubar ul li a{
  color: white;
  text-decoration: none;
}
#breadcrumbs {
  background: black;
  height: 20px;
  border-bottom: solid grey thin;
}


#content {
  min-height: 800px;
  width: 100%;
  background: white;
  overflow: auto;
}

#left-content {
  float: left;
  width: 220px;
  min-height: 800px;
  /*border: 1px solid;*/
}

#right-content {
  float: right;
  width: 220px;
  min-height: 800px;
  /*border: 1px solid;*/
}

#main-content {
  min-height: 800px;
  /*border: 1px solid;*/
  /* width: 600px; */
  width: 720px;
  margin-top: 2em;
  margin-left: 60px;
  margin-right: auto;
}

#main-content h1 {
  font-size: 24pt;
  margin: 0px;
}

#main-content p {
  padding-left: 1em;
  padding-right: 1em;
  text-align: justify
}

#footer {
  border-top: thin solid black;
}

.inquiries form {
  padding-top: 12px;
}

.inquiries .field {
  margin: 12px 0px;
}

.inquiries form .field label {
  display: inline-block;
  width: 30%;
  text-align:left;
}

.field.message_field label {
  vertical-align: top;
}

textarea { width: 65% }

.inquiries form #inquiry_submit {
  margin-top: 60px;
  float: right;
}

