@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	text-align: center;
}

img {
	display: block;
	behavior: url(common/iepngfix.htc);
}

p, a, td, th, li, h1, h2, h3, label, div {
	font-family: 'Lato', sans-serif;
	color: black;
}

p, td, th, li, label, div {
	font-size: 15px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 10px 0;
	line-height: 20px;
	font-family: 'Lato', sans-serif;
	font-weight:400;
}

h1 {
	margin: 10px 0;
	font-size: 18px;
	color: #00a1b1;
	text-align:left;
	font-family: 'Lato', sans-serif;
	font-weight:700;
}


h2 {
	color: #212e84;
	margin: 0;
	font-size: 17px;
	line-height: 22px;
}

h3 {
	font-size: 20px;
	font-style:italic;
	color: #00a1b1;
	text-align:left;
	font-family: 'Lato', sans-serif;
	font-weight:700;
}

h4 {
	font-size:10px;
	font-family: 'Lato', sans-serif;
	font-weight:700;
}

h5 {
	font-size:9px;
	color:#999;
	font-family: 'Lato', sans-serif;
	font-weight:700;
}

h6 {
	color: #212e84;
	margin: 10px 0;
	font-size: 34px;
	font-family: 'Dancing Script', cursive; 
}

li {
	line-height: 20px;
}


#top  {
	background-image: url(images/top.jpg);
	background-repeat: repeat-x; 
	height: 43px; 
}

#content1 {
	width: 100%;
	height: 314px;
	background: #b9ddb1;
	position: relative;
	border-bottom: 2px solid #7ea177;
}

#content2 {
	width: 100%;
	height: 500px;
	background: #fff;
	position: relative;
}

#footer {
	width: 800px;
	height: 86px;
	text-align: center;
	position: relative;
	margin: 0 auto;
}

#homecontent {
	width: 800px;
	height: 230px;
	padding-top:5px;
}

#homelogo {
	z-index: 500;
	position: absolute;
	left: -15px;
	top: 0px:
	width: 270px;
}

#mainlogo {
	z-index: 500;
	position: absolute;
	left: -15px;
	top: 0px:
	width: 198px;
}

#greenheader {
	background-image: url(images/greentop.jpg);
	background-repeat: repeat-x; 
	height: 114px;
}

#slider {
	width: 1000px;
}

#footer span {
	color:#199aa8;
}

div.nav {
	width: 800px;
	text-align:center;
	position:relative;
}

div.nav a {
	float: right;
	display: block;
}

div.nav span {
	display: none;
}

div.homepic {
	display: inline;
	margin: 5px;
	float: left;
}

#homecontent2 {
	width: 800px;
	min-height: 300px;
}

div.hr {
	width: 800px;
	height: 2px;
	font-size: 1px;
	background: #b9ddb1;
	margin: 10px auto;
}


a.button_home {
	width: 54px;
	height: 43px;
	background-image:url(images/button_home.jpg);
	background-position: 0 0;
}
a.button_home:hover {
	background-position: 0 43px;
}

a.button_hiring {
	width: 62px;
	height: 43px;
	background-image:url(images/button_hiring.jpg);
	background-position: 0 0;
}
a.button_hiring:hover {
	background-position: 0 43px;
}

a.button_managing {
	width: 83px;
	height: 43px;
	background-image:url(images/button_managing.jpg);
	background-position: 0 0;
}
a.button_managing:hover {
	background-position: 0 43px;
}

a.button_workshops {
	width: 94px;
	height: 43px;
	background-image:url(images/button_workshops.jpg);
	background-position: 0 0;
}
a.button_workshops:hover {
	background-position: 0 43px;
}

a.button_resources {
	width:90px;
	height: 43px;
	background-image:url(images/button_resources.jpg);
	background-position: 0 0;
}
a.button_resources:hover {
	background-position: 0 43px;
}

a.button_about {
	width: 77px;
	height: 43px;
	background-image:url(images/button_about.jpg);
	background-position: 0 0;
}
a.button_about:hover {
	background-position: 0 43px;
}

a.button_facebook {
	width: 36px;
	height: 43px;
	background-image:url(images/button_facebook.jpg);
	background-position: 0 0;
}

a.button_twitter {
	width: 32px;
	height: 43px;
	background-image:url(images/button_twitter.jpg);
	background-position: 0 0;
}

a.active {
	background-position: 0 43px;
}

div.main {
	width: 800px;
	text-align:left;
	display:block;
	min-height:600px;
	margin: 0 auto;

}

div.sidebar {
	float: right;
	width: 220px;
	margin: 10px 0;
}

div.sidebarcontent {
	background-color: #d3eace;
	padding: 15px;
	margin-top:20px;
}

div.content {
	width:560px;
	float:left;
}

table.resources {
	border-collapse:collapse;
}

table.resources td {
	padding: 6px;
	border: 1px solid black;
}

table.resources th {
	padding: 4px;
	border: 1px solid black;
}