/* Skill 360 CSS Document */

/*==============Base/Default Styles ===================*/
body,html{
	padding:0px;
	background-color: #ececeb;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}


/*==============CONTAINER===================*/
div#container{
	width: 1004px;
	margin: 0px auto;
	padding: 0px 4px 0px 4px;
	background-image: url(../images/bkgrWrapper.jpg);
	background-repeat: repeat-y;
}
* html div#container{
	width: 990px;
	margin: 0px auto;
	padding: 0px 3px 0px 3px;
	background-image: url(../images/bkgrWrapper.jpg);
	background-repeat: repeat-y;
}
/*==============WRAPPER===================*/
div#wrapper{
	float:left;
	width:991px;

	margin: 0px;
	padding:  5px  0px  0px  5px; 
	background-color: #FFFFFF;
	

}
* html div#wrapper{
	float:left;
	width:990px;

	margin: 0px;
	padding:  3px  0px  0px  3px; 
	background-color: #FFFFFF;
	

}

/*==============HEADER===================*/
div#header{
	height: 165px;
	width:996px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/banner1.jpg);
	background-repeat: no-repeat;
}

/*==============NAVIGATION===================*/

* html div#navigation{
	height: 20px;
	width:996px;
	margin: 0px;
	background-color: #ffffff;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;

}
div#navigation{
	height: 28px;
	width:996px;
	margin: 0px;
	background-color: #ffffff;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;

}
div#footerMenu{
	clear: both; 
	height: 15px;
	width:996px;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	background-color: #ffffff;

}
/*==============EXTRA==================*/

div#extra{
	padding:0px;
	margin: 0px;
	width: 200px;
	
	float: left;

}


/*==============CONTENT===================*/

div#content{
	padding: 0px 5px 5px 5px;
	margin: 0px 0px 0px 200px;
		
	
}




/*==============FOOTER===================*/
div#footer{
	clear:both;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	width:956px;
	height: 100px;
	margin: 0px;
	padding: 20px;
	text-align: right;

}

/*===============TOP BANNER==============*/
.topBanner
{
    background-color: #fefa90;
    border: 1px solid #efd768;
    padding: 2px;    
    margin: 2px;
}

.sideMenuLinkButton
{
    text-decoration: none;
    display: block;
    margin-top: 1%;
    margin-bottom: 1%;
    width: 98%;
    padding: 1%;
}

.sideMenuLinkButton:hover
{
    color: #668d28 !important;
    background-color: #d3df27;
}

/* recruitment form */
.FormCheckBox
{
	width: 220px;
	float: left;
}

.FormCheckBox td
{
}


