@CHARSET "UTF-8";
/* Generics */
div.wrapper-head-foot {
    height: 6px;
}

.full-width {
    width: 947px;
    margin-left: auto;
    margin-right: auto;
}

.centered {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.left {
    float: left;
    width: 7px;
}

.right {
    float: right;
    width: 7px;
}

body {
    margin-top: 5px;
    font-family: verdana;
    font-size: 11px;
    color: #163348;
}

div, form, img, ul, li {
    padding: 0px;
    margin: 0px;
    border: 0px;
}

h1
{
    font-size: 17px;
    font-weight: bold;
    color: #163348;
    margin: 5px 0px 5px 0px;
}

h2
{
    font-size: 12px;
    color: #163348;
}

.padded
{
    padding-left: 10px;
    padding-right: 10px;
}

a
{
    color: #163348;
    text-decoration: none;
    	
}

/* Page wrap */
div#wrapper-top {
	background-image: url('../images/bg-wrapper-top.gif');
}

div#wrapper-top .right {
    background-image: url('../images/bg-wrapper-top-right.gif');
}

div#wrapper-top .left {
    background-image: url('../images/bg-wrapper-top-left.gif');
}

div#wrapper-border {
    background-image: url('../images/bg-wrapper-border.gif');
    background-position: right;
    background-repeat: repeat-y;

}

div#wrapper-content {
    background-image: url('../images/bg-wrapper-content.gif');
    background-position: left;
    background-repeat: repeat-y;
}

div#page-content {
    width: 927px;
    margin: 0px 12px 0px 8px;
    /*background-color: #c9d2d1;*/
    background-color: #fff;
    background-image: url('/images/sidebar-bg.gif');
    background-repeat: repeat-y;
}

div#page-footer {
	border-top: 1px solid #b5b6ab;
    width: 927px;
    margin: 0px 12px 0px 8px;
    padding: 2px 0px;
}

div#page-footer .right {
    width: 400px;
    text-align: right;
}

div#wrapper-footer {
    background-image: url('../images/bg-wrapper-footer.gif');
}

div#wrapper-footer .right {
    background-image: url('../images/bg-wrapper-footer-right.gif');
}

div#wrapper-footer .left {
    background-image: url('../images/bg-wrapper-footer-left.gif');
}

/* FORM STYLING */
input
{
	border: 1px solid #b7b7b7;
	background-color: #fff;
	font-size: 11px;
	padding: 2px;
}

select
{
	border: 1px solid #b7b7b7;
	font-size: 11px;
	background-color: #fff;
	padding: 1px;
	max-width: 150px;
}

optgroup
{
	font-weight: lighter;	
}

/* Content Area */
div#side-bar
{
    width: 231px;
    float: left;
    background-color:#C9D2D1;
}

div#side-bar h2
{
    font-size: 14px;
    font-weight: bold;
}

div#side-bar ul {
    margin-top: 10px;
    clear: left;
}

div#side-bar li {
    padding: 5px 0px 5px 0px;
    list-style: none;
    /* border-bottom: 1px solid #a5b0b8; */
    border-bottom: none;
}

div#side-bar span {
    padding: 2px 0px 2px 10px;
    font-size: 12px;
    color: #163348;
}

div#side-bar div.menu-padding {
    padding: 2px 0px 2px 10px;
    font-size: 12px;
    color: #163348;
}

div#side-bar a {
	font-weight: lighter;	
}

div#side-bar a.selected {
	font-weight: bolder;	
}

div#content
{
    float: right;
    background-color: #fff;
    width: 695px;
}

div#search-box {
    width: 231px;
    float: left;
    background-color: #5e605e;
    color: #fff;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
}

/* Test Blocks */
/* Double Layout */
div#double_layout div#block_one
{
    width: 464px;
    float: left;
    overflow: hidden;
    padding-bottom: -100000px;
    border-right: 1px solid #b5b6ab;
}

div#block_one ul
{
    margin-left: 30px;
}

div#double_layout div#block_one_no_border
{
    width: 466px;
    float: left;
    overflow: hidden;
    padding-bottom: -100000px;
}
div#double_layout div#block_two
{
    width: 215px;
    float: left;
}

/* Homepage Layout */
div#homepage_layout {
    color: #163348;
    background-color: #fff; 
    text-align: justify;
    font-size: 9px;
}
div#homepage_layout div div {
    padding: 0px 10px;
}
div#homepage_layout p {
    margin: 0px;
}

div#homepage_layout h2 {
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

div#homepage_layout div#block_two
{
    width: 231px;
    float: left;
    background-color: #fff;
}

div#homepage_layout div#block_three img, div#homepage_layout div#block_two img
{
    float: right;
    padding-bottom: 10px;
}

div#homepage_layout div#block_three
{
    float: left;
    width: 459px;
}

div#homepage_layout div#block_four
{
	width: 231px;
    float: left;
    background-color: #fff;
}

/* Split column download area */
div#downloads
{
    width: 100%;
}

div#downloads .cell
{
    float: left;
    width: 310px;
    margin: 0px 0px 5px 5px;
    border-bottom: 1px solid #d9dacf;
    border-right: 1px solid #d9dacf;
    padding: 10px;
    color: #163348;
    height: 130px;
}

div#downloads .cell .image
{
	float: right;
}

/* Single column branch area */
div#branches
{
    width: 100%;
}

div#branches .cell
{
    margin: 0px 0px 0px 5px;
    padding: 10px;
    color: #163348;
    clear: both;
    float: left;
}

div#branches .cell h3
{
	margin: 0px;
}

div#branches .cell img
{
	float: left;
	margin-right: 10px;
}

/* SUPPLIER */
ul#suppliers
{
	margin-top: 20px;
	font-size: 12px;
}

ul#suppliers li
{
	padding: 5px 0px;
	list-style-type: none;
}

div#supplier
{
	font-size: 13px;
}

table#search_form
{
	width: 100%;
	border-collapse: collapse;
}

table#search_form td
{
	padding: 5px 0px;
	width: 50%;
}

table#search_form th
{
	width: 50%;
	font-size: 13px;
	text-align: center;
}

table#vacancies
{
	margin-top: 20px;
	margin-bottom: 5px;
	width: 100%;
	border-collapse: collapse;
}

table#vacancies td
{
	padding: 5px;
}

table#vacancies .grey
{
	background-color: #eff0f1;
}

table#vacancies .white
{
	background-color: #fff;
}

table#vacancies th
{
	background-color: #eff0f1;
	padding: 5px;
	font-size: 13px;
	text-align: left;
}

table#vacancy
{
	margin-top: 20px;
	margin-bottom: 5px;
	width: 100%;
	font-size: 13px;
	border-collapse: collapse;
}

table#vacancy td
{
	padding: 10px 5px;
	width: 70%;
	vertical-align: top;
}

table#vacancy td p
{
	margin: 0px;
}


table#vacancy th
{
	padding: 10px 5px;
	font-size: 13px;
	text-align: left;
	width: 30%;
	vertical-align: top;
}

div#application
{
	border: 1px solid #d9dacf;
	padding: 5px 5px;
	margin-bottom: 10px;
}

table#application_form
{
	width: 100%;
	border-collapse: collapse;
}

table#application_form td
{
	width: 60%;
	padding: 10px 0px;	
}

table#application_form textarea
{
	height: 80px;
	width: 200px;
}

table#application_form th
{
	width: 40%;
	font-size: 13px;
	text-align: right;
	vertical-align: top;
	padding: 10px 5px;	
}

/* AJAX SEARCH */
.ac_results {
	border: 1px solid gray;
	background-color: white;
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	z-index: 10000;
	display: none;
}

.ac_results li {
	padding: 5px 5px;
	white-space: nowrap;
	color: #101010;
	text-align: left;
}

.ac_over {
	cursor: pointer;
	background-color: #F0F0B8;
}

.ac_match {
	text-decoration: underline;
	color: black;
}

/* MENU */
 #nav { margin: 0; padding: 0; position: relative; }
  #nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
  #nav a { display: block; }
  #nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html #nav ul { line-height: 0; } /* IE6 "fix" */
  	#nav ul a { zoom: 0; } /* IE6/7 fix */
    #nav ul li { float: none; }
    #nav ul ul { top: 0; }
    
/* Essentials - configure this */

#nav ul { width: 180px; }
#nav ul ul { left: 181px; }


/* Navigation Bar */

div#navigation {
    width: 100%;
    background-image: url('../images/bg-navigation.gif');
    height: 27px;
}

div#navigation  a {
    color: #fff;
    font-weight: bold;
}

div#navigation ul#nav {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	clear: left;
	line-height: 27px;
}

div#navigation ul li.master {
	background-image: url(/images/menu-div.gif);
	background-position: right;
	background-repeat: no-repeat;
	text-align: center;
    padding: 0px 10px;
    text-transform: uppercase;
}

div#navigation ul li ul li {
    padding: 2px 5px;
    text-transform: uppercase;
    border-right: 1px solid #bababa;
    border-bottom: 1px solid #bababa;
    background-color: #fff;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    text-align: left;
}

div#navigation ul li ul li a {
    color: #163348;
    text-transform: none;
    font-weight: normal;
}

div#navigation ul li ul li:hover {
    background-color: #eecfb2;
}

div#navigation .extending
{
	background-image: url('/images/arrow_right.gif');
	background-repeat: no-repeat;
	background-position: right;
}

ul#sitemap li.master
{
	font-size: 15px;
	font-weight: bolder;
	padding: 10px 0px;
}

ul#sitemap .master ul
{
	font-weight: lighter;
	font-size: 12px;
}

div.paginator
{
    margin: 10px;
}

div.paginator a
{
    color: #458200;
    text-decoration: none;
    font-weight: none;
}

div.paged, div.current_paged {
	height: 15px;
	float: left;
	padding: 2px 5px;
	text-align: center;
	margin-right: 2px;
}

div.paged a, div.current_paged a {
	color: #fff;
}

div.paged {
	background-color: #235FBF;
}

div.current_paged {
	background-color: #2B2F6F;
}
