body {
	font-family: Helvetica, Arial, Verdana sans-serif;
	width: 960px;
	padding: 0;
	margin: 0 auto;
	background: url(../images/lb_trailbkgd.png) center bottom no-repeat,
				url(../images/lb_gradbkgd.jpg) center top repeat-x;
	background-color: #102098;
	background-attachment: fixed;
	}

h2 {
	font: bold 1.5em Verdana, sans-serif;
	color: #fff;
	margin: 12px 0 0 0;
	text-shadow: 2px 2px 2px #0b1768;
	}

h3 {
	font: bold 1em Verdana, sans-serif;
	color: #0b1768;
	}
	
h4 {
	font: bold italic .9em Verdana, sans-serif;
	color: #0b1768;
	}
	
p {
	font: normal .9em Verdana, sans-serif;
	color: #0b1768;
	}
	
/* Lay out the page structure with a container */
#container {
	width: 960px; 
	margin: 0 auto; /* Aligns the container to the center of the page */
	display: block;
	background: url(../images/lb_pgwrap.png) center repeat-y;	
}

img.ologo {
	position: relative;
	left: 800px;
	top: 250px;
	z-index:+1;
  	} 
  	
img.blogo {
	position: relative;
	top: 370px;
	z-index:+1;
  	}
  	
img.glogo {
	position: relative;
	left: 800px;
	top: 250px;
	z-index:+1;
  	} 
  	
img.rlogo {
	position: relative;
	left: 465px;
	top: 470px;
	z-index:+1;
  	}   
  	
img.plogo {
	position: relative;
	left: 665px;
	top: 570px;
	z-index:+1;
  	}     	
  	
#header {
	position: relative;
	height: 245px;
	padding: 20px 10px 10px 50px;
  	}  

#header p.tagline {
	float: right;
	padding: 0 60px 0 0;
	font:italic 18px/30px Helvetica, Arial, Verdana sans-serif;
	color: #76acd6;
  	}  

img.jar {
	float: right;
	margin: 30px 60px 10px 10px;
  	} 
  	
img.photo {
	float: left;
	margin: 20px 20px;
	border-radius: 8px;
	-webkit-box-shadow: 5px 5px 5px #010206; /* Safari and Chrome */
	box-shadow: 5px 5px 5px #010206;
  	}  
  	
ul#nav {
	margin: 0;
	position: relative;
  }

ul#nav li {
	float: left;
	list-style: none;
	} 

ul#nav li, ul#nav li a {
	width: 175px;
	height: 70px;
	display: block;
	}
	
ul#nav li a {
	background: url(../images/btn_sprite.png) 0px -70px;
	color: white;
	font: normal bold 85% Arial;
	text-decoration: none;
	text-align: center;
	letter-spacing: 5px;
	}

 ul#nav li a:hover {
	background: url(../images/btn_sprite.png) 0px 0px;
	color: #fcff1e;
  }
  
/*Main content styles*/
#main {
	float: left;
	background: #699bc3; opacity: 0.8;
	width: 500px;
	margin: 0px 0 30px 60px;
	padding: 5px 16px 40px 16px;
	border-radius: 8px;
	-webkit-box-shadow: 5px 5px 5px #010206; /* Safari and Chrome */
	box-shadow: 5px 5px 5px #010206;
	}

/*Services content styles*/
#services {
	float: left;
	background: #699bc3; opacity: 0.7;
	width: 800px;
	margin: 0px 0 41px 60px;
	padding: 5px 20px;
	border-radius: 8px;
	-webkit-box-shadow: 5px 5px 5px #010206; /* Safari and Chrome */
	box-shadow: 5px 5px 5px #010206;
	}
	
/*faq content styles*/
#faq {
	float: left;
	background: #699bc3; opacity: 0.7;
	width: 800px;
	margin: 0px 0 41px 60px;
	padding: 5px 20px;
	border-radius: 8px;
	-webkit-box-shadow: 5px 5px 5px #010206; /* Safari and Chrome */
	box-shadow: 5px 5px 5px #010206;
	}	
	
/* sidebar styles */
#sidebar {
	float: right;
	background: #699bc3; opacity: 0.7;
	width: 250px;
	margin: 0px 60px 5px 0px;
	padding: 5px 18px 0	18px;
	font-size: .9em;
	border-radius: 8px;
	-webkit-box-shadow: 5px 5px 5px #010206; /* Safari and Chrome */
	box-shadow: 5px 5px 5px #010206;
	}
	
/* Contact vCard Styles */
.vcard {
	font: normal 1em Verdana, sans-serif;
	color: #0b1768;
 	}

.vcard ul {
	padding: 1px;
	list-style-type: none;
	}	
	
.vcard ul li h4{
	font-weight: bold;
	margin: 0;
	}		

.vcard ul li p{
	font-size: 1em;
	margin: 3px 0 10px 10px;
	}	
	
/* table styles */
table {
	margin: 0 auto;
	width: 88%;
	}
	
#pricing th, #pricing td
	{
	border: 2px solid #102098;
	height: 30px;
	text-align: left;
	padding: 12px;
	}

#pricing th {
	color: #0b1769;
	background: url(../images/table_header_bg.png) center repeat-x;
	border-radius: 10px;
	}
	
#pricing td {
	color: #0b1769;
	background-color: #76acd6;
	border-radius: 10px;
	}
	
#pricing tr.alt td {
	color:#000000;
	background-color:#EAF2D3;
	}
	
#title{
	font: bold .9em Verdana, sans-serif;
	}

/*Footer Styles*/
#footer {
	clear: both;
	background:  url(../images/lb_footer.png) center repeat-y;
	opacity: 0.45;
	width: 903px;
	padding: 1px 0;
	margin: 0 0 0 27px;
	}

#footer ul{
	font: normal .9em/1.3em Verdana, sans-serif; color: black;
	padding: 2px;
	text-align: center;
	word-spacing: 15px;
	}

#footer li {
	display: inline;
	}

#footer li a{
	color: black;
	}

#footer li a:hover{
	color: white;
	}

#footer p {
	font: normal .8em/1.3em Verdana, sans-serif; color: black;
	padding: 4px 0px;
	text-align: center;
	}
	
#footer img.micrologo {
	position: absolute;
	margin-left: 45px;
	z-index: 100;
  	} 	



