html { height: 100%; font-size: 11px }

body {
height: 100%;
background-color: #cccccc;
text-align: center;
font: 1.4em Verdana, Arial, Helvetica, sans-serif;
}

a:link, a:visited {
color: #005890;
text-decoration: underline;
font-weight: bolder;
}

a:hover {
text-decoration: none;
}

.noscreen {
display: none;
}


/* Cleaner */

.cleaner {
clear: both;
height: 0;
font-size: 0;
visibility: hidden;
}


/* Skip menu */

.hidden {
position: absolute;
top: -10000px;
left: 0;
width: 1px;
height: 1px;
overflow: hidden;
}


/* Images */



/* Wrapper */

#wrapper {
width: 768px;
margin: 0px auto 0 auto;
padding-bottom: 90px;
}


/* Headings, paragraphs */

h1 {
font-size: 1.8em;
color: #8DE0FF;
position: relative;
z-index: 2;
}

h1 a:link, h1 a:visited {
text-decoration: none;
color: #8DE0FF;
}

h2 {
font: 1.4em Georgia, "Times New Roman", Times, serif;
color: #1473B0;
letter-spacing: 1px;
margin-bottom: 5px;
border-bottom: 1px dotted #1473B0;
padding-bottom: 3px;
}

p {
line-height: 1.7;
}


/* Header */

#header {
width: 768px;
height: 143px;
margin: 0 auto;
position: relative;
text-align: left;
}


#header-in {
position: absolute;
width: 768px;
height: 115px;
bottom: 0;
left: 0;
background: #005481 url('../images/top-banner.jpg') no-repeat 0 0;
}

#header-in p {
font: 2.1em Georgia, "Times New Roman", Times, serif;
color: white;
position: absolute;
top: 34px;
left: 175px;
letter-spacing: 1px;
}

.bar {
width: 768px;
height: 15px;
background: #2B2B2B url('../images/bar.gif') repeat 0 0;
}


/* Menu */

#menu {
position: absolute;
top: 0px;
right: 8px;
z-index: 3;
}

#menu li {
float: left;
display: inline;
list-style-type: none;
}

#menu li a {
float: left;
display: inline;
list-style-type: none;
text-align: center;
color: #FFFFFF;
font-weight: normal;
font-size: 10px;
text-decoration: none;
background-color: #202020;
padding: 0 0.8em;
height: 25px;
line-height: 20px;
margin-left: 4px;
border-top: 3px solid black;
}

#menu li a:hover, #menu li a.active  {
background-color: #0D0D0D;
color: #FFFFFF;
border-top: 3px solid #FF9900;
text-decoration: none;
}


/* Content and columns */

.content {
width: 768px;
background-color: white;
}

/* column-full */
.column-full {
float: left;
width: 100%;
text-align: left;
}


/* Column left */
.column-left {
float: left;
width: 66%;
text-align: left;
}

.column-right {
float: right;
width: 33%;
text-align: cen;
}

.column-left-in {
margin: 1.3em 1em 5em 1.5em;
}

.column-right-in {
margin: 1.3em 2.8em 3em 0.5em;
height:100%;
}


.column-left-home {
float: left;
width: 60%;
text-align: left;
}

.column-right-home {
float: right;
width: 36%;
text-align: left;
background-color:#EBEBEB;
}

.column-right-home-in {
margin: 1.3em 2.8em 7.5em 0.5em;
}


/* Column right */

.column-right ul {
margin: 0px 0px 0 0px;
list-style-type: none;
text-align:left;
}

.column-right ul li {
display: block;
}

.column-right ul li a, .column-right ul li a:visited {
color: #3A3A3A;
font-weight: normal;
text-decoration: none;
display: block;
padding: 10px 0;
border-bottom: 1px solid #CECECE;
}

.column-right ul li a:hover, .column-right ul li a.active {
color: black;
font-weight: bold;
border-bottom: 1px solid #00A7ED;
}



/* Footer */

#footer {
width: 768px;
height: 92px;
background: #2B2B2B url('../images/footer-background.gif') no-repeat 0 0;
border-bottom: 3px solid #101010;
}

#footer p.copy {
font-size: 0.9em;
color: #FFFFFF;
float: center;
padding: 12px 16px 0 0;
margin: 0;
line-height: 1.6;
}


/* joblist */
.joblist {
float: right;
width: 30%;
text-align: cen;
background-color:#EBEBEB;
padding: 3px 0;
}

.joblist ul {
margin: 0px 0px 0 -30px;
text-align:left;
}

.joblist ul li a, .joblist ul li a:visited {
color: #3A3A3A;
font-weight: normal;
text-decoration: none;
display: block;
padding: 3px 0;
/*border-bottom: 1px solid #CECECE;*/
}

.joblist ul li a:hover, .joblist ul li a.active {
/*color: black;*/
color: #00A7ED;*/
/*font-weight: bold;
/*border-bottom: 1px solid #00A7ED;*/
}


/* slider */

#slider {

	width: 420px;
	height: 220px; 

}

/* end of slider */