body 
{
	padding-right: 0px; 
	padding-left: 0px; 
	padding-bottom: 0px; 
	margin: 0px; 
	padding-top: 0px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000;
	text-decoration: none;
	background-color: #737373; 
}

#wrapper 
{
	width: 800px; 
	text-align: left; 
	margin: 0 auto;
}

#content{
	padding: 25px 10px 0 25px;
	text-align:left;
}

a img 
{
	border:none;
}

img 
{
	border:none;
}

.header {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #930;
	text-decoration: none;
}

.link-1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #930;
	text-decoration: underline;
}

#footer{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #00467F;
	text-align:right;
}

.warning {
	color:red;
}

.success {
	color:green;
}

/* navigation
-------------------------------------------------------------- */
	
ul#navigation {
	 height: 38px;
     width:760px;
	 text-indent:-9999px;
	 margin:0px;
	 padding:0px;
   	 position:relative;
}

ul#navigation li {
	list-style: none;
}

ul#navigation li a {
	position:absolute;
    top:0px;
}

li a.home {
  background-image: url(../images/home_btn.jpg);
  width: 85px;
  height:38px;
left:0px;
}

li a.home:hover {
  background-position: right;
}

li.inbetween {
  background-image: url(../images/inbetween.jpg);
  width: 157px;
  height:38px;
position:absolute;
left:85px;
top:0px;
}

/* -- Old Our team tab --
li a.our_team {
  background-image: url(../images/our_team_btn.jpg);
  width: 82px;
  height:38px;
left:242px;
}*/

li .spacer {
	position: absolute;
	background-image: url(../images/blank-background-tab.gif);
	width: 82px;
	height: 38px;
	left: 242px;
}

li a.our_team:hover {
  background-position: right;
}

li a.partner {
  background-image: url(../images/partner_client_services_btn.jpg);
  width: 118px;
  height:38px;
  right: 318px;

}

li a.partner:hover {
  background-position: right;
}

li a.business {
  background-image: url(../images/business_security_programs_btn.jpg);
  width: 140px;
  height:38px;
  right:178px;
}

li a.business:hover {
  background-position: right;
}

li a.testimonials {
  background-image: url(../images/testimonials_btn.jpg);
  width: 101px;
  height:38px;
  right:77px;
}

li a.testimonials:hover {
  background-position: right;
}

li a.contact {
  background-image: url(../images/contact_btn.jpg);
  width: 77px;
  height:38px;
  right:0px;
}

li a.contact:hover {
  background-position: right;
}

ul.partner li {
	list-style: none;
}

div.separator {
	border-bottom:1px dotted #999999;
	margin:-0px 0px 10px;
	background:#FFFFFF;
}

ul.bold_li li {
	font-weight: bold;
}


