/* CSS Document */

/* -------------------------
LEOPARD INC.
Author:  Chris Johnson
March 13, 2007
-------------------------*/

html {
	width: 100%;
	height: 100%;
}

body {
	background-image:url(../home/images/greyline_bg.jpg);  /*repeating grey line in the background */
	background-repeat:repeat;
	width: 100%;
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:1.4em;
	color:#000;
}

/* Top portion background pattern */
#backgroundpattern {
	background-image:url(../home/images/upperarea_bg.jpg);
	background-repeat:repeat-x;
	background-position: left top;
	margin-left: 0px;
	margin-top: 0px;
	width: 100%;
	height: 100%;
}

.clear {
	clear: both;
	}
	
img {
	border-style: none;
}


/*----------------HEADER-----------------*/
#headercontainer {
	width: 775px;
	position: relative;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	height: 113px;
}

#headernavcontainer {
	float: right;
	color:#858585;
	padding: 93px 2px 0 0;
	}
	
#logo {
	float: left;
	}

/*----------------NAVIGATION-----------------*/	
/*---  Make the button on the main navigation light up on the page that you are on ----*/
#whowearepage #contentareacontainer #navigation #navbuttons #whoweare a {
	background: url(../whoweare/images/navigation.jpg) -750px 0px no-repeat;
	cursor: default;
}

#capabilitiespage #contentareacontainer #navigation #navbuttons #capabilities a {
	background: url(../whoweare/images/navigation.jpg) -875px 0px no-repeat;
	cursor: default;
}

#workingwithyoupage #contentareacontainer #navigation #navbuttons #workingwithyou a {
	background: url(../whoweare/images/navigation.jpg) -1000px 0px no-repeat;
	cursor: default;
}

#researchpatentspage #contentareacontainer #navigation #navbuttons #researchpatents a {
	background: url(../whoweare/images/navigation.jpg) -1125px 0px no-repeat;
	cursor: default;
}

#casestudiespage #contentareacontainer #navigation #navbuttons #casestudies a {
	background: url(../whoweare/images/navigation.jpg) -1250px 0px no-repeat;
	cursor: default;
}

#contactuspage #contentareacontainer #navigation #navbuttons #contactus a {
	background: url(../whoweare/images/navigation.jpg) -1375px 0px no-repeat;
	cursor: default;
}


/*----------------CONTENT AREA----------------------*/
#contentareacontainer {
	position: relative;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFFFFF;
	border: 1px;
	border-color: #c4c2c9;
	border-style: solid;
	padding: 12px;
	width: 753px;
}

h1, h2, h3, h4, h5, h6, h7, h8, h9 {
	font-family:Arial, Helvetica, sans-serif;
	color:#e85b1f;
	font-size: 13px;
	font-weight:bold;
	margin-bottom: 5px;
	}
	
.highlight {
	font-family:Arial, Helvetica, sans-serif;
	color:#e85b1f;
	font-size: 11px;
}

.bold {
	font-weight:bold;
	color:#e85b1f;
	}

#bottomcontainer{
}

#bottomcontainer ul{
	line-height: 13px;
	list-style-type: none;
}

#bottomcontainer li{
	background-image:url(../home/images/orangeBullet.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	padding-left: 19px;
	margin: 5px 0 0 -40px;
}

#textareacontainer{
	float: left;
	width: 425px;
}

#textarea{
	padding: 2px 10px 20px 27px;
	line-height: 15px;
	}
	
#textarea a:link {
	color:#38425f;
	text-decoration:underline;
	padding: 1px 1px 1px 1px;
	}
	
#textarea a:visited { 
	color: #38425f;
	text-decoration: underline;
	}
	
#textarea a:hover { 
	color: #e85b1f;
	text-decoration: underline;
	}
	
#textarea a:active { 
	color: #38425f;
	text-decoration: underline;
	}
	
	
#rightimage{
	float:left;
	width: 286px;
	padding: 20px 0 20px 20px;
	}
	
	
	
/*---------------FOOTER--------------------*/	
	
#footer {
	position: relative;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	background-image:url(../home/images/footer_bg.jpg);
	background-repeat:repeat-x;
	height: 95px;
	width: 775px;
	font-size: 10px;
	color: #b4b3b3;
	line-height:normal;
	}
	
#footer a:link {
	color:#FFFFFF;
	text-decoration: none;
	}
	
#footer a:visited { 
	color: #FFFFFF;
	text-decoration: none;
	}
	
#footer a:hover { 
	color: #f36c33;
	text-decoration: none;
	}
	
#footer a:active { 
	color: #f36c33;
	text-decoration: none;
	}
	
#copyright {
	float: left;
	padding-top: 20px;
	padding-left: 13px;
}

#sitemap {
	float: right;
	padding-top: 20px;
	padding-right: 13px;
}


