/*
CSS-file for Essential Personnel 2007 (three column layout)
Developed by Phosphor Essence
*/
* /*Set's border, padding and margin to 0 for all values*/
{
padding: 0;
margin: 0;
border: 0;
}
body, html {
color: #93938a; 
font-family: Arial, Verdana, Tahoma, sans-serif;
background-color: #fff;
background-color: #93938a;
background-color: #ece1a6;
background-color: #f4f3d4;
text-align: center; /*** Centers the design in old IE versions ***/
height: 100%;
margin: 0 10px 0 10px;
padding-bottom: 1px; /*** Stops centred site jumping around in Firefox when going from page with scroll to page without ***/
}
body {
font-size: 75%;
line-height: 170%;
}
p {
padding: 7px 0 7px 0;
}
a {
color: #7d8176;
font-weight: bold;
text-decoration: none;
}
a:hover {
color: #63665E;
text-decoration: none;
}

h1, h2, h3, h4, h5 {
font-weight: bold;
padding-bottom: 5px;
}
h1 {
font-size: 2em;
}
h2 {
font-size: 1.4em;
}
h3 {
font-size: 1.3em;
}
h4 {
font-size: 1.0em;
}
.clear {clear: both;}

#mainContainer {
width: 100%;
margin: 0 auto; /*** Centers the design ***/
min-height: 100%;
text-align: left; /*** Because we centered the text in body we have to move the text back to left aligning ***/
}
* html #mainContainer {
/*height: 100%;*/
 /*** IE doesn't support min-height, but instead it handles height as min-height so we need to hack the height ***/
}

/**************************
HEADER
**************************/
#header {
width: 100%;
height: 110px;
}
#header .tagline {
width: 480px;
float: left;
margin: 35px 0 0 0;
padding: 0;
color: #666;
font-size: 1.1em;
font-weight: bold;
line-height: normal;
left:230px;
position:absolute;
}
#header .tagline h1 {
color: #df9f62;
font-size: 1.6em;
font-weight: bold;
line-height: normal;
letter-spacing: 0.05em;
margin: 0;
padding: 0;
}
#header .tagline p {
color: #93938a;
font-size: 1.2em;
font-weight: bold;
line-height: normal;
}
#header .logo {
width: 22%;
float: left;
margin: 15px 0 0 15px;
}
#header .search {
width: 20%;
float: left;
padding: 45px 0 0 50px;
}
#header .search h4 {
margin: 0;
padding: 0;
line-height: 70%;
}
#header .search .form {
width: 65%;
}
#header .search p img {
margin: 5px 0 0 0;
}
#header .btn {
vertical-align: middle;
}

/**************************
CONTENT AND COLUMNS
**************************/
.outer {
padding-right: 0px;
padding-bottom: 20px;
}
* html .outer {
}
.inner {
width: 100%;
padding-bottom: 20px;
}
* html .inner {
width: 100%;
}
/*** div.inner is wider than its container, div.outer, and so overlaps to the right, pushing
div.right into the proper position. IE expands div.outer instead, requiring a Tan hack to avoid 
blowing the layout apart. IE gets the original 100% width as in the Livingstone layout.
***/
.float-wrap {
width: 75%;
/*height: 100%;*/
float: left;
/*margin-left: -165px; /*** Same length as .outer padding-left but with negative value ***/
padding-right: 20px;
padding-bottom: 90px;
}
* html .float-wrap {
/*** No need for hacking IE on this layout ***/
}
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#content {
width: 500px;
float: right;

/*position: relative; /*** IE needs this  ***/ */
margin: 0px;
padding: 0px;
left:220px;
position: absolute;
}

* html #content {
}
.contentWrap {
}
#content li
{
padding-left:5px;
margin-left:25px;
}

/**************************
FOOTER
**************************/
#footer {
width: 100%;
float: left;
text-align: left;
margin: -90px auto;
position: relative; 
}
#footer .footer_left {
color: #93938a;
font-size: 90%;
}

/**************************
LEFT COLUMN
**************************/
/*** div.left is in div.float-wrap, and when div.float-wrap is neg margined to the left, 
div.left is carried over into the proper position. 
***/
#left {
width: 175px; /*200px*/
/*min-width: 185px;*/
min-height: 100%;

float: left;
position: relative;
padding-bottom: 20px;
}
* html #left {
/*height: 100%;*/
}
#left ul {
width: 140px; /*175px*/
min-width: 140px;
margin: 0;
/*padding: 0 0 0 15px;*/
}
#left li {
width: 160px;
min-width: 160px;
border-top: solid 1px #e8e9ce;
list-style: none;
display: block;
margin: 0 10px 0 0;
padding: 6px 0 6px 0;
}
#left li img {
margin-right: 5px;
vertical-align: middle; /* instead of using "absmiddle" to align in img tag */
display: inline-block;
}
#left li a {
color: #7d8176;
/*font-size: 1.3em;*/
font-weight: bold;
line-height: 120%;
text-decoration: none;
text-transform: none;
margin: 0;
padding: 0 0 0 5px;
}
#left li a:hover {
color: #63665E;
margin: 0;
padding: 0 0 0 5px;
}

/*************************
RIGHT COLUMN
**************************/
#right {
width: 20%;
float: left; 
position: absolute;
left:740px;
/*** IE needs this  ***/*/

}
.box01, .box02, .box03 {
width: 100%; /*170px*/
padding: 10px;
min-height: 100px;
padding-bottom: 20px;
margin-bottom: 20px;
border: dotted 3px #edebb7;
}
.box02 {
border: dashed 3px #edebb7;
}
.box03 {
border: double 5px #edebb7;
}
#right h3 {
color: #93938a;
}
#right p {
color: #7d8176;
}
#right a {
color: #63665E;
font-size: 1.2em;
font-weight: normal;
text-decoration: none;
}
#right a:hover {
color: #42433F;
text-decoration: none;
}
#right .btn {
vertical-align: middle;
margin-right: 3px;
}

/**************************
CONTENT BOXES
**************************/
#contentbox01, #contentbox02, #contentbox03, #contentbox04,#contentbox05, #contentbox06, #contentbox07, #contentbox08  {
width: 100%;
float: left;
position: relative;
margin: 0 0 5px 0;
padding: 0;
background-color: #edebb7;
}
#contentbox02, #contentbox06{
background-color: #bedfe2;
}
#contentbox03, #contentbox07 {
background-color: #e7d3ab;
}
#contentbox04, #contentbox08 {
background-color: #e0d2bf;
}

.top {
width: 100%;
float: left;
background-image: url(/ep_images/popout_topmidshadow01.gif);
background-repeat: repeat-x;
background-position: left top;
}
#contentbox02 .top , #contentbox06 .top {
background-image: url(/ep_images/popout_topmidshadow02.gif);
}
#contentbox03 .top, #contentbox07 .top  {
background-image: url(/ep_images/popout_topmidshadow03.gif);
}
#contentbox04 .top, #contentbox08 .top  {
background-image: url(/ep_images/popout_topmidshadow04.gif);
}
.top_left, .mid_left, .base_left {
float: left;
text-align: left;
}
.top_right, .mid_right, .base_right {
text-align: right;
}

.mid {
width: 100%;
min-height: 100%;
float: left;
background-image: url(/ep_images/popout_leftshadow01.gif);
background-repeat: repeat-y;
background-position: left top;
}
#contentbox02 .mid,#contentbox06 .mid  {
background-image: url(/ep_images/popout_leftshadow02.gif);
}
#contentbox03 .mid,#contentbox07 .mid  {
background-image: url(/ep_images/popout_leftshadow03.gif);
}
#contentbox04 .mid, #contentbox08 .mid {
background-image: url(/ep_images/popout_leftshadow04.gif);
}

.base {
width: 100%;
float: left;
background-image: url(/ep_images/popout_basemidshadow01.gif);
background-repeat: repeat-x;
background-position: left top;
background-color: #e7d3ab;
}
#contentbox02 .base, #contentbox06 .base {
background-image: url(/ep_images/popout_basemidshadow02.gif);
}
#contentbox03 .base,#contentbox07 .base {
background-image: url(/ep_images/popout_basemidshadow03.gif);
}
#contentbox04 .base,#contentbox08 .base {
background-image: url(/ep_images/popout_basemidshadow04.gif);
}

.gripper {
display: block;
padding: 0 30px 0 55px;
background-image:url(/ep_images/img_gripper01.gif);
background-repeat: no-repeat;
background-position: 20px 0px;
min-height: 40px;
}
#contentbox02 .gripper,#contentbox06 .gripper  {
background-image:url(/ep_images/img_gripper02.gif);
}
#contentbox03 .gripper, #contentbox07 .gripper {
background-image:url(/ep_images/img_gripper03.gif);
}
#contentbox04 .gripper , #contentbox08 .gripper {
background-image:url(/ep_images/img_gripper04.gif);
}

.text {
margin: 0;
padding: 0;
background-image: url(/ep_images/popout_rightshadow01.gif);
background-repeat: repeat-y;
background-position: right top;
}
#contentbox02 .text, #contentbox06 .text {
background-image: url(/ep_images/popout_rightshadow02.gif);
}
#contentbox03 .text, #contentbox07 .text {
background-image: url(/ep_images/popout_rightshadow03.gif);
}
#contentbox04 .text, #contentbox08 .text {
background-image: url(/ep_images/popout_rightshadow04.gif);
}

#contentbox01 h2, #contentbox02 h2, #contentbox03 h2, #contentbox04 h2, #contentbox05 h2, #contentbox06 h2, #contentbox07 h2, #contentbox08 h2 {
color: #d8b17b;
font-size: 1.6em;
font-weight: bold;
line-height: normal;
text-transform: none;
}
#contentbox02 h2 , #contentbox06 h2 {
color: #45677e;
}
#contentbox03 h2, #contentbox07 h2  {
color: #986B2E;
}
#contentbox04 h2, #contentbox08 h2  {
color: #6A4840;
}

#contentbox01 p, #contentbox02 p, #contentbox03 p, #contentbox04 p,  #contentbox05 p,  #contentbox06 p,  #contentbox07 p,  #contentbox08 p  {
color: #919081;
font-size: 1em;
font-weight: normal;
line-height: 160%;
text-transform: none;
}
#contentbox02 p, #contentbox06 p  {
color: #838d8e;
}
#contentbox03 p, #contentbox07 p  {
color: #8d8375;
}
#contentbox04 p, #contentbox08 p  {
color: #877f7d;
}

/**************************
FORM
**************************/
#login {
width: 85%;
margin: 60px 0 0 5px;
}
#login p {
margin: 0 0 -8px 0;
}
#login p img {
margin: 5px 0 0 0;
}
.form {
width: 70%;
color: #63665e;
font-size: 1.1em;
vertical-align: middle;
padding: 1px 3px;
border: solid 1px #aa9c8f;
}

.subnav li, .subnav li a
{
padding-left:30px;
font-size:12px;
}

input, textarea, select
{
border: solid 1px #aa9c8f;
}

.btn, .btn a
{
border:0px;
font-size:10px;
}

#left .smalllink, #left .smalllink a, #left li .smalllink
{
font-size:9pt;
font-weight:normal;
list-style: circle;
}

td
{font-size:0.9em;}

.news_item,.news_category
{
padding-top:10px;
}
#footer {
width: 100%;
text-align: center;
}
#compulsory
{
display:none;
visibility:hidden;
}
