/* This CSS sets the default styles for the GDP WES base components. */
/* ---------- Browser normalization ---------- */
h1, h2 { margin: 0; padding: 0 }
table {
border-collapse: collapse;
border-spacing: 0;
}

body   { font: 62.5%/1.6em Tahoma, "Lucida Sans Unicode", "Lucida Grande", Lucida, Arial, Verdana, sans-serif; }
html, body  { height: 100% }
table {
clear: both;
font-size: 11px;
}

/* ---------- Main content body ---------- */
#wrapper     { text-align: center; }

#content-wrapper     { background: #fff; color: #003466; margin: 0 auto; padding: 1px; width: 960px; border-left: 1px solid #000000; border-right: 1px solid #000000; text-align: left; }

/* ------ WES Header for Summary Page ------*/

.summaryh1{
	color: #003466; font-size: 16px; font-weight: bold; margin: 0; padding: 5px ; border-bottom: 2px solid #003466;

}
.summarydescription{
	padding: 5px;
	color: #003466;
	font-size: 11px;
}

.summarybuttons img{
	padding: 10px;

}

.contact {
	background: transparent url(white-top-bottom.gif) repeat-x;
        padding: 10px;
        color: #ffffff;
}

.contact table {
	color:#ffffff;
	font-size: 11px;
		
}

.contact td {
	padding: 5px;
		
}

.contact a:link  {
	color: #ffffff;
}

.contact a:hover  {
	color: #ffffff;
	text-decoration: none;
}


/* ------ WES Header ------*/
div.fip {
float: left;
}

div.cwm {
text-align: right
}

div.fip, div.cwm  {
padding-bottom: 5px;
position: relative;
z-index: 1
}

* html div.fip, * html div.cwm {
position: static;
}

*:first-child+html div.fip, *:first-child+html div.cwm {
position: static;
}

img.lf  { margin-top: -2.74em; margin-bottom: -0.34em; padding: 0; width: 5.06em; height: 5.06em }
* html img.lf {
position: relative;
}

/* ----- WES Banner ----- */
#banner {
background: #ffffff url(/wes/headfoot/headfoot_images/company_logo.jpg) no-repeat;
height: 100px;
width: 960px;
}
#banner .logo {
color: #ffffff;
font-size: 26px;
font-style: italic;
}
#banner .logo a {
color: #ffffff;
text-decoration: none;
}
#banner .logo2 {
color: #ffffff;
font-size: 14px;		
}
#banner .logo2 a {
color: #ffffff;
text-decoration: none;
}

/* ----- WES Navigation back to the Portal ----- */

ul#navigation {
margin-left: 0;
margin-top: 0;
padding-left: 0;
list-style-type: none;
background: transparent url(/wes/headfoot/headfoot_images/bg.png) repeat; 
float: left;
width: 960px;
font-size: 11px;
font-weight: bold;
border-top: 1px solid #989DA1;
}

ul#navigation li {
display: inline;
} 

ul#navigation a {
display: block;
float: left;
padding: .5em 1em;
text-decoration: none;
color: #ffffff;
background: transparent url(/wes/headfoot/headfoot_images/bg.png) repeat;
border-right: 1px solid #000000;
}

ul#navigation a:hover {
color: #ffffff;
background: transparent url(/wes/headfoot/headfoot_images/button_over.png) repeat;
}

/* ------ GDP WES Footer ------*/

div.footerline { 
font-size: 11px;
background: #ffffff;
width: 960px;
}
div.footerline a, div.footerline a:hover { 
text-decoration: none;
font: 11px Tahoma, "Lucida Sans Unicode", "Lucida Grande", Lucida, Arial, Verdana, sans-serif; 
}
img.uparrow {
border: 0;
}

/* ---------- GDP WES language links if needed for this section ---------- */
.language {
font-size: 11px;
background: transparent url(/wes/headfoot/headfoot_images/bg.png) repeat;
word-spacing: 10px; 
padding: 5px;
font-weight: bold; }
.language a {
color: #fff;
text-decoration: none;
}
.language a:hover { 
color: #ff6;
text-decoration: none;
}

