/* Copyright (c) 2006, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.net/yui/license.txt version: 0.12.0 */ body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;} body {font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}pre, code {font:115% monospace;*font-size:100%;}body * {line-height:1.22em;}

body 
{
width: 770px;
margin: 0 auto;
position: relative;

background: url(images/site_bg.jpg) top repeat-x #0B4E00;
}

#header {
height: 100px;
background: url(images/header_bg.jpg) bottom repeat-x #0B4E00;
color: #fff;
}

#header h2 {
position: absolute;
top: 10px;
right: 20px;
font-size: 26px;
font-weight: 900;
text-align: right;
padding: 0 0 149px 525px;
background: url(images/cd_logo.jpg) left bottom no-repeat;
}

#header h3 {
font-size: 20px;
position: absolute;
top: 35px;
right: 20px;
}

#site-navigation {
position: absolute;
top: 66px;
left: 255px; 
margin: 0 auto 0 auto;
padding: 0;
list-style-type: none;

}

#site-navigation li a {
float: left;
width: 101px;
height: 34px;
color: #fff;
font-size: 16px;
text-decoration: none;
text-align: center;
line-height: 2.4;
background: transparent url(images/cd_navigation.gif) no-repeat;

}

/* current page */
body#home li#nav-home a
{ 
margin: 2px 0 0 0;
background-position: 0 -69px; 
color: #0e5a02;
font-size: 20px;
line-height: 2;
}

body#home li#nav-home a:hover {
color: #009C1D;
}

/* hover */
body#home li a:hover		
{ 
background-position: 0 -34px; 
line-height: 2;
}

#content {
padding: 90px 220px 25px 30px;
background: #fff;
width: 520px;
}

#content p#special
{
background: url(images/dollar_icon.jpg) no-repeat 2% 60% #eaf7e6;
position: absolute;
font-size: 120%;
line-height: 1.5;
top: 113px;
left: 260px;
width: 450px;
margin: 0;
padding: 8px 0 10px 45px;
border-bottom: 2px solid #E4EFE0;
border-right: 2px solid #E4EFE0;
}

#sidebar {
position: absolute;
top: 185px;
right: 0;
width: 170px;
border-left: 2px dashed #EAF7E6;
padding: 0 30px 20px 15px;
}

#sidebar h3 {
font-size: 118%;
font-weight: 900;
color: #115b02;
}

h3#client-access{
padding: 10px 0 6px 28px;
background: url(images/lock_icon.jpg) no-repeat 0 8px;
}

h3#featured-work {
margin: 10px 0 0;
padding: 10px 0 6px 28px;
background: url(images/lock_icon.jpg) no-repeat 0 8px; 
}

#screenshot {
width: 165px;
height:92px;
border: 2px solid #75a16e;
background: url(images/screenshots/easterwood.gif);
}

#screenshot img {
margin: 76px 0 0 0;
}
#screenshot a {

display: block;
height: 90px; 
}

#screenshot a img
{
display:none;
}
#screenshot a:hover img {
display: inline;
}

#content h1 {
font-size: 142%;
padding: 2px 0 5px 28px;
line-height: 1.1;
font-weight: 900;
color: #115b02;
background: url(images/doublearrow_icon.jpg) no-repeat;
}

#content h2 {
font-size: 111%;
padding: 2px 0 0 30px;
line-height: 1.1;
font-weight: 900;
color: #115b02;
}

#content p, #content ul {
margin: 2px 20px 10px 32px;
}

#content p {
line-height: 1.5;
}

#content li {
margin: 2px 0 2px 30px;
padding: 2px 0 2px 20px;
background: url(images/list_icon.jpg) no-repeat 0px 35%;
}