body {
	background-color: #FFFFFF;
	margin: 0px;
	text-align: center;
	background-image: url(../images/blue/bg.gif);
	background-repeat: repeat-x;
}

td {
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	color: #519CC5;
}

input {
	font-family: Tahoma;
	font-size: 10px;
	color: #1F475D;
}

select {
	font-family: Tahoma;
	font-size: 10px;
	color: #1F475D;
}

form {
	margin: 0px;
}

h1 {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #519CC5;
	margin: 0px;
}

.head {
	background-image: url(../images/blue/bgMini.gif);
	background-repeat: repeat-x;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #519CC5;
}

.phone {
	font-size: 40px;
	font-weight: bold;
	color: #519CC5;
	text-align: right;
	vertical-align: bottom;
}

.footer {
	background-image: url(../images/blue/footer.gif);
	background-repeat: no-repeat;
	background-position: center;
	height: 95px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #C9E0ED;
}

.footerText {
	height: 30px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #C9E0ED;
	vertical-align: middle;
}

.dark {
	color: #1F475D;
}

.lightBgImage {
	background-image: url(../images/red/topBg.gif);
	background-position: top;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}

.lightBg {
	background-color: #E4EFF6;
	padding-top: 5px;
	padding-bottom: 5px;
}

.searchBg {
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 7px;
	background-position: top;
  background-image: url(../images/blue/topBg.gif);
}

.side
{
  padding-top: 0px;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 0px;
  margin: 0px;
  background-color: #e4eff6;
}

.bg
{
    background-color: #cae0ed
}

.separator{
	background-image: url(../images/blue/sepa.gif);
	background-repeat: repeat;
	height:2px;
}
.spacer{
	height:8px;
}

.searchBord {
	border-bottom: 2px solid #519CC5;
	padding-top: 5px;
	padding-bottom: 5px;
}

.formObjects {
	height: 22px;
	border: 1px solid #1F475D;
	width: 100%;
	padding: 4px;
}

#line {
	background-image: url(../images/blue/stripe.gif);
	background-repeat: repeat-x;
	height: 4px;
	width: 100%;
}

.button {
  background-image: url(../images/blue/buttonBg.gif);
	background-repeat: repeat-x;
	border: none;
	cursor: hand;
	font-weight: bold;
	height: 22px;
	text-transform: lowercase;
}
TD.paging{
	color: #1F475D;
	padding-left: 2px;
	padding-right: 2px;
}
A.paging{
	color: #1F475D;
	text-decoration: none;
}
A.pagingSelected{
	color: #1F475D;
	font-weight: bold;
	text-decoration: none;
}
.job {
	vertical-align:top;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	width:90px;
}
.jobImage {
	padding-top: 4px;
}
.jobBlock {
	padding-top: 4px;
	padding-bottom: 4px;
}

.favJob {
	vertical-align:top;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 0px;
	font-size: 12px;
}

TD.contact{
	padding-top: 4px;
	padding-bottom: 4px;
}
TD.contactGroup{
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 12px;
	font-weight: bold;
	vertical-align: top;
}
TD.contactLabel{
	width:100px;
	font-size: 12px;
}
TD.contactText{
	width:430px;
	font-size: 12px;
}

INPUT.contactText{
	font-size: 12px;
	width:200px;
}
TEXTAREA.contactEnquiry{
	width:400px;
	height:100px;
	font-size: 12px;
}
.error{
	color: red;
	padding-right: 4px;
}
.message{
	font-size:14px;
	font-weight: bold;
}
.thankyou{
	height:150px;
	text-align:center;
	font-size:16px;
}
/* ----------------- */
/* ----- MENUS ----- */
/* ----------------- */

IMG.menu_top{
	width:2px;
	height:25px;
}

TD.menu_top{
	padding-right: 7px;
	padding-left: 8px;
}

/* -- visible part -- */

A.menu_top{
	color: #1F475D;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	display:block;
}

/* -- hidden part -- */

TABLE.menu_core, TABLE.menu_core_over{
	display:none;
	position:absolute;
	margin-left = -6px;
	border-bottom: solid 1px #2c6482;
}
TABLE.menu_core_over{
	display:block;
}

/* -- spacer -- */
TD.menu_spacer{
	height:13px;
}

/* -- item -- */
TD.menu_item, TD.menu_item_over{
	height:20px;
	background-color:#c9e0ed;
	border: none;
	border-left: solid 1px #2c6482;
	border-right: solid 1px #2c6482;
	padding-right: 4px;
	padding-left: 4px;
}
TD.menu_item_over{
	background-color: #3d83a9;
}

A.menu_item, A.menu_item_over{
	color: #1F475D;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
A.menu_item_over{
	color:#ffffff;
}
