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

/*
COLORS
Lite Green #FCDD30
mid Green #669749
Dark Green #4f6f19
Brown #784017
Gray #ccc
gold #FCDD30

*/



body{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, arial,helvetica,san serif;;
	font-size:11px;
	color:#666666;
	background: #ffffff;
}

.clear-space{
clear: both;
}


/* HEADINGS STYLES */
h1,h2,h3,h4{
font-weight: normal;
	color:#784017;
}

h1{
	font-size:18px;
	border-bottom: solid thin #ccc;
	
}

h2{
	font-size:15px;
	}

h3{
	font-size:9px;
	font-weight: normal;
}

h4{
	font-size:7px;
	font-weight: normal;
}

/* ANCHORS & LINKS//////////////////////////// */

/*
COLORS
Lite Green #FCDD30
mid Green #669749
Dark Green #4f6f19
Brown #784017
Gray #ccc


*/
a img{
border:0;
}

.navi a:link, .navi a:active, .navi a:visited{
display:block;
text-decoration: none;
color: #ffffff;
/* background: #000000;  */
padding:5px 20px 0px 20px;
height: 25px;
}


#cont-body a, #cont-body a:active, #cont-body a:visited{
color: #669749;
font-weight: bold;
text-decoration:none;
/* background: #000000;  */
}

#cont-body a:hover {
text-decoration:underline;
}

#footer a, #footer a:active, #footer a:visited{
color: #784017;
text-decoration:none;
/* background: #000000;  */
}

#footer a:hover {
text-decoration:underline;
}


/* PAGE STRUCTURE ////////////////////////*/

#page-wrapper{


}



/* HEADER */
#header-wrapper {
height: auto;
background: #669749;
border-bottom: solid thin #ccc;
margin: 0px
}

#header {
height: 74px;
overflow: hidden;
text-align: right;

}

.navi {
background: #ffffff;
/* width:auto; */
height: 74px;
padding: 01px 0px 10px 10px;
}

/* -------------------------- */

#header img{
padding-right: 355px;
}

.pg-home #header{

background: url(../_images/img_home.jpg) no-repeat right;

}

.pg-positions #header{

background: url(../_images/img_recruitment-1.jpg) no-repeat right;

}

.pg-recruitment #header{

background:  url(../_images/img_recruitment-1.jpg)no-repeat right;

}

.pg-about #header{

background: url(../_images/img_about.jpg) no-repeat right;

}

.pg-testimonials #header{

background: url(../_images/img_perspectives.jpg) no-repeat right;

}

.pg-contact #header{

background: url(../_images/img_contact.jpg) no-repeat right;

}







/* BODY */

#content-wrapper{
min-height: 600px;
max-height: auto;
margin: 0px;
padding:0px 0px 20px 176px;
/* background: #ffffff url(../_images/footer.gif) no-repeat bottom left; */
}


/*
#side-bar{
float:left;
width:125px;
height:200px;
background: #ccc;
margin: 20px 15px 0px 0px;
color: #ffffff;
}
*/

#cont-body{
width:600px;
float:left;
}


/* FOOTER */

#footer-wrapper{
background: #ffffff;
border-top: solid thin #ccc;
height: 200px;
color:#784017;
}

#footer{
width:960px;
}

/* /TUMBLR STYLING//////////////////////////////////// */

/*
COLORS
Lite Green #FCDD30
mid Green #669749
Dark Green #4f6f19
Brown #784017
Gray #ccc


*/

.blog .tumblr_posts{
list-style: none;
padding: 0px;
margin: 0px;
}

.blog .tumblr_posts li{
list-style: none;
padding: 10px 0px 10px 0px;
margin: 0px;
}

.tumblr_title{
color:#784017;

}


.tumblr_posts{
padding: 0px;
margin: 0px;

}

.tumblr_post{
/* width: 500px; */
height: auto;
background: #fff;
padding: 0px 0px 10px 0px;
margin: 0px 0px 20px 0px;
border-bottom: solid #ccc thin;
}

.tumblr_video_post{}

.tumblr_text_post{padding: 10px;}

.tumblr_link_post{}

.tumblr_title{ 
background-position: 0px; 
/* color: #4f6f19;  */
/* background-color: #4f6f19;  */
padding: 3px; 
font-size: 18px;
}

.tumblr_body{}

.tumblr_video{}

.tumblr_caption{}

.tumblr_description{}



































