/*
Based on a layout from Layout Gala http://blog.html.it/layoutgala/
*/

html,body {
margin:0;padding:0;
}

body {
background:#c1c1b9;
font: 100%/130% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

p {
margin:0 10px 10px;
}

#header {
	position:relative;
	background:#727d59;
	color:#133c40;
	border:2px solid #ccc;
	border-bottom:2px solid #999999;
	margin:0.5em 0em;
}

#header h1 {
height:80px;line-height:80px;margin:0;
padding-left:10px;font-weight:normal;
}

#content p {
line-height:1.4;
}

#navigation {
background:#c1c1b9;
}

#footer {
clear:left;
width:100%;
margin-top:1.5em;
background:#727d59;
color:#03212e;
border:2px solid #ccc;
border-top:2px solid #999;
font-size:75%;}

#footer p {
text-align:center;
margin:0;padding:5px 10px;
}

#wrapper {
float:left;width:100%;
}

#content {
margin: 0px 170px 0.5em 160px;
}

#navigation {
position:relative;
float:left;width:140px;margin-left:-99%;
}

#extra {
position:relative;
float:left;width:150px;margin-left:-160px;padding:10px 0px;
}

.neslogo {
margin-left:5px;
margin-top:20px;
margin-bottom:0.5em;
}

.outercc {
	margin:0px;
	height:auto;
	border:2px ridge #133c40;
}

.clients {
background-image:url(candc_header.jpg);
background-repeat:repeat-x;
padding:.25em 0em 0em .5em;
line-height:120%;
margin-top:0px;
margin-bottom:0px;
height:1.5em;
color:#133c40;
font-weight:normal;
font-size:120%;
}

.candc {
	border:10px solid #727d59;
	padding:1em;
	background-color:#ccc;
	margin-top:0px;
}

.sidebox {
position:absolute;
top:0px;
left:0px;
}

address {
margin:2em 0em 2em 3em;
font: 100%/110% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.eaddy {
display:block;
margin-left:4em;
font: 70%/100% "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.smallcaps {
font-variant:small-caps;
}