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

BODY {
	background: #FFF repeat-x top url(/images/bg.gif);
	color: #464646;
	text-align: center;
	margin: 0;
	padding: 0;
}

HR {
	color: #888;
    background-color: #FFF;
    width: 100%;
    margin: 12px 0 12px 0;
    padding: 0;
    height: 0px;
}

#bar {
	position: relative: 
    max-width: 100%;
    height: 78px;
    background: no-repeat top center url(/images/bar.jpg);
}

#nav {
	width: 900px;
    text-align: left;
    padding: 11px 0 0 0;
}

#logo {
	float: left;
  	margin: 0 57px 0 0;
}

#nav_links {
	float: left;
	width: 640px;
    text-align: left;
    margin: 33px 0 0 0;
}

#nav_links ul {
	border: 0;
    margin: 0;
    padding: 0;
}

#nav_links li {
	display: inline;
    margin: 0 9px 0 0;
    padding: 0 14px 0 0;
    border-right: 1px solid #ccc;
    line-height: 11px;
    font-size: 11px;
}

#nav_links a {
	color: #060037;
    font-family: Arial;
    font-size: 11px;
	font-weight: bold;
    text-transform:uppercase;
    text-decoration: none;
    line-height: 11px;
}

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

#nav_links .active_nav {
	color: #cf002c;
}

#content {
	position: relative;
	width: 900px;	
    margin: 1px 0 20px 0;
    min-height: 600px;
    text-align: left;
}

#content h2 {
	color: #231976;
    font-size: 16px;
    margin: 0 0 6px 0;
    padding: 0;
    font-weight: bold;
    font-family: Arial;
    text-transform: uppercase;
}

#content h3 {
	color: #231976;
    font-size: 13px;
    display: inline;
    font-weight: bold;
    font-family: Arial;
    text-transform: uppercase;
}

#content_bubble {
	height: 253px;
  	width: 900px;
  	background: no-repeat top url(/images/content_bubble.jpg);
}

#content_bubble_right {
	float: left;
	margin: 4px 0 0 4px;
	width: 205px;
	height: 224px;
	background: none;  
}

#content_bubble_right div {
	width: 188px;
}

#content_bubble_right ul {
	margin: 0;
  padding: 0;
  border: 0;
}

#content_bubble_right li {
	margin: 0 0 1px 16px;
  list-style-type: none;
  list-style-position: outside;
}

#content_bubble_right a {
	color: #000;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  font-family: Arial;
}

#content_bubble_right h2 {
	color: #231976;
  font-size: 15px;
  margin: 20px 0 6px 16px;
  padding: 0;
  font-weight: bold;
  font-family: Arial;
  font-style: italic;
  text-transform: none;
}

#content_bubble_right .active_nav {
	color: #cf002c;
}

#content_bubble_right .inactive_nav {
	color: #000;
}


#rotation {
	float: left;
	margin: 14px 0 0 15px;

}

#services {
	margin: 22px 0 0 0;
  padding: 0;
  border: 0;
  width: 94%;
  text-align: left;
}

#home_left {
	float: left;
  margin: 22px 12px 0 16px;
  width: 630px;
  padding: 0;
  text-align: justify;
}

#home_left span {
	color: #464646;
  font-family: Arial;
  font-size: 13px;
}

#home_right {
	float: left;
  width: 200px;
  margin: 22px 0 0 14px;
  text-align: justify;
  border-left: 1px solid #888;
  padding: 0 0 0 10px;
}

#home_right hr {
	color: #FFF;
  border-top: 1px dotted #888; 
}

#home_right span {
	color: #464646;
  font-family: Arial;
  font-size: 11px;
  line-height: 14px;
}

#home_right a {
	color: #FF0000;
  font-size: 11px;
  text-decoration: underline;
}

.tabs {
	width: 100%;
  margin: 0;
  padding: 0;
  border-top: 1px dotted #888;
  font-family: Arial;
  font-size: 11px;
  text-align: left;
}

.tabs .contain {
  background-color: #d5d5e2;
  margin: -1px 0 0 0;
  padding: 0;
  min-height: 40px;
  width: 100%;
}

.tabs ul {
	text-align: left;
  padding: 0;
  margin: 10px 0 10px 0;
}

.tabs li {
	margin: 0;
  padding: 10px 12px 10px 12px;
  border: 0;
  text-transform: uppercase;
  display: inline;
  border-right: 1px dotted #888; 
}

.tabs li a {
  font-weight: bold;
  font-size: 11px;
}

.tabs .active {
	background-color: #d5d5e2;
}

.tabs .inactive {
	background-color: #FFF;
}

.tabs .active a {
	color: #666;
}

.tabs .inactive a {
	color: #848484;
}

.tabs #values {
	float: left;
	margin: 0 0 12px 0;
  	padding: 14px 0 0 0;
  	vertical-align: middle;
  	line-height: 18px;
  	font-size: 12px;
  	width: 100%;
    background-color: #d5d5e2;
}

.tabs #values ul {
	list-style-type: disc;
    list-style-position: outside;
}

.tabs #values ul li {
	display: list-item;
    line-height: 13px;
    margin: 0;
    text-transform: none;
  	padding: 0 0 5px 0;
    margin-left: 25px;
 	border: 0;
}

.tabs h3 {
  margin: 0; 
}

#services .tabs li {
	padding: 10px;
}

#services .tabs li a {
	font-size: 10px;
}

#services .thumbnail {
	float: left;
	border: 2px solid #bfbfcb;
  width: 91px;
  height: 68px;
  background-color: #888;
  margin: 12px 10px 15px 8px;
}

.service_bullets {
	float: left; 
  width: 160px;
  border-left: 1px solid #bbb;
  min-height: 200px;
  margin: 15px 0 15px 0;
  padding: 0;
}

.service_bullets ul {
	margin: 5px 5px 0 25px;
  padding: 0;
  border: 0;
  list-style-position:outside;
  font-size: 9px;
}

.service_bullets li {
	font-size: 12px;
  font-weight: normal;
  font-family: Arial;
  margin-bottom: 6px;
  line-height: 15px;
}

#services .service_bullets h3 {
	font-size: 11px;
  margin: 1px 0 5px 10px;
}

#footer {
	width: 99%;
  text-align: right;
  font-size: 11px;
  font-family: Arial;
}

#footer hr {
	color: #FFF;
  border-top: 1px dotted #888; 
  width: 98%;
  float: right;
}