﻿/* COMMON STYLES FOR ALL PAGES */
html { /* Safari bug fix: needed to keep the content within the visible page */
  width: 99.999%;
}
body {
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  background: #ffffff url(../images/page-background.gif) repeat;
}
p {
  font-size: 1em;
  margin-top: 3px;
}
td, th {
  font-size: .9em;
}
th {
  font-weight: bold;
  text-align: left;
}
a:link, a:visited {
  text-decoration: none;
  color: blue;
}
a:hover, a:active {
  text-decoration: underline;
  color: blue;
}
h1, h2, h3, h4, h5 {
  font-weight: bold;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4 {
  color: #4f607e;  
}
h1 {
  font-size: 1.25em;
  margin-top: 0px;
}
h2 {
  font-size: 1.1em;
  margin-top: .5em;
}
h3 {
  font-size: 1em;
  margin-top: .5em;
}
h4 {
  font-size: .9em;
  margin-top: .5em;
  margin-bottom: .5em;
}
h5 {
  font-size: .9em;
  color: #000000;
  margin-top: .3em;
  margin-bottom: 0px;
}
.noborder {
  border: 0;
}

#outerwrapper {
  position: relative;
  margin: 0 auto;
  width: 80%;
  max-width: 950px;
  z-index: 1;
  background-color: #ffffff;
}
body.index #outerwrapper {
  background: #ffffff url(../images/background-bar-vertical.jpg) repeat-y 95% 250px;
}
#header {
  position: relative;
  height: 70px;
  width: 100%;
  background: #ffffff url(../images/top-gray-bar.gif) repeat-x;
  z-index: 10;
}

/* NAVIGATION MENU */
#navmenu {
  position: relative;
  clear: both;
  width: 100%;
  margin: 0px 0px .5em 0px;
  font-size: .7em;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-weight: 700
  color: #000000;
  background-color: #c3d2e5;
  z-index: 20;
}
#navmenu ul {
  margin: 0px;
  padding: .3em 0em;
  list-style: none;
  z-index: 25;
}
#navmenu li { 
  display: inline;
}
#navmenu li a:link, #navmenu li a:visited {
  color: #000000;
  text-decoration: none;
  padding: .3em 1em .3em 1em;
  border-right: solid 1px #ffffff;
}
#navmenu li a:hover, #navmenu li a:active,
body#homepage li#home a:link, body#homepage li#home a:visited,
body#aboutpage li#about a:link, body#aboutpage li#about a:visited,
body#contactpage li#contact a:link, body#contactpage li#contact a:visited,
body#careerspage li#careers a:link, body#careerspage li#careers a:visited {
  background-color: #ffffff;
  margin: 0px;
}

#leftcolumn {
	position: relative;
	float: left;
	margin-right: 2em;
	z-index: 50;
	padding-bottom: 5em; /* this is to add some height to the whole page */
	background-image: url(../images/background-bar-vertical.jpg);
	background-repeat: repeat-y;
	background-position: 35px;
}
#menubox {
  position: relative;
  clear: both;
  float: left;
  width: 200px;
  margin-bottom: .5em;
  background-color: #fef6d4;
  border-top: 1px solid #cc9900;
  border-right: 1px solid #cc9900;
  border-bottom: 1px solid #cc9900;
  border-left: 1px solid #cc9900;
  z-index: 55;
}
#menubox h3 {
  text-align: center;
  font-size: 1em;
  border-bottom: 1px dotted #000000;
  margin-left: 15%;
  margin-right: 15%;
}
#menubox li {
	list-style: url(../images/bullets.gif);
  color: #ad4f4f;
  font-size: .9em;
  padding-right: .5em;
  padding-bottom: 1em;
  margin-left: -.5em;
}
#menubox li a:hover, #menubox li a:active,
#menubox li a:visited, #menubox li a:link {
  color: #ad4f4f;
}
#compass {
  position: absolute;
  top: 90px;
  left: 200px;
  z-index: 5;
}
#indexpictures {
  position: relative;
  float: right;
  top: -25px;
  width: 300px;
  height: 150px;
  z-index: 30;
}
#indextext {
  position: relative;
  clear: right;
  font-size: .9em;
  margin-top: 0;
  margin-right: 8em;
  margin-bottom: .5em;
  margin-left: 0;
  z-index: 40;
}
#pagestext {
  position: relative;
  font-size .9em;
  margin-top: 1em;
  padding-left: .5em;
}
#pagestext li {
  font-size: .9em;
}
#pagestext p, #pagestext h1 {
  padding-right: 325px;
}
.pagespictures {
  float: right;
  margin-bottom: .5em;
}
#footer {
  position: relative;
  clear: both;
  width: 100%;
  z-index: 60;
}
body.index #footer {
  margin-top: -.6em;
  height: 130px;
  background: url(../images/bottom-gray-bar.gif) repeat-x 0px 95px;
}
body.pages #footer {
  height: 35px;
  background: url(../images/bottom-gray-bar.gif) repeat-x;
}
#footergradientbar {
  position: absolute;
  top: 25px;
  left: 0;
  width: 100%;
  height: 41px;
  background: url(../images/background-bar.jpg) repeat-x;
  z-index: 61;
}
#buzzwordbox {
  position: absolute;
  float: left;
  z-index: 62;
}
body.index .copyright {
  position: absolute;
  float: right;
  top: 115px;
  right: 3px;
  font-size: .7em;
  color: #333333;
  z-index: 65;
}
body.pages .copyright {
  position: relative;
  top: 5px;
  font-size: .7em;
  color: #333333;
  text-align: center;
  z-index: 65;
}