body {
  margin: 20px auto;
  padding: 0;
  width: 920px;
  font: normal normal normal 14px/1.6em Arial, Helvetica, Geneva, sans-serif;    
	text-align: center;
	color: #333;
	background: #1e7192 url(images/bgd_1.jpg) repeat-x;
}

/* My Comment */
#container {
  margin: 10px;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal;
  font: normal normal normal 14px/1.6em Georgia, times, serif; 
  line-height: 1.2em;
  /* color: #666; */
}
h1 {
  font-size: 36px;
}
#content h1 {
	font-size: 28px;
	color: #FFF;
	margin-bottom: 10px;
}
h2 {
	margin-top: 10px;
	margin-bottom: 8px;
	font-size: 24px;
	color: white;
}
h3 {
	margin-top: 2em;
	font-size: 20px;
	color: white;
}
h2.first, h3.first, p.first {
	margin-top: 0;
}
h4 {
	font-size: 16px;
	color: white;
	margin-bottom: 8px;
}
a {
  color: #fff;
  outline: none;
  text-decoration: none;
}
a:hover {
  color: #fae9be;
}
ul {
  list-style: none;
  margin: 0; 
  padding: 0;
  line-height: 1.4em;
}
ul ul {
  margin: 0 0 0 10px;
  font-size: 12px;
}
li {
  margin: 2px 0; 
  border: 0px solid #fff;
}
hr {
  clear: both;
  height: 1px;
  background-color: #ccc; 
  border: 0;
  margin: 2em 0;
}
img {
	border: 0;
}
.content-block {
  clear: both;
}
.hidden {
  visibility: hidden;
}
.inactive a, .inactive li a {
  color: #bbb !important;
}
.side1 {
  float: left;
  padding: 1.5em 10px 10px 0;
}
.side2 {
  float: right;
  padding: 1.5em 0 10px 10px;
}
/* Layout
----------------------------------------------- */
#container {
}
#wrapper {
	position: absolute;
	top: 0;
	width: 960px;
	background-image: url(images/wrapper_back_03.jpg);
	background-repeat: repeat-x;
	background-color: #9EC6D6;
}
#header {
	text-align: left;
	margin: 2em 10px 0em;
	padding: 10px;
}
.column {
  float: left;
}
#contact {
	clear: both;
}
#content {
  text-align: left;
  width: 560px;
  margin-right: 60px;
	position: relative;
	top: 0px;
	bottom: 10px;
	left: 20px;
}
#content2 {
  padding: 0 0 40px;
}
#content2 img {
  margin-right: 5px;
}
p#research1 {
	margin: 30px 0 30px;
}
p#research2 {
	padding-top: 20px;
	margin-bottom: 20px;
}
p#research3 {
	clear: both;
	margin-top: 10px;
	margin-bottom: 70px;
}
p#research4 {
	margin-bottom: 20px;
}
.smallcaps {
	font-variant: small-caps;
}
#paypal {
	margin: 15px auto;
	text-align: center;
}
#paypal p {
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 4px;
}
#rightcol {
	margin-top: 0px;
	width: 300px;
	text-align: left;
}
#rightcol h4 + ul {
	list-style-type: disc;
	list-style-position: inside;
	padding-bottom: 8px;
}
p#facebook {
	margin-top: 0px;
	margin-left: 20%;
}
img#san_andreas {
	float: left;
	padding-bottom: 20px;
	padding-right: 6px;
	/*margin: 70px 20px 30px 0;*/
}
img#oceana {
	clear: both;
	float: left;
	margin: 70px 10px 100px;
}
img#topp {
	clear: both;
	float: right;
	margin: 80px 10px 20px;
}
#paypal + p {
	margin-bottom: 2px;
}

/* Navigation
----------------------------------------------- */
/* drop-down navigation menu from http://www.htmldog.com/articles/suckerfish/dropdowns/ */
#nav, #nav ul {
	float: left;
	width: auto;
	list-style: none;
	line-height: 1;
	font-weight: bold;
	padding: 0;
	margin: 10px 0 1em 0;
}
#nav a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 0.25em 0 0.25em 1em;
}
#nav a:hover {
	color: #fee4b0;
}
#nav a.inactive:hover {
  color: #fff;
}
#nav li {
	float: left;
	padding: 0;
	width: 10em;
}
#nav li.short {
	width: 7em;
}
#nav li.long {
	width: 13em;
}
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 700px;/*14.4em*/
	w\idth: 13.9em;
	font-weight: bold;
	background: #1e7192;
	margin: 0;
	z-index: 5000;
}
#nav li li {
	/* padding-right: 1em; */
	width: 12em;
	/* display: inline; */
	float: left;
}
#nav li ul a {
	width: 10em;
	w\idth: 12em;
	padding-left: 1.25em;
}
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
#nav li:hover, #nav li.sfhover {
	background: #1e7192;
}
#content {
	clear: left;
}
/* end of Suckerfish drop down nav menu CSS */

#header h2 {
  margin: 0 0 6px;
}

#header h1 {
	font-size: 40pt;
}
#main-nav {
	padding-top: 10px;
}
#navigation {
  text-align: center;
  margin-top: 10px;
}
#main-nav li {
  display: inline;
  padding: 0 5px;
}
#main-nav li + li {
	border-left-style: solid;
	border-left-width: 1px;
}
#sub-nav {
  height: 2em;
}
#sub-nav li {
  display: inline;
  padding: 0 30px 0 0;
  font-size: 12px;
	position: relative;
	float: right;
}
#navigation h2 {
  font-size: 24px;
}
.side-nav {
  font-size: 12px;
}

.Blog-nav {
	font-size: 24px;
	width: 250px;
}
#Blog {
	float: right;
	width: 230px;
	position: relative;
	top: -25px;
	height: 25px;
	right: 5em;
}
#hero-shot li {
	margin-left: 15px; 
}
#hero-shot ul {
	margin-bottom: 10px; 
}

/* Spec Tables
----------------------------------------------- */
#specs {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}
#specs th {
  border-bottom: 2px solid #87a9b4;
  font-size: 16px;
  font-weight: normal;
}
#specs td {
  border-top: 0 solid #ddd;
  border-bottom: 0 none #6f8d96;
}
.odd {
  background-color: #87a9b4;
}
#specs .spec {
  text-align: right;
}

/* calendar
----------------------------------------------- */     
#calendar {
  width: 590px; 
}
#calendar th {    
  width: 140px;  
  text-align: right;
  padding: 0 10px 0 0; 
  border-bottom: 1px solid #87a9b4;
	color: #50676e;
}  
#calendar td {      
  text-align: left;
  padding: 0 30px 0 0;
  border-bottom: 1px solid #87a9b4;
	
}

/* help
----------------------------------------------- */
.bodylist {
  padding-left: 12px;
  padding-top: 10px;
}

.contact {
	text-align: center;
}
#address {
	text-align: left;
	width: 11em;
	margin-left: auto;
	margin-right: auto;
}

/* Homepage
----------------------------------------------- */
.mission {
  margin: 0;
  color: #fff;
  font: 22px/1.2em Georgia, "Times New Roman", Times, serif;
}

/* Footer
----------------------------------------------- */
#footer {
	clear: both;
	font-size: 12px;
	padding-top: 2px;
	background-color: #1e7192;
	color: #9ec6d6;
	height: 50px;
}


