	/* custom stuff general page layout css*/
	
html {
/*  height: 100%; */
  margin-bottom: 1px;
}

body {
	margin: 0px 0px 0px 0px;
/*	height: 100%;*/
	font-size: 10px;
	line-height: 1.6em;
	background: #F3F3F3;
	color: #000000;
	text-align:center;
}
div#wrapper {
		margin-left: auto;
		margin-right: auto;
		width: 742px; 
		background: #CCCCCC;
}

div#inner {
	/*position: relative;*/
	width:730px;
/*	height: 100%;*/
	margin-left: auto;
	margin-right: auto;
	background:#FFFFFF;
	border:0px solid;
	text-align:left;
}

div#top {
	background: #757575;
	height: 54px;
	border:2px;
    position: relative;

}

span#logo {
	position:absolute;
	display: block;
	left: 25px;
	top:  14px;
	width: 269px;
	height: 27px;
	z-index: 90;
	background: transparent;
}

span#phone {
	position: absolute;
	left: 594px;
	top:  14px;
	width: 136px;
	height: 27px;
	z-index: 90;
	background: transparent;
}

div#menu {
	background:#FFFFFF;
	height:54px;
	border:1px dashed white;
}

/* menu definitions here */
#navcontainer
{
margin: 19px 0 0 14px;
padding: 0;
height: 20px;
}

#navcontainer ul
{
border: 0;
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}

#navcontainer ul li
{
display: block;
float: left;
text-align: center;
padding: 0;
margin: 0;
}

#navcontainer ul li a
{
background: #fff;
width: 6em;
padding: 0;
margin: 0 0 10px 0;
color: #666666;
text-decoration: none;
display: block;
text-align: center;
font: 1.3em "Aaux Medium", "Arial", sans-serif;
font-weight: bold;
}

#navcontainer ul li a:hover
{
color: #669933;
/*background: #FFFFFF;*/
}

#navcontainer a:active
{
/*background: #FFFFFF;
color: ##A0CD67*/
color: ##669933
}

#navcontainer li#active a
{
/*background: #FFFFFF;
border: 0px solid #757575;*/
color: #669933;
}
/* ends menu definitions */



/** some content stuff **/
div {
		font-family: Arial, verdana, helvetica, sans-serif;
}
h1 {font-family: "Aaux medium", "Arial", sans-serif;
     font-size: 1.9em; font-weight: bold; color: #669933;
	font-variant: normal; padding-top:0px;margin-top:0;
}
h2 {font-family: "Aaux medium", "Arial", sans-serif;
     font-size: 1.8em; font-weight: bold; color: #669933;
	margin-top:2px;
	line-height:1.3em;
	margin-bottom:5px;
	font-variant: normal;
	border:0px dashed blue;

}
h3 {font-family: "Aaux medium", "Arial", sans-serif;
     font-size: 1.7em; font-weight: normal; color: #669933;
	font-variant: normal;
	
}

p {
		font-size: 1.1em;
		margin-top:5px;
}


div#footer {
	background : #CCCCCC;
	font-size:1.1em;
}
div#footercontent p{
	padding-top:10px;
	padding-bottom:10px;
	text-align: center;
	font-size: 1.0em;
}	

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/*
a:link, a:visited { text-decoration:none; color:#000000; font-weight:bold;}
a:hover {text-decoration:none; color:#336600; font-weight:bold;} 
*/

a:link, a:visited { text-decoration:none; color:#000000; font-weight:bold;}
a:hover {text-decoration:none; color:#ffffff; background:#669900; font-weight:bold;} 

ul.specialbullets li {
		font-size: 1.1em;
		list-style-type: square;
		color: #669933;
/*		color: #A0CD67;*/
}

ul.specialbullets li span {
		color: #333333;
}


.vac-box {
padding-left:5px;
padding-right:5px;
}

.vacancybrief {
border-bottom:1px dotted #666666;
}

.boxlink {
margin-top:0px;
padding:3px; 
font-size:1.1em;
float:right; 
background:#669933;
color:#ffffff;
cursor: hand;
}

.boxlinkleft {
margin-top:0px;
padding:3px; 
font-size:1.1em;
background:#669933;
float:left;
color:#ffffff;
cursor: hand;
}


.sitecolor {
color: #ffffff;
font-weight:bold;
}

.posteddate {
font-size:0.8em;
}
