/* GLOBAL */
*{ margin: 0; padding: 0;}

html,body{ width: 100%; height: 100%; }

body{ 
background-color: #00703c;
font-family: Verdana, Arial;
color: #4e4e4e;
text-align: center;
}

img{border: 0;}

/* LAYOUT */
#container { width: 973px; height: 100%; margin: 0 auto 0; }
#layout { width: 973px; height: 100%; margin-bottom: 0; } /* IE fix margin-bottom: -145px; */

.brand{ height: 134px; vertical-align: top; }

.colL, .colR { width: 62px; }
.colC{ width: 849px; text-align: left; background: #fff url(images/tint.gif) repeat-x 0 100%; }
.colL{ background: url(images/l.gif) repeat; text-align: right; }
.colR{ background: url(images/r.gif) repeat; text-align: left; }

/* DIV */
.fl{ float: left; }
.fr{ float: right; }
.va{ vertical-align: middle; }

/* IMAGE SPACING */
.ks_recruitment_services { padding: 26px 0; }

/* BRANDING DESIGN */
#ks-topmenu{ float: right; clear: right; top: 0; right: 0; }
#ks-contact{ float: right; clear: right; bottom: 0; right: 0; padding-top: 32px; }

.page{ height: 100%; vertical-align: top; margin-bottom: 0; } /* IE fix margin-bottom: -145px; */

/* BANNER DESIGN */
#banner{ width: 100%; float: left; }
.banner_business { background: #fff url(images/banner-professional.jpg) no-repeat 1px 0; }
.banner_executive { background: #fff url(images/banner-executive.jpg) no-repeat 1px 0; }
.banner_sales { background: #fff url(images/banner-sales.jpg) no-repeat 1px 0; }
.banner_secretarial { background: #fff url(images/banner-secretarial.jpg) no-repeat 1px 0; }
.banner_industrial { background: #fff url(images/banner-industrial.jpg) no-repeat 1px 0; }
.banner_catering { background: #fff url(images/banner-catering.jpg) no-repeat 1px 0; }
.banner_domestics { background: #fff url(images/banner-domestics.jpg) no-repeat 1px 0; }
.banner_other { background: #fff url(images/banner-other.jpg) no-repeat 1px 0; }
.banner_terms { background: #fff url(images/banner-letter.jpg) no-repeat 1px 0; }

/* FORMATTING */
h1,p,ul,ol, .data{
font-size: 12px;
font-weight: normal;
margin: 16px 60px 16px 30px;
}
h1, h1 a{ font-size: 18px; color: #00703c; text-decoration: none; }
p { font-size: 12px; }
a { color: #4e4e4e; text-decoration: underline; }
a:hover { color: #00703c; }
ul,ol { font-size: 12px; list-style-position: outside; list-style-type: none; }
li { background: url(images/diamond.gif) no-repeat 0 50%; padding-left: 9px; }
ol{ list-style-type: decimal; padding-left: 20px; }
ol li { background: none; padding: 0 0 10px 0; }
#ks-topmenu p{ margin: 5px 10px; color: #b5985a; font-size: 11px; } 
#ks-contact p{ margin: 1px 30px 0 0; }
#telephone{ font-size: 24px; color: #b5985a; }
#email{ font-size: 15px; }
#ks-topmenu a, #ks-contact a { color: #b5985a; text-decoration: none; }
#ks-topmenu a:hover, #ks-contact a:hover { text-decoration: underline; }


/* COLUMNS */
#colF { float: left; width: 100%; background: #fff url(images/shade.gif) repeat-x 0 0; }
#col1{
float: left;
width: 60%;
background: #fff url(images/shade.gif) repeat-x 0 0;
}

#col2{
float: right;
width: 40%;
background: #fff url(images/gold.gif) repeat-x 0 0;
color: #c4ad7b;
min-height: 250px;
height: 250px;
}
#col2 li{
margin: 3px 0;
font-weight: bold;
}

/* SERVICES MENU */
#navlist {
width: 234px;
}

#navlist ul {
margin: 0; padding: 0; list-style-position: outside; list-style-type: none; list-style-image: none;
font-size: 12px;
text-align: left;
vertical-align: middle;
}
#navlist li{ margin: 0; padding: 0; background-image: none; }

#navlist a {
display: block;
color: #fff;
text-decoration: none;
line-height: 33px;
height: 33px;
background: url(images/menu.gif) no-repeat 0 0;
padding-left: 35px;
}


#navlist a:hover {
text-decoration: none;
background: url(images/menu.gif) no-repeat 0 -34px;
}

#navlist #uberlink a {
background: url(images/menu.gif) no-repeat 0 -68px;
cursor: default;
}

/* EXTRA RULES */
.hidden{display: none;}
li.skip { position: absolute; bottom: 0; visibility: hidden; margin: 0; padding: 0; }


