/* CSS Document */

/*
TABLE OF CONTENTS

HTML Elements
Page Structure
Navigation
Headings
Content Area
Forms
Clear
Footer

/* ———- @ HTML Elements ———–*/

* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

body, html {
	color:#515151;
	background: #848f69 url(../images/bg.jpg) repeat-x;
	margin: auto 0px;
	min-height:101%;
	font-size: 100%;
}

body, form {
	font-family: Arial, Verdana
}

p {

}

a:link, a:visited {
	text-decoration:none;
	color: #369;
}

a:hover, a:active {
text-decoration: none;
}

*:focus {
	outline: none
}

/* ———- @ Page Structure ———–*/

#wrapper {
	background: #fff;
	margin: 0 auto;
	font-size: 0.8em;
	width: 947px;
	min-height: 100%;
	height: 100%;
	margin-bottom: -330px;
	padding-bottom: 40px;
	position: relative;
}

#header-wrapper {
	width: 947px;
	margin: auto 0;
	height: 182px;
	background: url(../images/mastheadlabs.jpg);

}

#bannerhome {


}





/* ———- @ Navigation ———–*/


#sidebar-nav {
	float:left;
	width: 125px;
	margin-top: 33px;
	margin-left: 20px;
}

#sidebar-nav ul {
	list-style-type: none;
}

#sidebar-nav li {
	height: 26px;
	line-height: 22px;
	font: 1.2em Arial, Verdana;
	font-weight:bold;
}

#sidebar-nav a:link, a:visited {
	text-decoration: none;
	color: #4A4A4A;
}

#sidebar-nav a:hover, a:active {
	text-decoration: underline;
	color: #669933;
}

/*HEADINGS*/



h3 {
	font-size: 1.4em;
}

h4 {
	font-size: 1.2em
}
.heading-image {
margin: 0px;
padding: 0px;
}

/* ———- @ Content Area ———–*/

#slideshow {
	float: left;
	width: 455px;
	padding-top: 34px;
	padding-left: 5px;
	
	}

object {
	border-style: none;
	border: none;
}

#content-main {
	float:left;
	width:305px;
	margin-top: 30px;
	margin-left: 19px;
	padding-top: 5px;
	padding-bottom: 20px;
}

#content-main p {
	font: 13px/18px Georgia, "Times New Roman", Times, serif;
	padding: 0px 19px 0px 2px;
	margin: 6px 0px 0px 2px;

}

.button-home {
	margin: 12px 9px 0px 4px;
	border: none;
	}
	
	.button-home2 {
	margin: 12px 0px 0px 0px;
	border: none;
	}
	
#content-main a {
text-decoration: none;
}

/* ———- @ Forms ———–*/



/*Clear*/

.clearfloat:after {
content:”.”;
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfloat {
	display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
}

*+html .clearfloat {
	height:1%;
}

.clearfloat {
	display:block;
}

.clearfooter {
	height: 330px;
	clear: both;
}

/* End hide from IE-mac */

/* ———- @ Footer ———–*/

#footer {
	width: 947px;
	height: 330px;
	position: relative;
	margin: 0 auto;
	margin-top: 20px;
	background: #043321;
	border-top: 2px solid #C18E63;
}

#footer p {
	font: 11px/20px Verdana, Arial, Helvetica, sans-serif;
	padding: 4px 0px 0px 18px;
	color: #ada17a;
}

#footer a {
color: #ada17a;
}
