*
{
	font-family: tahoma;
}

html, body, form {height: 100%;}

body {
	background-image: url(/images/solid-background.png);
	background-position: center top;
	margin: 0px;
	font-size: 10pt;
}

.page {
	border-collapse: collapse;
	width: 800px;
}

.description {
	background-color: #00ab65;
	/* top right bottom left */
	padding: 10px 10px 30px 10px;
	width: 630px;
	/* the following is added to give compatibility to ie5 - box model hack */
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 610px;
}

.topdescription
{
	font-size: 10pt;
	font-weight:bolder;
	color: #195d34;
}

.botdescription
{
	font-size: 11pt;
	color: #195d34;
}

.menu_button {
	display: block;
	background-color: #195d34;
	color: white !important;
	border: 0px;
	padding: 4px;
	margin: 5px;
	text-align: center;
	text-decoration: none;
	font-weight: normal !important;
}

.menu_button:hover {
	font-weight: normal;
	color: white;
}

.page tbody tr td {
	vertical-align: top;
}

.menu {
	width: 200px;
	background-color: #A9A9A9;
}

.menu a {
	display: block;
	color: white;
	background-color: #A9A9A9;
	font-size: 10pt;
	padding: 6px 20px;
	text-decoration: none;
	font-weight: normal;
}

.menu a:hover {
	background: #656565;
	color: white;
	padding: 6px 20px;
}

.left-bar {
	background-image: url(/images/left-background.gif);
	background-position: 100% 0;
	background-repeat: repeat-y;
	height: 100%;
	display: block;
	position: absolute;
	width: 100%;
}

.left-bar-section {
	background: #e8cad2;
	color: #195d34;
	/* top right */
	padding: 6px 10px;
	font-size: 10pt;
	width: 200px;
	/* the following is added to give compatibility to ie5 - box model hack */
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 180px;
}

.left-bar-section input {
	border: 1px solid #195d34;
}

.left-bar-section-title {
	font-size: 14pt;
	font-family: "times new roman";
	letter-spacing: -.5px;
	padding-bottom: 5px;
	font-weight: bold;
}

.left-bar-subtitle {
	color: black;
	padding-top: 5px;
}

.left-bar-footer {
	background-image: url(/images/left-footer.png);
	color: white;
	padding-top: 16px;
	padding-right: 25px;
	padding-left: 10px;
	font-size: 8pt;
	width: 200px;
	height: 38px;
	top: 0px;
	float: left;
	/* the following is added to give compatibility to ie5 - box model hack */
	voice-family: "\"}\""; 
	voice-family:inherit;	
	width: 165px;
	height: 22px
}

.centre-bar-footer {
	background-image: url(/images/dark-background.gif);
	width: 10px;
	padding-top: 16px;
	top: 0px;
	float: left;
	height: 38px;
	/* the following is added to give compatibility to ie5 - box model hack */
	voice-family: "\"}\""; 
	voice-family: inherit;
	height: 22px;
}

.right-bar-footer {
	background-image: url(/images/right-footer.png);
	color: white;
	/* top right bottom left */
	padding: 16px 25px 0px 10px;
	font-size: 8pt;
	width: 690px;
	height: 38px;
	top: 0px;
	float: left;
	/* the following is added to give compatibility to ie5 - box model hack */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 655px;
	height: 22px;
}

.right-bar {
	background-image: url(/images/right-background.gif);
	background-position: 0 0;
	background-repeat: repeat-y;
	height: 100%;
	display: block;
	position: absolute;
	width: 100%;
}
	
.button-submit {
	background-color: #195d34;
	color: white;
	font-size: 10pt;
	/* top right bottom left */
	padding: 0px 3px 1px 3px;
	text-decoration: none;
	border: 0px;
}

.vacancy {
	background-color: white;
	background-image: url(/images/vacancy.png);
	background-repeat: no-repeat;
	padding-top: 60px;
	padding-left: 20px;
	padding-right: 20px;
	color: #971038;
}

.testimonials {
	background-color: white;
	background-image: url(/images/testimonials.png);
	background-repeat: no-repeat;
	padding-top: 60px;
	padding-left: 20px;
	padding-right: 20px;
	color: #971038;
}



.employee {
	background-color: white;
	background-image: url(/images/employee.png);
	background-repeat: no-repeat;
	padding: 20px;
	padding-top: 90px;
	color: #971038;
}

.employee-month {
	color: black;
	font-size: 10pt;
	font-weight: bold;
}

.employee-name {
	color: black;
	font-size: 10pt;
	font-weight: bold;
}

.breaking-news {
	background-color: white;
	background-image: url(/images/breaking-news.png);
	background-repeat: no-repeat;
	padding-top: 60px;
	padding-left: 20px;
	padding-right: 20px;
	color: #971038;
}

.vacancy-title {
	color: black;
	font-size: 10pt;
	font-weight: bold;
}

.vacancy-salary {
	font-size: 10pt;
	font-weight: bold;
	padding-bottom: 4px;
}

.page-title
{
	color: #195d34;
	font-size: 14pt;
	font-family: "times new roman";
	letter-spacing: -.5px;
	padding-bottom: 5px;
	font-weight: bold;
}

.page-content
{
	font-size: 10pt;
	padding: 10px;
}



.news-items a 
{
	display: block;
	color: black;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
}
