/*
#afbd21; // lime
#d7de90; // 50% lime
#455560; // dk green
#a2aaaf; // 50% dk green
*/
/* Eric Meyers Reset CSS rules */
html, body, div, span,
applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
margin: 0;
padding: 0;
border: 0;
font-weight: inherit;
font-style: inherit;
}
/* fix font weight in safari */
/** {
opacity: 0.9999999;
}*/
html, body{ 
background-color: #fff;
font-size: 13px;
font-family: "Lucida Grande", Verdana, Arial, sans-serif;
line-height:17px;
height: 100%;
width: 100%;
color: #455560;
}
#wrapper {
width:100%;
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -125px;  /* sticky footer negative margin */
background: url(../img/bg_tile.gif) repeat-y top left #afbd21;	
}
#header {
width:100%;
height:260px;
border-bottom: 5px solid #fff;
}
#content { 
width:650px;
padding: 0 0 30px 0;
} 
#footer {
color: #e9dac4;
width:100%;
line-height: 16px;
border-top: 5px solid #fff;
}
#logo {
height:235px;
}
#logo h1 {
text-indent: -9000px;
background: transparent;
border: none;
}
a:link, a:visited {
color: #455560;
background-color: #d0d4d7;
text-decoration:none;
padding: 0px 3px;
}
a:hover, a:active {
color: #fff;
background-color: #455560;
}
p {
margin: 10px 30px 10px 40px;
}
p.firstpara {
color: #dccca4;
font-size: 15px;
line-height:19px;
}
b {
font-weight:bold;
}
h1 {
background: url(../img/icon_h1.gif) no-repeat center left;
padding: 4px 0 4px 40px;
margin: 30px 0 8px 36px;
color:#455560;
font-size:18px;
font-family: "Lucida Grande", Verdana, Arial, sans-serif;
text-transform: uppercase;
font-weight:normal;
}
h2 {
font-family: "Lucida Grande", Verdana, Arial, sans-serif;
margin: 10px 0 10px 40px;
text-transform: uppercase;
color:#455560;
font-size:16px;
font-weight:normal;
}
h3 {
font-family: "Lucida Grande", Verdana, Arial, sans-serif;
margin: 10px 0 10px 40px;
text-transform: uppercase;
color:#455560;
font-size:14px;
font-weight:normal;
}
ul {
padding: 0;
margin: 0 0 0 40px;
}
li {
padding: 0;
margin: 0 0 0 20px;
}

/* main nav */

#nav {
height: 25px;
border-bottom: 5px solid #fff;
font-size: 14px;
width: 650px;
background-color: #455560;
}

#nav ul {
margin:0 0 0 40px;
padding: 0;
list-style: none;
}

#nav li {
display: inline;
}

#nav a {
float: left;
display: block;
color: #fff;
padding: 0px 18px;
text-decoration: none;
line-height: 25px;
background-color: #455560;
border-bottom: none;
}

#nav a:hover {
color:#afbd21;
}

#nav #current p { /*currently selected tab p*/
margin: 0;
padding: 0;
line-height: 25px;
}
#nav #current { /*currently selected tab*/
margin: 0;
color: #455560;
float: left;
padding: 0px 18px;
background-color: #fff;
}
.fullwidth {
margin: 20px 0;
border-bottom: 5px solid #fff;
border-top: 5px solid #fff;
}

.thumbs {
margin: 15px 40px 0 40px;
}
.thumbs a {
background: transparent;
border: none;
padding: 0;
}
.thumbs a:link img, .thumbs a:visited img {
float: left;
padding: 0;
border: 2px solid #fff;
margin: 0px 9px 9px 0;
}
.thumbs a:hover img, .thumbs a:active img {
float: left;
padding: 0;
border: 2px solid #afbd21;
margin: 0px 9px 9px 0;
}

.project {
clear: both;
border-top: 5px solid #fff;
padding-bottom: 10px;
}
.green { /* alternate project bg colour */
background-color: #f3f5de;
}

#footer h2 {
margin: 0 20px 0 40px;
padding: 25px 0 0 0;
color: #afbd21;
width:650px;
}
#footer h3 {
margin: 0 20px 0 40px;
padding: 10px 0 0 0;
color: #afbd21;
width:650px;
font-size: 15px;
}
#footer p {
width:650px;
color: #a2aaaf;
}
#footer span {
text-transform: uppercase;
font-weight: bold;
color: #fff;
}
#footer a {
color: #adb4b8;
background:transparent;
padding: 1px 5px;
text-decoration: none;
background-color: #5c6971;
border-bottom: none;
}
#footer a:hover {
color:#fff;
background-color: #29363e;
}
#footer, .push {
clear:both;
height: 120px; /* sticky footer */
}

/* end footer nav */

.hide {
visibility: hidden; 
}
