@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	background-color: #0b4a3b;
	margin: 30px 0px;
}
a {
	font-size: 11px;
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
}
h1 {
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #0b4a3b;
	margin-top: 0px;
}
h2 {
	font-size: 12px;
	color: #000;
	text-transform: uppercase;
	margin-top: 0px;
}
h3 {
	font-size: 14px;
	color: #000;
}

a img {
	border: none;
}

strong {
	color: #0b4a3b;
	text-transform: uppercase;
}

hr {
	margin: 20px 0px;
	height: 1px;
	border: none;
	border-top: 1px solid #000;
}

/* IDs */

#container {
	width: 910px;
	margin: auto;
	background-color: #FFF;
	border: 1px solid #000;
	padding: 20px 20px 0px 20px;
}

#menu {
	float: right;
	margin-top: 30px;
	margin-right: -5px;
	font-size: 12px;
}
#menu a {
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
}
#menu a:hover {
	text-decoration: underline;
}
#menu span {
	padding: 0px 5px;
}

#banner {
	border: 1px solid #000;
	padding: 4px;
	text-align: center;
	clear: both;
	margin-top: 10px;
}

#main {
	line-height: 24px;
	overflow: hidden;
	padding-bottom: 20px;
}
#content {
	float:left;
	width: 699px;
	padding: 20px 0px;
}
#rightCol {
	float:left;
	width: 155px;
	border-left: 1px solid #000;
	margin-left: 30px;
	padding: 20px 0px 20px 25px;
}
#content,
#rightCol {
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important;
}

#footer {
	border-top: 1px solid #000;
	text-align: center;
	padding-top: 10px;
	text-transform: uppercase;
	font-size: 10px;
	color: #a2a2a2;
	clear: both;
	position: relative;
	z-index: 80;
	background-color: #FFF;
	padding-bottom: 20px;
}
#footer a {
	font-size: 10px;
	color: #a2a2a2;
	text-decoration: none;
}
#footer a:hover {
	color: #000;
	text-decoration: underline;
}
#footer span {
	padding: 0px 2px;
}

#certifications {
  width:130px;
  float:left;
  line-height:normal;
  text-align:center;
  padding-right:20px
}

#certifications_right {
  width:120px;
  float:right;
  line-height:normal;
  text-align:center;
  padding-left:20px
}


/* Classes */

ul.dashed {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.side_links  {
	margin: 0px;
  margin-top: 40px;
	padding: 0px;
	list-style: none;
  font-size:140%
}

.side_links li  {
  margin-bottom:20px;
}

.side_links li a {
  font-weight:bold;
  font-size:100%;
}

img.left {
	float: left;
	padding: 8px 20px 8px 0px;
}
img.right {
	float: right;
	padding: 8px 0px 8px 20px;
}

.clear {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0px;
	margin: 0px;
	padding: 0px;
}

	
.thumbnail{
	padding: 7px;
	border: 1px solid #D1D9C6;
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
}	
.thumbnail img {
	width: 113px;
	height: 76px;
}
.caption a {
	font-weight: bold;
	color: #909785;
	text-decoration: none;
}

