/*-----------------------------------------
  Website:
  Creator:
  Last Modified:
  
  1. General
  2. Text, headers
  3. Links
  4. Areas, Divs
  5. Tables
  6. Forms
  7. Images
  8. Menus
  9. Lists
-----------------------------------------*/



/*-----------------------------------------
  1. General, main
-----------------------------------------*/

body {
  padding: 0px;
  margin: 0px;
  background: #d8cec5;
  font-family: arial;
  font-size: 10pt;
  color: #333;
  overflow-y: scroll;
  line-height: 18px;
}

.green-color {
	color: #0c0;
}

.red-color {
	color: #f00;
}

.red-bg {
	background: #fff0f0;
	border: 1px solid #f00;
}

/*-----------------------------------------
  2. Text, headers
-----------------------------------------*/

h1 {
  font-size: 16pt;
}

h2 {
  font-size: 13pt;
  padding-top: 15px;
}

strong {
  font-size: 22pt;
  color: #b57312;
  font-style: italic;
}

p {
	margin: 10px 0px;
}

/*-----------------------------------------
  3. Links
-----------------------------------------*/

a:link, a:active, a:visited {
  color: #B57312;
  text-decoration: none;
}

a:hover {
  color: #B57312;
  text-decoration: underline;
}

div#footer-container a:link, div#footer-container a:active, div#footer-container a:visited {
  color: #444;
  text-decoration: none;
}

div#footer-container a:hover {
  color: #444;
  text-decoration: underline;
}

/*-----------------------------------------
  4. Area, Divs
-----------------------------------------*/

div#header-container {
  width: 100%;
  height: 180px;
}

div#clouds-top {
  width: 100%;
  height: 40px;
  background: #3174af url("../images/standard/clouds-top.jpg") top center repeat-x;
}

div#menu-container {
  width: 100%;
  height: 100px;
  background: #fff;
}

div#menu {
  width: 900px;
  height: 100px;
  margin: 0px auto;
  background: #fff url("../images/standard/menu-bg.jpg") top center no-repeat;
}

div#menu-list {
  float: right;
}

div.menu-item {
  float: left;
  height: 100px;
}

div#home-menu-item {
	width: 66px;
}
div#lease-management-menu-item {
	width: 146px;
}
div#geological-consulting-menu-item {
	width: 170px;
}
div#team-menu-item {
	width: 53px;
}
div#contact-menu-item {
	width: 75px;
}

div#clouds-bottom {
  width: 100%;
  height: 40px;
  background: #3174af url("../images/standard/clouds-bottom.jpg") top center repeat-x;
}

div#content-container {
  width: 100%;
  padding: 20px 0px;
  background: #e7e1dc url("../images/standard/bg.jpg") top center repeat-x;
}

div#canvas {
  width: 900px;
  margin: 0px auto;
  background: #fff url("../images/standard/canvas-bg.jpg") top left repeat-y;
}

div#canvas-top {
  width: 900px;
  background: transparent url("../images/standard/canvas-top.jpg") top left no-repeat;
}

div#canvas-bottom {
  width: 900px;
  min-height: 400px;
  padding-bottom: 20px;
  background: transparent url("../images/standard/canvas-bottom.jpg") bottom left no-repeat;
}

div.one-column {
  width: 100%;
  margin: 0px auto;
  padding: 20px 0px 10px 0px;
  text-align: center;
}

div#left-column {
  float: left;
  display: inline;
  margin-left: 30px;
  width: 490px;
}

div#right-column {
  float: right;
  display: inline;
  margin-right: 30px;
  padding-top: 15px;
  width: 280px;
  color: #777;
}

div.clear {
  clear: both;
}

div#footer-container {
  border-top: 1px solid #fff;
  width: 100%;
  height: 110px;
  padding-top: 10px;
  background: transparent url("../images/standard/footer-bg.jpg") top center repeat-x;
  text-align: center;
  font-size: 8pt;
  color: #444;
}

/*-----------------------------------------
  5. Tables
-----------------------------------------*/

table.contact-form {
  width: 100%;
}

table.contact-form td {
  vertical-align: top; 
}

textarea {
  width: 100%;
  height: 50px;
}

/*-----------------------------------------
  6. Forms
-----------------------------------------*/

fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

legend {
	display: none;
}

/*-----------------------------------------
  7. Images
-----------------------------------------*/

img {
  border: 0px;
}

/*-----------------------------------------
  8. Menus
-----------------------------------------*/



/*-----------------------------------------
  9. Lists
-----------------------------------------*/

ul {
	padding-left: 10px;
}

ul li {
	margin: 15px 0px;
	padding: 0px 0px 0px 30px;
	list-style-type: none;
	background: #fff url("../images/standard/pick.jpg") left top no-repeat;
}

