/*
CSS-file for Essentra 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;
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: 70%;
line-height: 170%;
}
p {
padding: 7px 0 7px 0;
}
a {
color: #DB9B6A;
font-weight: bold;
text-decoration: none;
}
a:hover {
color: #DB9B6A;
text-decoration: none;
}

h1, h2, h3, h4, h5 {
font-weight: bold;
padding-bottom: 5px;
color:#000000;
}
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%;
width: 960px;
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: 150px;
background: transparent url(/resources/images/header.jpg) no-repeat scroll right;
}
#header .tagline {
	width: 210px;
	float:right;
}
#header .tagline, #header .tagline h1 {
color: #d69b6a;
font-size: 1.3em;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: normal;
font-style: italic;
line-height: 130%;
letter-spacing: 0.05em;
margin: 0;
padding: 0;
}
#header .tagline p {
color: #d69b6a;
font-size: 1.1em;
font-weight: bold;
line-height: 80%;
margin-left: 2em;
}
#header .logo {
width: 22%;
float: left;
margin: 15px 0 0 15px;
}
#header .search {
width: 54%;
float: right;
text-align: right;
padding: 15px 0 0 0;
margin: 0 15px 0 0;
}
#header .search-container {
clear: right;
float: right;
text-align: right;
}
#header .search-container p {
font-size: 95%;
clear: left;
}
#header .search h4 {
margin: 0;
padding: 0 0 0 4px;
float: left; 
line-height: 60%;
}
#header .search p img {
margin: 5px 0 0 0;
vertical-align: middle;
}
#header .btn {
vertical-align: middle;
}
#header .search .textbox {
width: 50%;
/*
color: #63665e;
font-size: 1.1em;
vertical-align: middle;
padding: 2px 4px;
border: solid 1px #aa9c8f;*/
}

/**************************
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: 78%;
height: 100%;
float: left;
padding-bottom: 90px;
}
.float-wide {
height: 100%;
float: left;
/*margin-left: -165px; /*** Same length as .outer padding-left but with negative value ***/
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: 74.7%;
float: right;
position: relative; /*** IE needs this  ***/
margin: 0px;
padding: 0px;
}
.float-wide #content {
	width: 80% !important;
}
* html #content {
}
.contentWrap {
}

/**************************
FOOTER
**************************/
#footer {
width: 100%;
height: 90px;
float: left;
text-align: left;
margin: -90px auto;
}
#footer .footer_left {
color: #93938a;
font-size: 90%;
width: 22%;
float: left;
margin: 0;
}
#footer .footer_centre {
width: 49%;
float: left;
margin: 40px 0 0 15px;
}


/**************************
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: 25%; /*200px*/
/*min-width: 185px;*/
min-height: 100%;
float: left;
position: relative;
padding-bottom: 20px;
}
.float-wide #left {
	width: 19.5% !important;
}
* html #left {
height: 100%;
}
#left ul {
width: 100%; /*175px*/
margin: 0;
/*padding: 0 0 0 15px;*/
}
#left li {
/*width: 100%;*/
font-weight: normal;
line-height: 120%;
text-transform: uppercase;
text-align: right;
border-bottom: solid 1px #eaece6;
list-style: none;
display: block;
margin: 0 10px 0 0;
padding: 6px 10px 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: #db9b6a;
font-size: 1.2em;
text-decoration: none;
margin: 0;
padding: 0;
}
#left li a:hover {
color: #d9411e;
text-decoration: underline;
margin: 0;
padding: 0;
}

#left ul ul {
margin: 0;
padding: 0 0 10px 0;
}
#left ul ul li {
font-size: 75%;
font-weight: normal;
text-transform: uppercase;
list-style: none;
margin: 6px 0 -4px 0;
padding: 4px 0 3px 50px;
border-bottom: none;
/*border-top: solid 1px #eaece6;*/
}
#left ul ul li a {
}
#left ul ul li a:hover {
text-decoration: underline;
}

/*************************
RIGHT COLUMN
**************************/
#right {
width: 22%;
float: right; 
position: relative; /*** IE needs this  ***/
}
.box01, .box02, .box03 {
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 {
padding: 0 0 10px 0;
}
#right .btn a {
color: #d69b6a;
font-size: 100%;
font-weight: normal;
text-transform: uppercase;
border-bottom: solid 1px #d69b6a;
padding: 0 0 2px 0;
}
#right .btn a:hover {
color: #d9411e;
text-decoration: none;
border-bottom: solid 1px #d9411e;
}
#right .btn img {
vertical-align: middle;
margin-right: 3px;
}
#right .btn img a, #right .btn img a:hover {
text-decoration: none;
}

/**************************
CONTENT BOXES
**************************/
.contentbox01, .contentbox02, .contentbox03, .contentbox04, .podbox {
width: 100%;
margin: 0 0 5px 0;
padding: 0;
background-color: #d9411e;
}
.contentbox02 {
	background-color: #707a84; /*c6c6c6*/
}
.contentbox03, .podbox {
	background-color: #f2f2f2;
}
.top {
width: 100%;
background-image: url(/essentra_images/popout_topmidshadow01.gif);
background-repeat: repeat-x;
background-position: left top;
}
.contentbox02 .top {
background-image: url(/essentra_images/popout_topmidshadow02.gif);
}
.contentbox03 .top, .podbox .top {
background-image: url(/essentra_images/popout_topmidshadow03.gif);
}
.top_left, .mid_left, .base_left {
float: left;
text-align: left;
}
.top_right, .mid_right, .base_right {
text-align: right;
}

.mid {
width: 100%;
background-image: url(/essentra_images/popout_leftshadow01.gif);
background-repeat: repeat-y;
background-position: left top;
}
.contentbox02 .mid {
background-image: url(/essentra_images/popout_leftshadow02.gif);
}
.contentbox03 .mid, .podbox .mid {
background-image: url(/essentra_images/popout_leftshadow03.gif);
}

.base {
width: 100%;
background-image: url(/essentra_images/popout_basemidshadow01.gif);
background-repeat: repeat-x;
background-position: left top;
}
.contentbox02 .base {
background-image: url(/essentra_images/popout_basemidshadow02.gif);
}
.contentbox03 .base, .podbox .base {
background-image: url(/essentra_images/popout_basemidshadow03.gif);
}

.gripper {
display: block;
padding: 0 15px 7px 55px;
background-image:url(/essentra_images/img_gripper01.gif);
background-repeat: no-repeat;
background-position: 20px 0px;
}
.contentbox02 .gripper {
background-image:url(/essentra_images/img_gripper02.gif);
}
.contentbox03 .gripper, .podbox .gripper {
background-image:url(/essentra_images/img_gripper03.gif);
}

.text {
margin: 0;
padding: 0;
background-image: url(/essentra_images/popout_rightshadow01.gif);
background-repeat: repeat-y;
background-position: right top;
}
.contentbox02 .text {
background-image: url(/essentra_images/popout_rightshadow02.gif);
}
.contentbox03 .text, .podbox .text {
background-image: url(/essentra_images/popout_rightshadow03.gif);
}

.contentbox01 h2, .contentbox02 h2, .contentbox03 h2, .contentbox04 h2 {
color: #f2f2f2;
font-size: 1.3em;
font-weight: bold;
line-height: normal;
text-transform: uppercase;
border-bottom: solid 1px #f7bfa2;
}
.contentbox02 h2, .contentbox02 h1 {
color: #fff;
border-bottom: solid 1px #b8bdc2;
}
.contentbox03 h2 {
color: #d69b6a;
border-bottom: solid 1px #afb3b4;
}
.contentbox02 h2, .contentbox03 h2 {
	margin-top: 1.5em;
}
h2.home {
	margin-top: 0;
}

.contentbox01 p,  .contentbox02 p, .contentbox03 p {
color: #f7bfa2;
font-size: 1.2em;
font-weight: normal;
line-height: 150%;
text-transform: none;
/*text-decoration: underline;*/
}
.contentbox02 p, .contentbox02 td, .contentbox02 h3 {
color: #d4d7da;
}
.contentbox03 p, .contentbox03 td, .contentbox03 h3 {
color: #8d9294;
}

.podbox .text {
padding: 0 10%;
}
.podbox h2 {
font-size: 120%;
font-weight: normal;
text-transform: uppercase;
border-bottom: solid 1px #afb3b4;
margin-top: 0;
padding: 0 0 5px 0;
}
.podbox p {
font-size: 100%;
padding: 4px 0 2px 0;
}


/**************************
OTHER STYLES
**************************/
p.introtext {
font-size: 140%;
margin-top: 6px;
}


/**************************
LIST STYLES
**************************/
#content ul {
margin: 8px 0 14px 30px;
}
#content li {
color: #d4d7da;
font-size: 1.2em;
font-weight: normal;
line-height: 140%;
text-transform: none;
}


/**************************
FORM
**************************/
#login {
width: 85%;
margin: 60px 0 0 5px;
}
#login p {
font-size: 95%;
margin: 0;
}
#login p img {
margin: 5px 0 0 0;
}
.textbox {
width: 70%;
color: #63665e;
font-size: 1.1em;
vertical-align: middle;
padding: 2px 4px;
border: solid 1px #aa9c8f;
}
input.textbox:focus {
border: 1px solid #756659;
}
#login .textbox {
width: 60%;
margin: 0 0 3px 0;
float: left;
}
#login .textbox-position {
clear: both;
width: 30%;
text-align: right;
padding-right: 5px;
float: left;
}
#login .checkbox {
float: right;
margin: 7px 5px;
text-align: right;
}
#login .btn {
margin: 0;
padding: 0;
text-align: right;
float: right;
}
#login .login_extras {
margin: 0 7px 0 0;
padding: 0;
text-align: right;
}
#login p a {
font-weight: normal;
}

.white
{color:#ffffff;}


.news_archive, .news_archive a, .news_category, .news_headline, .module, #news_module
{color:#ffffff;}

.news_category a, .news_category b, #news_archive, #news_archive a
{color:#000000;}

.error {
	font-weight: bold;
	color: #DB9B6A;
}

#contact_us_address {
	margin-left: 5px;
}
