@charset "utf-8";
/* CSS Document */

*{ margin:0px; padding: 0px; } 


{
border: 0;
margin: 0;
}
/*DIV - Main live area of webpage*/
#main{
	background-color: #FFF;
	margin: 0 auto;
	width: 1014px;
	border: 2px solid #CCC;
	-moz-box-shadow: 3px 3px 9px #D8C9A6;
	-webkit-box-shadow: 3px 3px 9px #D8C9A6;
	box-shadow: 3px 3px 9px #D8C9A6;

}


#header{
	width: 1014px;
	margin: 0 auto;
	height: 234px;
	

}
/* DIV - Logo, section contains logo image at top of page*/
#logo{
	text-align: left;
	height: 80px;
	background-repeat: no-repeat;
	background-position:left top;
	font-size: 19px;
	padding-left: 0px;
	padding-top: 0px;
}
#parkerlogo{
	text-align: left;
	height: 65px;
	background-repeat: no-repeat;
	background-position:left top;
	font-size: 0px;
	background-image: url();
	padding-left:0 px;
	padding-top: 0px;
	float: left;
	width: 225px;
	left: 0px;
	top: 0px;
}

/*DIV - SEARCHFORM: search area, located in header area*/
#searchform {
	margin-top: 0px;
	float: none;
	width: 199px;
	z-index: 2;
	top: 30px;
	left: 995px;
	position: absolute;
}


/*DIV - CONTENT: Main content area in middle of page. Consists of left and right Div sections*/
#content{
	background-position:top;
	background-color: #ffffff;
	padding: 20px;
}

/*DIV - LEFT: Left 3 column content area*/
#left{
	width: 750px;
	float:left;
	padding-left:0px;
	padding-right:5px;
	font-size: 11px;
}

/*DIV - RIGHT: Single column content area on right of page*/
#right{
	width: 200px;
	float:right;
	height: 100%;
	border: 1px solid #999;
	margin-bottom: 25px;
}
#technologyblock {
	background-color: #FFF;
	color: #ffffff;
	padding-top: 0px;
	text-align: right;
	clear:both;
	padding-bottom: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 10px;
	float: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*DIV - FOOTER: Area at bottom of page containing nav links, address, and tag line*/
#footer {
	background-color: #001342;
	height: 60px;
	color: #ffffff;
	padding-top: 5px;
	text-align: center;
	clear:both;
	padding-bottom: 5px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-size: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


#footer a:link {
	color: #ffffff;
	font-size: 10px;
	text-decoration: underline;
}

#footer a:hover {
	color: #FC6;
	font-size: 10px;
}

#footer a:visited {
	color: #A5D8E7;
	font-size: 10px;
}

#footer_nav {
	text-align: left;
	width: 60%;
	padding-left: 15px;
	float: left;
	padding-top: 5px;
}

#footer_copyright {
	color: #FFFFFF;
	font-size: 10px;
	line-height: 12px;
	text-align: right;
	float: right;
	width: 30%;
	padding-right: 15px;
	padding-top: 10px;
}
