
html
{
height: 100%;
}

body
{
height: 100%;
}

#nonFooter
{
position: relative;
min-height: 100%;
}

* html #nonFooter
{
height: 100%;
}

.servicescontent
{
	width:100%;
	clear:both;
	margin-bottom:20px;
}

.servicescontent img, .services img
{
	border:3px solid #FCFF00;
	float:left;
	margin-right:19px;
	height:170px;
	margin-bottom:20px;
}

img.more
{
	clear:all;
	border:0;
	width:76px;
	height:26px;
	margin-top:30px;
}

.job
{
	border-bottom:1px dotted #FCFF00;
	border-top:1px dotted #FCFF00;
	margin-bottom:30px;

}

a
{
color:#FCFF00;
}

img.last
{
	margin-right:0;
}
.services
{
	clear:both;
	margin-bottom:20px;

}

table.team
{
	margin-left: -20px;
}

table.team td
{
	padding:15px 20px;
	text-align:center;
}

table.team img
{
	border:3px solid #FCFF00;
	height:170px;
	margin-bottom:10px;
}

.services img
{
	margin-top:20px;
}


#footer
{
	clear:both;
	position: relative;
	margin-top: -2.5em;
	background:url(../images/background.png) repeat-x top left;
	text-align:center;
	width:100%;
	height:130px;
	padding-top:10px;
} 

#footer img
{
	margin:10px 15px 30px 15px;
}

body
{
	font-family: Verdana, Century Gothic, Arial;
	font-size:13px;
	color:#ccc;
	background:#000 url(../images/bar4.png) repeat-x top center;
	margin:0px;
}
#container
{

	padding-bottom: 10em;
	width:1000px;
	margin:0 auto;
}

#top
{
	height:90px;
	width:1000px;
	margin:auto;
	background:url(../images/logo2.png) no-repeat top left;
	padding-bottom:30px;
}

#logo
{
	width:434px;
	height:50px;
}


h1
{
	color:#ffff99;
	font-family:helvetica;
	letter-spacing:-1px;
	font-weight:normal;
}

h2
{
	color:#ffff99;
	font-family:helvetica;
	letter-spacing:-1px;
	font-weight:normal;
}



#cleft
{
	float:left;
	width:200px;
	background:url(../images/men2.jpg) top right;
}

#text
{
	float:left;
	padding-left:30px;
	width:770px;
}

/* vertical menu */

.navcontainer { margin-left: 0px; float:left;}

.navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

.navcontainer li { margin: 0 0 0px 0; }

.navcontainer a
{
display: block;
padding: 8px 5px 8px 10px;
width: 185px;
color:white;
border:0;
border-bottom:1px solid #000;
text-decoration: none;
}


.navcontainer a:hover, .navcontainer a.active
{
background:url(../images/mentop.png) top left;
color:black;
text-decoration: none;
}

#application_details
{
	display: none;
}

.hide
{
	display:none;
}

/* end vertical menu */

