/*
Design by James Rubinstein, Pinpow.com, James@pinpow.com

*/

body {
	margin: 0 ;
	background:#4f3324 url(images/landprobe-background2.png) no-repeat top; 
	text-align: justify;
	font: 13px "AvantGarde Bk BT", Arial, Helvetica, sans-serif;
	color: #000000;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea {
	padding: 5px;
	border: 1px solid #626262;
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h1 a, h2, h2 a, h3, h3 a {
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	color: #CF3822;
}

h1 {
	letter-spacing: -3px;
	font-size: 2.6em;
}

h2 {
	letter-spacing: 2px;
	font-size: 1.75em;
	text-transform:uppercase;
	font-weight: bold;
	font-family: "AvantGarde Bk BT";
	color:#4f3324;
}

h3 {
	margin-bottom: 2em;
	font-size: 1.3em;
	font-weight: bold;
}

p, ol, ul {
	margin: 0 0 2em 0;
	line-height: 1.5;
}

blockquote {
	margin: 0 0 0 1.5em;
	padding-left: 1em;
	border-left: 5px solid #DDDDDD;
}

a {
	color: #004000;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #800000;
}

img {
	border: none;
	margin-bottom: 20px;
	}

img.left {
	float: left;
	margin: 8px 20px 20px 0px;
	border: none; 
}

img.intable {
	float: left;
	margin: 0px 20px 80px 0px;
	border: none; 
}

img.behind {
float:right;
z-index:-1;
margin-top: -220px;
margin-right: -100px;
}

/* Header */

#wrapper { 
   margin-right: 0%;
}

#header {
	width: 1025px;
	height: 142px;
	margin: 0 auto;
	background: url(images/landprobe-header.png) no-repeat right;

}

#logo h1, #logo p {
	float: center;
	color: #800000; 
	
	
}

#logo h1 {
	height: 88px;
	padding: 60px 90px 0 0;
	}

#logo p {
	margin: 0 0 0 -80px;
	padding: 55px 0 0 0;
	line-height: normal;
	letter-spacing: -1px;
	font-size: 1.2em;
	font-weight: bold;
}

#logo a {
	text-decoration:none;
	color:#990000;
	font-weight: bold;
	outline:#333333 thick;
	text-shadow:#333333;
	
}

#logo p a {
	color: #FF5134;
}


/* Menu */

#menu {
	width: 1028px;
	height: 27px;
	margin: auto;
	float: auto;
	padding-left:1px;
	
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
	text-transform: uppercase;
	text-align:center;
	
	}

#menu a {
	display: block;
	float: left;
	background: url(images/landprobe-nav-button.jpg) no-repeat left ;
	width:171px;
	padding:3px 0 3px 0;
	text-decoration: none;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration:underline;
}

#menu .current_page_item {
}

#menu .current_page_item a {
	background: url(images/landprobe-nav-button-active.png) no-repeat left;
}

/* Page */

#page {
	width: 950px;
	margin: 0 auto;
	padding-top: 15px;
}


/* Content */

#content {

	float: left;
	width: 900px;
}

table{ 
padding: 0;
margin: 0;
}
tr{
}
td{
padding-top: 0;
}
td.td2
{padding:-30px 0 0 0;
margin: -30px 0 0 0;
}

table.table2
{ 
padding-top: -30px;
margin-top:-30px;

}
/* Footer */

#footer {
background: #22483f;
	clear: both;
	width: 1026px;
	margin: 0 auto;
	padding: 30px 0;
	color: #D6D6D6;
	/*border-top: 2px solid #2B2B2B;*/
}

#footer p {
	margin: 0 0 5px 0;
	text-align: center;
	line-height: normal;
	font-size: .9em;
}

#footer a {
	text-decoration: none;
	color: #C12E09;
}

