* {
  margin: 0px;
  padding: 0px;
}

body {
  background-color: white;
  color: black;
  font-family:  Verdana, Arial, sans-serif;
}

hr {
    height: 10px;
    background-color: darkblue;
    width: 60%;
    border: 1px outset black;
	margin: 10px 0;
}

#logo {
  background: url(./images/banner/mountains3.jpg) 0 -30px no-repeat;
  height: 105px;
  font-size: 48pt;
  text-indent: 150px;
  font-weight: bold;
  line-height: 100px;
  border-bottom: 5px solid #333;
}

#logo a {
  text-decoration: none;
  color: white;
  background-color: transparent;
}

#vector_logo {
  position: absolute;
  top: 0px;
  left: 0px;
}

#main_nav {
	width: 200px;
	border-right: 1px solid #000;
	padding: 1px 0 1em 0;
	margin-bottom: 1em;
	margin-right: 1em;
	font-family:  'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica,
	  Arial, sans-serif;
	background-color: #90bade;
	color: #333;
  	float: left;
}

#main_nav ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
}

#main_nav li {
		border-bottom: 1px solid #90bade;
		margin: 0;
}

#main_nav li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #1958b7;
	border-right: 10px solid #508fc4;
	background-color: #2175bc;
	color: #fff;
	text-decoration: none;
	width: 100%;
}

html>body #main_nav li a {
		width: auto;
}

#main_nav li a:hover {
	border-left: 10px solid #1c64d1;
	border-right: 10px solid #5ba3e0;
	background-color: #2586d7;
	color: #fff;
}

#top_nav, #sub_nav {
  font-size: 11pt;
  background-color: #CCC;
  color: black;
  border: 1px solid white;
  border-bottom: 1px solid black;
}

#sub_nav {
  background-color: #666;
  border: 0;
  border-top: 1px solid white;
  border-bottom: 1px solid black;
  color: white;
  font-size: 9pt;
}

#top_nav a, #sub_nav a {
  font-family: Verdana;
  color: black;
  text-decoration: none;
}

#sub_nav a {
  color: white;
}

#top_nav a:hover, #sub_nav a:hover {
  color: #EEE;
}

#top_nav ul li, #sub_nav ul li{
  display: inline;
  list-style: none;
}

#top_nav ul, #sub_nav ul {
  list-style: none;
}

#top_nav ul li, #sub_nav ul li{
  color: white;
  border-left: 1px solid white;
  margin: 0;
  list-style: none;
  padding-left: 10px;
  padding-right: 10px;
}

#top_nav ul li.first, #sub_nav ul li.first {
   margin: 0;
	border-left: none;
	list-style: none;
	display: inline;
}

#page_pic {
  position: relative;
  margin: 1em;
/*  top: -2em; */
  float: right;
}

a{ text-decoration: none; }
img  { border: 0px; }

#content {
  margin-left: 13.5em;
// /* margin-left: 12.5em; */
/* //  border: 1px solid red; */
  height: 5em;
}

#content p {
  line-height: 1.2em;
  margin-bottom: 1em;
  width: 75%;
}

h1 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 32px;
  margin: .25em;
}

h2 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 24px;
  margin: .25em;
}

h3 {
  font-family: Verdana, Arial, sans-serif;
  font-size: 20px;
  margin: .25em;
}

li  {
  margin-left: 1.25em;
}

p {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10pt;
  margin: 5px;
}

h3.office {
  margin-bottom: 1em;
  margin-top: 1em;
}

.address {
  border: 1px solid #ABC;
  background-color: #DDD;
  color: #222;
  margin-bottom: 2em;
  width: 500px;
  padding: 2px;
}

.suite:before {
  content: ' - ';
}

#press_kit_list {
  margin-left: 1em;
  margin-top: 1em;
}

#trinity_building {
  float: left;
  margin-right: 10px;
}

.testimonial {
  border: 1px dotted black;
  color: black;
  background-color: #EEE;
  margin-bottom: 10px;
  width: 75%;
}

#benefits_table td, #benefits_table {
  border: 1px dotted black;
}

.job_listing {
     background-color: #CCC; 
     width: 500px; 
     padding: 4px;
     border-bottom: 2px solid black; 
     border-right: 2px solid black;
     border-top: 2px solid #888; 
     border-left: 2px solid #888;
     margin-bottom: 10px;
}

.emphasized {
	font-weight: bold;
	font-size: 1.2em;
}

.emailcontact {
	background-color: lightgrey;
	width: 500px;
	padding: 5px;
	margin: 5px;
	border: 1px solid #ABC;
}

#content .emailcontact p {
	font-size: 1.1em;
	width: 90%;
}
