/***********************************************/
/* CSS, by Justin Waddell, 2006                */
/***********************************************/

/***********************************************/
/* HTML Tag Styles                             */
/***********************************************/

a:link {
	color: #005596;
}
a:visited {
	color: #005596;
}
a:hover {
	color: #005596;
}
a:active {
	color: #005596;
}
body {
	margin: 0px;
	text-align: center;
	background-color: #C3CBC5;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
}
p {
	margin-top: 0px;
}

/***********************************************/
/* Text Styles                                 */
/***********************************************/

.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4em;
	color: #666666;
}
.copyBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.4em;
	color: #005596;
}
.copyWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4em;
	color: #FFFFFF;
}
.copyOrange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4em;
	color: #005596;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4em;
	color: #005596;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#container {
	margin: auto;
	width: 800px;
	height: auto;
	text-align: left;
}
#header {
	width: 800px;
	height: 230px;
}
#contentBg {
	width: 800px;
	height: auto;
	background-image: url(../images/adroit_recruitment_bg.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	background-position: 501px;
	float: left;
	display: inline;
}
#content {
	width: 800px;
	height: auto;
	float: left;
	display: inline;
}
#text {
	padding-top: 0px;
	padding-left: 50px;
	padding-bottom: 20px;
	width: 400px;
	height: auto;
	float: left;
	display: inline;
}
#menu {
	margin-top: 34px;
	margin-right: 69px;
	width: 147px;
	height: auto;
	float: right;
	display: inline;
}
#vacancies {
	width: 800px;
	height: auto;
	float: left;
	display: inline;
	background-color: #FFFFFF;
}
#footer {
	width: 800px;
	height: 100px;
	float: left;
	display: inline;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: center;
}
#copyRight {
	margin-top: 40px;
	margin-left: 50px;
}
